Skip to content

Commit c40c657

Browse files
authored
maintain(main): release 0.14.4 (#2881)
1 parent 67224a7 commit c40c657

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-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.3"
2+
".": "0.14.4"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.14.4](https://github.com/infrahq/infra/compare/v0.14.3...v0.14.4) (2022-08-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
310
## [0.14.3](https://github.com/infrahq/infra/compare/v0.14.2...v0.14.3) (2022-08-08)
411

512

Dockerfile

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

1010
ARG TARGETARCH
1111
# {x-release-please-start-version}
12-
ARG BUILDVERSION=0.14.3
12+
ARG BUILDVERSION=0.14.4
1313
# {x-release-please-end}
1414
ARG BUILDVERSION_PRERELEASE
1515
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.3
7-
appVersion: 0.14.3
6+
version: 0.14.4
7+
appVersion: 0.14.4
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.3"
10+
Version = "0.14.4"
1111
// {x-release-please-end}
1212
Prerelease = ""
1313
Metadata = "dev"

0 commit comments

Comments
 (0)