Skip to content

Commit 5a959f7

Browse files
authored
Bumped casc version to 1.43 (#82)
* Bumped casc version to 1.43 See jenkinsci/configuration-as-code-plugin#1478 Signed-off-by: Karel Vervaeke <karel@vervaeke.info> * bumped chart version to 2.8.2 Signed-off-by: Karel Vervaeke <karel@vervaeke.info> * Fix markdown lint error Signed-off-by: Karel Vervaeke <karel@vervaeke.info>
1 parent 996b325 commit 5a959f7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

charts/jenkins/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Use the following links to reference issues, PRs, and commits prior to v2.6.0.
1010

1111
The change log until v1.5.7 was auto-generated based on git commits. Those entries include a reference to the git commit to be able to get more details.
1212

13+
## 2.8.2
14+
15+
Bumped configuration-as-code plugin version from 1.41 to 1.43.
16+
See [configuration-as-code plugin issue #1478](https://github.com/jenkinsci/configuration-as-code-plugin/issues/1478)
17+
1318
## 2.8.1
1419

1520
Fix indentation of JAVA_OPTS

charts/jenkins/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: jenkins
33
home: https://jenkins.io/
4-
version: 2.8.1
4+
version: 2.8.2
55
appVersion: lts
66
description: Open source continuous integration server. It supports multiple SCM tools
77
including CVS, Subversion and Git. It can execute Apache Ant and Apache Maven-based

charts/jenkins/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ master:
230230
- workflow-aggregator:2.6
231231
- credentials-binding:1.23
232232
- git:4.2.2
233-
- configuration-as-code:1.41
233+
- configuration-as-code:1.43
234234

235235
# List of plugins to install in addition to those listed in master.installPlugins
236236
additionalPlugins: []

0 commit comments

Comments
 (0)