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

Commit

Permalink
chore(main): release 0.0.2 (#10)
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 Feb 12, 2024
1 parent b3ba83f commit 5213899
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 9 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.0.1"
".": "0.0.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.2](https://github.com/defenseunicorns/uds-package-dependencies/compare/v0.0.1...v0.0.2) (2024-02-12)


### Miscellaneous

* release 0.0.2 ([#9](https://github.com/defenseunicorns/uds-package-dependencies/issues/9)) ([b3ba83f](https://github.com/defenseunicorns/uds-package-dependencies/commit/b3ba83f4f3139e3848ec936ae7a34a65051b4432))

## 0.0.1 (2024-01-23)


Expand Down
8 changes: 4 additions & 4 deletions bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ metadata:
name: dependency-test
description: A UDS bundle for deploying UDS dependencies on a development cluster
# x-release-please-start-version
version: 0.0.1
version: 0.0.2
# x-release-please-end

packages:
- name: dev-minio
path: ../
# x-release-please-start-version
ref: 0.0.1
ref: 0.0.2
# x-release-please-end

- name: dev-postgres
path: ../
# x-release-please-start-version
ref: 0.0.1
ref: 0.0.2
# x-release-please-end

- name: dev-redis
path: ../
# x-release-please-start-version
ref: 0.0.1
ref: 0.0.2
# x-release-please-end
2 changes: 1 addition & 1 deletion src/minio/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ZarfPackageConfig
metadata:
name: dev-minio
# x-release-please-start-version
version: "0.0.1"
version: "0.0.2"
# x-release-please-end


Expand Down
2 changes: 1 addition & 1 deletion src/postgres/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ZarfPackageConfig
metadata:
name: dev-postgres
# x-release-please-start-version
version: "0.0.1"
version: "0.0.2"
# x-release-please-end


Expand Down
2 changes: 1 addition & 1 deletion src/redis/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ZarfPackageConfig
metadata:
name: dev-redis
# x-release-please-start-version
version: "0.0.1"
version: "0.0.2"
# x-release-please-end


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2

0 comments on commit 5213899

Please sign in to comment.