Releases: OpsLevel/opslevel-go
Releases · OpsLevel/opslevel-go
v2024.11.8
November 08, 2024
Refactor
- BREAKING CHANGE revert ServiceCreateInput and ServiceUpdateInput YAML struct tags back to before 2024 convention
v2024.10.28
October 28, 2024
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
v2024.10.15
v2024.10.11
October 11, 2024
Feature
- add regionOverride field to AWS integration, for overriding multiple regions
- new
IntegrationReactivate
mutation to reactivate an invalidated or deactivated integration - added HasBadHttpStatus for better error handling
Refactor
- BREAKING CHANGE: new argument sendInvite added to UserInvite() method to force send a user invite e-mail
Dependency
- Bump github.com/go-playground/validator/v10 from 10.22.0 to 10.22.1
- Bump github.com/hasura/go-graphql-client from 0.13.0 to 0.13.1
- Bump github.com/go-resty/resty/v2 from 2.14.0 to 2.15.3
v2024.9.18
v2024.9.3
September 03, 2024
Bugfix
- Fix bug with ReconcileTags not properly reconciling the tags due to incorrect behavior of TagAssign mutation.
Feature
- add Systems to Cacher struct, and related caching operations
Dependency
- Bump opslevel/report-deploy-github-action from 0.7.0 to 0.10.0
- Bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0
v2024.8.16
August 16, 2024
Bugfix
- Fix bug where AlertSource and InfraResource queries failed because field name should be
ownerLocked
instead oflocked
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 avoidambiguous selector
errors
v2024.8.1
August 01, 2024
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
v2024.7.5
July 05, 2024
Feature
- add team_member and standards_admin UserRole enums
Removed
- remove deprecated UserRoleBasicUser enum, not used in API anymore