diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 006b6c0..16058d9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.11" + ".": "0.1.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ef3cdaf..8867ac9 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.12](https://github.com/defenseunicorns/uds-capability-gitlab/compare/v0.1.11...v0.1.12) (2023-12-18) + + +### Features + +* Add backup cron config ([#63](https://github.com/defenseunicorns/uds-capability-gitlab/issues/63)) ([34d95ed](https://github.com/defenseunicorns/uds-capability-gitlab/commit/34d95edf2cc414275fa58a7fcb8add8df35da388)) + ## [0.1.11](https://github.com/defenseunicorns/uds-capability-gitlab/compare/v0.1.10...v0.1.11) (2023-12-15) diff --git a/utils/pkg-deps/gitlab/minio/zarf.yaml b/utils/pkg-deps/gitlab/minio/zarf.yaml index 93d587c..063c3bf 100644 --- a/utils/pkg-deps/gitlab/minio/zarf.yaml +++ b/utils/pkg-deps/gitlab/minio/zarf.yaml @@ -3,7 +3,7 @@ kind: ZarfPackageConfig metadata: name: gitlab-minio # x-release-please-start-version - version: "0.1.11" + version: "0.1.12" # x-release-please-end architecture: amd64 diff --git a/utils/pkg-deps/gitlab/postgres/zarf.yaml b/utils/pkg-deps/gitlab/postgres/zarf.yaml index dac4ae4..e8951e7 100644 --- a/utils/pkg-deps/gitlab/postgres/zarf.yaml +++ b/utils/pkg-deps/gitlab/postgres/zarf.yaml @@ -3,7 +3,7 @@ kind: ZarfPackageConfig metadata: name: gitlab-postgres # x-release-please-start-version - version: "0.1.11" + version: "0.1.12" # x-release-please-end architecture: amd64 diff --git a/utils/pkg-deps/gitlab/redis/zarf.yaml b/utils/pkg-deps/gitlab/redis/zarf.yaml index 5487bb5..045ef1a 100644 --- a/utils/pkg-deps/gitlab/redis/zarf.yaml +++ b/utils/pkg-deps/gitlab/redis/zarf.yaml @@ -3,7 +3,7 @@ kind: ZarfPackageConfig metadata: name: gitlab-redis # x-release-please-start-version - version: "0.1.11" + version: "0.1.12" # x-release-please-end architecture: amd64 diff --git a/utils/pkg-deps/namespaces/zarf.yaml b/utils/pkg-deps/namespaces/zarf.yaml index 60f6f58..b0f7086 100644 --- a/utils/pkg-deps/namespaces/zarf.yaml +++ b/utils/pkg-deps/namespaces/zarf.yaml @@ -4,7 +4,7 @@ metadata: name: gitlab-namespaces description: "package used to deploy needed namespaces" # x-release-please-start-version - version: "0.1.11" + version: "0.1.12" # x-release-please-end architecture: amd64 diff --git a/zarf.yaml b/zarf.yaml index e6e934f..1e85a42 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -4,7 +4,7 @@ metadata: name: gitlab description: "UDS GitLab capability deployed via flux" # x-release-please-start-version - version: "0.1.11" + version: "0.1.12" # x-release-please-end architecture: amd64