Skip to content

v2023.10.8

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Oct 13:03
· 321 commits to main since this release

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