From ded35647766e6f101a7557e0c202856861adaeec Mon Sep 17 00:00:00 2001 From: glitchcrab's bot <48120420+glitchcrab-bot@users.noreply.github.com> Date: Wed, 7 Aug 2024 21:33:28 +0100 Subject: [PATCH] Release v0.11.0 (#196) --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ccd5f4..2aa035f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.0] - 2024-08-07 + ### Changed - Added pod security context to ensure the pod runs as a non-root user. @@ -121,7 +123,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/a7d-corp/sonar/compare/v0.10.0...HEAD +[Unreleased]: https://github.com/a7d-corp/sonar/compare/v0.11.0...HEAD +[0.11.0]: https://github.com/a7d-corp/sonar/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/a7d-corp/sonar/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/a7d-corp/sonar/compare/v0.8.1...v0.9.0 [0.8.1]: https://github.com/a7d-corp/sonar/compare/v0.8.0...v0.8.1 diff --git a/pkg/project/project.go b/pkg/project/project.go index 8002577..5aedd12 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -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.10.0" + version = "0.11.0" ) func Description() string {