-
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
adb1c9e
commit 709d74d
Showing
10 changed files
with
76 additions
and
51 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 @@ | ||
## [October 20, 2023](https://github.com/OpsLevel/opslevel-go/compare/v2023.10.8...v2023.10.20) | ||
### Feature | ||
* add ParentTeam field to Team, TeamCreateInput, and TeamUpdateInput | ||
* Update predicate filter enum to support `aliases` and `filter_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 |
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.10.8" | ||
const clientVersion = "v2023.10.20" |