Skip to content

Commit

Permalink
Release v2.6.1 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot authored Dec 25, 2024
1 parent dbaeaab commit f19fdf6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

## [2.6.1] - 2024-12-25

### Added

- Chart: Some chores. ([#172](https://github.com/giantswarm/hello-world-app/pull/172))
Expand Down Expand Up @@ -179,7 +181,8 @@ First release published to the Giant Swarm catalog

Initial release

[Unreleased]: https://github.com/giantswarm/hello-world-app/compare/v2.6.0...HEAD
[Unreleased]: https://github.com/giantswarm/hello-world-app/compare/v2.6.1...HEAD
[2.6.1]: https://github.com/giantswarm/hello-world-app/compare/v2.6.0...v2.6.1
[2.6.0]: https://github.com/giantswarm/hello-world-app/compare/v2.5.0...v2.6.0
[2.5.0]: https://github.com/giantswarm/hello-world-app/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/giantswarm/hello-world-app/compare/v2.3.2...v2.4.0
Expand Down
2 changes: 1 addition & 1 deletion helm/hello-world/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: hello-world
description: A chart that deploys a basic hello world site and lets you test values merging of user values configmap and secrets.
type: application
version: 2.6.0
version: 2.6.1
appVersion: "0.3.0"
home: https://github.com/giantswarm/hello-world-app
icon: https://s.giantswarm.io/app-icons/1/png/hello-world-app-light.png
Expand Down
2 changes: 1 addition & 1 deletion helm/hello-world/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hello-world

![Version: 2.6.0](https://img.shields.io/badge/Version-2.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.0](https://img.shields.io/badge/AppVersion-0.3.0-informational?style=flat-square)
![Version: 2.6.1](https://img.shields.io/badge/Version-2.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.0](https://img.shields.io/badge/AppVersion-0.3.0-informational?style=flat-square)

A chart that deploys a basic hello world site and lets you test values merging of user values configmap and secrets.

Expand Down

0 comments on commit f19fdf6

Please sign in to comment.