Skip to content

Commit c9823ac

Browse files
authored
Update server version to v0.29.1-post-migration (#6477)
* Update server version and version string in Dockerfile * enable download counts again
1 parent cfeb049 commit c9823ac

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG SERVER_VERSION=c1e63f7
2-
ARG SERVER_VERSION_STRING=v0.29.1-migration
1+
ARG SERVER_VERSION=29b4f29
2+
ARG SERVER_VERSION_STRING=v0.29.1-post-migration
33

44
# Builder image to compile the website
55
FROM ubuntu AS builder

configuration/application.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ ovsx:
162162
cdn:
163163
storage-filter: ".*AwsStorageService.*"
164164
prefix-url: https://openvsx.eclipsecontent.org
165-
download-counts: false # disable inefficient download count mechanism for anything other than azure
166165
migration:
167166
enabled: false # disable automatic storage migration when we switch the primary-service
168167
webui:

0 commit comments

Comments
 (0)