Skip to content

Commit

Permalink
chore(main): release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
infrahq-ci committed Mar 24, 2022
1 parent c472b41 commit f711572
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.1"
".": "0.7.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [0.7.0](https://github.com/infrahq/infra/compare/v0.6.1...v0.7.0) (2022-03-24)


### ⚠ BREAKING CHANGES

* **cli:** some CLI short flags were removed.

### Features

* **connector:** add support for bringing in custom certificates ([2650769](https://github.com/infrahq/infra/commit/26507694d625ab81ae0cbfbbc88630208be64ef8))


### Bug Fixes

* **cmd:** destinations add takes dot notation as input ([6eb393c](https://github.com/infrahq/infra/commit/6eb393c1ce848ed44b3da26559fec7b9804a00b7))
* do not fail on no groups or ref from oidc ([#1281](https://github.com/infrahq/infra/issues/1281)) ([bbc0247](https://github.com/infrahq/infra/commit/bbc02474136a7763840dc2151f816380b3bf825d))
* give users infra grant on creation ([#1295](https://github.com/infrahq/infra/issues/1295)) ([c472b41](https://github.com/infrahq/infra/commit/c472b410eb00b14023abf16542ef80ca970963e7))
* update config for styled component ([#1307](https://github.com/infrahq/infra/issues/1307)) ([91aa01f](https://github.com/infrahq/infra/commit/91aa01ff61761caf6508c60717194ba6d659eac2))


### Styles

* **cli:** remove some short flags from CLI commands ([4f1ef00](https://github.com/infrahq/infra/commit/4f1ef00403940313e852bfcf7c83e0ea7ae31f71))

### [0.6.1](https://github.com/infrahq/infra/compare/v0.6.0...v0.6.1) (2022-03-21)


Expand Down
4 changes: 2 additions & 2 deletions helm/charts/infra/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: infra
description: A Helm chart for Infra
type: application
## {x-release-please-start-version}
version: 0.6.1
appVersion: 0.6.1
version: 0.7.0
appVersion: 0.7.0
## {x-release-please-end}

0 comments on commit f711572

Please sign in to comment.