Skip to content

Commit

Permalink
Cut Release 'v2023.10.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed Oct 8, 2023
1 parent eb60628 commit 63514b6
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 33 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Bugfix-20230912-105923.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Bugfix-20230913-180221.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Bugfix-20230927-111040.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Dependency-20231002-135244.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Deprecated-20230914-180537.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20230921-092515.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20230921-144433.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20230922-082512.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20231003-095027.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20231006-092358.yaml

This file was deleted.

15 changes: 15 additions & 0 deletions .changes/v2023.10.8.md
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
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,21 @@
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and is generated by [Changie](https://github.com/miniscruff/changie).## [September 12, 2023](https://github.com/OpsLevel/opslevel-go/compare/v2023.8.28...v2023.9.12)
and is generated by [Changie](https://github.com/miniscruff/changie).## [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## [September 12, 2023](https://github.com/OpsLevel/opslevel-go/compare/v2023.8.28...v2023.9.12)
### Feature
* add extendedTeamAccess for CustomActionsTriggerDefinitions
### Dependency
Expand Down
2 changes: 1 addition & 1 deletion version.go
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"

0 comments on commit 63514b6

Please sign in to comment.