Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit c273dc7

Browse files
committed
cut release v2022.01.19
1 parent 06016b1 commit c273dc7

8 files changed

Lines changed: 46 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,27 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and is generated by [Changie](https://github.com/miniscruff/changie).
66

7+
## [v2022.01.19] - 2022-01-19
8+
9+
Switch to [CalVer](https://calver.org/)
10+
11+
### Refactor
12+
* Do not send a ServiceUpdate mutation if nothing changed about the data
13+
14+
[v2022.01.19]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.6.6...v2022.01.19
15+
716
## [v0.6.6] - 2021-12-17
817
### Bugfix
918
* add curl back to pickup certificates
1019

20+
[v0.6.6]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.6.5...v0.6.6
21+
1122
## [v0.6.5] - 2021-12-17
1223
### Refactor
1324
* upgrade jq to 1.6
1425

26+
[v0.6.5]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.6.4...v0.6.5
27+
1528
## [v0.6.4] - 2021-12-14
1629
### Feature
1730
* add ability to restrict `service preview` to json output to pipe to jq for debugging
@@ -20,14 +33,20 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
2033
### Refactor
2134
* use new opslevel-go cache by alias and remove similar code from this library
2235

23-
## v0.6.3 - 2021-10-31
36+
[v0.6.4]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.6.3...v0.6.4
37+
38+
## [v0.6.3] - 2021-10-31
2439
### Bugfix
2540
* fix issue with reconciling services that would create duplicate services during `service reconcile` with latest k8s version
2641

27-
## v0.6.2 - 2021-10-31
42+
[v0.6.3]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.6.2...v0.6.3
43+
44+
## [v0.6.2] - 2021-10-31
2845
### Bugfix
2946
* only subscribe to the OnUpdate of the Informer so we don't run into parallel processing issues with `service reconcile`
3047

48+
[v0.6.2]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.6.1...v0.6.2
49+
3150
## [v0.6.1] - 2021-10-26
3251
### Bugfix
3352
* skipover duplicate keys in tags.assign when merging service data due to overlapping aliases

changes/unreleased/Refactor-20220114-163722.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changes/v0.6.2.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
## v0.6.2 - 2021-10-31
1+
## [v0.6.2] - 2021-10-31
22
### Bugfix
3-
* only subscribe to the OnUpdate of the Informer so we don't run into parallel processing issues with `service reconcile`
3+
* only subscribe to the OnUpdate of the Informer so we don't run into parallel processing issues with `service reconcile`
4+
5+
[v0.6.2]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.6.1...v0.6.2

changes/v0.6.3.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
## v0.6.3 - 2021-10-31
1+
## [v0.6.3] - 2021-10-31
22
### Bugfix
3-
* fix issue with reconciling services that would create duplicate services during `service reconcile` with latest k8s version
3+
* fix issue with reconciling services that would create duplicate services during `service reconcile` with latest k8s version
4+
5+
[v0.6.3]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.6.2...v0.6.3

changes/v0.6.4.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
* add log statements when unable to find Tier, Lifecycle or Team by alias
55
* upgrade opslevel-go to 0.4.2
66
### Refactor
7-
* use new opslevel-go cache by alias and remove similar code from this library
7+
* use new opslevel-go cache by alias and remove similar code from this library
8+
9+
[v0.6.4]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.6.3...v0.6.4

changes/v0.6.5.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
## [v0.6.5] - 2021-12-17
22
### Refactor
3-
* upgrade jq to 1.6
3+
* upgrade jq to 1.6
4+
5+
[v0.6.5]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.6.4...v0.6.5

changes/v0.6.6.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
## [v0.6.6] - 2021-12-17
22
### Bugfix
3-
* add curl back to pickup certificates
3+
* add curl back to pickup certificates
4+
5+
[v0.6.6]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.6.5...v0.6.6

changes/v2022.01.19.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## [v2022.01.19] - 2022-01-19
2+
3+
Switch to [CalVer](https://calver.org/)
4+
5+
### Refactor
6+
* Do not send a ServiceUpdate mutation if nothing changed about the data
7+
8+
[v2022.01.19]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.6.6...v2022.01.19

0 commit comments

Comments
 (0)