Skip to content

Commit

Permalink
Cut Release 'v2024.2.26'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed Feb 26, 2024
1 parent e8d6084 commit 1d4395a
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 32 deletions.
4 changes: 0 additions & 4 deletions .changes/unreleased/Bugfix-20240205-134719.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20240129-114745.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20240205-112602.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20240205-112611.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20240205-113514.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20240212-112818.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20240212-115228.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Docs-20240205-134739.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20240201-154848.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Refactor-20240214-132831.yaml

This file was deleted.

16 changes: 16 additions & 0 deletions .changes/v2024.2.26.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## [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.
### Feature
* Add support for managedAliases on Teams
### Refactor
* NewTagArgs(string) will return error if string is not in exact format 'key:value'
### Docs
* Added godoc for json constructor and to string functions.
### Dependency
* Bump github.com/relvacode/iso8601 from 1.3.0 to 1.4.0
* Bump github.com/rs/zerolog from 1.31.0 to 1.32.0
* Bump github.com/hasura/go-graphql-client from 0.10.2 to 0.11.0
* Bump codecov/codecov-action from 3 to 4
* Bump arduino/setup-task from 1 to 2
* Bump github.com/go-playground/validator/v10 from 10.16.0 to 10.18.0
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,27 @@ 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).

## [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.
### Feature
* Add support for managedAliases on Teams
### Refactor
* NewTagArgs(string) will return error if string is not in exact format 'key:value'
### Docs
* Added godoc for json constructor and to string functions.
### Dependency
* Bump github.com/relvacode/iso8601 from 1.3.0 to 1.4.0
* Bump github.com/rs/zerolog from 1.31.0 to 1.32.0
* Bump github.com/hasura/go-graphql-client from 0.10.2 to 0.11.0
* Bump codecov/codecov-action from 3 to 4
* Bump arduino/setup-task from 1 to 2
* Bump github.com/go-playground/validator/v10 from 10.16.0 to 10.18.0

## [January 13, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2023.12.14...v2024.1.13)

This release contains a multitude of breaking changes. This release marks that beginning of applying code generation to opslevel-go to standardize the codebase to both speed up development and ensure consistency and correctness. A number of methods have had their signatures changed as well as several methods have been deprecated and previously deprecated methods have been removed.

### Bugfix
* Fix bug where Team inputs did not omit optional ParentTeam field
* Fix bug where optional IdentifierInput fields could never be unset - this can now be done by passing NewIdentifier() with no args
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.1.13"
const clientVersion = "v2024.2.26"

0 comments on commit 1d4395a

Please sign in to comment.