Skip to content

Commit

Permalink
Cut Release 'v2022.10.22'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed Oct 22, 2022
1 parent 27ea5c6 commit 2b5b55a
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 23 deletions.
4 changes: 0 additions & 4 deletions .changes/unreleased/Bugfix-20221021-201330.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Dependency-20221022-011846.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20221019-213409.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Refactor-20220915-211113.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Refactor-20221019-214036.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Security-20220919-140102.yaml

This file was deleted.

12 changes: 12 additions & 0 deletions .changes/v2022.10.22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## [October 22, 2022]((https://github.com/OpsLevel/opslevel-go/compare/v2022.8.25...v2022.10.22))
### Feature
* add `ToolUrlPredicate` to `ToolUsage` check type
### Refactor
* BREAKING: change signature of LevelUpdateInput so that mutation works and description can be set to empty string
* do not obscure api error messages when doing client validation
### Bugfix
* Fix issue with UpdateContact where it would pass an "" to the API for contact type when it should be omitted
### Security
* Bump github.com/rs/zerolog from 1.27.0 to 1.28.0
### Dependency
* Bump github.com/gosimple/slug from 1.12.0 to 1.13.1
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
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).## [August 25, 2022]((https://github.com/OpsLevel/opslevel-go/compare/v2022.8.1...v2022.8.25))
and is generated by [Changie](https://github.com/miniscruff/changie).## [October 22, 2022]((https://github.com/OpsLevel/opslevel-go/compare/v2022.8.25...v2022.10.22))
### Feature
* add `ToolUrlPredicate` to `ToolUsage` check type
### Refactor
* BREAKING: change signature of LevelUpdateInput so that mutation works and description can be set to empty string
* do not obscure api error messages when doing client validation
### Bugfix
* Fix issue with UpdateContact where it would pass an "" to the API for contact type when it should be omitted
### Security
* Bump github.com/rs/zerolog from 1.27.0 to 1.28.0
### Dependency
* Bump github.com/gosimple/slug from 1.12.0 to 1.13.1## [August 25, 2022]((https://github.com/OpsLevel/opslevel-go/compare/v2022.8.1...v2022.8.25))
### Feature
* Add support for HasDocumentation Check type
* Implemented get alert source APIs
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.8.25"
const clientVersion = "v2022.10.22"

0 comments on commit 2b5b55a

Please sign in to comment.