Skip to content

Commit 7ed7806

Browse files
committed
Cut Release 'v2025.8.25'
1 parent f4ccdd1 commit 7ed7806

9 files changed

Lines changed: 82 additions & 22 deletions

.changes/unreleased/Dependency-20250324-175621.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Dependency-20250416-232832.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Dependency-20250609-172154.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Dependency-20250627-165834.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Dependency-20250721-192829.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Dependency-20250812-005046.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Dependency-20250821-150413.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/v2025.8.25.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## [August 25, 2025](https://github.com/OpsLevel/cli/compare/v2025.1.23...v2025.8.25)
2+
### Dependency
3+
- Bump github.com/rs/zerolog from 1.33.0 to 1.34.0 in /src
4+
- Bump golang.org/x/net from 0.37.0 to 0.38.0 in /src
5+
- Bump github.com/go-git/go-git/v5 from 5.16.0 to 5.16.2 in /src
6+
- Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 in /src
7+
- Bump github.com/spf13/pflag from 1.0.6 to 1.0.7 in /src
8+
- Bump actions/checkout from 4 to 5
9+
- Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /src
10+
## Docker Image
11+
12+
- `docker pull public.ecr.aws/opslevel/cli:v2025.8.25`

CHANGELOG.md

Lines changed: 70 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and is generated by [Changie](https://github.com/miniscruff/changie).
6+
## [August 25, 2025](https://github.com/OpsLevel/cli/compare/v2025.1.23...v2025.8.25)
7+
### Dependency
8+
- Bump github.com/rs/zerolog from 1.33.0 to 1.34.0 in /src
9+
- Bump golang.org/x/net from 0.37.0 to 0.38.0 in /src
10+
- Bump github.com/go-git/go-git/v5 from 5.16.0 to 5.16.2 in /src
11+
- Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 in /src
12+
- Bump github.com/spf13/pflag from 1.0.6 to 1.0.7 in /src
13+
- Bump actions/checkout from 4 to 5
14+
- Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /src
15+
## Docker Image
16+
17+
- `docker pull public.ecr.aws/opslevel/cli:v2025.8.25`
618
## [January 23, 2025](https://github.com/OpsLevel/cli/compare/v2024.12.24...v2025.1.23)
719
### Bugfix
820
- Fix docker image to be multi architecture
@@ -469,7 +481,64 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
469481
## Docker Image
470482

471483
- `docker pull public.ecr.aws/opslevel/cli:v2022.7.15`
472-
## [v0.3.5] - 2021-12-14
484+
## [July 08, 2022]((https://github.com/OpsLevel/cli/compare/v2022.06.09...v2022.07.07))
485+
### Feature
486+
- Add ability to get a service's tag
487+
- Add flag `--assign` to `create service tag` to use `tagAssign` mutation instead of `tagCreate`
488+
- Add command `delete service tag`
489+
- Add functionality to `get service tag` to list all the tags
490+
- upgrade to go 1.18
491+
### Refactor
492+
- `create service tag` usage signature changed to make it easier to work with
493+
## Docker Image
494+
495+
- `docker pull public.ecr.aws/opslevel/cli:v2022.07.07`
496+
## [June 09, 2022]((https://github.com/OpsLevel/cli/compare/v2022.04.22...v2022.06.09))
497+
### Feature
498+
- Add CSV output option on list services command
499+
- Added create, list and delete user commands
500+
### Security
501+
- Setup Dependabot
502+
## Docker Image
503+
504+
- `docker pull public.ecr.aws/opslevel/cli:v2022.06.09`
505+
## [v2022.04.22](https://github.com/OpsLevel/cli/compare/v2022.04.21...v2022.04.22) - 2022-04-22
506+
### Bugfix
507+
* Fix Release## [v2022.04.21] - 2022-04-21
508+
### Feature
509+
* implement create, update and delete for groups
510+
* Add get and list commands for groups
511+
### Bugfix
512+
* When passing data via stdin to `create check` the command was failing with prompt-ui errors - a fix has been implemented
513+
514+
[v2022.04.21]: https://github.com/OpsLevel/cli/compare/v2022.04.13...v2022.04.21## [2022.04.13] - 2022-04-13
515+
### Feature
516+
* Upgrade Go to 1.17
517+
* Add ability to create a tag for a service
518+
### Refactor
519+
* Refactor the output of version command to show golang and OL versions
520+
### Bugfix
521+
* Create deploy was hanging when no stdin was passed
522+
* Check name wasn't escaping quotes on terraform export
523+
* Filter out first level by index instead of name
524+
525+
[v2022.04.13]: https://github.com/OpsLevel/cli/compare/v2022.02.25...v2022.04.13## [v2022.02.25] - 2022-02-25
526+
### Bugfix
527+
* Fix bug when exporting regex predicates to terraform
528+
529+
[v2022.02.25]: https://github.com/OpsLevel/cli/compare/v2022.02.11-1...v2022.02.25## [v2022.02.11] - 2022-02-11
530+
### Feature
531+
* add version constraint to import check configuration yaml
532+
### Refactor
533+
* Update version output format
534+
* Add interactive functionality for importing checks
535+
* Fix code so client objects are not built unless needed allow commands like `opslevel version` to execute without an OPSLEVEL_API_TOKEN present
536+
537+
[v2022.02.11]: https://github.com/OpsLevel/cli/compare/v0.3.5...v2022.02.11## [v2022.02.11-1] - 2022-02-11
538+
### Bugfix
539+
* Use modified list when returning Id
540+
541+
[v2022.02.11-1]: https://github.com/OpsLevel/cli/compare/v2022.02.11...v2022.02.11-1## [v0.3.5] - 2021-12-14
473542
### Feature
474543
* add ability to import all check types
475544
* expand ability to export all check types to yaml

0 commit comments

Comments
 (0)