Skip to content

Commit c38484b

Browse files
committed
Cut Release 'v2022.07.07'
1 parent 5702685 commit c38484b

8 files changed

Lines changed: 31 additions & 48 deletions

.changes/unreleased/Feature-20220707-204428.yaml

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

.changes/unreleased/Feature-20220707-204544.yaml

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

.changes/unreleased/Feature-20220707-210042.yaml

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

.changes/unreleased/Feature-20220707-210718.yaml

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

.changes/unreleased/Feature-20220707-230537.yaml

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

.changes/unreleased/Refactor-20220707-205352.yaml

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

.changes/v2022.07.07.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## [July 08, 2022]((https://github.com/OpsLevel/cli/compare/v2022.06.09...v2022.07.07))
2+
### Feature
3+
- Add ability to get a service's tag
4+
- Add flag `--assign` to `create service tag` to use `tagAssign` mutation instead of `tagCreate`
5+
- Add command `delete service tag`
6+
- Add functionality to `get service tag` to list all the tags
7+
- upgrade to go 1.18
8+
### Refactor
9+
- `create service tag` usage signature changed to make it easier to work with
10+
## Docker Image
11+
12+
- `docker pull public.ecr.aws/opslevel/cli:v2022.07.07`

CHANGELOG.md

Lines changed: 19 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,18 @@
22
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/),
5-
and is generated by [Changie](https://github.com/miniscruff/changie).
5+
and is generated by [Changie](https://github.com/miniscruff/changie).## [July 08, 2022]((https://github.com/OpsLevel/cli/compare/v2022.06.09...v2022.07.07))
6+
### Feature
7+
- Add ability to get a service's tag
8+
- Add flag `--assign` to `create service tag` to use `tagAssign` mutation instead of `tagCreate`
9+
- Add command `delete service tag`
10+
- Add functionality to `get service tag` to list all the tags
11+
- upgrade to go 1.18
12+
### Refactor
13+
- `create service tag` usage signature changed to make it easier to work with
14+
## Docker Image
615

16+
- `docker pull public.ecr.aws/opslevel/cli:v2022.07.07`
717
## [June 09, 2022]((https://github.com/OpsLevel/cli/compare/v2022.04.22...v2022.06.09))
818
### Feature
919
- Add CSV output option on list services command
@@ -13,22 +23,16 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
1323
## Docker Image
1424

1525
- `docker pull public.ecr.aws/opslevel/cli:v2022.06.09`
16-
17-
1826
## [v2022.04.22](https://github.com/OpsLevel/cli/compare/v2022.04.21...v2022.04.22) - 2022-04-22
1927
### Bugfix
20-
* Fix Release
21-
22-
## [v2022.04.21] - 2022-04-21
28+
* Fix Release## [v2022.04.21] - 2022-04-21
2329
### Feature
2430
* implement create, update and delete for groups
2531
* Add get and list commands for groups
2632
### Bugfix
2733
* When passing data via stdin to `create check` the command was failing with prompt-ui errors - a fix has been implemented
2834

29-
[v2022.04.21]: https://github.com/OpsLevel/cli/compare/v2022.04.13...v2022.04.21
30-
31-
## [2022.04.13] - 2022-04-13
35+
[v2022.04.21]: https://github.com/OpsLevel/cli/compare/v2022.04.13...v2022.04.21## [2022.04.13] - 2022-04-13
3236
### Feature
3337
* Upgrade Go to 1.17
3438
* Add ability to create a tag for a service
@@ -39,31 +43,23 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
3943
* Check name wasn't escaping quotes on terraform export
4044
* Filter out first level by index instead of name
4145

42-
[v2022.04.13]: https://github.com/OpsLevel/cli/compare/v2022.02.25...v2022.04.13
43-
44-
## [v2022.02.25] - 2022-02-25
46+
[v2022.04.13]: https://github.com/OpsLevel/cli/compare/v2022.02.25...v2022.04.13## [v2022.02.25] - 2022-02-25
4547
### Bugfix
4648
* Fix bug when exporting regex predicates to terraform
4749

48-
[v2022.02.25]: https://github.com/OpsLevel/cli/compare/v2022.02.11-1...v2022.02.25
49-
50-
## [v2022.02.11] - 2022-02-11
50+
[v2022.02.25]: https://github.com/OpsLevel/cli/compare/v2022.02.11-1...v2022.02.25## [v2022.02.11] - 2022-02-11
5151
### Feature
5252
* add version constraint to import check configuration yaml
5353
### Refactor
5454
* Update version output format
5555
* Add interactive functionality for importing checks
5656
* Fix code so client objects are not built unless needed allow commands like `opslevel version` to execute without an OPSLEVEL_API_TOKEN present
5757

58-
[v2022.02.11]: https://github.com/OpsLevel/cli/compare/v0.3.5...v2022.02.11
59-
60-
## [v2022.02.11-1] - 2022-02-11
58+
[v2022.02.11]: https://github.com/OpsLevel/cli/compare/v0.3.5...v2022.02.11## [v2022.02.11-1] - 2022-02-11
6159
### Bugfix
6260
* Use modified list when returning Id
6361

64-
[v2022.02.11-1]: https://github.com/OpsLevel/cli/compare/v2022.02.11...v2022.02.11-1
65-
66-
## [v0.3.5] - 2021-12-14
62+
[v2022.02.11-1]: https://github.com/OpsLevel/cli/compare/v2022.02.11...v2022.02.11-1## [v0.3.5] - 2021-12-14
6763
### Feature
6864
* add ability to import all check types
6965
* expand ability to export all check types to yaml
@@ -75,22 +71,16 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
7571
### Refactor
7672
* have `list check` emit the check type in text mode
7773

78-
[v0.3.5]: https://github.com/OpsLevel/cli/compare/v0.3.4...v0.3.5
79-
80-
## [v0.3.4] - 2021-11-14
74+
[v0.3.5]: https://github.com/OpsLevel/cli/compare/v0.3.4...v0.3.5## [v0.3.4] - 2021-11-14
8175
### Feature
8276
* have `export terraform` emit team and service aliases
8377

84-
[v0.3.4]: https://github.com/OpsLevel/cli/compare/v0.3.3...v0.3.4
85-
86-
## [v0.3.3] - 2021-10-31
78+
[v0.3.4]: https://github.com/OpsLevel/cli/compare/v0.3.3...v0.3.4## [v0.3.3] - 2021-10-31
8779
### Bugfix
8880
* `export terraform` no longer outputs repos without a default alias
8981
* `export terraform` now properly emits filter predicates
9082

9183
[v0.3.3]: https://github.com/OpsLevel/cli/compare/v0.3.2...v0.3.3
92-
93-
9484
## [v0.3.2] - 2021-10-04
9585
### Bugfix
9686
- fix issue with new graphql user agent args

0 commit comments

Comments
 (0)