Skip to content

Commit

Permalink
maintain(main): release 0.14.1 (#2694)
Browse files Browse the repository at this point in the history
  • Loading branch information
infrahq-ci authored Jul 25, 2022
1 parent 7cb04cf commit 9214a2b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 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.14.0"
".": "0.14.1"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.14.1](https://github.com/infrahq/infra/compare/v0.14.0...v0.14.1) (2022-07-25)


### Features

* make infra server read-only at runtime ([#2692](https://github.com/infrahq/infra/issues/2692)) ([5d928cf](https://github.com/infrahq/infra/commit/5d928cf59e26a1813e1b35fcb805cbf2e1e24b15))


### Bug Fixes

* migrate sqlite3 db owner if changing security contexts ([cfd684b](https://github.com/infrahq/infra/commit/cfd684b92635e26225174ab57dc99575668229b5))
* rename input label ([#2691](https://github.com/infrahq/infra/issues/2691)) ([7cb04cf](https://github.com/infrahq/infra/commit/7cb04cf222f4bb47b5d1d33682e5f3848ccc2107))
* run as non-root user by default ([c21623d](https://github.com/infrahq/infra/commit/c21623d27875815b5d749a744912121ccb7a8486))

## [0.14.0](https://github.com/infrahq/infra/compare/v0.13.6...v0.14.0) (2022-07-21)


Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN CGO_ENABLED=0 GOOS=linux go install -v -installsuffix cgo -a std

ARG TARGETARCH
# {x-release-please-start-version}
ARG BUILDVERSION=0.14.0
ARG BUILDVERSION=0.14.1
# {x-release-please-end}
ARG BUILDVERSION_PRERELEASE
ARG BUILDVERSION_METADATA
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.14.0
appVersion: 0.14.0
version: 0.14.1
appVersion: 0.14.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 @@ -7,7 +7,7 @@ import (
var (
Branch = "main"
// {x-release-please-start-version}
Version = "0.14.0"
Version = "0.14.1"
// {x-release-please-end}
Prerelease = ""
Metadata = "dev"
Expand Down

0 comments on commit 9214a2b

Please sign in to comment.