Skip to content

Releases: OpsLevel/opslevel-go

v2022.5.20

20 May 21:51
Compare
Choose a tag to compare
Cut Release 'v2022.5.20'

v2022.04.21

21 Apr 18:49
v2022.04.21
b79d62d
Compare
Choose a tag to compare

Feature

  • Add get and list functions for Groups
  • Add create, update, and delete functions for Groups
  • Add ability to query for DescendentTeams, DescendantSubgroups, DescendantRepositories, DescendantServices and Members of a Group
  • Add support for new Check Types - AlertSourceUsage, GitBranchProtection and HasRecentDeploy
  • Update enum for new Tool Categories

v2022.02.25

25 Feb 19:43
Compare
Choose a tag to compare

Refactor

  • Removes tag key name validation logic because the API downcases it and its causes bugs in other tools

Bugfix

  • Update team functions to return responsibilities without html encoding characters

v0.4.4

02 Feb 17:39
Compare
Choose a tag to compare

v0.4.4 - 2022-02-02

Docs

  • Moving examples from Readme to subdirectory

Security

  • Dependabot slug and zerolog updates

v0.4.3

26 Jan 21:46
v0.4.3
dbad318
Compare
Choose a tag to compare

Feature

  • Export client Option type to more easily wrap client - added example to readme
  • Add ability to specify a client timeout - defaults to 10s

v0.4.2

13 Dec 20:15
v0.4.2
87c132e
Compare
Choose a tag to compare

Feature

  • add support for slack handle as a contact type
  • add a cache system for caching resources by alias
  • add generation of aliases for objects that don't have aliases in the API

Refactor

  • cache teams by all their aliases

v0.4.1

14 Nov 12:13
v0.4.1
ef6cebd
Compare
Choose a tag to compare

v0.4.1 - 2021-11-14

Feature

  • add ability to delete aliases on services or teams

Refactor

  • bump github.com/rs/zerolog from 1.25.0 to 1.26.0

v0.4.0

01 Oct 19:40
v0.4.0
2e73f0a
Compare
Choose a tag to compare

Feature

  • use codegen to generate all enums from graphql API schema
  • set custom http user-agent header as well as allow it to be appendable by both the client code and end user

Refactor

  • Team now has parity with what is available in the public API

v0.3.3

14 Sep 18:42
v0.3.3
25bdc81
Compare
Choose a tag to compare

Bugfix

  • add newly added PredicateType PredicateTypeSatisfiesJqExpression to the GetPredicateTypes return list

v0.3.2

14 Sep 18:25
v0.3.2
79cc466
Compare
Choose a tag to compare

Feature

  • add PredicateType “SatisfiesJqExpression”

Dependency

  • bump github.com/rs/zerolog from 1.21.0 to 1.23.0 (#13)

Feature

  • expose defaultAlias on Repository struct as this is used for lookup by alias and is needed in downstream tools