Skip to content

Commit

Permalink
chore(main): release 0.1.3 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 10, 2023
1 parent dd28ab3 commit 28ad8a7
Show file tree
Hide file tree
Showing 8 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.1.2"
".": "0.1.3"
}
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.3](https://github.com/defenseunicorns/uds-core/compare/v0.1.2...v0.1.3) (2023-11-10)


### Miscellaneous

* bump zarf & uds-k3d deps ([#30](https://github.com/defenseunicorns/uds-core/issues/30)) ([dd28ab3](https://github.com/defenseunicorns/uds-core/commit/dd28ab3acd163aaccdfb76fbf9726c02a2ff0050))

## [0.1.2](https://github.com/defenseunicorns/uds-core/compare/v0.1.1...v0.1.2) (2023-11-09)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The core applications are:
A common need is bootrapping a new UDS Core environment for development or testing. The command below will deploy a local K3d cluster with UDS Core on a Mac M1. See the remaining sections for more details if the different bundles & capabilities available.

```bash
uds deploy oci://ghcr.io/defenseunicorns/packages/uds/bundles/k3d-core:0.1.0-arm64
uds deploy oci://ghcr.io/defenseunicorns/packages/uds/bundles/k3d-core:0.1.3-arm64
```

### UDS Core Capabilities
Expand Down
4 changes: 2 additions & 2 deletions bundles/k3d-istio/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
name: k3d-core-istio
description: An example UDS bundle for deploying Istio from UDS Core on a development cluster
# x-release-please-start-version
version: "0.1.2"
version: "0.1.3"
# x-release-please-end

zarf-packages:
Expand All @@ -20,5 +20,5 @@ zarf-packages:
- name: core-istio
path: ../../build/
# x-release-please-start-version
ref: 0.1.2
ref: 0.1.3
# x-release-please-end
4 changes: 2 additions & 2 deletions bundles/k3d-standard/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
name: k3d-core
description: An example UDS bundle for deploying the standard UDS Core capability on a development cluster
# x-release-please-start-version
version: "0.1.2"
version: "0.1.3"
# x-release-please-end

zarf-packages:
Expand All @@ -20,5 +20,5 @@ zarf-packages:
- name: core
path: ../../build/
# x-release-please-start-version
ref: 0.1.2
ref: 0.1.3
# x-release-please-end
2 changes: 1 addition & 1 deletion packages/istio/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
description: "UDS Core (Istio Only)"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.1.2"
version: "0.1.3"
# x-release-please-end

components:
Expand Down
2 changes: 1 addition & 1 deletion packages/standard/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
description: "UDS Core"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.1.2"
version: "0.1.3"
# x-release-please-end

components:
Expand Down
2 changes: 1 addition & 1 deletion tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variables:
- name: VERSION
description: "The version of the packages to build"
# x-release-please-start-version
default: "0.1.2"
default: "0.1.3"
# x-release-please-end

tasks:
Expand Down

0 comments on commit 28ad8a7

Please sign in to comment.