Skip to content

Commit

Permalink
chore(main): release 0.4.2 (#218)
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 Oct 18, 2024
1 parent 077102b commit 6872031
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 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.4.1"
".": "0.4.2"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## [0.4.2](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/compare/v0.4.1...v0.4.2) (2024-10-18)


### ⚠ BREAKING CHANGES

* final release containing eks-d support ([#217](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/217))

### Features

* final release containing eks-d support ([#217](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/217)) ([36de4a6](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/36de4a6b84d5dfe2e052a2e8e964beb45f8faaad))


### Miscellaneous

* **deps:** update dependencies ([#223](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/223)) ([67943ba](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/67943ba8505980ae8cae6549d414995c670bb0c6))
* update codeowners ([#227](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/227)) ([077102b](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/077102bab7032061a45e5bb93dee2f56109036ee))

## [0.4.1](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/compare/v0.4.0...v0.4.1) (2024-10-06)


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

Expand Down
2 changes: 1 addition & 1 deletion bundles/rke2/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: software-factory-nutanix-rke2
description: A UDS bundle for deploying a software factory to an RKE2 cluster
# x-release-please-start-version
version: "0.4.1"
version: "0.4.2"
# 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.4.1"
default: "0.4.2"
# x-release-please-end

tasks:
Expand Down

0 comments on commit 6872031

Please sign in to comment.