From 1524ace0a18b78233be2844b69de0813240554b2 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Wed, 6 Sep 2023 13:11:32 +0000 Subject: [PATCH 1/5] docs: change hundreds to thousands --- charts/jenkins/Chart.yaml | 2 +- charts/jenkins/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/jenkins/Chart.yaml b/charts/jenkins/Chart.yaml index 55064ded1..0a8e2d941 100644 --- a/charts/jenkins/Chart.yaml +++ b/charts/jenkins/Chart.yaml @@ -3,7 +3,7 @@ name: jenkins home: https://jenkins.io/ version: 4.6.1 appVersion: 2.414.1 -description: Jenkins - Build great things at any scale! The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project. +description: Jenkins - Build great things at any scale! The leading open source automation server, Jenkins provides thousands of plugins to support building, deploying and automating any project. sources: - https://github.com/jenkinsci/jenkins - https://github.com/jenkinsci/docker-inbound-agent diff --git a/charts/jenkins/README.md b/charts/jenkins/README.md index 9fb16505f..9bddd4a49 100644 --- a/charts/jenkins/README.md +++ b/charts/jenkins/README.md @@ -5,7 +5,7 @@ [![Releases downloads](https://img.shields.io/github/downloads/jenkinsci/helm-charts/total.svg)](https://github.com/jenkinsci/helm-charts/releases) [![Join the chat at https://app.gitter.im/#/room/#jenkins-ci:matrix.org](https://badges.gitter.im/badge.svg)](https://app.gitter.im/#/room/#jenkins-ci:matrix.org) -[Jenkins](https://www.jenkins.io/) is the leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project. +[Jenkins](https://www.jenkins.io/) is the leading open source automation server, Jenkins provides thousands of plugins to support building, deploying and automating any project. This chart installs a Jenkins server which spawns agents on [Kubernetes](http://kubernetes.io) utilizing the [Jenkins Kubernetes plugin](https://plugins.jenkins.io/kubernetes/). From ea8f3407642a3c7a874c3cdf2d49cd51ad7da427 Mon Sep 17 00:00:00 2001 From: Peter Shen Date: Wed, 6 Sep 2023 21:29:59 +0800 Subject: [PATCH 2/5] Update charts/jenkins/Chart.yaml Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com> --- charts/jenkins/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/jenkins/Chart.yaml b/charts/jenkins/Chart.yaml index 0a8e2d941..2723dd690 100644 --- a/charts/jenkins/Chart.yaml +++ b/charts/jenkins/Chart.yaml @@ -3,7 +3,7 @@ name: jenkins home: https://jenkins.io/ version: 4.6.1 appVersion: 2.414.1 -description: Jenkins - Build great things at any scale! The leading open source automation server, Jenkins provides thousands of plugins to support building, deploying and automating any project. +description: Jenkins - Build great things at any scale! The leading open source automation server, Jenkins provides over 1800 plugins to support building, deploying and automating any project. sources: - https://github.com/jenkinsci/jenkins - https://github.com/jenkinsci/docker-inbound-agent From 3cb30c8a895b7cf40b740bb6d1f6bde652327135 Mon Sep 17 00:00:00 2001 From: Peter Shen Date: Wed, 6 Sep 2023 21:30:08 +0800 Subject: [PATCH 3/5] Update charts/jenkins/README.md Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com> --- charts/jenkins/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/jenkins/README.md b/charts/jenkins/README.md index 9bddd4a49..da7b11693 100644 --- a/charts/jenkins/README.md +++ b/charts/jenkins/README.md @@ -5,7 +5,7 @@ [![Releases downloads](https://img.shields.io/github/downloads/jenkinsci/helm-charts/total.svg)](https://github.com/jenkinsci/helm-charts/releases) [![Join the chat at https://app.gitter.im/#/room/#jenkins-ci:matrix.org](https://badges.gitter.im/badge.svg)](https://app.gitter.im/#/room/#jenkins-ci:matrix.org) -[Jenkins](https://www.jenkins.io/) is the leading open source automation server, Jenkins provides thousands of plugins to support building, deploying and automating any project. +[Jenkins](https://www.jenkins.io/) is the leading open source automation server, Jenkins provides over 1800 plugins to support building, deploying and automating any project. This chart installs a Jenkins server which spawns agents on [Kubernetes](http://kubernetes.io) utilizing the [Jenkins Kubernetes plugin](https://plugins.jenkins.io/kubernetes/). From 943105797062a03810b18f0acd93c350471c5612 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Wed, 6 Sep 2023 13:51:05 +0000 Subject: [PATCH 4/5] chore: bump chart version and changelog entry --- charts/jenkins/CHANGELOG.md | 4 ++++ charts/jenkins/Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/jenkins/CHANGELOG.md b/charts/jenkins/CHANGELOG.md index 6d94f8189..b614dc49e 100644 --- a/charts/jenkins/CHANGELOG.md +++ b/charts/jenkins/CHANGELOG.md @@ -12,6 +12,10 @@ Use the following links to reference issues, PRs, and commits prior to v2.6.0. The changelog 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. +## 4.6.2 + +Update word from hundreds to over 1800 to align with blurb at https://github.com/jenkinsci + ## 4.6.1 Update `configuration-as-code` plugin to fix dependency issues with `azure-ad` plugin diff --git a/charts/jenkins/Chart.yaml b/charts/jenkins/Chart.yaml index 2723dd690..871e51c46 100644 --- a/charts/jenkins/Chart.yaml +++ b/charts/jenkins/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: jenkins home: https://jenkins.io/ -version: 4.6.1 +version: 4.6.2 appVersion: 2.414.1 description: Jenkins - Build great things at any scale! The leading open source automation server, Jenkins provides over 1800 plugins to support building, deploying and automating any project. sources: From 42784de9ffc49b80ab692145b9eebc41e8f9531a Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Wed, 6 Sep 2023 14:13:46 +0000 Subject: [PATCH 5/5] fix: makrdown MD034 - Bare URL used --- charts/jenkins/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/jenkins/CHANGELOG.md b/charts/jenkins/CHANGELOG.md index b614dc49e..d51e11f55 100644 --- a/charts/jenkins/CHANGELOG.md +++ b/charts/jenkins/CHANGELOG.md @@ -14,7 +14,7 @@ Those entries include a reference to the git commit to be able to get more detai ## 4.6.2 -Update word from hundreds to over 1800 to align with blurb at https://github.com/jenkinsci +Update word from hundreds to over 1800 to align with blurb at . ## 4.6.1