diff --git a/.changes/unreleased/Bugfix-20230912-105923.yaml b/.changes/unreleased/Bugfix-20230912-105923.yaml deleted file mode 100644 index b0645a26..00000000 --- a/.changes/unreleased/Bugfix-20230912-105923.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Bugfix -body: hotfix to update extendedTeamAccess input param -time: 2023-09-12T10:59:23.004099-05:00 diff --git a/.changes/unreleased/Bugfix-20230913-180221.yaml b/.changes/unreleased/Bugfix-20230913-180221.yaml deleted file mode 100644 index 76c489c3..00000000 --- a/.changes/unreleased/Bugfix-20230913-180221.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Bugfix -body: fix using alias only to create a tag -time: 2023-09-13T18:02:21.120286-04:00 diff --git a/.changes/unreleased/Bugfix-20230927-111040.yaml b/.changes/unreleased/Bugfix-20230927-111040.yaml deleted file mode 100644 index 87527b88..00000000 --- a/.changes/unreleased/Bugfix-20230927-111040.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Bugfix -body: filter duplicate tags in query response -time: 2023-09-27T11:10:40.940673-05:00 diff --git a/.changes/unreleased/Dependency-20231002-135244.yaml b/.changes/unreleased/Dependency-20231002-135244.yaml deleted file mode 100644 index 0ab4b1ea..00000000 --- a/.changes/unreleased/Dependency-20231002-135244.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: "Dependency" -body: "Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0" -time: 2023-10-02T13:52:44.00000Z - diff --git a/.changes/unreleased/Deprecated-20230914-180537.yaml b/.changes/unreleased/Deprecated-20230914-180537.yaml deleted file mode 100644 index 3a0ed16a..00000000 --- a/.changes/unreleased/Deprecated-20230914-180537.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Deprecated -body: removed RepositoryTagConnection since TagConnection already exists -time: 2023-09-14T18:05:37.573959-04:00 diff --git a/.changes/unreleased/Feature-20230921-092515.yaml b/.changes/unreleased/Feature-20230921-092515.yaml deleted file mode 100644 index c2703bab..00000000 --- a/.changes/unreleased/Feature-20230921-092515.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Feature -body: add interface for taggable resources -time: 2023-09-21T09:25:15.839769-05:00 diff --git a/.changes/unreleased/Feature-20230921-144433.yaml b/.changes/unreleased/Feature-20230921-144433.yaml deleted file mode 100644 index d185a085..00000000 --- a/.changes/unreleased/Feature-20230921-144433.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Feature -body: domain, repository, service, system, and team - implement taggable interface -time: 2023-09-21T14:44:33.223824-05:00 diff --git a/.changes/unreleased/Feature-20230922-082512.yaml b/.changes/unreleased/Feature-20230922-082512.yaml deleted file mode 100644 index e15f20d2..00000000 --- a/.changes/unreleased/Feature-20230922-082512.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Feature -body: Add tag key name validation to `CreateTag` `AssignTag` and `UpdateTag` methods -time: 2023-09-22T08:25:12.029174-05:00 diff --git a/.changes/unreleased/Feature-20231003-095027.yaml b/.changes/unreleased/Feature-20231003-095027.yaml deleted file mode 100644 index 8004fc88..00000000 --- a/.changes/unreleased/Feature-20231003-095027.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Feature -body: add tags support for user and infrastructure resources -time: 2023-10-03T09:50:27.854-05:00 diff --git a/.changes/unreleased/Feature-20231006-092358.yaml b/.changes/unreleased/Feature-20231006-092358.yaml deleted file mode 100644 index f1a47f51..00000000 --- a/.changes/unreleased/Feature-20231006-092358.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Feature -body: Add case sensitive field to filter predicate -time: 2023-10-06T09:23:58.848251-05:00 diff --git a/.changes/v2023.10.8.md b/.changes/v2023.10.8.md new file mode 100644 index 00000000..b5f5add8 --- /dev/null +++ b/.changes/v2023.10.8.md @@ -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 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ce32d33e..64f08386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/version.go b/version.go index b6dadb43..33f6baea 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package opslevel -const clientVersion = "v2023.9.12" +const clientVersion = "v2023.10.8"