Skip to content

Commit

Permalink
Cut Release 'v2022.10.19'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed Oct 19, 2022
1 parent 9cc61e3 commit 891e6e6
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 59 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Docs-20220822-203257.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20220422-211123.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20220717-110226.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20220717-110816.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20220717-114349.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20220909-114153.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Refactor-20221018-202049.yaml

This file was deleted.

14 changes: 14 additions & 0 deletions .changes/v2022.10.19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## [October 19, 2022]((https://github.com/OpsLevel/kubectl-opslevel/compare/v2022.02.25...v2022.10.19))
### Feature
- upgrade go to 1.17
- Upgrade opslevel-go to v2022.7.15
- update to go 1.18
- Add command `collect` to send k8s payloads to custom even checks
- update opslevel-go to v2022.8.25
### Refactor
- BREAKING CHANGE: `--api-url` no longer needs `/graphql` on the end - this keeps this field in sync with our other tools. A full example of usage is `--api-url=https://self-hosted.prod.example.com`
### Docs
- Fix sample config to show how tools entries can set environment
## Docker Image

- `docker pull public.ecr.aws/opslevel/kubectl-opslevel:v2022.10.19`
60 changes: 23 additions & 37 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,29 @@
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).

## [v2022.8.5] - 2022-08-05
### Bugfix
* fix where `tools` and `repositories` JQ processing that returns null but still registers an empty structure

[v2022.8.5]: https://github.com/OpsLevel/kubectl-opslevel/compare/v2022.02.25...v2022.8.5
and is generated by [Changie](https://github.com/miniscruff/changie).## [October 19, 2022]((https://github.com/OpsLevel/kubectl-opslevel/compare/v2022.02.25...v2022.10.19))
### Feature
- upgrade go to 1.17
- Upgrade opslevel-go to v2022.7.15
- update to go 1.18
- Add command `collect` to send k8s payloads to custom even checks
- update opslevel-go to v2022.8.25
### Refactor
- BREAKING CHANGE: `--api-url` no longer needs `/graphql` on the end - this keeps this field in sync with our other tools. A full example of usage is `--api-url=https://self-hosted.prod.example.com`
### Docs
- Fix sample config to show how tools entries can set environment
## Docker Image

- `docker pull public.ecr.aws/opslevel/kubectl-opslevel:v2022.10.19`
## [v2022.02.25] - 2022-02-25
### Refactor
* Updating version command output format

[v2022.02.25]: https://github.com/OpsLevel/kubectl-opslevel/compare/v2022.02.08...v2022.02.25

## [v2022.02.08] - 2022-02-08
[v2022.02.25]: https://github.com/OpsLevel/kubectl-opslevel/compare/v2022.02.08...v2022.02.25## [v2022.02.08] - 2022-02-08
### Bugfix
* remove ldflags override from goreleaser.yml to fix output of version command

[v2022.02.08]: https://github.com/OpsLevel/kubectl-opslevel/compare/v2022.01.27...v2022.02.08

## [v2022.01.27] - 2022-01-27
[v2022.02.08]: https://github.com/OpsLevel/kubectl-opslevel/compare/v2022.01.27...v2022.02.08## [v2022.01.27] - 2022-01-27
### Feature
* set opslevel client timeout to 40s and allow configuration via OPSLEVEL_API_TIMEOUT or corresponding cli flag
### Refactor
Expand All @@ -31,58 +33,42 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
* remove duplicate values from the tag assigns array before sending to the API to reduce memory pressure
* fix a bug where API failures during service lookup causes new service creation

[v2022.01.27]: https://github.com/OpsLevel/kubectl-opslevel/compare/v2022.01.19...v2022.01.27

## [v2022.01.19] - 2022-01-19
[v2022.01.27]: https://github.com/OpsLevel/kubectl-opslevel/compare/v2022.01.19...v2022.01.27## [v2022.01.19] - 2022-01-19

Switch to [CalVer](https://calver.org/)

### Refactor
* Do not send a ServiceUpdate mutation if nothing changed about the data

[v2022.01.19]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.6.6...v2022.01.19

## [v0.6.6] - 2021-12-17
[v2022.01.19]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.6.6...v2022.01.19## [v0.6.6] - 2021-12-17
### Bugfix
* add curl back to pickup certificates

[v0.6.6]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.6.5...v0.6.6

## [v0.6.5] - 2021-12-17
[v0.6.6]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.6.5...v0.6.6## [v0.6.5] - 2021-12-17
### Refactor
* upgrade jq to 1.6

[v0.6.5]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.6.4...v0.6.5

## [v0.6.4] - 2021-12-14
[v0.6.5]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.6.4...v0.6.5## [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.4]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.6.3...v0.6.4

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

[v0.6.3]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.6.2...v0.6.3

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

[v0.6.2]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.6.1...v0.6.2

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

[v0.6.1]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.6.0...v0.6.1

## [v0.5.1] - 2021-10-04
[v0.6.1]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.6.0...v0.6.1## [v0.5.1] - 2021-10-04
### Bugfix
- 0.5.0 docker image didn't run after refactor

Expand Down

0 comments on commit 891e6e6

Please sign in to comment.