From 6b18450c2636c0788ef5aecd155901cce647d16b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:32:34 -0700 Subject: [PATCH] chore(main): release 0.1.6 (#32) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ utils/pkg-deps/nexus/postgres/zarf.yaml | 2 +- zarf.yaml | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c209e8b..a20191b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.5" + ".": "0.1.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dc0492..14039a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. +## [0.1.6](https://github.com/defenseunicorns/uds-capability-nexus/compare/v0.1.5...v0.1.6) (2024-01-30) + + +### Features + +* add initial lula lint action ([#31](https://github.com/defenseunicorns/uds-capability-nexus/issues/31)) ([2a78b5e](https://github.com/defenseunicorns/uds-capability-nexus/commit/2a78b5eb160d84b9359d55698deec1eaef1bda1d)) + + +### Miscellaneous + +* update nexus to 62.0.0-bb.2 ([9676c33](https://github.com/defenseunicorns/uds-capability-nexus/commit/9676c33a86e577e0819d14b52896d3170badbef2)) +* update zarf and dubbd ([#33](https://github.com/defenseunicorns/uds-capability-nexus/issues/33)) ([9676c33](https://github.com/defenseunicorns/uds-capability-nexus/commit/9676c33a86e577e0819d14b52896d3170badbef2)) + ## [0.1.5](https://github.com/defenseunicorns/uds-capability-nexus/compare/v0.1.4...v0.1.5) (2023-12-18) diff --git a/utils/pkg-deps/nexus/postgres/zarf.yaml b/utils/pkg-deps/nexus/postgres/zarf.yaml index 13c3db5..ef5dec7 100644 --- a/utils/pkg-deps/nexus/postgres/zarf.yaml +++ b/utils/pkg-deps/nexus/postgres/zarf.yaml @@ -3,7 +3,7 @@ kind: ZarfPackageConfig metadata: name: nexus-postgres # x-release-please-start-version - version: "0.1.5" + version: "0.1.6" # x-release-please-end architecture: amd64 diff --git a/zarf.yaml b/zarf.yaml index 273a06f..fdae91c 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -4,7 +4,7 @@ metadata: name: nexus description: "UDS nexus capability deployed via flux" # x-release-please-start-version - version: "0.1.5" + version: "0.1.6" # x-release-please-end architecture: amd64