Skip to content

Commit

Permalink
Release v2.5.0 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot authored Nov 13, 2024
1 parent 63b8d99 commit cd60425
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.5.0] - 2024-11-13

### Added

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

Initial release

[Unreleased]: https://github.com/giantswarm/hello-world-app/compare/v2.4.0...HEAD
[Unreleased]: https://github.com/giantswarm/hello-world-app/compare/v2.5.0...HEAD
[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
[2.3.2]: https://github.com/giantswarm/hello-world-app/compare/v2.3.1...v2.3.2
[2.3.1]: https://github.com/giantswarm/hello-world-app/compare/v2.3.0...v2.3.1
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.4.0
version: 2.5.0
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.4.0](https://img.shields.io/badge/Version-2.4.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.5.0](https://img.shields.io/badge/Version-2.5.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)

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 cd60425

Please sign in to comment.