UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 45b9fa55 authored by bigbang bot's avatar bigbang bot Committed by Cody Williams
Browse files

Update dependency registry1.dso.mil/ironbank/opensource/mattermost/mattermost to v8

parent 4dea11ed
No related branches found
No related tags found
1 merge request!134Update dependency registry1.dso.mil/ironbank/opensource/mattermost/mattermost to v8
......@@ -3,6 +3,15 @@
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).
---
## [8.0.1-bb.0] - 2023-08-02
### Changed
- ironbank/opensource/mattermost/mattermost updated from 8.0.0 to 8.0.1
- Updated Cypress to include new intro page
## [8.0.0-bb.0] - 2023-07-15
### Changed
- ironbank/opensource/mattermost/mattermost updated from 7.10.3 to 8.0.0
- minio-instance updated from 5.0.4-bb.1 to 5.0.5-bb.0
## [7.10.5-bb.0] - 2023-07-28
### Changed
- update ironbank/opensource/mattermost/mattermost from 7.10.3 to 7.10.5
......
# mattermost
![Version: 7.10.5-bb.0](https://img.shields.io/badge/Version-7.10.5--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.10.3](https://img.shields.io/badge/AppVersion-7.10.3-informational?style=flat-square)
![Version: 8.0.1-bb.0](https://img.shields.io/badge/Version-8.0.1--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.0.1](https://img.shields.io/badge/AppVersion-8.0.1-informational?style=flat-square)
Deployment of mattermost
......@@ -57,7 +57,7 @@ helm install mattermost chart/
| sso.token_endpoint | string | `"https://login.dso.mil/auth/realms/baby-yoda/protocol/openid-connect/token"` | |
| sso.user_api_endpoint | string | `"https://login.dso.mil/auth/realms/baby-yoda/protocol/openid-connect/userinfo"` | |
| image.name | string | `"registry1.dso.mil/ironbank/opensource/mattermost/mattermost"` | |
| image.tag | string | `"7.10.5"` | |
| image.tag | string | `"8.0.1"` | |
| image.imagePullPolicy | string | `"IfNotPresent"` | |
| global.imagePullSecrets[0].name | string | `"private-registry"` | |
| replicaCount | int | `1` | |
......
......@@ -4,9 +4,9 @@ dependencies:
version: 10.3.5
- name: minio-instance
repository: oci://registry1.dso.mil/bigbang
version: 5.0.4-bb.1
version: 5.0.5-bb.0
- name: gluon
repository: oci://registry1.dso.mil/bigbang
version: 0.3.2
digest: sha256:81a4c26ca3f66c2457f765f2d1dbaf2d8f6d9fd6b147df06709e1d7d7bbdae3d
generated: "2023-06-26T09:25:19.830629-05:00"
digest: sha256:8ca62cb1f7a7a7185c972b10120bc4c1fc1ba970f4d39789e8361bb3b3b15b58
generated: "2023-07-28T10:32:33.5960415-04:00"
......@@ -2,8 +2,8 @@
apiVersion: v2
name: mattermost
type: application
version: 7.10.5-bb.0
appVersion: 7.10.5
version: 8.0.1-bb.0
appVersion: 8.0.1
description: "Deployment of mattermost"
keywords:
- Mattermost
......@@ -16,7 +16,7 @@ dependencies:
condition: postgresql.install
repository: file://./deps/postgresql
- name: minio-instance
version: 5.0.4-bb.1
version: 5.0.5-bb.0
alias: minio
condition: minio.install
repository: oci://registry1.dso.mil/bigbang
......@@ -25,13 +25,13 @@ dependencies:
repository: oci://registry1.dso.mil/bigbang
annotations:
bigbang.dev/applicationVersions: |
- Mattermost: 7.10.5
- Mattermost: 8.0.1
helm.sh/images: |
- name: mattermost
image: registry1.dso.mil/ironbank/opensource/mattermost/mattermost:7.10.5
image: registry1.dso.mil/ironbank/opensource/mattermost/mattermost:8.0.1
- name: minio
condition: minio.install
image: registry1.dso.mil/ironbank/opensource/minio/minio:RELEASE.2023-05-04T21-44-30Z
image: registry1.dso.mil/ironbank/opensource/minio/minio:RELEASE.2023-06-19T19-52-50Z
- name: mc
condition: minio.install
image: registry1.dso.mil/ironbank/opensource/minio/mc:RELEASE.2023-06-23T18-12-07Z
......
File deleted
File added
No preview for this file type
......@@ -91,6 +91,20 @@ describe('Mattermost Healthcheck', function() {
cy.get('button[id="teamURLFinishButton"]').click()
// Give some time for dialog load
}
if ($url.includes('preparing-workspace')){
// Input Big Bang
cy.get('input[class="Organization__input"]').type('Big Bang')
// Click Next
cy.get('button[class="primary-button"]').click()
//cy.get('input[id="teamURLInput"]').should('include', 'big-bang')
// Click finish
cy.wait(1000)
cy.get('button[class="link-style plugins-skip-btn"]').click()
cy.wait(1000)
cy.get('div[class="InviteMembers__submit"] button[class="primary-button"').click()
cy.wait(5000)
// Give some time for dialog load
}
bannercheck()
})
......
......@@ -54,7 +54,7 @@ sso:
# Repo and image tag
image:
name: registry1.dso.mil/ironbank/opensource/mattermost/mattermost
tag: 7.10.5
tag: 8.0.1
imagePullPolicy: IfNotPresent
global:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment