Skip to content

Commit

Permalink
Cut Release 'v2024.10.28'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed Oct 28, 2024
1 parent b7f5d59 commit 0c33a7f
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Bugfix-20241022-093210.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20241021-114451.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20241004-123207.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Feature-20241021-150231.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions .changes/v2024.10.28.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## [October 28, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.10.15...v2024.10.28)
### Bugfix
* BREAKING CHANGE: CheckPackageVersionUpdateInput changed to allow MissingPackageResult to be nullable
### Feature
* add CodeIssue check type
* Add new 'Aliasable' interface for working with resources that are allowed to have aliases
### Dependency
* Bump github.com/relvacode/iso8601 from 1.4.0 to 1.5.0
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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).

## [October 28, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.10.15...v2024.10.28)
### Bugfix
* BREAKING CHANGE: CheckPackageVersionUpdateInput changed to allow MissingPackageResult to be nullable
### Feature
* add CodeIssue check type
* Add new 'Aliasable' interface for working with resources that are allowed to have aliases
### Dependency
* Bump github.com/relvacode/iso8601 from 1.4.0 to 1.5.0

## [October 15, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.10.11...v2024.10.15)
### Dependency
* Bump opslevel/report-deploy-github-action from 0.10.0 to 1.0.0
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.10.15"
const clientVersion = "v2024.10.28"

0 comments on commit 0c33a7f

Please sign in to comment.