Skip to content

Commit

Permalink
Cut Release 'v2024.5.28'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed May 28, 2024
1 parent 88a11c0 commit cfbc2be
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Bugfix-20240517-155327.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Refactor-20240528-111118.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions .changes/v2024.5.28.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## [May 28, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.5.13...v2024.5.28)
### Bugfix
* make FileContentsPredicate a pointer in RepositorySearchCheckFragment to allow unsetting
### Refactor
* BREAKING CHANGE - pointers of Predicate fields updated for AlertSourceUsageCheckFragment, RepositoryGrepCheckFragment, and RepositorySearchCheckFragment
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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).

## [May 28, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.5.13...v2024.5.28)
### Bugfix
* make FileContentsPredicate a pointer in RepositorySearchCheckFragment to allow unsetting
### Refactor
* BREAKING CHANGE - pointers of Predicate fields updated for AlertSourceUsageCheckFragment, RepositoryGrepCheckFragment, and RepositorySearchCheckFragment

## [May 13, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.4.26...v2024.5.13)
### Bugfix
* fix listing repositories. added default "visible" bool to query variables
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 = "v2024.5.13"
const clientVersion = "v2024.5.28"

0 comments on commit cfbc2be

Please sign in to comment.