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:
7575 [ #752 ] ( https://github.com/fluxcd/image-automation-controller/pull/752 )
7676 [ #755 ] ( https://github.com/fluxcd/image-automation-controller/pull/755 )
7777 [ #757 ] ( https://github.com/fluxcd/image-automation-controller/pull/757 )
78+ [ #759 ] ( https://github.com/fluxcd/image-automation-controller/pull/759 )
7879
7980## 0.38.0
8081
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.22.0
44
55require (
66 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
88 k8s.io/apimachinery v0.31.1
99 sigs.k8s.io/controller-runtime v0.19.0
1010)
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
66github.com/fluxcd/pkg/apis/acl v0.3.0 /go.mod h1:WVF9XjSMVBZuU+HTTiSebGAWMgM7IYexFLyVWbK9bNY =
77github.com/fluxcd/pkg/apis/meta v1.6.1 h1:maLhcRJ3P/70ArLCY/LF/YovkxXbX+6sTWZwZQBeNq0 =
88github.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 =
1111github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E =
1212github.com/fxamacker/cbor/v2 v2.7.0 /go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ =
1313github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY =
You can’t perform that action at this time.
0 commit comments