Skip to content

Commit 7915b4d

Browse files
committed
Cut Release '2024.12.29'
1 parent 6dacaba commit 7915b4d

5 files changed

Lines changed: 19 additions & 67 deletions

File tree

.changes/2024.12.29.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## [March 27, 2025](https://github.com/OpsLevel/cli/compare/v2025.1.23...2024.12.29)
2+
### Feature
3+
- Add ability to set the status field of a deploy event
4+
### Dependency
5+
- Bump github.com/go-git/go-git/v5 from 5.13.0 to 5.13.2 in /src
6+
- Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 in /src
7+
## Docker Image
8+
9+
- `docker pull public.ecr.aws/opslevel/cli:2024.12.29`

.changes/unreleased/Dependency-20250127-173740.yaml

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

.changes/unreleased/Dependency-20250217-173128.yaml

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

.changes/unreleased/Feature-20250312-122543.yaml

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

CHANGELOG.md

Lines changed: 10 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
1111
## Docker Image
1212

1313
- `docker pull public.ecr.aws/opslevel/cli:v2025.1.23`
14+
## [March 27, 2025](https://github.com/OpsLevel/cli/compare/v2025.1.23...2024.12.29)
15+
### Feature
16+
- Add ability to set the status field of a deploy event
17+
### Dependency
18+
- Bump github.com/go-git/go-git/v5 from 5.13.0 to 5.13.2 in /src
19+
- Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 in /src
20+
## Docker Image
21+
22+
- `docker pull public.ecr.aws/opslevel/cli:2024.12.29`
1423
## [December 24, 2024](https://github.com/OpsLevel/cli/compare/v2024.11.8...v2024.12.24)
1524
### Dependency
1625
- Bump github.com/go-resty/resty/v2 from 2.15.3 to 2.16.0 in /src
@@ -460,64 +469,7 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
460469
## Docker Image
461470

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

0 commit comments

Comments
 (0)