Skip to content

Commit

Permalink
Merge pull request #2574 from EclipseFdn/main
Browse files Browse the repository at this point in the history
Release v0.15.2
  • Loading branch information
amvanbaren authored May 15, 2024
2 parents b6b9db7 + 19fbe13 commit 8dfe409
Show file tree
Hide file tree
Showing 5 changed files with 6,335 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG SERVER_VERSION=v0.15.1
ARG SERVER_VERSION=v0.15.2

# Builder image to compile the website
FROM ubuntu as builder
Expand Down
4 changes: 2 additions & 2 deletions configuration/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ spring:
user-info-uri: https://accounts.eclipse.org/oauth2/UserInfo
user-name-attribute: name
user-info-authentication-method: header

management:
server:
port: 8081
Expand All @@ -75,7 +76,7 @@ management:
- prometheus
tracing:
sampling:
probability: 0
probability: 0.1
org:
jobrunr:
job-scheduler:
Expand Down Expand Up @@ -152,7 +153,6 @@ ovsx:
base-url: https://api.eclipse.org/
publisher-agreement:
version: 1
timezone: US/Eastern
publishing:
require-license: true
elasticsearch:
Expand Down
Loading

0 comments on commit 8dfe409

Please sign in to comment.