From 69de83090fa54cad76ed34754718ff7ab99f682a Mon Sep 17 00:00:00 2001 From: Branden Cobb Date: Mon, 12 Jul 2021 17:44:29 +0000 Subject: [PATCH] Upgrade to 5.36.1 --- CHANGELOG.md | 3 +++ chart/Chart.yaml | 4 ++-- chart/values.yaml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9041031..9c3a1ab 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). --- +## [0.1.6-bb.7] - 2021-07-08 +### Changed +- Update Mattermost to version 5.36.1 ## [0.1.6-bb.6] - 2021-06-22 ### Changed diff --git a/chart/Chart.yaml b/chart/Chart.yaml index f6dd4af..a2aa83f 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: mattermost type: application -version: "0.1.6-bb.6" -appVersion: "5.36.0" +version: "0.1.6-bb.7" +appVersion: "5.36.1" description: "Deployment of mattermost" keywords: - Mattermost diff --git a/chart/values.yaml b/chart/values.yaml index 636b50a..b0f475f 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -36,7 +36,7 @@ sso: # Repo and image tag image: name: registry1.dso.mil/ironbank/opensource/mattermost/mattermost - tag: 5.36.0 + tag: 5.36.1 imagePullPolicy: IfNotPresent global: -- GitLab