Skip to content

Commit

Permalink
maintain(main): release 0.12.1 (#1758)
Browse files Browse the repository at this point in the history
  • Loading branch information
infrahq-ci authored Apr 28, 2022
1 parent 1237776 commit acfe660
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 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.12.0"
".": "0.12.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [0.12.1](https://github.com/infrahq/infra/compare/v0.12.0...v0.12.1) (2022-04-28)


### Bug Fixes

* destinaion page ui bugs fixed ([#1747](https://github.com/infrahq/infra/issues/1747)) ([7239349](https://github.com/infrahq/infra/commit/723934993ae8eeb8e933c72340692d5262895f58))
* make generate ui ([#1759](https://github.com/infrahq/infra/issues/1759)) ([b7bd65a](https://github.com/infrahq/infra/commit/b7bd65afd054d32ecfaac3f6710aeed6cb1415a7))

## [0.12.0](https://github.com/infrahq/infra/compare/v0.11.1...v0.12.0) (2022-04-27)


Expand Down
2 changes: 1 addition & 1 deletion docs/api/openapi3.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
"url": "https://www.elastic.co/licensing/elastic-license"
},
"title": "Infra API",
"version": "0.12.0"
"version": "0.12.1"
},
"paths": {
"/v1/access-keys": {
Expand Down
4 changes: 2 additions & 2 deletions docs/install/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Binary releases can be downloaded and installed directly from the repository.

<!-- {x-release-please-start-version} -->
```bash
LATEST=0.12.0
LATEST=0.12.1
curl -sSL https://github.com/infrahq/infra/releases/download/v$LATEST/infra_${LATEST}_linux_x86_64.zip
unzip -d /usr/local/bin infra_${LATEST}_linux_x86_64.zip
```
Expand All @@ -122,7 +122,7 @@ Binary releases can be downloaded and installed directly from the repository.

<!-- {x-release-please-start-version} -->
```bash
LATEST=0.12.0
LATEST=0.12.1
curl -sSL https://github.com/infrahq/infra/releases/download/v$LATEST/infra_${LATEST}_linux_arm64.zip
unzip -d /usr/local/bin infra_${LATEST}_linux_arm64.zip
```
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.12.0
appVersion: 0.12.0
version: 0.12.1
appVersion: 0.12.1
## {x-release-please-end}
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package internal
var (
Branch = "main"
// {x-release-please-start-version}
Version = "0.12.0"
Version = "0.12.1"
// {x-release-please-end}
Commit = ""
Date = ""
Expand Down

0 comments on commit acfe660

Please sign in to comment.