UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Collaboration Tools
mattermost
Compare Revisions
b29ab7efafbba827c9e844f0fd9ea298ad3c08f1...ba16bc3e08f88b86ebc49fed9894920c7a0bd44f
Commits (2)
Update chart/Chart.yaml, CHANGELOG.md files
· 52a5edc1
Micah Nagel
authored
Sep 01, 2021
52a5edc1
Merge branch 'micah.nagel-main-patch-47138' into 'main'
· ba16bc3e
Micah Nagel
authored
Sep 01, 2021
Fix appVersion Closes
#15
See merge request
!59
ba16bc3e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
CHANGELOG.md
CHANGELOG.md
+4
-0
chart/Chart.yaml
chart/Chart.yaml
+2
-2
No files found.
CHANGELOG.md
View file @
ba16bc3e
...
@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
...
@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
---
## [0.2.0-bb.1] - 2021-09-01
### Fixed
-
Missing appVersion update in Chart.yaml
## [0.2.0-bb.0] - 2021-08-27
## [0.2.0-bb.0] - 2021-08-27
### Changed
### Changed
-
Updated to latest IB 5.38.2
-
Updated to latest IB 5.38.2
...
...
chart/Chart.yaml
View file @
ba16bc3e
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
apiVersion
:
v2
apiVersion
:
v2
name
:
mattermost
name
:
mattermost
type
:
application
type
:
application
version
:
"
0.2.0-bb.
0
"
version
:
"
0.2.0-bb.
1
"
appVersion
:
"
5.3
7.0
"
appVersion
:
"
5.3
8.2
"
description
:
"
Deployment
of
mattermost"
description
:
"
Deployment
of
mattermost"
keywords
:
keywords
:
-
Mattermost
-
Mattermost
...
...