Skip to content

Commit

Permalink
chore(deps): update mattermost package dependencies (#61)
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 |
|---|---|---|
| [mattermost-enterprise-edition](https://mattermost.com)
([source](https://github.com/mattermost/mattermost-helm)) | patch |
`2.6.51` -> `2.6.53` |
| mattermost/mattermost-enterprise-edition | minor | `9.7.2` -> `9.8.0`
|
|
[registry1.dso.mil/ironbank/opensource/mattermost/mattermost](https://mattermost.com)
([source](https://repo1.dso.mil/dsop/opensource/mattermost/mattermost))
| minor | `9.7.2` -> `9.8.0` |
|
[registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal](https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56)
([source](https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal)) |
minor | `9.3` -> `9.4` |

---

### Release Notes

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

###
[`v2.6.53`](https://github.com/mattermost/mattermost-helm/releases/tag/mattermost-enterprise-edition-2.6.53)

[Compare
Source](https://github.com/mattermost/mattermost-helm/compare/mattermost-enterprise-edition-2.6.52...mattermost-enterprise-edition-2.6.53)

Mattermost Enterprise server with high availitibity.

###
[`v2.6.52`](https://github.com/mattermost/mattermost-helm/releases/tag/mattermost-enterprise-edition-2.6.52)

[Compare
Source](https://github.com/mattermost/mattermost-helm/compare/mattermost-enterprise-edition-2.6.51...mattermost-enterprise-edition-2.6.52)

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://github.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4xMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicGFja2FnZS1kZXBzIl19-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Wayne Starr <me@racer159.com>
  • Loading branch information
renovate[bot] and Racer159 committed May 22, 2024
1 parent 074749c commit a7c0adb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 14 deletions.
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.51
version: 2.6.53
valuesFiles:
- ../values/common-values.yaml
7 changes: 0 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@
"matchDatasources": ["docker"],
"matchPackagePatterns": ["mattermost/mattermost-enterprise-edition"],
"allowedVersions": "/^\\d+\\.\\d+\\.\\d+$/"
},
{
"groupName": "Mattermost Package Dependencies",
"labels": ["package-deps"],
"commitMessageTopic": "package-deps",
"matchPackageNames": ["https://repo1.dso.mil/big-bang/product/packages/mattermost.git"],
"allowedVersions": "/.+-bb.+/"
}
]
}
4 changes: 2 additions & 2 deletions 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.7.2
tag: 9.8.0
initContainerImage:
repository: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal
tag: 9.3
tag: 9.4
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.7.2
tag: 9.8.0
6 changes: 3 additions & 3 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.7.2
- mattermost/mattermost-enterprise-edition:9.8.0

- name: mattermost
required: true
Expand All @@ -50,5 +50,5 @@ components:
valuesFiles:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.3
- registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.7.2
- registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4
- registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.8.0

0 comments on commit a7c0adb

Please sign in to comment.