Skip to content

Commit fc6ec9b

Browse files
authored
maintain(main): release 0.13.5 (#2393)
1 parent 2594e43 commit fc6ec9b

File tree

6 files changed

+21
-6
lines changed

6 files changed

+21
-6
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.13.4"
2+
".": "0.13.5"
33
}

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.13.5](https://github.com/infrahq/infra/compare/v0.13.4...v0.13.5) (2022-06-27)
4+
5+
6+
### Features
7+
8+
* add rm users in groups ([#2349](https://github.com/infrahq/infra/issues/2349)) ([6d1cbbf](https://github.com/infrahq/infra/commit/6d1cbbfba9441f19a63798ccd0babecd4c3009d1))
9+
* **ui:** Improved experience around granting and listing access ([#2370](https://github.com/infrahq/infra/issues/2370)) ([09c4ee0](https://github.com/infrahq/infra/commit/09c4ee0c6c478950f7775d7d90f6398a9c73ab64))
10+
11+
12+
### Bug Fixes
13+
14+
* db migration from 0.13.3 ([4fc18b1](https://github.com/infrahq/infra/commit/4fc18b1b7954878831faa0a62ab71b11ddf3d2f3))
15+
* do not update provider user groups in sync ([#2413](https://github.com/infrahq/infra/issues/2413)) ([91903ed](https://github.com/infrahq/infra/commit/91903ed0e727cab129977089022a613beb3118b1))
16+
* rename one time password to temporary password ([#2383](https://github.com/infrahq/infra/issues/2383)) ([5ceceda](https://github.com/infrahq/infra/commit/5cecedad11a65e0ccef7390320645949a445e1c1))
17+
318
## [0.13.4](https://github.com/infrahq/infra/compare/v0.13.3...v0.13.4) (2022-06-23)
419

520

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN CGO_ENABLED=0 GOOS=linux go install -v -installsuffix cgo -a std
1717

1818
ARG TARGETARCH
1919
# {x-release-please-start-version}
20-
ARG BUILDVERSION=0.13.4
20+
ARG BUILDVERSION=0.13.5
2121
# {x-release-please-end}
2222
ARG BUILDVERSION_PRERELEASE
2323
ARG BUILDVERSION_METADATA

docs/api/openapi3.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@
785785
"url": "https://www.elastic.co/licensing/elastic-license"
786786
},
787787
"title": "Infra API",
788-
"version": "0.13.5+dev"
788+
"version": "0.13.5"
789789
},
790790
"paths": {
791791
"/api/access-keys": {

helm/charts/infra/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ name: infra
33
description: A Helm chart for Infra
44
type: application
55
## {x-release-please-start-version}
6-
version: 0.13.4
7-
appVersion: 0.13.4
6+
version: 0.13.5
7+
appVersion: 0.13.5
88
## {x-release-please-end}

internal/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
var (
1010
Branch = "main"
1111
// {x-release-please-start-version}
12-
Version = "0.13.4"
12+
Version = "0.13.5"
1313
// {x-release-please-end}
1414
Prerelease = ""
1515
Metadata = "dev"

0 commit comments

Comments
 (0)