Skip to content

Commit

Permalink
Cut Release 'v2023.12.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed Dec 14, 2023
1 parent ca196bc commit ca0ffc2
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 23 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Bugfix-20231213-113813.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Dependency-20231205-153351.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20231115-143536.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20231201-182930.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20231211-113343.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20231211-195315.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20231212-111729.yaml

This file was deleted.

11 changes: 11 additions & 0 deletions .changes/v2023.12.14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## [December 14, 2023](https://github.com/OpsLevel/opslevel-go/compare/v2023.11.16...v2023.12.14)
### Bugfix
* fix error logged when JSONString passed to fmt.Sprintf()
### Feature
* Add `NewJSONInput` which creates a properly marshalled input type for graphql
* Add support for Property Definitions
* add func to generate yaml files from our structs
* Add ability to set the parent system of a service during create or update
* add default struct tags which provide default values for a struct to help with sample yaml generation
### Dependency
* Bump github.com/hasura/go-graphql-client from 0.10.0 to 0.10.1
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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).

## [December 14, 2023](https://github.com/OpsLevel/opslevel-go/compare/v2023.11.16...v2023.12.14)
### Bugfix
* fix error logged when JSONString passed to fmt.Sprintf()
### Feature
* Add `NewJSONInput` which creates a properly marshalled input type for graphql
* Add support for Property Definitions
* add func to generate yaml files from our structs
* Add ability to set the parent system of a service during create or update
* add default struct tags which provide default values for a struct to help with sample yaml generation
### Dependency
* Bump github.com/hasura/go-graphql-client from 0.10.0 to 0.10.1

## [November 16, 2023](https://github.com/OpsLevel/opslevel-go/compare/v2023.10.20...v2023.11.16)
### Bugfix
* make UserIdentifierInput fields pointers, fixing the omitempty struct tag behavior
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.11.16"
const clientVersion = "v2023.12.14"

0 comments on commit ca0ffc2

Please sign in to comment.