Releases: OpsLevel/opslevel-go
Releases · OpsLevel/opslevel-go
v2023.12.14
December 14, 2023
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
v2023.11.16
November 16, 2023
Bugfix
- make UserIdentifierInput fields pointers, fixing the omitempty struct tag behavior
- BREAKING: change IdentifierInput struct fields to pointers
- revert removal of EntityOwner struct, not yet removed in API
Feature
- Access ManagedAliases on Service
- Enable deletion of Infrastructure Resource aliases
- add error check to JSON unmarshalling
- add enum ServicePropertyTypeEnum
Refactor
- BREAKING CHANGE ownerAlias deprecated on service inputs
Deprecated
- Groups are deprecated in favor of Team hierarchies
Removed
- GroupInput and EntityOwnerGroup structs, CreateGroup and UpdateGroup client methods, Group field from TeamCreateInput and TeamUpdateInput structs
Dependency
- Bump github.com/Masterminds/sprig/v3 from 3.2.2 to 3.2.3
- Bump github.com/rocktavious/autopilot/v2023 from 2023.8.18 to 2023.11.2
v2023.10.20
October 20, 2023
Feature
- add ParentTeam field to Team, TeamCreateInput, and TeamUpdateInput
- Update predicate filter enum to support
aliases
andfilter_id
as options for new filter types - add AffectsOverallServiceLevels field to Scorecard and ScorecardInput
Deprecated
- BREAKING CHANGE: TeamMembershipUserInput Email field replaced with User field
Dependency
- Bump golang.org/x/net from 0.15.0 to 0.17.0
- Bump opslevel/report-deploy-github-action from 0.6.0 to 0.7.0
- Bump github.com/go-resty/resty/v2 from 2.9.1 to 2.10.0
v2023.10.8
October 08, 2023
Bugfix
- hotfix to update extendedTeamAccess input param
- fix using alias only to create a tag
- filter duplicate tags in query response
Feature
- add interface for taggable resources
- domain, repository, service, system, and team - implement taggable interface
- Add tag key name validation to
CreateTag
AssignTag
andUpdateTag
methods - add tags support for user and infrastructure resources
- Add case sensitive field to filter predicate
Deprecated
- removed RepositoryTagConnection since TagConnection already exists
Dependency
- Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0
v2023.9.12
September 12, 2023
Feature
- add extendedTeamAccess for CustomActionsTriggerDefinitions
Dependency
- Bump goreleaser/goreleaser-action from 4.4.0 to 4.6.0
- Bump actions/checkout from 3 to 4
- Bump crazy-max/ghaction-import-gpg from 5 to 6
v2023.8.28
August 28, 2023
Feature
- add support for scorecards
- add secrets API operations
- update go version to 1.21
v2023.8.18
v2023.8.14
August 14, 2023
Dependency
- Bump github.com/rs/zerolog from 1.29.1 to 1.30.0
- Bump golang.org/x/oauth2 from 0.10.0 to 0.11.0
- Bump github.com/hasura/go-graphql-client from 0.9.3 to 0.10.0
- Bump goreleaser/goreleaser-action from 4.3.0 to 4.4.0
v2023.7.28
July 28, 2023
Feature
- As a user, I can configure filters with Repository predicates using Go Tools
- As a user, I can configure filter predicates with does not match regex and does not match
- add Taskfile for common tasks
- As a user, I can configure nested filters
- Install newer graphql dependency
v2023.7.17
July 17, 2023
Bugfix
- Notes now returns rawNotes instead of notes
- Change type of DisplayName field in ContactInput struct
- Fix EntityOwner to work properly with our API because the union type was not implemented correctly
Feature
- Add mutations and queries for working with 'InfrastructureResource'
- Add support for new Alert Source Type - New Relic
- Update AliasOwnerTypeEnum to support system, domains and group
Dependency
- Upgrade to go 1.20
- Bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.4
- Bump goreleaser/goreleaser-action from 4.2.0 to 4.3.0
- Bump opslevel/report-deploy-github-action from 0.5.0 to 0.6.0
- Bump golang.org/x/oauth2 from 0.8.0 to 0.10.0