From f5abc24994be89944b90712a45509dd4d973ee93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:04:30 -0500 Subject: [PATCH] chore(main): release 0.8.0 (#88) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ chart/Chart.yaml | 2 +- package-lock.json | 2 +- package.json | 2 +- pyproject.toml | 2 +- zarf-config.yaml | 2 +- 7 files changed, 19 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 21e281b..d6a5f76 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.4" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 117ab4a..7f23271 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.0](https://github.com/justinthelaw/repository-template/compare/v0.7.4...0.8.0) (2024-03-04) + + +### Features + +* new versioning dynamic ([#86](https://github.com/justinthelaw/repository-template/issues/86)) ([32b6df1](https://github.com/justinthelaw/repository-template/commit/32b6df1ae6c5aba046708f01926da75e0b35f86e)) + + +### Bug Fixes + +* release please versioning and workflows ([#87](https://github.com/justinthelaw/repository-template/issues/87)) ([b446491](https://github.com/justinthelaw/repository-template/commit/b446491197c11986bdfea4ffcaa644d83bd6c309)) +* stop publishing for non-release ([#89](https://github.com/justinthelaw/repository-template/issues/89)) ([f5cf327](https://github.com/justinthelaw/repository-template/commit/f5cf327153763b380646efadbecad47a41d20d5d)) + ## [0.7.4](https://github.com/justinthelaw/repository-template/compare/v0.7.3...v0.7.4) (2024-03-01) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 437bcbb..e9c9db3 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -3,4 +3,4 @@ name: example description: A Helm chart for Kubernetes type: application version: 0.1.0 -appVersion: 0.7.4 +appVersion: 0.8.0 diff --git a/package-lock.json b/package-lock.json index 2f60b6f..9c2e356 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "leapfrogai-repository-template", - "version": "0.4.1", + "version": "0.8.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 4961e01..6a856e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leapfrogai-repository-template", - "version": "0.7.4", + "version": "0.8.0", "author": "Defense Unicorns", "license": "Apache-2.0", "engines": { diff --git a/pyproject.toml b/pyproject.toml index 0c3b8d6..919f487 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "template-repository" -version = "0.7.4" +version = "0.8.0" description = "Template repository for referencing and extending" authors = [{ name = "LeapfrogAI Authors", email = "ai@defenseunicorns.com" }] diff --git a/zarf-config.yaml b/zarf-config.yaml index 9517cd4..1b2d1be 100644 --- a/zarf-config.yaml +++ b/zarf-config.yaml @@ -3,7 +3,7 @@ package: set: image_repository: "ghcr.io/justinthelaw/repository-template/example" # x-release-please-start-version - image_version: 0.7.4 + image_version: 0.8.0 # x-release-please-end name: example max_package_size: "1000000000"