Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
chore(main): release 0.1.12 (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 18, 2023
1 parent 34d95ed commit 02bd8f0
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.11"
".": "0.1.12"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion utils/pkg-deps/gitlab/minio/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion utils/pkg-deps/gitlab/postgres/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion utils/pkg-deps/gitlab/redis/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion utils/pkg-deps/namespaces/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 02bd8f0

Please sign in to comment.