-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ca196bc
commit ca0ffc2
Showing
10 changed files
with
24 additions
and
23 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |