Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.16.0 #2778

Merged
merged 38 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
6bc76ab
test aabb9ebc
Jul 3, 2024
a46b657
Merge pull request #2710 from amvanbaren/test-aabb9ebc
amvanbaren Jul 3, 2024
079fbba
test 08e54c06
Jul 10, 2024
aff3822
Merge pull request #2728 from amvanbaren/test-08e54c06
amvanbaren Jul 10, 2024
6b1e70e
test f1dd7952
Jul 15, 2024
81a27fb
Merge pull request #2740 from amvanbaren/test-f1dd7952
amvanbaren Jul 15, 2024
1b9a8a7
enabe extension control
Jul 15, 2024
0b82403
Merge pull request #2741 from amvanbaren/enable-extension-control
amvanbaren Jul 15, 2024
5fc3f14
test c715a053
Jul 15, 2024
81da776
Merge pull request #2742 from amvanbaren/test-c715a053
amvanbaren Jul 15, 2024
bebf13a
test b7f621f2
Jul 17, 2024
d9d9328
Merge pull request #2744 from amvanbaren/test-b7f621f2
amvanbaren Jul 17, 2024
978d678
test 0121d030
Jul 17, 2024
e88d357
Merge pull request #2745 from amvanbaren/test-0121d030
amvanbaren Jul 17, 2024
2190152
test 4c23db4d
Jul 17, 2024
c2c721e
Merge pull request #2746 from amvanbaren/test-4c23db4d
amvanbaren Jul 17, 2024
02c3a5e
test bc402560
Jul 17, 2024
b1244fd
Merge pull request #2747 from amvanbaren/test-bc402560
amvanbaren Jul 17, 2024
fbcd5b2
Revert back to production for Jetty baseline load test
Jul 18, 2024
c302899
Merge pull request #2753 from amvanbaren/jetty-baseline
amvanbaren Jul 18, 2024
ddbd305
test jetty server
Jul 18, 2024
e1a81ca
Merge pull request #2754 from amvanbaren/jetty-test
amvanbaren Jul 18, 2024
3022a80
test 869fd63b
Jul 19, 2024
0d0fcef
Merge pull request #2757 from amvanbaren/test-869fd63b
amvanbaren Jul 19, 2024
98adb0a
test 344c7376
Jul 19, 2024
d96c305
Merge pull request #2758 from amvanbaren/test-344c7376
amvanbaren Jul 19, 2024
d1d7ff4
test f309f916
Jul 23, 2024
728b173
Merge pull request #2774 from amvanbaren/test-f309f916
amvanbaren Jul 23, 2024
7ef8aca
test 52a67d7a
Jul 23, 2024
ee1dd00
Merge pull request #2775 from amvanbaren/test-52a67d7a
amvanbaren Jul 23, 2024
09ccb08
test 54bc7b4e
Jul 23, 2024
1f645a0
Merge pull request #2776 from amvanbaren/test-54bc7b4e
amvanbaren Jul 23, 2024
88a3eb7
Release v0.16.0
Jul 23, 2024
f59edb2
Merge pull request #2777 from amvanbaren/release-v0.16.0
amvanbaren Jul 23, 2024
34e972b
revert extension control migration
Jul 28, 2024
d303eee
Merge pull request #2790 from amvanbaren/test-4fc1c6da
amvanbaren Jul 28, 2024
b77ff03
release 0.16.0
Jul 28, 2024
7f2b595
Merge pull request #2791 from amvanbaren/release-v0.16.0-2
amvanbaren Jul 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG SERVER_VERSION=v0.15.8
ARG SERVER_VERSION=v0.16.0

# Builder image to compile the website
FROM ubuntu as builder
Expand All @@ -21,7 +21,7 @@ RUN corepack enable
RUN corepack prepare yarn@stable --activate

# bump to update website
ENV WEBSITE_VERSION 0.11.9
ENV WEBSITE_VERSION 0.11.10
COPY . /workdir

RUN /usr/bin/yarn --cwd website \
Expand Down
5 changes: 4 additions & 1 deletion configuration/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ server:
enabled: true
mime-types: text/html,text/plain,text/css,application/javascript,application/json,text/xml,application/xml,application/xml+rss,text/javascript
min-response-size: 1024
jetty:
threads:
max-queue-capacity: 100
spring:
application:
name: openvsx-server
Expand Down Expand Up @@ -166,6 +169,6 @@ ovsx:
delay:
seconds: 300
integrity:
key-pair: renew
key-pair: create
registry:
version: <SERVER_VERSION>
Loading