Skip to content

Releases: OpsLevel/opslevel-go

v2024.11.8

08 Nov 15:58
Compare
Choose a tag to compare

November 08, 2024

Refactor

  • BREAKING CHANGE revert ServiceCreateInput and ServiceUpdateInput YAML struct tags back to before 2024 convention

v2024.10.28

28 Oct 14:23
Compare
Choose a tag to compare

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

15 Oct 16:13
Compare
Choose a tag to compare

October 15, 2024

Dependency

  • Bump opslevel/report-deploy-github-action from 0.10.0 to 1.0.0

v2024.10.11

11 Oct 20:19
Compare
Choose a tag to compare

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

18 Sep 13:23
Compare
Choose a tag to compare

September 18, 2024

Feature

  • support setting Notes on a Service via UpdateServiceNote()

v2024.9.3

03 Sep 15:06
Compare
Choose a tag to compare

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

16 Aug 21:20
Compare
Choose a tag to compare

August 16, 2024

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

v2024.8.1

01 Aug 16:26
Compare
Choose a tag to compare

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

05 Jul 20:39
Compare
Choose a tag to compare

July 05, 2024

Feature

  • add team_member and standards_admin UserRole enums

Removed

  • remove deprecated UserRoleBasicUser enum, not used in API anymore

v2024.7.2

02 Jul 16:47
55c8715
Compare
Choose a tag to compare

July 02, 2024

Feature

  • add UniqueIdentifiers utility function to Domain, Service, and Team