From 1bd456bea4366497b04ad3f57f03f6803dc60126 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Tue, 18 Mar 2025 06:22:06 +0000 Subject: [PATCH 1/2] Update registry1.dso.mil/ironbank/opensource/mattermost/mattermost Docker tag to v10.6.1 --- CHANGELOG.md | 3 +++ README.md | 4 ++-- chart/Chart.yaml | 8 ++++---- chart/values.yaml | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bea1b24..098c7dd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). --- +## [10.6.1-bb.0] (2025-03-18) +### Changed + ## [10.5.1-bb.3] (2025-03-13) ### Changed - ironbank/opensource/kubernetes/kubectl updated from v1.30.10 to v1.30.11 diff --git a/README.md b/README.md index f1b3dcfa..1db246cd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ <!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. --> # mattermost -    +    Deployment of mattermost @@ -95,7 +95,7 @@ helm install mattermost chart/ | sso.enable_sign_in_with_email | bool | `false` | | | sso.enable_sign_in_with_username | bool | `false` | | | image.name | string | `"registry1.dso.mil/ironbank/opensource/mattermost/mattermost"` | | -| image.tag | string | `"10.5.1"` | | +| image.tag | string | `"10.6.1"` | | | image.imagePullPolicy | string | `"IfNotPresent"` | | | global.imagePullSecrets[0].name | string | `"private-registry"` | | | replicaCount | int | `1` | | diff --git a/chart/Chart.yaml b/chart/Chart.yaml index b2cb329e..0b74d431 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: mattermost type: application -version: 10.5.1-bb.3 -appVersion: 10.5.1 +version: 10.6.1-bb.0 +appVersion: 10.6.1 description: "Deployment of mattermost" keywords: - Mattermost @@ -26,10 +26,10 @@ dependencies: annotations: bigbang.dev/maintenanceTrack: bb_integrated bigbang.dev/applicationVersions: | - - Mattermost: 10.5.1 + - Mattermost: 10.6.1 helm.sh/images: | - name: mattermost - image: registry1.dso.mil/ironbank/opensource/mattermost/mattermost:10.5.1 + image: registry1.dso.mil/ironbank/opensource/mattermost/mattermost:10.6.1 - name: minio condition: minio.install image: registry1.dso.mil/ironbank/opensource/minio/minio:RELEASE.2025-01-20T14-49-07Z diff --git a/chart/values.yaml b/chart/values.yaml index 50632638..8b5d1a99 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -101,7 +101,7 @@ sso: # Repo and image tag image: name: registry1.dso.mil/ironbank/opensource/mattermost/mattermost - tag: 10.5.1 + tag: 10.6.1 imagePullPolicy: IfNotPresent global: -- GitLab From f08ce8f37a259fe8a652132b659d04e74d5cb45e Mon Sep 17 00:00:00 2001 From: "Christiel.podieu" <cpodieu@karthikconsulting.com> Date: Wed, 19 Mar 2025 12:18:41 -0400 Subject: [PATCH 2/2] updated changelog file --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 098c7dd3..2365e64e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [10.6.1-bb.0] (2025-03-18) ### Changed +- Updated registry1.dso.mil/ironbank/opensource/mattermost/mattermost (source) 10.5.1 -> 10.6.1 + ## [10.5.1-bb.3] (2025-03-13) ### Changed - ironbank/opensource/kubernetes/kubectl updated from v1.30.10 to v1.30.11 -- GitLab