Skip to content

Commit

Permalink
Release v1.0.0 (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot authored Nov 26, 2024
1 parent cd7d047 commit 90eb9c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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 adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] - 2024-11-26

### Added

- Add `cluster_id` field to `app_operator_app_info` metrics that contains the value of the `giantswarm.io/cluster` label from the App CR, empty otherwise.
Expand Down Expand Up @@ -287,7 +289,8 @@ reduce how often pods are rolled.

- Added initial structures.

[Unreleased]: https://github.com/giantswarm/app-exporter/compare/v0.20.0...HEAD
[Unreleased]: https://github.com/giantswarm/app-exporter/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/giantswarm/app-exporter/compare/v0.20.0...v1.0.0
[0.20.0]: https://github.com/giantswarm/app-exporter/compare/v0.19.2...v0.20.0
[0.19.2]: https://github.com/giantswarm/app-exporter/compare/v0.19.1...v0.19.2
[0.19.1]: https://github.com/giantswarm/app-exporter/compare/v0.19.0...v0.19.1
Expand Down
4 changes: 2 additions & 2 deletions helm/app-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: "v1"
appVersion: "0.20.1-dev"
appVersion: "1.0.0"
description: "Chart holding app-exporter."
home: "https://github.com/giantswarm/app-exporter"
icon: https://s.giantswarm.io/app-icons/prometheus/1/light.svg
name: "app-exporter"
version: "0.20.1-dev"
version: "1.0.0"
annotations:
application.giantswarm.io/team: "honeybadger"
config.giantswarm.io/version: 1.x.x
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var (
gitSHA = "n/a"
name = "app-exporter"
source = "https://github.com/giantswarm/app-exporter"
version = "0.20.1-dev"
version = "1.0.0"
)

func Description() string {
Expand Down

0 comments on commit 90eb9c6

Please sign in to comment.