@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and is generated by [ Changie] ( https://github.com/miniscruff/changie ) .
6+ ## [ July 08, 2026] ( https://github.com/OpsLevel/cli/compare/v2025.8.25...v2026.7.8 )
7+ ## Docker Image
8+
9+ - ` docker pull public.ecr.aws/opslevel/cli:v2026.7.8 `
610## [ August 25, 2025] ( https://github.com/OpsLevel/cli/compare/v2025.1.23...v2025.8.25 )
711### Dependency
812- Bump github.com/rs/zerolog from 1.33.0 to 1.34.0 in /src
@@ -481,64 +485,7 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
481485## Docker Image
482486
483487 - ` docker pull public.ecr.aws/opslevel/cli:v2022.7.15 `
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
488+ ## [ v0.3.5] - 2021-12-14
542489### Feature
543490* add ability to import all check types
544491* expand ability to export all check types to yaml
0 commit comments