Skip to content

Commit

Permalink
Cut Release 'v2023.8.15'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed Aug 15, 2023
1 parent 5214984 commit 3e789e5
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 31 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Bugfix-20230801-165131.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Bugfix-20230810-114939.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20230814-203618.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20230814-203631.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20230814-203654.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20230814-203743.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20230808-152948.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20230810-114958.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20230811-151612.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20230811-151626.yaml

This file was deleted.

17 changes: 17 additions & 0 deletions .changes/v2023.8.15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## [August 15, 2023](https://github.com/OpsLevel/cli/compare/v2023.7.28...v2023.8.15)
### Bugfix
- Fix inability to read YAML from stdin in containers
- BREAKING CHANGE: to disable interactive UI pass the --noninteractive flag when creating and updating a check
### Feature
- Add task workflow for tandem opslevel-go dev
- Can now update a check in CLI
- Add support for handling Webhook Actions
- Add support for handling Trigger Definitions
### Dependency
- Bump github.com/go-git/go-git/v5 from 5.8.0 to 5.8.1
- Bump goreleaser/goreleaser-action from 4.3.0 to 4.4.0
- Bump github.com/rs/zerolog from 1.29.1 to 1.30.0
- Bump github.com/opslevel/opslevel-go/v2023 from 2023.7.28 to 2023.8.14
## Docker Image

- `docker pull public.ecr.aws/opslevel/cli:v2023.8.15`
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ 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).
## [August 15, 2023](https://github.com/OpsLevel/cli/compare/v2023.7.28...v2023.8.15)
### Bugfix
- Fix inability to read YAML from stdin in containers
- BREAKING CHANGE: to disable interactive UI pass the --noninteractive flag when creating and updating a check
### Feature
- Add task workflow for tandem opslevel-go dev
- Can now update a check in CLI
- Add support for handling Webhook Actions
- Add support for handling Trigger Definitions
### Dependency
- Bump github.com/go-git/go-git/v5 from 5.8.0 to 5.8.1
- Bump goreleaser/goreleaser-action from 4.3.0 to 4.4.0
- Bump github.com/rs/zerolog from 1.29.1 to 1.30.0
- Bump github.com/opslevel/opslevel-go/v2023 from 2023.7.28 to 2023.8.14
## Docker Image

- `docker pull public.ecr.aws/opslevel/cli:v2023.8.15`
## [July 28, 2023](https://github.com/OpsLevel/cli/compare/v2023.7.19...v2023.7.28)
### Bugfix
- Fix bug when updating a resource using a yaml file
Expand Down

0 comments on commit 3e789e5

Please sign in to comment.