Skip to content

Commit f04cef8

Browse files
authored
Merge pull request #5831 from EclipseFdn/main
Release v0.29.1
2 parents 3ba9328 + 5b51b89 commit f04cef8

File tree

7 files changed

+10
-6
lines changed

7 files changed

+10
-6
lines changed

.DS_Store

-6 KB
Binary file not shown.

.github/ISSUE_TEMPLATE/claim-namespace-ownership.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Claim namespace ownership
33
about: Request exclusive publishing rights to an Open VSX namespace
44
title: Claiming namespace [name]
5-
labels: namespace
5+
labels: 'namespace,operations'
66
assignees: ''
77
---
88

.github/ISSUE_TEMPLATE/website-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Website issue
33
about: A bug or enhancement request for the website open-vsx.org
44
title: ''
5-
labels: ''
5+
labels: 'team:software-dev'
66
assignees: ''
77
---
88

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
/jsonnet-generated-production/
55
/jsonnet-generated-staging/
66
/charts/openvsx/charts
7+
.DS_Store

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG SERVER_VERSION=v0.29.0
1+
ARG SERVER_VERSION=v0.29.1
22

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

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ pipeline {
113113
post {
114114
failure {
115115
mail to: 'ci-admin@eclipse.org',
116-
subject: "[open-vsx.org] Build Failure ${currentBuild.fullDisplayName}",
116+
subject: "[open-vsx.org] Build Failure ${currentBuild.fullDisplayName} - ${env.BRANCH_NAME}",
117117
mimeType: 'text/html',
118118
body: "Project: ${env.JOB_NAME}<br/>Build Number: ${env.BUILD_NUMBER}<br/>Build URL: ${env.BUILD_URL}<br/>Console: ${env.BUILD_URL}/console"
119119
}
120120
fixed {
121121
mail to: 'ci-admin@eclipse.org',
122-
subject: "[CBI] Back to normal ${currentBuild.fullDisplayName}",
122+
subject: "[open-vsx.org] Back to normal ${currentBuild.fullDisplayName} - ${env.BRANCH_NAME}",
123123
mimeType: 'text/html',
124124
body: "Project: ${env.JOB_NAME}<br/>Build Number: ${env.BUILD_NUMBER}<br/>Build URL: ${env.BUILD_URL}<br/>Console: ${env.BUILD_URL}/console"
125125
}

configuration/application.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,7 @@ ovsx:
211211
sitemap:
212212
ttl: PT1H
213213
malicious-extensions:
214-
ttl: P3D
214+
ttl: P3D
215+
foregroundHttpConnPool:
216+
maxTotal: 50
217+
defaultMaxPerRoute: 50

0 commit comments

Comments
 (0)