Skip to content

Commit

Permalink
Cut Release 'v2024.3.15'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed Mar 15, 2024
1 parent 93d3dbb commit c7fe4a1
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 31 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Bugfix-20240227-141625.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Bugfix-20240306-124839.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20240226-110742.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20240304-111636.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20240311-125022.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20240301-123503.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20240314-094614.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Refactor-20240227-141745.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Removed-20240121-123502.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Removed-20240212-165308.yaml

This file was deleted.

16 changes: 16 additions & 0 deletions .changes/v2024.3.15.md
Original file line number Diff line number Diff line change
@@ -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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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 = "v2024.2.26"
const clientVersion = "v2024.3.15"

0 comments on commit c7fe4a1

Please sign in to comment.