Skip to content

Commit

Permalink
cut release 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktavious committed Dec 14, 2021
1 parent cf8e23f commit 44db368
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
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).

## [v0.6.4] - 2021-12-14
### Feature
* add ability to restrict `service preview` to json output to pipe to jq for debugging
* add log statements when unable to find Tier, Lifecycle or Team by alias
* upgrade opslevel-go to 0.4.2
### Refactor
* use new opslevel-go cache by alias and remove similar code from this library

## v0.6.3 - 2021-10-31
### Bugfix
* fix issue with reconciling services that would create duplicate services during `service reconcile` with latest k8s version
Expand Down
3 changes: 0 additions & 3 deletions changes/unreleased/Feature-20211214-062838.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changes/unreleased/Feature-20211214-062902.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changes/unreleased/Refactor-20211214-062953.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions changes/v0.6.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [v0.6.4] - 2021-12-14
### Feature
* add ability to restrict `service preview` to json output to pipe to jq for debugging
* add log statements when unable to find Tier, Lifecycle or Team by alias
* upgrade opslevel-go to 0.4.2
### Refactor
* use new opslevel-go cache by alias and remove similar code from this library

0 comments on commit 44db368

Please sign in to comment.