|
| 1 | + |
| 2 | +## [v0.3.2] - 2021-10-04 |
| 3 | +### Bugfix |
| 4 | +- fix issue with new graphql user agent args |
| 5 | + |
| 6 | + |
| 7 | +## [v0.3.1] - 2021-10-04 |
| 8 | +### Docs |
| 9 | +- cleanup readme to bring it more inline with kubectl-opslevel |
| 10 | + |
| 11 | +### Feature |
| 12 | +- set custom graphql user agent extras |
| 13 | + |
| 14 | + |
| 15 | +## [v0.3.0] - 2021-10-02 |
| 16 | + |
| 17 | +## [v0.3.0-beta.5] - 2021-10-02 |
| 18 | + |
| 19 | +## [v0.3.0-beta.4] - 2021-10-01 |
| 20 | + |
| 21 | +## [v0.3.0-beta.3] - 2021-10-01 |
| 22 | + |
| 23 | +## [v0.3.0-beta.2] - 2021-10-01 |
| 24 | + |
| 25 | +## [v0.3.0-beta.1] - 2021-10-01 |
| 26 | +### Bugfix |
| 27 | +- fix outstanding multiline string issues with `export terraform` |
| 28 | + |
| 29 | + |
| 30 | +## [v0.3.0-beta] - 2021-10-01 |
| 31 | +### Bugfix |
| 32 | +- if multiline string from opslevel does not end with \n then have terraform treat it as an escaped string |
| 33 | + |
| 34 | +### Docs |
| 35 | +- add installation instructions for Deb/RPM |
| 36 | + |
| 37 | +### Feature |
| 38 | +- add deb/rpm package releases |
| 39 | +- add create, get, list and delete for filters |
| 40 | +- implement create, get, list, and delete for team, team member and team contact |
| 41 | +- implement get & list for repository |
| 42 | +- add ability to output list data as a json array |
| 43 | +- implement correct output formatting for list tier, lifecycle and tools |
| 44 | + |
| 45 | + |
| 46 | +## [v0.2.0-beta] - 2021-09-18 |
| 47 | +### Feature |
| 48 | +- upgrade opslevel-go to v0.3.3 |
| 49 | +- initial pass at `export terraform` for exporting data from your account to be controlled by terraform |
| 50 | +- add shell completion generation command |
| 51 | +- add get and list check commands |
| 52 | +- add list commands which differ from get commands |
| 53 | +- add commands for rubric categories and levels |
| 54 | +- add get and delete service commands |
| 55 | +- add gpg signing |
| 56 | +- add ability to query account lifecycles, tiers, teams and tools |
| 57 | + |
| 58 | +### Refactor |
| 59 | +- convert prefered environment variable prefix from `OL_` to `OPSLEVEL_` but still support old prefix |
| 60 | +- use args instead of flags for rubric commands |
| 61 | +- seperate get and list commands |
| 62 | + |
| 63 | + |
| 64 | +## [v0.1.0-beta.5] - 2021-07-10 |
| 65 | + |
| 66 | +## [v0.1.0-beta.4] - 2021-07-10 |
| 67 | + |
| 68 | +## [v0.1.0-beta.3] - 2021-07-10 |
| 69 | + |
| 70 | +## [v0.1.0-beta.2] - 2021-07-10 |
| 71 | +### Refactor |
| 72 | +- switch to goreleaser |
| 73 | + |
| 74 | + |
| 75 | +## [v0.1.0-beta.1] - 2021-06-26 |
| 76 | +### Bugfix |
| 77 | +- add yaml struct tags for consistent configfile parsing |
| 78 | + |
| 79 | +### Docs |
| 80 | +- rewrite examples to show both yaml and env var examples as well as switching to the full integration url rather then just ID |
| 81 | + |
| 82 | +### Refactor |
| 83 | +- standardize inputs across flags, env vars, and yaml. Also include more imports to support a wider varity of source input data |
| 84 | + |
| 85 | + |
| 86 | +## [v0.0.1-beta.2] - 2021-06-19 |
| 87 | +### Release |
| 88 | +- use aws ecr alias |
| 89 | +- remove github docker registry publish |
| 90 | +- add windows binary cross compile |
| 91 | + |
| 92 | + |
| 93 | +## v0.0.1-beta.1 - 2021-06-19 |
| 94 | +### Docs |
| 95 | +- fix amazon ECR links to use new repo alias |
| 96 | +- flesh out readme with usage and install instructions |
| 97 | + |
| 98 | +### Feature |
| 99 | +- add ability to scrape git commit info if available |
| 100 | + |
| 101 | + |
| 102 | +[v0.3.2]: https://github.com/OpsLevel/cli/compare/v0.3.1...v0.3.2 |
| 103 | +[v0.3.1]: https://github.com/OpsLevel/cli/compare/v0.3.0...v0.3.1 |
| 104 | +[v0.3.0]: https://github.com/OpsLevel/cli/compare/v0.3.0-beta.5...v0.3.0 |
| 105 | +[v0.3.0-beta.5]: https://github.com/OpsLevel/cli/compare/v0.3.0-beta.4...v0.3.0-beta.5 |
| 106 | +[v0.3.0-beta.4]: https://github.com/OpsLevel/cli/compare/v0.3.0-beta.3...v0.3.0-beta.4 |
| 107 | +[v0.3.0-beta.3]: https://github.com/OpsLevel/cli/compare/v0.3.0-beta.2...v0.3.0-beta.3 |
| 108 | +[v0.3.0-beta.2]: https://github.com/OpsLevel/cli/compare/v0.3.0-beta.1...v0.3.0-beta.2 |
| 109 | +[v0.3.0-beta.1]: https://github.com/OpsLevel/cli/compare/v0.3.0-beta...v0.3.0-beta.1 |
| 110 | +[v0.3.0-beta]: https://github.com/OpsLevel/cli/compare/v0.2.0-beta...v0.3.0-beta |
| 111 | +[v0.2.0-beta]: https://github.com/OpsLevel/cli/compare/v0.1.0-beta.5...v0.2.0-beta |
| 112 | +[v0.1.0-beta.5]: https://github.com/OpsLevel/cli/compare/v0.1.0-beta.4...v0.1.0-beta.5 |
| 113 | +[v0.1.0-beta.4]: https://github.com/OpsLevel/cli/compare/v0.1.0-beta.3...v0.1.0-beta.4 |
| 114 | +[v0.1.0-beta.3]: https://github.com/OpsLevel/cli/compare/v0.1.0-beta.2...v0.1.0-beta.3 |
| 115 | +[v0.1.0-beta.2]: https://github.com/OpsLevel/cli/compare/v0.1.0-beta.1...v0.1.0-beta.2 |
| 116 | +[v0.1.0-beta.1]: https://github.com/OpsLevel/cli/compare/v0.0.1-beta.2...v0.1.0-beta.1 |
| 117 | +[v0.0.1-beta.2]: https://github.com/OpsLevel/cli/compare/v0.0.1-beta.1...v0.0.1-beta.2 |
0 commit comments