Skip to content

Commit

Permalink
chore(main): release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 5, 2024
1 parent a69818a commit dd2c099
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 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.3.2"
".": "0.3.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file.

## [0.3.3](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/compare/v0.3.2...v0.3.3) (2024-09-05)


### Miscellaneous

* configure bundle to be compatible with eks-d ([#158](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/158)) ([a69818a](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/a69818a1e923f52a466ebadf78eaa08348bf8527))
* update uds-config example file ([#160](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/160)) ([6d5c65f](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/6d5c65ff5c2893ee919ff7125294fb60c2e86c60))

## [0.3.2](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/compare/v0.3.1...v0.3.2) (2024-09-04)


Expand Down
2 changes: 1 addition & 1 deletion bundles/uds-core-swf/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: software-factory-nutanix
description: A UDS bundle for deploying a software factory to an RKE2 cluster
# x-release-please-start-version
version: "0.3.2"
version: "0.3.3"
# x-release-please-end
architecture: amd64

Expand Down
2 changes: 1 addition & 1 deletion tasks/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variables:
- name: BUNDLE_VERSION
description: "Version of the bundle to deploy"
# x-release-please-start-version
default: "0.3.2"
default: "0.3.3"
# x-release-please-end

tasks:
Expand Down

0 comments on commit dd2c099

Please sign in to comment.