Skip to content

Commit f490a3f

Browse files
authored
Merge pull request #1033 from fluxcd/release-v1.2.1
Release v1.2.1
2 parents f85fce0 + 5afbe1a commit f490a3f

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 1.2.1
6+
7+
**Release date:** 2023-12-14
8+
9+
This patch release comes with improvements in logging to provide faster feedback
10+
on any HTTP errors encountered while fetching source artifacts.
11+
12+
In addition, the status condition messages are now trimmed to respect the size
13+
limit defined by the API.
14+
15+
Improvements:
16+
- Update runtime to v0.43.3
17+
[#1031](https://github.com/fluxcd/kustomize-controller/pull/1031)
18+
- Log HTTP errors to provide faster feedback
19+
[#1028](https://github.com/fluxcd/kustomize-controller/pull/1028)
20+
521
## 1.2.0
622

723
**Release date:** 2023-12-11

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/kustomize-controller
77
newName: fluxcd/kustomize-controller
8-
newTag: v1.2.0
8+
newTag: v1.2.1

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/cyphar/filepath-securejoin v0.2.4
1818
github.com/dimchansky/utfbom v1.1.1
1919
github.com/fluxcd/cli-utils v0.36.0-flux.2
20-
github.com/fluxcd/kustomize-controller/api v1.2.0
20+
github.com/fluxcd/kustomize-controller/api v1.2.1
2121
github.com/fluxcd/pkg/apis/acl v0.1.0
2222
github.com/fluxcd/pkg/apis/event v0.6.0
2323
github.com/fluxcd/pkg/apis/kustomize v1.2.0

0 commit comments

Comments
 (0)