Skip to content

Commit

Permalink
maintain(main): release 0.14.4 (#2881)
Browse files Browse the repository at this point in the history
  • Loading branch information
infrahq-ci authored Aug 9, 2022
1 parent 67224a7 commit c40c657
Show file tree
Hide file tree
Showing 5 changed files with 12 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.3"
".": "0.14.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.14.4](https://github.com/infrahq/infra/compare/v0.14.3...v0.14.4) (2022-08-09)


### Bug Fixes

* **ui:** fix issue where settings page would sometimes throw an error ([#2879](https://github.com/infrahq/infra/issues/2879)) ([67224a7](https://github.com/infrahq/infra/commit/67224a746e15457064251fdef4caae82400fb27d))

## [0.14.3](https://github.com/infrahq/infra/compare/v0.14.2...v0.14.3) (2022-08-08)


Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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.3
ARG BUILDVERSION=0.14.4
# {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.3
appVersion: 0.14.3
version: 0.14.4
appVersion: 0.14.4
## {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.3"
Version = "0.14.4"
// {x-release-please-end}
Prerelease = ""
Metadata = "dev"
Expand Down

0 comments on commit c40c657

Please sign in to comment.