Skip to content

Commit 13158d2

Browse files
chore(main): release 0.2.1
1 parent 11d2a1a commit 13158d2

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.2.1"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/defenseunicorns/uds-portal/compare/v0.2.0...v0.2.1) (2026-05-26)
4+
5+
6+
### Bug Fixes
7+
8+
* moving zarf variables to separate values file and removing skeleton publish ([#39](https://github.com/defenseunicorns/uds-portal/issues/39)) ([11d2a1a](https://github.com/defenseunicorns/uds-portal/commit/11d2a1a90ccfb2a2bd7c1ec4f9e39a88d79a469d))
9+
10+
11+
### Miscellaneous
12+
13+
* rename LICENSE.md to LICENSE and standardize security email ([#37](https://github.com/defenseunicorns/uds-portal/issues/37)) ([1659276](https://github.com/defenseunicorns/uds-portal/commit/1659276d26015ad109df3011127b33e097c63f61))
14+
315
## [0.2.0](https://github.com/defenseunicorns/uds-portal/compare/v0.1.0...v0.2.0) (2026-05-20)
416

517

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ name: uds-portal
66
description: A Helm chart for Kubernetes
77
type: application
88
# x-release-please-start-version
9-
version: 0.2.0
9+
version: 0.2.1
1010
# x-release-please-end

tasks/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ variables:
55
- name: VERSION
66
description: "reference for the app portal image and zarf package"
77
# x-release-please-start-version
8-
default: 0.2.0
8+
default: 0.2.1
99
# x-release-please-end
1010

1111
tasks:

tasks/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variables:
88
- name: VERSION
99
description: "reference for the portal image and zarf package"
1010
# x-release-please-start-version
11-
default: 0.2.0
11+
default: 0.2.1
1212
# x-release-please-end
1313

1414
tasks:

0 commit comments

Comments
 (0)