File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ Improvements:
75
75
[ #752 ] ( https://github.com/fluxcd/image-automation-controller/pull/752 )
76
76
[ #755 ] ( https://github.com/fluxcd/image-automation-controller/pull/755 )
77
77
[ #757 ] ( https://github.com/fluxcd/image-automation-controller/pull/757 )
78
+ [ #759 ] ( https://github.com/fluxcd/image-automation-controller/pull/759 )
78
79
79
80
## 0.38.0
80
81
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.22.0
4
4
5
5
require (
6
6
github.com/fluxcd/pkg/apis/meta v1.6.1
7
- github.com/fluxcd/source-controller/api v1.4.0
7
+ github.com/fluxcd/source-controller/api v1.4.1
8
8
k8s.io/apimachinery v0.31.1
9
9
sigs.k8s.io/controller-runtime v0.19.0
10
10
)
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ github.com/fluxcd/pkg/apis/acl v0.3.0 h1:UOrKkBTOJK+OlZX7n8rWt2rdBmDCoTK+f5TY2Lc
6
6
github.com/fluxcd/pkg/apis/acl v0.3.0 /go.mod h1:WVF9XjSMVBZuU+HTTiSebGAWMgM7IYexFLyVWbK9bNY =
7
7
github.com/fluxcd/pkg/apis/meta v1.6.1 h1:maLhcRJ3P/70ArLCY/LF/YovkxXbX+6sTWZwZQBeNq0 =
8
8
github.com/fluxcd/pkg/apis/meta v1.6.1 /go.mod h1:YndB/gxgGZmKfqpAfFxyCDNFJFP0ikpeJzs66jwq280 =
9
- github.com/fluxcd/source-controller/api v1.4.0 h1:PCCrD9aSIqaqfl3O/ug5ZLl5NSAFKTrNFFNFjNUt4yQ =
10
- github.com/fluxcd/source-controller/api v1.4.0 /go.mod h1:gSjg57T+IG66SsBR0aquv+DFrm4YyBNpKIJVDnu3Ya8 =
9
+ github.com/fluxcd/source-controller/api v1.4.1 h1:zV01D7xzHOXWbYXr36lXHWWYS7POARsjLt61Nbh3kVY =
10
+ github.com/fluxcd/source-controller/api v1.4.1 /go.mod h1:gSjg57T+IG66SsBR0aquv+DFrm4YyBNpKIJVDnu3Ya8 =
11
11
github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E =
12
12
github.com/fxamacker/cbor/v2 v2.7.0 /go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ =
13
13
github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY =
You can’t perform that action at this time.
0 commit comments