Skip to content

Commit

Permalink
Cut Release 'v2022.7.20'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed Jul 20, 2022
1 parent de160d8 commit ec88e2e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 33 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Bugfix-20220720-112131.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20220719-110636.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions .changes/v2022.7.20.md
Original file line number Diff line number Diff line change
@@ -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`
38 changes: 12 additions & 26 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -28,60 +28,46 @@ 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
* Add ability to query for DescendentTeams, DescendantSubgroups, DescendantRepositories, DescendantServices and Members of a Group
* 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
* add generation of aliases for objects that don't have aliases in the API
### 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
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package opslevel

const clientVersion = "v2022.7.15"
const clientVersion = "v2022.7.20"

0 comments on commit ec88e2e

Please sign in to comment.