Skip to content

Commit

Permalink
chore(deps): update mattermost package dependencies (#42)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/defenseunicorns/packages/uds/dev-minio | patch | `0.0.1` ->
`0.0.2` |
| ghcr.io/defenseunicorns/packages/uds/dev-postgres | patch | `0.0.1` ->
`0.0.2` |
| [mattermost-enterprise-edition](https://mattermost.com)
([source](https://togithub.com/mattermost/mattermost-helm)) | patch |
`2.6.43` -> `2.6.49` |
| mattermost/mattermost-enterprise-edition | major | `9.4.2` -> `9.6.1`
|
| mattermost/mattermost-enterprise-edition | minor | `9.4.2` -> `9.6.1`
|
|
[registry1.dso.mil/ironbank/opensource/mattermost/mattermost](https://mattermost.com)
([source](https://repo1.dso.mil/dsop/opensource/mattermost/mattermost))
| minor | `9.4.2` -> `9.6.1` |

---

### Release Notes

<details>
<summary>mattermost/mattermost-helm
(mattermost-enterprise-edition)</summary>

###
[`v2.6.49`](https://togithub.com/mattermost/mattermost-helm/releases/tag/mattermost-enterprise-edition-2.6.49)

[Compare
Source](https://togithub.com/mattermost/mattermost-helm/compare/mattermost-enterprise-edition-2.6.48...mattermost-enterprise-edition-2.6.49)

Mattermost Enterprise server with high availitibity.

###
[`v2.6.48`](https://togithub.com/mattermost/mattermost-helm/releases/tag/mattermost-enterprise-edition-2.6.48)

[Compare
Source](https://togithub.com/mattermost/mattermost-helm/compare/mattermost-enterprise-edition-2.6.47...mattermost-enterprise-edition-2.6.48)

Mattermost Enterprise server with high availitibity.

###
[`v2.6.47`](https://togithub.com/mattermost/mattermost-helm/releases/tag/mattermost-enterprise-edition-2.6.47)

[Compare
Source](https://togithub.com/mattermost/mattermost-helm/compare/mattermost-enterprise-edition-2.6.46...mattermost-enterprise-edition-2.6.47)

Mattermost Enterprise server with high availitibity.

###
[`v2.6.46`](https://togithub.com/mattermost/mattermost-helm/releases/tag/mattermost-enterprise-edition-2.6.46)

[Compare
Source](https://togithub.com/mattermost/mattermost-helm/compare/mattermost-enterprise-edition-2.6.45...mattermost-enterprise-edition-2.6.46)

Mattermost Enterprise server with high availitibity.

###
[`v2.6.45`](https://togithub.com/mattermost/mattermost-helm/releases/tag/mattermost-enterprise-edition-2.6.45)

[Compare
Source](https://togithub.com/mattermost/mattermost-helm/compare/mattermost-enterprise-edition-2.6.44...mattermost-enterprise-edition-2.6.45)

Mattermost Enterprise server with high availitibity.

###
[`v2.6.44`](https://togithub.com/mattermost/mattermost-helm/releases/tag/mattermost-enterprise-edition-2.6.44)

[Compare
Source](https://togithub.com/mattermost/mattermost-helm/compare/mattermost-enterprise-edition-2.6.43...mattermost-enterprise-edition-2.6.44)

Mattermost Enterprise server with high availitibity.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/defenseunicorns/uds-package-mattermost).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Release-As: 9.6.1-uds.0
---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: zamaz <71521611+zachariahmiller@users.noreply.github.com>
  • Loading branch information
renovate[bot] and zachariahmiller committed Apr 1, 2024
1 parent 6c7549f commit 8da95ef
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ metadata:
packages:
- name: dev-minio
repository: ghcr.io/defenseunicorns/packages/uds/dev-minio
ref: 0.0.1
ref: 0.0.2

- name: dev-postgres
repository: ghcr.io/defenseunicorns/packages/uds/dev-postgres
ref: 0.0.1
ref: 0.0.2

- name: dev-secrets
path: ../
Expand Down
2 changes: 1 addition & 1 deletion common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ components:
namespace: mattermost
url: https://helm.mattermost.com
gitPath: chart
version: 2.6.43
version: 2.6.49
valuesFiles:
- ../values/common-values.yaml
1 change: 1 addition & 0 deletions tasks/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
includes:
- create: https://github.com/raw/defenseunicorns/uds-common/v0.3.9/tasks/create.yaml
- publish: https://github.com/raw/defenseunicorns/uds-common/v0.3.9/tasks/publish.yaml

tasks:
Expand Down
2 changes: 1 addition & 1 deletion values/registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mattermostApp:
image:
repository: registry1.dso.mil/ironbank/opensource/mattermost/mattermost
tag: 9.4.2
tag: 9.6.1
initContainerImage:
repository: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal
tag: 9.3
2 changes: 1 addition & 1 deletion values/upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mattermostApp:
image:
repository: mattermost/mattermost-enterprise-edition
tag: 9.4.2
tag: 9.6.1
4 changes: 2 additions & 2 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ components:
- values/upstream-values.yaml
images:
- appropriate/curl:latest
- mattermost/mattermost-enterprise-edition:9.4.2
- mattermost/mattermost-enterprise-edition:9.6.1

- name: mattermost
required: true
Expand All @@ -51,4 +51,4 @@ components:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.3
- registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.4.2
- registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.6.1

0 comments on commit 8da95ef

Please sign in to comment.