Skip to content

Commit

Permalink
chore(deps): update mattermost package dependencies (#127)
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 |
|---|---|---|
|
[cgr.dev/du-uds-defenseunicorns/mattermost](https://images.chainguard.dev/directory/image/mattermost/overview)
([source](https://togithub.com/chainguard-images/images-private/tree/HEAD/images/mattermost))
| minor | `9.10.1` -> `9.11.0` |
| ghcr.io/defenseunicorns/packages/uds/postgres-operator | patch |
`1.12.2-uds.1-upstream` -> `1.12.2-uds.2-upstream` |
| [mattermost-enterprise-edition](https://mattermost.com)
([source](https://togithub.com/mattermost/mattermost-helm)) | patch |
`2.6.58` -> `2.6.59` |
| mattermost/mattermost-enterprise-edition | minor | `9.10.1` ->
`9.11.0` |
|
[registry1.dso.mil/ironbank/opensource/mattermost/mattermost](https://mattermost.com)
([source](https://repo1.dso.mil/dsop/opensource/mattermost/mattermost))
| minor | `9.10.1` -> `9.11.0` |

---

### Release Notes

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

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

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

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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/defenseunicorns/uds-package-mattermost).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM4LjI2LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInBhY2thZ2UtZGVwcyJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Wayne Starr <me@racer159.com>
Release-As: v9.11.0-uds.0
  • Loading branch information
renovate[bot] and Racer159 authored Aug 27, 2024
1 parent 5667b89 commit 0991754
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 19 deletions.
11 changes: 0 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,8 @@
build/
.DS_Store
*.tar.zst
test/tf/public-ec2-instance/.tool-versions
zarf-sbom

# Terraform
test/tf/public-ec2-instance/.test-data
test/tf/public-ec2-instance/.terraform
terraform.tfstate
terraform.tfstate.backup
.terraform.lock.hcl

# SOPS stuff that should never be committed to the repo
secret-sops-gpg.yaml

# Tests
node_modules/
.playwright/
2 changes: 1 addition & 1 deletion bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ packages:

- name: postgres-operator
repository: ghcr.io/defenseunicorns/packages/uds/postgres-operator
ref: 1.12.2-uds.1-upstream
ref: 1.12.2-uds.2-upstream
overrides:
postgres-operator:
uds-postgres-config:
Expand Down
2 changes: 1 addition & 1 deletion common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ components:
namespace: mattermost
url: https://helm.mattermost.com
gitPath: chart
version: 2.6.58
version: 2.6.59
valuesFiles:
- ../values/common-values.yaml
actions:
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.10.1
tag: 9.11.0
initContainerImage:
repository: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal
tag: 9.4
2 changes: 1 addition & 1 deletion values/unicorn-values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mattermostApp:
image:
repository: cgr.dev/du-uds-defenseunicorns/mattermost
tag: 9.10.1
tag: 9.11.0
initContainerImage:
repository: cgr.dev/du-uds-defenseunicorns/curl-fips
tag: 8.9.1
2 changes: 1 addition & 1 deletion values/upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mattermostApp:
image:
repository: mattermost/mattermost-enterprise-edition
tag: 9.10.1
tag: 9.11.0
initContainerImage:
repository: curlimages/curl
tag: 8.9.1
6 changes: 3 additions & 3 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ components:
- values/upstream-values.yaml
images:
- curlimages/curl:8.9.1
- mattermost/mattermost-enterprise-edition:9.10.1
- mattermost/mattermost-enterprise-edition:9.11.0

- name: mattermost
required: true
Expand All @@ -54,7 +54,7 @@ components:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4
- registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.10.1
- registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.11.0

- name: mattermost
required: true
Expand All @@ -69,4 +69,4 @@ components:
- values/unicorn-values.yaml
images:
- cgr.dev/du-uds-defenseunicorns/curl-fips:8.9.1
- cgr.dev/du-uds-defenseunicorns/mattermost:9.10.1
- cgr.dev/du-uds-defenseunicorns/mattermost:9.11.0

0 comments on commit 0991754

Please sign in to comment.