Skip to content

Releases: OpsLevel/opslevel-go

v2023.10.8

08 Oct 13:03
Compare
Choose a tag to compare

October 08, 2023

Bugfix

  • hotfix to update extendedTeamAccess input param
  • fix using alias only to create a tag
  • filter duplicate tags in query response

Feature

  • add interface for taggable resources
  • domain, repository, service, system, and team - implement taggable interface
  • Add tag key name validation to CreateTag AssignTag and UpdateTag methods
  • add tags support for user and infrastructure resources
  • Add case sensitive field to filter predicate

Deprecated

  • removed RepositoryTagConnection since TagConnection already exists

Dependency

  • Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0

v2023.9.12

12 Sep 03:26
Compare
Choose a tag to compare

September 12, 2023

Feature

  • add extendedTeamAccess for CustomActionsTriggerDefinitions

Dependency

  • Bump goreleaser/goreleaser-action from 4.4.0 to 4.6.0
  • Bump actions/checkout from 3 to 4
  • Bump crazy-max/ghaction-import-gpg from 5 to 6

v2023.8.28

28 Aug 14:08
Compare
Choose a tag to compare

August 28, 2023

Feature

  • add support for scorecards
  • add secrets API operations
  • update go version to 1.21

v2023.8.18

18 Aug 02:14
Compare
Choose a tag to compare

August 18, 2023

Bugfix

  • Fixes a json marshaling bug for InfraInput

v2023.8.14

14 Aug 17:29
Compare
Choose a tag to compare

August 14, 2023

Dependency

  • Bump github.com/rs/zerolog from 1.29.1 to 1.30.0
  • Bump golang.org/x/oauth2 from 0.10.0 to 0.11.0
  • Bump github.com/hasura/go-graphql-client from 0.9.3 to 0.10.0
  • Bump goreleaser/goreleaser-action from 4.3.0 to 4.4.0

v2023.7.28

28 Jul 16:16
Compare
Choose a tag to compare

July 28, 2023

Feature

  • As a user, I can configure filters with Repository predicates using Go Tools
  • As a user, I can configure filter predicates with does not match regex and does not match
  • add Taskfile for common tasks
  • As a user, I can configure nested filters
  • Install newer graphql dependency

v2023.7.17

17 Jul 23:54
Compare
Choose a tag to compare

July 17, 2023

Bugfix

  • Notes now returns rawNotes instead of notes
  • Change type of DisplayName field in ContactInput struct
  • Fix EntityOwner to work properly with our API because the union type was not implemented correctly

Feature

  • Add mutations and queries for working with 'InfrastructureResource'
  • Add support for new Alert Source Type - New Relic
  • Update AliasOwnerTypeEnum to support system, domains and group

Dependency

  • Upgrade to go 1.20
  • Bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.4
  • Bump goreleaser/goreleaser-action from 4.2.0 to 4.3.0
  • Bump opslevel/report-deploy-github-action from 0.5.0 to 0.6.0
  • Bump golang.org/x/oauth2 from 0.8.0 to 0.10.0

v2023.5.18

18 May 19:48
Compare
Choose a tag to compare

May 18, 2023

Feature

  • upgrade to go 1.19
  • Add CustomActions TriggerDefinition EntityType support
  • Add ability to skip the welcome e-mail
  • Add ability to update the owner on a repository entity

Dependency

  • Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0
  • Bump github.com/hasura/go-graphql-client from 0.9.2 to 0.9.3
  • Bump emmyoop/changie_bot from 1.0.1 to 1.1.0
  • Bump goreleaser/goreleaser-action from 2.7.0 to 4.2.0
  • Bump actions/cache from 2 to 3
  • Bump actions/setup-go from 2 to 4

v2023.5.5

05 May 21:14
Compare
Choose a tag to compare

May 05, 2023

Bugfix

  • Fix bug with nullability for repo file checks create and update mutations

Feature

  • Add ability to work with service dependencies
  • Allow AWS integrations to be configured

Refactor

  • Remove usages of deprecated types graphql.Boolean and graphql.String
  • Integration structures were refactored to support some of the upcoming API changes around integration management via the API

Dependency

  • Bump golang.org/x/oauth2 from 0.6.0 to 0.7.0
  • Bump github.com/rs/zerolog from 1.29.0 to 1.29.1

v2023.4.11

11 Apr 21:14
Compare
Choose a tag to compare

April 11, 2023

Feature Announcement

OpsLevel Domains & Systems

Dependency

  • Bump github.com/hasura/go-graphql-client from 0.9.1 to 0.9.2