From ec88e2eb039c73b6c29cd2669c1513c54be2d06b Mon Sep 17 00:00:00 2001 From: OpsLevel Bots Date: Wed, 20 Jul 2022 18:36:10 +0000 Subject: [PATCH] Cut Release 'v2022.7.20' --- .../unreleased/Bugfix-20220720-112131.yaml | 3 -- .../unreleased/Feature-20220719-110636.yaml | 3 -- .changes/v2022.7.20.md | 5 +++ CHANGELOG.md | 38 ++++++------------- version.go | 2 +- 5 files changed, 18 insertions(+), 33 deletions(-) delete mode 100644 .changes/unreleased/Bugfix-20220720-112131.yaml delete mode 100644 .changes/unreleased/Feature-20220719-110636.yaml create mode 100644 .changes/v2022.7.20.md diff --git a/.changes/unreleased/Bugfix-20220720-112131.yaml b/.changes/unreleased/Bugfix-20220720-112131.yaml deleted file mode 100644 index c2d71cc5..00000000 --- a/.changes/unreleased/Bugfix-20220720-112131.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Bugfix -body: Fix problem with REST client base url including `graphql` -time: 2022-07-20T11:21:31.823974-05:00 diff --git a/.changes/unreleased/Feature-20220719-110636.yaml b/.changes/unreleased/Feature-20220719-110636.yaml deleted file mode 100644 index c610186e..00000000 --- a/.changes/unreleased/Feature-20220719-110636.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Feature -body: Add support for PodTimeout as a runner job outcome -time: 2022-07-19T11:06:36.055171-04:00 diff --git a/.changes/v2022.7.20.md b/.changes/v2022.7.20.md new file mode 100644 index 00000000..d71185d2 --- /dev/null +++ b/.changes/v2022.7.20.md @@ -0,0 +1,5 @@ +## [July 20, 2022]((https://github.com/OpsLevel/opslevel-go/compare/v2022.7.15...v2022.7.20)) +### Feature +* Add support for PodTimeout as a runner job outcome +### Bugfix +* Fix problem with REST client base url including `graphql` \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d2c5c1..cafe4a50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,11 @@ 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). - -## [July 15, 2022]((https://github.com/OpsLevel/opslevel-go/compare/v2022.5.20...v2022.7.15)) +and is generated by [Changie](https://github.com/miniscruff/changie).## [July 20, 2022]((https://github.com/OpsLevel/opslevel-go/compare/v2022.7.15...v2022.7.20)) +### Feature +* Add support for PodTimeout as a runner job outcome +### Bugfix +* Fix problem with REST client base url including `graphql`## [July 15, 2022]((https://github.com/OpsLevel/opslevel-go/compare/v2022.5.20...v2022.7.15)) ### Feature * Implemented user APIs * Add ability to query service maturity information @@ -17,8 +19,6 @@ and is generated by [Changie](https://github.com/miniscruff/changie). * Change how API Token is set to GQL client ### Bugfix * Fix package versioning so it actually works - - ## [May 20, 2022]((https://github.com/OpsLevel/opslevel-go/compare/v2022.5.20...v2022.5.20)) ### Feature * upgrade to go 1.17 @@ -28,9 +28,7 @@ and is generated by [Changie](https://github.com/miniscruff/changie). * Add group field to team struct ### Refactor * Add Aliases to ServiceId -* AddContact now accepts a ID or Alias for the target team - -## [v2022.04.21] - 2022-04-21 +* AddContact now accepts a ID or Alias for the target team## [v2022.04.21] - 2022-04-21 ### Feature * Add get and list functions for Groups * Add create, update, and delete functions for Groups @@ -38,32 +36,24 @@ and is generated by [Changie](https://github.com/miniscruff/changie). * Add support for new Check Types - AlertSourceUsage, GitBranchProtection and HasRecentDeploy * Update enum for new Tool Categories -[v2022.04.21]: https://github.com/OpsLevel/opslevel-go/compare/v2022.02.25...v2022.04.21 - -## [v2022.02.25] - 2022-02-25 +[v2022.04.21]: https://github.com/OpsLevel/opslevel-go/compare/v2022.02.25...v2022.04.21## [v2022.02.25] - 2022-02-25 ### Refactor * Removes tag key name validation logic because the API downcases it and its causes bugs in other tools ### Bugfix * Update team functions to return responsibilities without html encoding characters -[v2022.02.25]: https://github.com/OpsLevel/opslevel-go/compare/v0.4.4...v2022.02.25 - -## [v0.4.4] - 2022-02-02 +[v2022.02.25]: https://github.com/OpsLevel/opslevel-go/compare/v0.4.4...v2022.02.25## [v0.4.4] - 2022-02-02 ### Docs * Moving examples from Readme to subdirectory ### Security * Dependabot slug and zerolog updates -[v0.4.4]: https://github.com/OpsLevel/opslevel-go/compare/v0.4.3...v0.4.4 - -## [v0.4.3] - 2022-01-26 +[v0.4.4]: https://github.com/OpsLevel/opslevel-go/compare/v0.4.3...v0.4.4## [v0.4.3] - 2022-01-26 ### Feature * Export client Option type to more easily wrap client - added example to readme * Add ability to specify a client timeout - defaults to 10s -[v0.4.3]: https://github.com/OpsLevel/opslevel-go/compare/v0.4.2...v0.4.3 - -## [v0.4.2] - 2021-12-13 +[v0.4.3]: https://github.com/OpsLevel/opslevel-go/compare/v0.4.2...v0.4.3## [v0.4.2] - 2021-12-13 ### Feature * add support for slack handle as a contact type * add a cache system for caching resources by alias @@ -71,17 +61,13 @@ and is generated by [Changie](https://github.com/miniscruff/changie). ### Refactor * cache teams by all their aliases -[v0.4.2]: https://github.com/OpsLevel/opslevel-go/compare/v0.4.1...v0.4.2 - -## [v0.4.1] - 2021-11-14 +[v0.4.2]: https://github.com/OpsLevel/opslevel-go/compare/v0.4.1...v0.4.2## [v0.4.1] - 2021-11-14 ### Feature * add ability to delete aliases on services or teams ### Refactor * bump github.com/rs/zerolog from 1.25.0 to 1.26.0 -[v0.4.1]: https://github.com/OpsLevel/opslevel-go/compare/v0.4.0...v0.4.1 - -## [v0.4.0] - 2021-09-26 +[v0.4.1]: https://github.com/OpsLevel/opslevel-go/compare/v0.4.0...v0.4.1## [v0.4.0] - 2021-09-26 ### Feature - use codegen to generate all enums from graphql API schema - set custom http user-agent header as well as allow it to be appendable by both the client code and end user diff --git a/version.go b/version.go index 58708aa2..fe40525a 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package opslevel -const clientVersion = "v2022.7.15" +const clientVersion = "v2022.7.20"