Skip to content

Commit

Permalink
Cut Release 'v2024.8.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed Aug 16, 2024
1 parent e8f8742 commit 9386ff8
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 20 deletions.
4 changes: 0 additions & 4 deletions .changes/unreleased/Bugfix-20240813-123252.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20240808-123025.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20240815-092848.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20240816-112558.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Refactor-20240807-122518.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Refactor-20240809-144622.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions .changes/v2024.8.16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## [August 16, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.8.1...v2024.8.16)
### Bugfix
* Fix bug where AlertSource and InfraResource queries failed because field name should be `ownerLocked` instead of `locked` field
### Feature
* Add support for Google Cloud Integrations
* add filter query param to ListUsers() to filter out deactivated users
* add ManagedAliases field and UniqueIdentifiers member function to System struct
### Refactor
* Updated graphql operation names for infrastructure resources, and their schemas.
* BREAKING CHANGE - must explicitly access `Aliases`, `OwnershipTagKeys`, `TagsOverrideOwnership` on Integration nested Fragment structs to avoid `ambiguous selector` errors
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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 16, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.8.1...v2024.8.16)
### Bugfix
* Fix bug where AlertSource and InfraResource queries failed because field name should be `ownerLocked` instead of `locked` field
### Feature
* Add support for Google Cloud Integrations
* add filter query param to ListUsers() to filter out deactivated users
* add ManagedAliases field and UniqueIdentifiers member function to System struct
### Refactor
* Updated graphql operation names for infrastructure resources, and their schemas.
* BREAKING CHANGE - must explicitly access `Aliases`, `OwnershipTagKeys`, `TagsOverrideOwnership` on Integration nested Fragment structs to avoid `ambiguous selector` errors

## [August 01, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.7.5...v2024.8.1)
### Feature
* Add support for Azure Resource Integrations
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.8.1"
const clientVersion = "v2024.8.16"

0 comments on commit 9386ff8

Please sign in to comment.