Skip to content

Commit

Permalink
Release v0.7.1 (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Feb 5, 2022
1 parent 1c67ee1 commit 76c5389
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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]

## [0.7.1] - 2022-02-05

### Fixed

- Fix client-go to work with OIDC enabled clusters.
Expand Down Expand Up @@ -83,7 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release; rough around the edges but usable.

[Unreleased]: https://github.com/glitchcrab/sonar/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/glitchcrab/sonar/compare/v0.7.1...HEAD
[0.7.1]: https://github.com/glitchcrab/sonar/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/glitchcrab/sonar/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/glitchcrab/sonar/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/glitchcrab/sonar/compare/v0.4.0...v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var (
description = "Sonar deploys a debugging container to a Kubernetes cluster."
name = "sonar"
source = "https://github.com/glitchcrab/sonar"
version = "0.7.1-dev"
version = "0.7.1"
)

func Description() string {
Expand Down

0 comments on commit 76c5389

Please sign in to comment.