@@ -4,14 +4,27 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
0 commit comments