Skip to content

Commit

Permalink
Cut Release 'v2024.10.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed Oct 11, 2024
1 parent 76ffa6b commit 62b28a9
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 22 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20240909-112047.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20240923-111450.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20241011-194654.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20241007-114033.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20241007-133024.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20241011-142019.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Refactor-20240905-144928.yaml

This file was deleted.

11 changes: 11 additions & 0 deletions .changes/v2024.10.11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## [October 11, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.9.18...v2024.10.11)
### Feature
* add regionOverride field to AWS integration, for overriding multiple regions
* new `IntegrationReactivate` mutation to reactivate an invalidated or deactivated integration
* added HasBadHttpStatus for better error handling
### Refactor
* BREAKING CHANGE: new argument sendInvite added to UserInvite() method to force send a user invite e-mail
### Dependency
* Bump github.com/go-playground/validator/v10 from 10.22.0 to 10.22.1
* Bump github.com/hasura/go-graphql-client from 0.13.0 to 0.13.1
* Bump github.com/go-resty/resty/v2 from 2.14.0 to 2.15.3
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).

## [October 11, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.9.18...v2024.10.11)
### Feature
* add regionOverride field to AWS integration, for overriding multiple regions
* new `IntegrationReactivate` mutation to reactivate an invalidated or deactivated integration
* added HasBadHttpStatus for better error handling
### Refactor
* BREAKING CHANGE: new argument sendInvite added to UserInvite() method to force send a user invite e-mail
### Dependency
* Bump github.com/go-playground/validator/v10 from 10.22.0 to 10.22.1
* Bump github.com/hasura/go-graphql-client from 0.13.0 to 0.13.1
* Bump github.com/go-resty/resty/v2 from 2.14.0 to 2.15.3

## [September 18, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.9.3...v2024.9.18)
### Feature
* support setting Notes on a Service via UpdateServiceNote()
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.9.18"
const clientVersion = "v2024.10.11"

0 comments on commit 62b28a9

Please sign in to comment.