From d55f2aa3af5eff34aaf18de1be2a9f278ff1e7a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:27:05 -0700 Subject: [PATCH] chore(main): release 0.1.5 (#19) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ utils/pkg-deps/mattermost/minio/zarf.yaml | 2 +- utils/pkg-deps/mattermost/postgres/zarf.yaml | 2 +- zarf.yaml | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c09319e..c209e8b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.4" + ".": "0.1.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 39e0286..7c82a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.1.5](https://github.com/defenseunicorns/uds-capability-mattermost-operator/compare/v0.1.4...v0.1.5) (2023-12-11) + + +### Features + +* expose volume and volume mounts ([#18](https://github.com/defenseunicorns/uds-capability-mattermost-operator/issues/18)) ([c06ae6a](https://github.com/defenseunicorns/uds-capability-mattermost-operator/commit/c06ae6a0f86aa944c15aa9ea59023b78870cc2cc)) + ## [0.1.4](https://github.com/defenseunicorns/uds-capability-mattermost-operator/compare/v0.1.3...v0.1.4) (2023-12-09) diff --git a/utils/pkg-deps/mattermost/minio/zarf.yaml b/utils/pkg-deps/mattermost/minio/zarf.yaml index ee165f7..6b43702 100644 --- a/utils/pkg-deps/mattermost/minio/zarf.yaml +++ b/utils/pkg-deps/mattermost/minio/zarf.yaml @@ -3,7 +3,7 @@ kind: ZarfPackageConfig metadata: name: mattermost-minio # x-release-please-start-version - version: "0.1.4" + version: "0.1.5" # x-release-please-end architecture: amd64 diff --git a/utils/pkg-deps/mattermost/postgres/zarf.yaml b/utils/pkg-deps/mattermost/postgres/zarf.yaml index 0c9041f..e0210dc 100644 --- a/utils/pkg-deps/mattermost/postgres/zarf.yaml +++ b/utils/pkg-deps/mattermost/postgres/zarf.yaml @@ -3,7 +3,7 @@ kind: ZarfPackageConfig metadata: name: mattermost-postgres # x-release-please-start-version - version: "0.1.4" + version: "0.1.5" # x-release-please-end architecture: amd64 diff --git a/zarf.yaml b/zarf.yaml index 08fd6d7..69c1be5 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -4,7 +4,7 @@ metadata: name: mattermost description: "UDS mattermost capability deployed via flux" # x-release-please-start-version - version: "0.1.4" + version: "0.1.5" # x-release-please-end architecture: amd64