Skip to content

Commit

Permalink
Cut Release 'v2024.9.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed Sep 5, 2024
1 parent 3df0fc2 commit a7ddc37
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 45 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20240513-142052.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20240527-142422.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20240617-141337.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20240624-221500.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20240819-143710.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20240829-145345.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20240903-141030.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Feature-20240903-173336.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20240903-173435.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Feature-20240904-151102.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Security-20240903-165711.yaml

This file was deleted.

19 changes: 19 additions & 0 deletions .changes/v2024.9.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## [September 05, 2024](https://github.com/OpsLevel/kubectl-opslevel/compare/v2024.5.1...v2024.9.5)
### Feature
* Add flag on `service reconcile` to disable service name updates which can in certain cases cause unwanted alias generation
* BREAKING CHANGE: Set the default for the tool to not update service names
* When the tool loads if it doesn't find a valid configuration file it will fallback to the default printed out by the `config sample` command
### Security
* Change docker base image to fix vulnerabilities that were in the previous one
### Dependency
* Bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0
* Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 in /src
* Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 in /src
* Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 in /src
* Bump github.com/creasty/defaults from 1.7.0 to 1.8.0 in /src
* Bump opslevel/report-deploy-github-action from 0.7.0 to 0.10.0
* bump opslevel-go to v2024.9.3, opslevel-jq-parser to v2024.9.3, opslevel-k8s-controller to v2024.9.3
## Docker Image

- `docker pull public.ecr.aws/opslevel/kubectl-opslevel:v2024.9.5`

30 changes: 20 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and is generated by [Changie](https://github.com/miniscruff/changie).


## [May 01, 2024](https://github.com/OpsLevel/kubectl-opslevel/compare/v2024.4.30...v2024.5.1)
## Docker Image

- `docker pull public.ecr.aws/opslevel/kubectl-opslevel:v2024.5.1`


## [April 30, 2024](https://github.com/OpsLevel/kubectl-opslevel/compare/v2024.4.26...v2024.4.30)
## [September 05, 2024](https://github.com/OpsLevel/kubectl-opslevel/compare/v2024.5.1...v2024.9.5)
### Feature
* Add flag on `service reconcile` to disable service name updates which can in certain cases cause unwanted alias generation
* BREAKING CHANGE: Set the default for the tool to not update service names
* When the tool loads if it doesn't find a valid configuration file it will fallback to the default printed out by the `config sample` command
### Security
* Change docker base image to fix vulnerabilities that were in the previous one
### Dependency
* Bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0
* Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 in /src
* Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 in /src
* Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 in /src
* Bump github.com/creasty/defaults from 1.7.0 to 1.8.0 in /src
* Bump opslevel/report-deploy-github-action from 0.7.0 to 0.10.0
* bump opslevel-go to v2024.9.3, opslevel-jq-parser to v2024.9.3, opslevel-k8s-controller to v2024.9.3
## Docker Image

- `docker pull public.ecr.aws/opslevel/kubectl-opslevel:v2024.4.30`
- `docker pull public.ecr.aws/opslevel/kubectl-opslevel:v2024.9.5`


## [April 26, 2024](https://github.com/OpsLevel/kubectl-opslevel/compare/v2024.4.3...v2024.4.26)
## [May 01, 2024](https://github.com/OpsLevel/kubectl-opslevel/compare/v2024.4.30...v2024.5.1)
### Bugfix
* Fix bug where `namespaces` filtering was not respected by jq parser
## Docker Image

- `docker pull public.ecr.aws/opslevel/kubectl-opslevel:v2024.4.26`
- `docker pull public.ecr.aws/opslevel/kubectl-opslevel:v2024.5.1`


## [April 03, 2024](https://github.com/OpsLevel/kubectl-opslevel/compare/v2024.3.18...v2024.4.3)
Expand Down

0 comments on commit a7ddc37

Please sign in to comment.