-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7f5d59
commit 0c33a7f
Showing
7 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |