Skip to content

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson committed Aug 6, 2024
1 parent 253f328 commit 27c0e9d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.6"}
{".":"0.1.0"}
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [0.1.0](https://github.com/validator-labs/validatorctl/compare/v0.0.6...v0.1.0) (2024-08-06)


### ⚠ BREAKING CHANGES

* split plugin rule configuration and installation into separate commands ([#121](https://github.com/validator-labs/validatorctl/issues/121))

### Features

* add docs command; refactor to use embeddedfs pkg ([#116](https://github.com/validator-labs/validatorctl/issues/116)) ([dbe19c5](https://github.com/validator-labs/validatorctl/commit/dbe19c5b4d84d8142bb94956400b8625fb25a91f))
* read CA certs for network rules, add HTTPFileRules, AMIRules ([#117](https://github.com/validator-labs/validatorctl/issues/117)) ([0c4487f](https://github.com/validator-labs/validatorctl/commit/0c4487fc27d636ff21a791f5bfb75cd9576880a7))
* support direct rule evaluation with `validator check --direct` ([#127](https://github.com/validator-labs/validatorctl/issues/127)) ([f1fb0d6](https://github.com/validator-labs/validatorctl/commit/f1fb0d663a86da4798bd4f4a6462b6871b02fcd5))


### Docs

* added subcommands docs page ([#110](https://github.com/validator-labs/validatorctl/issues/110)) ([9fa23dc](https://github.com/validator-labs/validatorctl/commit/9fa23dcba0796a81859f595fc0c667dc557af993))


### Dependency Updates

* **deps:** update github.com/validator-labs/validator-plugin-azure digest to ba947e3 ([#134](https://github.com/validator-labs/validatorctl/issues/134)) ([2a1058d](https://github.com/validator-labs/validatorctl/commit/2a1058d5241d239eea763b44efbfd68b327a4fd3))


### Refactoring

* remove -s flag ([#126](https://github.com/validator-labs/validatorctl/issues/126)) ([9373e02](https://github.com/validator-labs/validatorctl/commit/9373e021e5a22cf1547cd57604df07ff725b86e3))
* simplify helm prompts ([#115](https://github.com/validator-labs/validatorctl/issues/115)) ([8ce75a1](https://github.com/validator-labs/validatorctl/commit/8ce75a1e763ff5dd459056fcd424409be2261a33))
* split plugin rule configuration and installation into separate commands ([#121](https://github.com/validator-labs/validatorctl/issues/121)) ([6eaee77](https://github.com/validator-labs/validatorctl/commit/6eaee77fd8158ac2f43be8b1111175e1e9ef6b0f))

## [0.0.6](https://github.com/validator-labs/validatorctl/compare/v0.0.5...v0.0.6) (2024-07-26)


Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include build/makelib/common.mk

# CLI version
VERSION_SUFFIX ?= -dev
VERSION ?= 0.0.6${VERSION_SUFFIX} # x-release-please-version
VERSION ?= 0.1.0${VERSION_SUFFIX} # x-release-please-version

##@ Build Targets

Expand Down

0 comments on commit 27c0e9d

Please sign in to comment.