Skip to content

Commit

Permalink
chore(main): release 0.7.0 (#77)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.7.0](v0.6.2...v0.7.0)
(2024-02-29)


### Features

* combined release and publish
([#76](#76))
([993f7d6](993f7d6))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 29, 2024
1 parent 993f7d6 commit 3e9aa2e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 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.6.2"
".": "0.7.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.7.0](https://github.com/justinthelaw/repository-template/compare/v0.6.2...v0.7.0) (2024-02-29)


### Features

* combined release and publish ([#76](https://github.com/justinthelaw/repository-template/issues/76)) ([993f7d6](https://github.com/justinthelaw/repository-template/commit/993f7d604c476fbac692148cb375620d4b986a68))

## [0.6.2](https://github.com/justinthelaw/repository-template/compare/v0.6.1...v0.6.2) (2024-02-29)


Expand Down
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: example
description: A Helm chart for Kubernetes
type: application
version: 0.1.0
appVersion: 0.6.2
appVersion: 0.7.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leapfrogai-repository-template",
"version": "0.6.2",
"version": "0.7.0",
"author": "Defense Unicorns",
"license": "Apache-2.0",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "template-repository"
version = "0.6.2"
version = "0.7.0"

description = "Template repository for referencing and extending"
authors = [{ name = "LeapfrogAI Authors", email = "[email protected]" }]
Expand Down
2 changes: 1 addition & 1 deletion zarf-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
set:
image_repository: "ghcr.io/justinthelaw/repository-template/example"
# x-release-please-start-version
image_version: 0.6.2
image_version: 0.7.0
# x-release-please-end
name: example
max_package_size: "1000000000"
4 changes: 2 additions & 2 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: ZarfPackageConfig
metadata:
name: example
# x-release-please-start-version
version: 0.6.2
version: 0.7.0
# x-release-please-end
description: >
repository template
Expand All @@ -24,7 +24,7 @@ components:
localPath: chart
releaseName: "###ZARF_PKG_TMPL_NAME###"
# x-release-please-start-version
version: 0.6.2
version: 0.7.0
# x-release-please-end
images:
- "###ZARF_PKG_TMPL_IMAGE_REPOSITORY###:###ZARF_PKG_TMPL_IMAGE_VERSION###"

0 comments on commit 3e9aa2e

Please sign in to comment.