Skip to content

Commit

Permalink
cut release v0.1.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Rockman committed Jun 26, 2021
1 parent 53cf839 commit b4d26d9
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,28 @@
## [Unreleased]


<a name="0.0.1-beta.1"></a>
## 0.0.1-beta.1 - 2021-06-19
<a name="v0.1.0-beta.1"></a>
## [v0.1.0-beta.1] - 2021-06-26
### Bugfix
- add yaml struct tags for consistent configfile parsing

### Docs
- rewrite examples to show both yaml and env var examples as well as switching to the full integration url rather then just ID

### Refactor
- standardize inputs across flags, env vars, and yaml. Also include more imports to support a wider varity of source input data


<a name="v0.0.1-beta.2"></a>
## [v0.0.1-beta.2] - 2021-06-19
### Release
- use aws ecr alias
- remove github docker registry publish
- add windows binary cross compile


<a name="v0.0.1-beta.1"></a>
## v0.0.1-beta.1 - 2021-06-19
### Docs
- fix amazon ECR links to use new repo alias
- flesh out readme with usage and install instructions
Expand All @@ -12,4 +32,6 @@
- add ability to scrape git commit info if available


[Unreleased]: https://github.com/OpsLevel/cli/compare/0.0.1-beta.1...HEAD
[Unreleased]: https://github.com/OpsLevel/cli/compare/v0.1.0-beta.1...HEAD
[v0.1.0-beta.1]: https://github.com/OpsLevel/cli/compare/v0.0.1-beta.2...v0.1.0-beta.1
[v0.0.1-beta.2]: https://github.com/OpsLevel/cli/compare/v0.0.1-beta.1...v0.0.1-beta.2

0 comments on commit b4d26d9

Please sign in to comment.