Skip to content

Commit

Permalink
Cut Release 'v2023.3.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed Mar 14, 2023
1 parent 73efab1 commit cc91e06
Show file tree
Hide file tree
Showing 17 changed files with 37 additions and 51 deletions.
4 changes: 0 additions & 4 deletions .changes/unreleased/Dependency-20230213-220041.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Dependency-20230213-220244.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Dependency-20230307-103953.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Dependency-20230307-104306.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Dependency-20230307-104629.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20230222-120535.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Refactor-20230126-141100.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Refactor-20230210-193827.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Refactor-20230213-202151.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Refactor-20230215-155850.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Refactor-20230222-153243.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Refactor-20230222-153355.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Refactor-20230307-052602.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Refactor-20230307-055555.yaml

This file was deleted.

18 changes: 18 additions & 0 deletions .changes/v2023.3.14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## [March 14, 2023](https://github.com/OpsLevel/opslevel-go/compare/v2023.1.21...v2023.3.14)
### Feature
* Add create and delete for AlertSourceService
### Refactor
* Fix bug where custom event check message was not able to be unset
* Refactor list teams and list groups functions to handle pagination correctly.
* Add "operation-name" to all query and mutations
* Refactoring nested pagination on groups
* Refactor service pagination calls
* Refactor repository pagination calls
* Refactored all pagination code to be tested and ensure it works properly. This is a slightly breaking change because the signature of the methods has been modified with a new input variable.
* Refactor all enum functions to just be static global variables
### Dependency
* Bump github.com/hasura/go-graphql-client from 0.8.1 to 0.9.0
* Bump github.com/rs/zerolog from 1.28.0 to 1.29.0
* Bump golang.org/x/sys from 0.0.0-20211216021012-1d35b9e2eb4e to 0.1.0
* Bump github.com/hasura/go-graphql-client from 0.9.0 to 0.9.1
* Bump golang.org/x/oauth2 from 0.0.0-20220608161450-d0670ef3b1eb to 0.6.0
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,24 @@
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).## [January 21, 2023](https://github.com/OpsLevel/opslevel-go/compare/v2022.12.16...v2023.1.21)
and is generated by [Changie](https://github.com/miniscruff/changie).## [March 14, 2023](https://github.com/OpsLevel/opslevel-go/compare/v2023.1.21...v2023.3.14)
### Feature
* Add create and delete for AlertSourceService
### Refactor
* Fix bug where custom event check message was not able to be unset
* Refactor list teams and list groups functions to handle pagination correctly.
* Add "operation-name" to all query and mutations
* Refactoring nested pagination on groups
* Refactor service pagination calls
* Refactor repository pagination calls
* Refactored all pagination code to be tested and ensure it works properly. This is a slightly breaking change because the signature of the methods has been modified with a new input variable.
* Refactor all enum functions to just be static global variables
### Dependency
* Bump github.com/hasura/go-graphql-client from 0.8.1 to 0.9.0
* Bump github.com/rs/zerolog from 1.28.0 to 1.29.0
* Bump golang.org/x/sys from 0.0.0-20211216021012-1d35b9e2eb4e to 0.1.0
* Bump github.com/hasura/go-graphql-client from 0.9.0 to 0.9.1
* Bump golang.org/x/oauth2 from 0.0.0-20220608161450-d0670ef3b1eb to 0.6.0## [January 21, 2023](https://github.com/OpsLevel/opslevel-go/compare/v2022.12.16...v2023.1.21)
### Bugfix
* Fixing issue where check notes were being deleted on updates
### Feature
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 = "v2023.1.21"
const clientVersion = "v2023.3.14"

0 comments on commit cc91e06

Please sign in to comment.