-
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
17f6361
commit 4088671
Showing
8 changed files
with
18 additions
and
17 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 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 @@ | ||
## [August 01, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.7.5...v2024.8.1) | ||
### Feature | ||
* Add support for Azure Resource Integrations | ||
* Add ability to create, update, list and get 'PackageVersion' checks | ||
* add Locked field to AlertSource, InfrastructureResource, Repository, Service, and System structs | ||
* Add Service Property Definition check | ||
### Dependency | ||
* bump opslevel-go module version to go 1.22 |
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.7.5" | ||
const clientVersion = "v2024.8.1" |