Skip to content

Commit

Permalink
Cut Release 'v2024.8.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed Aug 1, 2024
1 parent 17f6361 commit 4088671
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 17 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20240723-155713.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20240705-152434.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20240716-112344.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Feature-20240722-152338.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20240730-092813.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions .changes/v2024.8.1.md
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
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).

## [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

## [July 05, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.7.2...v2024.7.5)
### Feature
* add team_member and standards_admin UserRole enums
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.7.5"
const clientVersion = "v2024.8.1"

0 comments on commit 4088671

Please sign in to comment.