diff --git a/.changes/unreleased/Bugfix-20240227-141625.yaml b/.changes/unreleased/Bugfix-20240227-141625.yaml deleted file mode 100644 index 184d32d0..00000000 --- a/.changes/unreleased/Bugfix-20240227-141625.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Bugfix -body: CreateTags will now return joined errors -time: 2024-02-27T14:16:25.56831-05:00 diff --git a/.changes/unreleased/Bugfix-20240306-124839.yaml b/.changes/unreleased/Bugfix-20240306-124839.yaml deleted file mode 100644 index 757fea54..00000000 --- a/.changes/unreleased/Bugfix-20240306-124839.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Bugfix -body: fix list services maturity query, crashed if over 100 services -time: 2024-03-06T12:48:39.473637-06:00 diff --git a/.changes/unreleased/Dependency-20240226-110742.yaml b/.changes/unreleased/Dependency-20240226-110742.yaml deleted file mode 100644 index 1440e8fe..00000000 --- a/.changes/unreleased/Dependency-20240226-110742.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Dependency -body: Bump github.com/gosimple/slug from 1.13.1 to 1.14.0 -time: 2024-02-26T11:07:42.356287532Z diff --git a/.changes/unreleased/Dependency-20240304-111636.yaml b/.changes/unreleased/Dependency-20240304-111636.yaml deleted file mode 100644 index d771b20a..00000000 --- a/.changes/unreleased/Dependency-20240304-111636.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Dependency -body: Bump github.com/go-playground/validator/v10 from 10.18.0 to 10.19.0 -time: 2024-03-04T11:16:36.9707168Z diff --git a/.changes/unreleased/Dependency-20240311-125022.yaml b/.changes/unreleased/Dependency-20240311-125022.yaml deleted file mode 100644 index c869e361..00000000 --- a/.changes/unreleased/Dependency-20240311-125022.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Dependency -body: Bump github.com/hasura/go-graphql-client from 0.11.0 to 0.12.1 -time: 2024-03-11T12:50:22.47292435Z diff --git a/.changes/unreleased/Feature-20240301-123503.yaml b/.changes/unreleased/Feature-20240301-123503.yaml deleted file mode 100644 index f5b6e1f4..00000000 --- a/.changes/unreleased/Feature-20240301-123503.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Feature -body: Add support for Property.Locked and PropertyDefinition.AllowedInConfigFiles -time: 2024-03-01T12:35:03.085399-05:00 diff --git a/.changes/unreleased/Feature-20240314-094614.yaml b/.changes/unreleased/Feature-20240314-094614.yaml deleted file mode 100644 index 16622341..00000000 --- a/.changes/unreleased/Feature-20240314-094614.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Feature -body: Add support for parent (system) on service object -time: 2024-03-14T09:46:14.963228-04:00 diff --git a/.changes/unreleased/Refactor-20240227-141745.yaml b/.changes/unreleased/Refactor-20240227-141745.yaml deleted file mode 100644 index 4c84632a..00000000 --- a/.changes/unreleased/Refactor-20240227-141745.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Refactor -body: Convert deprecated graphql.Int's to normal int's -time: 2024-02-27T14:17:45.092977-05:00 diff --git a/.changes/unreleased/Removed-20240121-123502.yaml b/.changes/unreleased/Removed-20240121-123502.yaml deleted file mode 100644 index c95902df..00000000 --- a/.changes/unreleased/Removed-20240121-123502.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Removed -body: Removed examples since they use deprecated functions -time: 2024-01-21T12:35:02.247378-05:00 diff --git a/.changes/unreleased/Removed-20240212-165308.yaml b/.changes/unreleased/Removed-20240212-165308.yaml deleted file mode 100644 index 8234ba37..00000000 --- a/.changes/unreleased/Removed-20240212-165308.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Removed -body: Removed deprecated NewClient, NewString, Bool, NewInt -time: 2024-02-12T16:53:08.891704-05:00 diff --git a/.changes/v2024.3.15.md b/.changes/v2024.3.15.md new file mode 100644 index 00000000..6d15707a --- /dev/null +++ b/.changes/v2024.3.15.md @@ -0,0 +1,16 @@ +## [March 15, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.2.26...v2024.3.15) +### Bugfix +* CreateTags will now return joined errors +* fix list services maturity query, crashed if over 100 services +### Feature +* Add support for Property.Locked and PropertyDefinition.AllowedInConfigFiles +* Add support for parent (system) on service object +### Refactor +* Convert deprecated graphql.Int's to normal int's +### Removed +* Removed examples since they use deprecated functions +* Removed deprecated NewClient, NewString, Bool, NewInt +### Dependency +* Bump github.com/gosimple/slug from 1.13.1 to 1.14.0 +* Bump github.com/go-playground/validator/v10 from 10.18.0 to 10.19.0 +* Bump github.com/hasura/go-graphql-client from 0.11.0 to 0.12.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index e095bd5a..09e3cff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ 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). +## [March 15, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.2.26...v2024.3.15) +### Bugfix +* CreateTags will now return joined errors +* fix list services maturity query, crashed if over 100 services +### Feature +* Add support for Property.Locked and PropertyDefinition.AllowedInConfigFiles +* Add support for parent (system) on service object +### Refactor +* Convert deprecated graphql.Int's to normal int's +### Removed +* Removed examples since they use deprecated functions +* Removed deprecated NewClient, NewString, Bool, NewInt +### Dependency +* Bump github.com/gosimple/slug from 1.13.1 to 1.14.0 +* Bump github.com/go-playground/validator/v10 from 10.18.0 to 10.19.0 +* Bump github.com/hasura/go-graphql-client from 0.11.0 to 0.12.1 + ## [February 26, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.1.13...v2024.2.26) ### Bugfix * BREAKING - NewJSONInput() will not json.Marshal() on string input containing a json array/obj to prevent adding unnecessary backlashes. diff --git a/version.go b/version.go index fab8f69d..f56bb451 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package opslevel -const clientVersion = "v2024.2.26" +const clientVersion = "v2024.3.15"