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.11 (#62)
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 15, 2023
1 parent 77a1341 commit c457b95
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.10"
".": "0.1.11"
}
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.11](https://github.com/defenseunicorns/uds-capability-gitlab/compare/v0.1.10...v0.1.11) (2023-12-15)


### Bug Fixes

* Add missing pages image ([77a1341](https://github.com/defenseunicorns/uds-capability-gitlab/commit/77a1341e0d5a198ae2207e9aa2b0d39d26a21c4b))

## [0.1.10](https://github.com/defenseunicorns/uds-capability-gitlab/compare/v0.1.9...v0.1.10) (2023-12-14)


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.10"
version: "0.1.11"
# 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.10"
version: "0.1.11"
# 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.10"
version: "0.1.11"
# 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.10"
version: "0.1.11"
# 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.10"
version: "0.1.11"
# x-release-please-end
architecture: amd64

Expand Down

0 comments on commit c457b95

Please sign in to comment.