Skip to content

Commit f8a274a

Browse files
authored
Merge pull request #4370 from amvanbaren/release-v0.27.0
Test release v0.27.0
2 parents ffd5519 + 4e54863 commit f8a274a

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG SERVER_VERSION=v0.26.0
1+
ARG SERVER_VERSION=v0.27.0
22

33
# Builder image to compile the website
44
FROM ubuntu AS builder
@@ -19,7 +19,7 @@ RUN apt-get update \
1919
&& corepack prepare yarn@stable --activate
2020

2121
# bump to update website
22-
ENV WEBSITE_VERSION 0.16.3
22+
ENV WEBSITE_VERSION 0.16.4
2323
COPY . /workdir
2424

2525
RUN /usr/bin/yarn --cwd website \

configuration/application.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ management:
8080
- prometheus
8181
tracing:
8282
sampling:
83-
probability: 0.03
83+
probability: 0.01
8484
springdoc:
8585
model-and-view-allowed: true
8686
swagger-ui:
@@ -179,6 +179,7 @@ ovsx:
179179
migrations:
180180
delay:
181181
seconds: 10800
182+
once-per-version: true
182183
extension-control:
183184
update-on-start: true
184185
integrity:

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"repository": "https://github.com/eclipse/open-vsx.org",
77
"license": "EPL-2.0",
88
"dependencies": {
9-
"openvsx-webui": "0.16.3"
9+
"openvsx-webui": "0.16.4"
1010
},
1111
"devDependencies": {
1212
"@types/markdown-it": "^12.2.3",

website/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2393,7 +2393,7 @@ __metadata:
23932393
"@types/react-router-dom": "npm:^5.3.3"
23942394
css-loader: "npm:^6.8.1"
23952395
express: "npm:^4.21.2"
2396-
openvsx-webui: "npm:0.16.3"
2396+
openvsx-webui: "npm:0.16.4"
23972397
source-map-loader: "npm:^4.0.1"
23982398
style-loader: "npm:^3.3.3"
23992399
typescript: "npm:~5.1.6"
@@ -2412,9 +2412,9 @@ __metadata:
24122412
languageName: node
24132413
linkType: hard
24142414

2415-
"openvsx-webui@npm:0.16.3":
2416-
version: 0.16.3
2417-
resolution: "openvsx-webui@npm:0.16.3"
2415+
"openvsx-webui@npm:0.16.4":
2416+
version: 0.16.4
2417+
resolution: "openvsx-webui@npm:0.16.4"
24182418
dependencies:
24192419
"@emotion/react": "npm:^11.11.1"
24202420
"@emotion/styled": "npm:^11.11.0"
@@ -2438,7 +2438,7 @@ __metadata:
24382438
react-infinite-scroller: "npm:^1.2.6"
24392439
react-router: "npm:^6.14.2"
24402440
react-router-dom: "npm:^6.14.1"
2441-
checksum: 10/ab193dbf00d11e59073f245288d0d729053095a976a7e9199ebe9ccb0b2e58d8f20c1c7bbc1550af9f60dc95f426eda6d82d2536e4ed617442dbd2228ec52b72
2441+
checksum: 10/09a7c828b4dad23129a898800dcb25ffe052bd9557b6c1028a680544bb62a81efe9f5b160ca02194b697d66387e8a22e193b38ba338337c8d988f116e69a8aec
24422442
languageName: node
24432443
linkType: hard
24442444

0 commit comments

Comments
 (0)