Skip to content

Commit 553fc14

Browse files
committed
maintain(patch): release 0.14.2
1 parent 0930773 commit 553fc14

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.14.2](https://github.com/infrahq/infra/compare/v0.14.1...v0.14.2) (2022-07-27)
4+
5+
6+
### Features
7+
8+
* **helm:** bind services to non-privileged port ranges ([b63db21](https://github.com/infrahq/infra/commit/b63db21ba4e4abdf75da9d924c355243c944abaf))
9+
10+
11+
### Bug Fixes
12+
13+
* amend helm index.yaml instead of overriding ([13be800](https://github.com/infrahq/infra/commit/13be80087ca6a909754febd1469134b8d46d97f5))
14+
* hard delete provider users on removal ([#2750](https://github.com/infrahq/infra/issues/2750)) ([ce7588f](https://github.com/infrahq/infra/commit/ce7588f91fd31a2ac30f4ea002e16d437045abc7))
15+
* **helm:** Change default podSecurityContext & securityContext ([#2741](https://github.com/infrahq/infra/issues/2741)) ([614ce0a](https://github.com/infrahq/infra/commit/614ce0aa4845c7d09ea586607fb6034d81099dd1))
16+
* validation accepts names of length 2 ([#2719](https://github.com/infrahq/infra/issues/2719)) ([a2f34de](https://github.com/infrahq/infra/commit/a2f34de19b60c5d72c65856af7ac0008c39e053d))
17+
318
## [0.14.1](https://github.com/infrahq/infra/compare/v0.14.0...v0.14.1) (2022-07-25)
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.14.1
20+
ARG BUILDVERSION=0.14.2
2121
# {x-release-please-end}
2222
ARG BUILDVERSION_PRERELEASE
2323
ARG BUILDVERSION_METADATA

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.14.1
7-
appVersion: 0.14.1
6+
version: 0.14.2
7+
appVersion: 0.14.2
88
## {x-release-please-end}

internal/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
var (
88
Branch = "main"
99
// {x-release-please-start-version}
10-
Version = "0.14.1"
10+
Version = "0.14.2"
1111
// {x-release-please-end}
1212
Prerelease = ""
1313
Metadata = "dev"

0 commit comments

Comments
 (0)