-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb60628
commit 63514b6
Showing
13 changed files
with
31 additions
and
33 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## [October 08, 2023](https://github.com/OpsLevel/opslevel-go/compare/v2023.9.12...v2023.10.8) | ||
### 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package opslevel | ||
|
||
const clientVersion = "v2023.9.12" | ||
const clientVersion = "v2023.10.8" |