From ba6003786fc9c75ce52e1f1cf68efc28f1857144 Mon Sep 17 00:00:00 2001 From: Abhay Krishna Date: Wed, 7 Feb 2024 23:01:37 -0800 Subject: [PATCH] Update Flux CLI and controller projects to latest (#2903) * Bump fluxcd/flux2 to latest release * Bump fluxcd/helm-controller to latest release * Bump fluxcd/kustomize-controller to latest release * Bump fluxcd/notification-controller to latest release * Bump fluxcd/source-controller to latest release * Update checksums and patches for Flux projects --------- Co-authored-by: EKS Distro PR Bot --- UPSTREAM_PROJECTS.yaml | 14 +-- projects/fluxcd/flux2/CHECKSUMS | 4 +- projects/fluxcd/flux2/GIT_TAG | 2 +- projects/fluxcd/flux2/README.md | 4 +- ...go-crypto-revision-with-correct-pseu.patch | 102 ----------------- .../fluxcd/helm-controller/ATTRIBUTION.txt | 81 +++++++------ projects/fluxcd/helm-controller/CHECKSUMS | 4 +- projects/fluxcd/helm-controller/GIT_TAG | 2 +- .../fluxcd/helm-controller/GOLANG_VERSION | 2 +- projects/fluxcd/helm-controller/README.md | 2 +- .../kustomize-controller/ATTRIBUTION.txt | 64 +++++------ .../fluxcd/kustomize-controller/CHECKSUMS | 4 +- projects/fluxcd/kustomize-controller/GIT_TAG | 2 +- .../kustomize-controller/GOLANG_VERSION | 2 +- .../fluxcd/kustomize-controller/README.md | 4 +- .../fluxcd/notification-controller/CHECKSUMS | 4 +- .../fluxcd/notification-controller/GIT_TAG | 2 +- .../fluxcd/notification-controller/README.md | 4 +- ...go-crypto-revision-with-correct-pseu.patch | 41 ------- projects/fluxcd/source-controller/CHECKSUMS | 4 +- projects/fluxcd/source-controller/GIT_TAG | 2 +- projects/fluxcd/source-controller/README.md | 4 +- ...p-authority-and-go-fuzz-headers-revi.patch | 55 +++++++++ ...go-crypto-and-go-fuzz-headers-revisi.patch | 108 ------------------ 24 files changed, 167 insertions(+), 350 deletions(-) delete mode 100644 projects/fluxcd/flux2/patches/0001-Replace-unknown-go-crypto-revision-with-correct-pseu.patch delete mode 100644 projects/fluxcd/notification-controller/patches/0001-Replace-unknown-go-crypto-revision-with-correct-pseu.patch create mode 100644 projects/fluxcd/source-controller/patches/0001-Replace-timestamp-authority-and-go-fuzz-headers-revi.patch delete mode 100644 projects/fluxcd/source-controller/patches/0001-Replace-unknown-go-crypto-and-go-fuzz-headers-revisi.patch diff --git a/UPSTREAM_PROJECTS.yaml b/UPSTREAM_PROJECTS.yaml index 8cd7d30adc..a43d425624 100644 --- a/UPSTREAM_PROJECTS.yaml +++ b/UPSTREAM_PROJECTS.yaml @@ -97,23 +97,23 @@ projects: repos: - name: flux2 versions: - - tag: v2.2.2 + - tag: v2.2.3 go_version: "1.20" - name: helm-controller versions: - - tag: v0.37.2 - go_version: "1.20" + - tag: v0.37.4 + go_version: "1.21" - name: kustomize-controller versions: - - tag: v1.2.1 - go_version: "1.20" + - tag: v1.2.2 + go_version: "1.21" - name: notification-controller versions: - - tag: v1.2.3 + - tag: v1.2.4 go_version: "1.21" - name: source-controller versions: - - tag: v1.2.3 + - tag: v1.2.4 go_version: "1.21" - org: goharbor repos: diff --git a/projects/fluxcd/flux2/CHECKSUMS b/projects/fluxcd/flux2/CHECKSUMS index 96ea78aed8..3b497ac183 100644 --- a/projects/fluxcd/flux2/CHECKSUMS +++ b/projects/fluxcd/flux2/CHECKSUMS @@ -1,2 +1,2 @@ -584ea3ed9d91ce05d624450711dd7d96767f6e0025bf3cd8029d3b48f3ca2e28 _output/bin/flux2/linux-amd64/flux -e860a407b557a1497f829da1d779779a88d6a497af00cc3960aed4be9d6af133 _output/bin/flux2/linux-arm64/flux +c831de059c6abe3d4ca648f46b90598b2a2c18088cd91c61c8f57c664c1b91d8 _output/bin/flux2/linux-amd64/flux +500d403767795d40f359c5ffcbd1ee6d11aae45fd7d03d63562ad3e1c5d74d38 _output/bin/flux2/linux-arm64/flux diff --git a/projects/fluxcd/flux2/GIT_TAG b/projects/fluxcd/flux2/GIT_TAG index 6c8b2a3c3f..0b1f88b804 100644 --- a/projects/fluxcd/flux2/GIT_TAG +++ b/projects/fluxcd/flux2/GIT_TAG @@ -1 +1 @@ -v2.2.2 +v2.2.3 diff --git a/projects/fluxcd/flux2/README.md b/projects/fluxcd/flux2/README.md index 1d6883826a..d09623afc1 100644 --- a/projects/fluxcd/flux2/README.md +++ b/projects/fluxcd/flux2/README.md @@ -1,5 +1,5 @@ ## **Flux** -![Version](https://img.shields.io/badge/version-v2.2.2-blue) +![Version](https://img.shields.io/badge/version-v2.2.3-blue) ![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiYzRDM0E2d3BGeHZNenB4aVdRY0RqMkhoMUZBdjVHdjZsTSsrVEdhVEw1Sy9DREIwRUlwSEx4MFpoUVBiK2grUnhyT2JodmNVWUVaemFGR2JTOWhkWC9VPSIsIml2UGFyYW1ldGVyU3BlYyI6Im1VckJkV25QbHdyc0hRbmgiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main) [Flux](https://github.com/fluxcd/flux2) is a tool for keeping Kubernetes clusters in sync with sources of configuration (like Git repositories), and automating updates to configuration when new code is deployed. @@ -17,7 +17,7 @@ review carefully and if there are questions about changes necessary to eks-anywh and/or automatically update between eks-anywhere version reach out to @jiayiwang7 or @danbudris 1. Update the `GIT_TAG` file to have the new desired version based on the upstream release tags. 1. Compare the old tag to the new, looking specifically for Makefile changes. -ex: [v2.1.2 compared to v2.2.2](https://github.com/fluxcd/flux2/compare/v2.1.2...v2.2.1). Check the `build` target for +ex: [v2.1.2 compared to v2.2.3](https://github.com/fluxcd/flux2/compare/v2.1.2...v2.2.1). Check the `build` target for any build flag changes, tag changes, dependencies, etc. Check that the manifest target has not changed, this is called from our Makefile. 1. Verify the golang version has not changed. The version specified in `go.mod` seems to be kept up to date. There is also diff --git a/projects/fluxcd/flux2/patches/0001-Replace-unknown-go-crypto-revision-with-correct-pseu.patch b/projects/fluxcd/flux2/patches/0001-Replace-unknown-go-crypto-revision-with-correct-pseu.patch deleted file mode 100644 index 8a5bfc3a14..0000000000 --- a/projects/fluxcd/flux2/patches/0001-Replace-unknown-go-crypto-revision-with-correct-pseu.patch +++ /dev/null @@ -1,102 +0,0 @@ -From 3c268370591fa9839c893ddd5bc3b49ca9929ec3 Mon Sep 17 00:00:00 2001 -From: Abhay Krishna Arunachalam -Date: Tue, 19 Dec 2023 14:14:42 -0800 -Subject: [PATCH] Replace unknown go-crypto revision with correct pseudoversion - ---- - eks-anywhere-checkout-v2.2.1 | 0 - go.mod | 2 +- - go.sum | 4 ++-- - tests/azure/go.mod | 2 +- - tests/azure/go.sum | 4 ++-- - tests/integration/go.mod | 2 +- - tests/integration/go.sum | 4 ++-- - 6 files changed, 9 insertions(+), 9 deletions(-) - -diff --git a/go.mod b/go.mod -index 5795605c..a53e4fed 100644 ---- a/go.mod -+++ b/go.mod -@@ -7,7 +7,7 @@ replace gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.1 - - require ( - github.com/Masterminds/semver/v3 v3.2.1 -- github.com/ProtonMail/go-crypto v0.0.0-20231012073058-a7379d079e0e -+ github.com/ProtonMail/go-crypto v0.0.0-20231212093258-60c66b92321e - github.com/cyphar/filepath-securejoin v0.2.4 - github.com/distribution/distribution/v3 v3.0.0-20230823142118-4f7424c8eb41 - github.com/fluxcd/cli-utils v0.36.0-flux.2 -diff --git a/go.sum b/go.sum -index 8d9d9403..fe16fdc3 100644 ---- a/go.sum -+++ b/go.sum -@@ -23,8 +23,8 @@ github.com/Masterminds/semver/v3 v3.2.1/go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYr - github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY= - github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow= - github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM= --github.com/ProtonMail/go-crypto v0.0.0-20231012073058-a7379d079e0e h1:NfjGPY2A8SSRJvXny111ZPoB57LT5lWgX4XiUjW10eY= --github.com/ProtonMail/go-crypto v0.0.0-20231012073058-a7379d079e0e/go.mod h1:K4vciqCJaZ1Ghw/SvtJbEAM4soEtwDCNVqkdQIIujwU= -+github.com/ProtonMail/go-crypto v0.0.0-20231212093258-60c66b92321e h1:vRXxMA7+zL4/+yOJs0AvAWtiFDhq6vsw8OX64eVuHo8= -+github.com/ProtonMail/go-crypto v0.0.0-20231212093258-60c66b92321e/go.mod h1:K4vciqCJaZ1Ghw/SvtJbEAM4soEtwDCNVqkdQIIujwU= - github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= - github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= - github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8= -diff --git a/tests/azure/go.mod b/tests/azure/go.mod -index d5d48110..beeae61e 100644 ---- a/tests/azure/go.mod -+++ b/tests/azure/go.mod -@@ -46,7 +46,7 @@ require ( - github.com/Azure/go-autorest/tracing v0.6.0 // indirect - github.com/Masterminds/semver/v3 v3.2.1 // indirect - github.com/Microsoft/go-winio v0.6.1 // indirect -- github.com/ProtonMail/go-crypto v0.0.0-20231012073058-a7379d079e0e // indirect -+ github.com/ProtonMail/go-crypto v0.0.0-20231212093258-60c66b92321e // indirect - github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect - github.com/cloudflare/circl v1.3.6 // indirect - github.com/cyphar/filepath-securejoin v0.2.4 // indirect -diff --git a/tests/azure/go.sum b/tests/azure/go.sum -index a6ab1d16..993e0352 100644 ---- a/tests/azure/go.sum -+++ b/tests/azure/go.sum -@@ -35,8 +35,8 @@ github.com/Masterminds/semver/v3 v3.2.1/go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYr - github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY= - github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow= - github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM= --github.com/ProtonMail/go-crypto v0.0.0-20231012073058-a7379d079e0e h1:NfjGPY2A8SSRJvXny111ZPoB57LT5lWgX4XiUjW10eY= --github.com/ProtonMail/go-crypto v0.0.0-20231012073058-a7379d079e0e/go.mod h1:K4vciqCJaZ1Ghw/SvtJbEAM4soEtwDCNVqkdQIIujwU= -+github.com/ProtonMail/go-crypto v0.0.0-20231212093258-60c66b92321e h1:vRXxMA7+zL4/+yOJs0AvAWtiFDhq6vsw8OX64eVuHo8= -+github.com/ProtonMail/go-crypto v0.0.0-20231212093258-60c66b92321e/go.mod h1:K4vciqCJaZ1Ghw/SvtJbEAM4soEtwDCNVqkdQIIujwU= - github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8= - github.com/apparentlymart/go-textseg v1.0.0/go.mod h1:z96Txxhf3xSFMPmb5X/1W05FF/Nj9VFpLOpjS5yuumk= - github.com/apparentlymart/go-textseg/v13 v13.0.0 h1:Y+KvPE1NYz0xl601PVImeQfFyEy6iT90AvPUL1NNfNw= -diff --git a/tests/integration/go.mod b/tests/integration/go.mod -index d3fd0528..76658fea 100644 ---- a/tests/integration/go.mod -+++ b/tests/integration/go.mod -@@ -49,7 +49,7 @@ require ( - github.com/Azure/go-autorest/tracing v0.6.0 // indirect - github.com/Masterminds/semver/v3 v3.2.1 // indirect - github.com/Microsoft/go-winio v0.6.1 // indirect -- github.com/ProtonMail/go-crypto v0.0.0-20231012073058-a7379d079e0e // indirect -+ github.com/ProtonMail/go-crypto v0.0.0-20231212093258-60c66b92321e // indirect - github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect - github.com/cloudflare/circl v1.3.6 // indirect - github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect -diff --git a/tests/integration/go.sum b/tests/integration/go.sum -index 64d2bc37..98aec035 100644 ---- a/tests/integration/go.sum -+++ b/tests/integration/go.sum -@@ -57,8 +57,8 @@ github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v - github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow= - github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM= - github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7/go.mod h1:z4/9nQmJSSwwds7ejkxaJwO37dru3geImFUdJlaLzQo= --github.com/ProtonMail/go-crypto v0.0.0-20231012073058-a7379d079e0e h1:NfjGPY2A8SSRJvXny111ZPoB57LT5lWgX4XiUjW10eY= --github.com/ProtonMail/go-crypto v0.0.0-20231012073058-a7379d079e0e/go.mod h1:K4vciqCJaZ1Ghw/SvtJbEAM4soEtwDCNVqkdQIIujwU= -+github.com/ProtonMail/go-crypto v0.0.0-20231212093258-60c66b92321e h1:vRXxMA7+zL4/+yOJs0AvAWtiFDhq6vsw8OX64eVuHo8= -+github.com/ProtonMail/go-crypto v0.0.0-20231212093258-60c66b92321e/go.mod h1:K4vciqCJaZ1Ghw/SvtJbEAM4soEtwDCNVqkdQIIujwU= - github.com/acomagu/bufpipe v1.0.3/go.mod h1:mxdxdup/WdsKVreO5GpW4+M/1CE2sMG4jeGJ2sYmHc4= - github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYUyUczH0OGQWaF5ceTx0UBShxjsH6f8oGKYe2c= - github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8= --- -2.39.3 (Apple Git-145) - diff --git a/projects/fluxcd/helm-controller/ATTRIBUTION.txt b/projects/fluxcd/helm-controller/ATTRIBUTION.txt index 976a8e6e6c..0b6d30d247 100644 --- a/projects/fluxcd/helm-controller/ATTRIBUTION.txt +++ b/projects/fluxcd/helm-controller/ATTRIBUTION.txt @@ -1,7 +1,10 @@ -** github.com/containerd/containerd; version v1.7.6 -- +** github.com/containerd/containerd; version v1.7.11 -- https://github.com/containerd/containerd +** github.com/containerd/log; version v0.1.0 -- +https://github.com/containerd/log + ** github.com/docker/cli/cli/config; version v24.0.7+incompatible -- https://github.com/docker/cli @@ -20,34 +23,34 @@ https://github.com/docker/go-metrics ** github.com/docker/go-units; version v0.5.0 -- https://github.com/docker/go-units -** github.com/fluxcd/cli-utils/pkg; version v0.36.0-flux.2 -- +** github.com/fluxcd/cli-utils/pkg; version v0.36.0-flux.3 -- https://github.com/fluxcd/cli-utils -** github.com/fluxcd/helm-controller; version v0.37.2 -- +** github.com/fluxcd/helm-controller; version v0.37.4 -- https://github.com/fluxcd/helm-controller -** github.com/fluxcd/helm-controller/api/v2beta2; version v0.37.2 -- +** github.com/fluxcd/helm-controller/api/v2beta2; version v0.37.4 -- https://github.com/fluxcd/helm-controller/api ** github.com/fluxcd/pkg/apis/acl; version v0.1.0 -- https://github.com/fluxcd/pkg/apis/acl -** github.com/fluxcd/pkg/apis/event/v1beta1; version v0.6.0 -- +** github.com/fluxcd/pkg/apis/event/v1beta1; version v0.7.0 -- https://github.com/fluxcd/pkg/apis/event -** github.com/fluxcd/pkg/apis/kustomize; version v1.2.0 -- +** github.com/fluxcd/pkg/apis/kustomize; version v1.3.0 -- https://github.com/fluxcd/pkg/apis/kustomize -** github.com/fluxcd/pkg/apis/meta; version v1.2.0 -- +** github.com/fluxcd/pkg/apis/meta; version v1.3.0 -- https://github.com/fluxcd/pkg/apis/meta -** github.com/fluxcd/pkg/runtime; version v0.43.3 -- +** github.com/fluxcd/pkg/runtime; version v0.44.1 -- https://github.com/fluxcd/pkg/runtime -** github.com/fluxcd/pkg/ssa; version v0.35.0 -- +** github.com/fluxcd/pkg/ssa; version v0.36.0 -- https://github.com/fluxcd/pkg/ssa -** github.com/fluxcd/source-controller/api/v1; version v1.2.2 -- +** github.com/fluxcd/source-controller/api/v1; version v1.2.4 -- https://github.com/fluxcd/source-controller/api ** github.com/go-logr/logr; version v1.3.0 -- @@ -116,7 +119,7 @@ https://github.com/opencontainers/go-digest/blake3 ** github.com/opencontainers/image-spec/specs-go; version v1.1.0-rc5 -- https://github.com/opencontainers/image-spec -** github.com/prometheus/client_golang/prometheus; version v1.17.0 -- +** github.com/prometheus/client_golang/prometheus; version v1.18.0 -- https://github.com/prometheus/client_golang ** github.com/prometheus/client_model/go; version v0.5.0 -- @@ -140,19 +143,25 @@ https://github.com/xeipuuv/gojsonreference ** github.com/xeipuuv/gojsonschema; version v1.2.0 -- https://github.com/xeipuuv/gojsonschema -** go.opentelemetry.io/otel; version v1.14.0 -- +** go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp; version v0.45.0 -- +https://github.com/open-telemetry/opentelemetry-go-contrib + +** go.opentelemetry.io/otel; version v1.19.0 -- https://github.com/open-telemetry/opentelemetry-go -** go.opentelemetry.io/otel/trace; version v1.14.0 -- +** go.opentelemetry.io/otel/metric; version v1.19.0 -- +https://github.com/open-telemetry/opentelemetry-go + +** go.opentelemetry.io/otel/trace; version v1.19.0 -- https://github.com/open-telemetry/opentelemetry-go ** gomodules.xyz/jsonpatch/v2; version v2.4.0 -- https://github.com/gomodules/jsonpatch -** google.golang.org/genproto/googleapis/rpc/status; version v0.0.0-20230525234030-28d5490b6b19 -- +** google.golang.org/genproto/googleapis/rpc/status; version v0.0.0-20230711160842-782d3b101e98 -- https://github.com/googleapis/go-genproto -** google.golang.org/grpc; version v1.56.3 -- +** google.golang.org/grpc; version v1.58.3 -- https://github.com/grpc/grpc-go ** gopkg.in/yaml.v2; version v2.4.0 -- @@ -161,25 +170,25 @@ https://gopkg.in/yaml.v2 ** helm.sh/helm/v3; version v3.13.3 -- https://github.com/helm/helm -** k8s.io/api; version v0.28.4 -- +** k8s.io/api; version v0.28.6 -- https://github.com/kubernetes/api -** k8s.io/apiextensions-apiserver/pkg; version v0.28.4 -- +** k8s.io/apiextensions-apiserver/pkg; version v0.28.6 -- https://github.com/kubernetes/apiextensions-apiserver -** k8s.io/apimachinery/pkg; version v0.28.4 -- +** k8s.io/apimachinery/pkg; version v0.28.6 -- https://github.com/kubernetes/apimachinery -** k8s.io/apiserver/pkg/endpoints/deprecation; version v0.28.4 -- +** k8s.io/apiserver/pkg/endpoints/deprecation; version v0.28.6 -- https://github.com/kubernetes/apiserver -** k8s.io/cli-runtime/pkg; version v0.28.4 -- +** k8s.io/cli-runtime/pkg; version v0.28.6 -- https://github.com/kubernetes/cli-runtime -** k8s.io/client-go; version v0.28.4 -- +** k8s.io/client-go; version v0.28.6 -- https://github.com/kubernetes/client-go -** k8s.io/component-base; version v0.28.4 -- +** k8s.io/component-base; version v0.28.6 -- https://github.com/kubernetes/component-base ** k8s.io/klog/v2; version v2.110.1 -- @@ -191,7 +200,7 @@ https://github.com/kubernetes/kube-openapi ** k8s.io/kube-openapi/pkg/validation/spec; version v0.0.0-20231206194836-bf4651e18aa8 -- https://github.com/kubernetes/kube-openapi -** k8s.io/kubectl/pkg; version v0.28.4 -- +** k8s.io/kubectl/pkg; version v0.28.6 -- https://github.com/kubernetes/kubectl ** k8s.io/utils; version v0.0.0-20231127182322-b307cd553661 -- @@ -911,7 +920,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ -** github.com/google/uuid; version v1.4.0 -- +** github.com/google/uuid; version v1.5.0 -- https://github.com/google/uuid Copyright (c) 2009,2014 Google Inc. All rights reserved. @@ -1047,28 +1056,28 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ** github.com/liggitt/tabwriter; version v0.0.0-20181228230101-89fcab3d43de -- https://github.com/liggitt/tabwriter -** golang.org/go; version go1.20.13 -- +** golang.org/go; version go1.21.6 -- https://github.com/golang/go -** golang.org/x/crypto; version v0.17.0 -- +** golang.org/x/crypto; version v0.18.0 -- https://golang.org/x/crypto ** golang.org/x/exp/maps; version v0.0.0-20231206192017-f3f8817b8deb -- https://golang.org/x/exp -** golang.org/x/net; version v0.19.0 -- +** golang.org/x/net; version v0.20.0 -- https://golang.org/x/net -** golang.org/x/oauth2; version v0.15.0 -- +** golang.org/x/oauth2; version v0.16.0 -- https://golang.org/x/oauth2 -** golang.org/x/sync; version v0.5.0 -- +** golang.org/x/sync; version v0.6.0 -- https://golang.org/x/sync -** golang.org/x/sys; version v0.15.0 -- +** golang.org/x/sys; version v0.16.0 -- https://golang.org/x/sys -** golang.org/x/term; version v0.15.0 -- +** golang.org/x/term; version v0.16.0 -- https://golang.org/x/term ** golang.org/x/text; version v0.14.0 -- @@ -1077,10 +1086,10 @@ https://golang.org/x/text ** golang.org/x/time/rate; version v0.5.0 -- https://golang.org/x/time -** k8s.io/apimachinery/third_party/forked/golang; version v0.28.4 -- +** k8s.io/apimachinery/third_party/forked/golang; version v0.28.6 -- https://github.com/kubernetes/apimachinery -** k8s.io/client-go/third_party/forked/golang/template; version v0.28.4 -- +** k8s.io/client-go/third_party/forked/golang/template; version v0.28.6 -- https://github.com/kubernetes/client-go Copyright (c) 2009 The Go Authors. All rights reserved. @@ -1572,6 +1581,10 @@ Copyright (c) 2015 Exponent Labs LLC https://github.com/fatih/color Copyright (c) 2013 Fatih Arslan +** github.com/felixge/httpsnoop; version v1.0.3 -- +https://github.com/felixge/httpsnoop +Copyright (c) 2016 Felix Geisendörfer (felix@debuggable.com) + ** github.com/go-errors/errors; version v1.5.1 -- https://github.com/go-errors/errors Copyright (c) 2015 Conrad Irwin @@ -1664,7 +1677,7 @@ Copyright (c) [2015] [go-gitignore] https://github.com/morikuni/aec Copyright (c) 2016 Taihei Morikuni -** github.com/onsi/gomega; version v1.30.0 -- +** github.com/onsi/gomega; version v1.31.1 -- https://github.com/onsi/gomega Copyright (c) 2013-2014 Onsi Fakhouri diff --git a/projects/fluxcd/helm-controller/CHECKSUMS b/projects/fluxcd/helm-controller/CHECKSUMS index fff83f9018..83d10fde75 100644 --- a/projects/fluxcd/helm-controller/CHECKSUMS +++ b/projects/fluxcd/helm-controller/CHECKSUMS @@ -1,2 +1,2 @@ -eec5833c6e8e82e08b2cfc4bbb1a1d45299038a8421c659785d90a249c5cba79 _output/bin/helm-controller/linux-amd64/helm-controller -61e28b483365fc4bdf53daafda41e2ebc2c2341b96401050908bafc5aa2008a4 _output/bin/helm-controller/linux-arm64/helm-controller +217ccaf706706b88f399319e68d0545c0ad13ef0848044f852b98d4d51a03c73 _output/bin/helm-controller/linux-amd64/helm-controller +5edd2ad765928d65f62692c90341ad0556fff79d9da90054ff66aff619d07913 _output/bin/helm-controller/linux-arm64/helm-controller diff --git a/projects/fluxcd/helm-controller/GIT_TAG b/projects/fluxcd/helm-controller/GIT_TAG index c350e8f78a..f3d8baac63 100644 --- a/projects/fluxcd/helm-controller/GIT_TAG +++ b/projects/fluxcd/helm-controller/GIT_TAG @@ -1 +1 @@ -v0.37.2 +v0.37.4 diff --git a/projects/fluxcd/helm-controller/GOLANG_VERSION b/projects/fluxcd/helm-controller/GOLANG_VERSION index 5fb5a6b4f5..d2ab029d32 100644 --- a/projects/fluxcd/helm-controller/GOLANG_VERSION +++ b/projects/fluxcd/helm-controller/GOLANG_VERSION @@ -1 +1 @@ -1.20 +1.21 diff --git a/projects/fluxcd/helm-controller/README.md b/projects/fluxcd/helm-controller/README.md index 3cabb778dc..c99c101804 100644 --- a/projects/fluxcd/helm-controller/README.md +++ b/projects/fluxcd/helm-controller/README.md @@ -1,5 +1,5 @@ ## **Helm Controller** -![Version](https://img.shields.io/badge/version-v0.37.2-blue) +![Version](https://img.shields.io/badge/version-v0.37.4-blue) ![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiS045T05yUXhCRzNPeXZwczkwcjgrbm8wOWJmSXZ6dll3eHBlVTV3bERUSlhadlRyOGE1Q1AzeWpEQTlvN2RISG9MNnMrMGRmOG1FZ2N2d0Nxc0l0b2UwPSIsIml2UGFyYW1ldGVyU3BlYyI6IlpJMTJ1cUxhdzc4bWlqNFUiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main) The [helm-controller](https://github.com/fluxcd/helm-controller) is a Kubernetes operator that allows users to declaratively manage Helm chart releases. The desired state of a Helm release is described through a Kubernetes Custom Resource named HelmRelease. Based on the creation, mutation or removal of a HelmRelease resource in the cluster, Helm actions are performed by the operator. diff --git a/projects/fluxcd/kustomize-controller/ATTRIBUTION.txt b/projects/fluxcd/kustomize-controller/ATTRIBUTION.txt index 725aaa7076..bff962521b 100644 --- a/projects/fluxcd/kustomize-controller/ATTRIBUTION.txt +++ b/projects/fluxcd/kustomize-controller/ATTRIBUTION.txt @@ -53,43 +53,43 @@ https://github.com/aws/smithy-go ** github.com/dimchansky/utfbom; version v1.1.1 -- https://github.com/dimchansky/utfbom -** github.com/fluxcd/cli-utils/pkg; version v0.36.0-flux.2 -- +** github.com/fluxcd/cli-utils/pkg; version v0.36.0-flux.3 -- https://github.com/fluxcd/cli-utils -** github.com/fluxcd/kustomize-controller; version v1.2.1 -- +** github.com/fluxcd/kustomize-controller; version v1.2.2 -- https://github.com/fluxcd/kustomize-controller -** github.com/fluxcd/kustomize-controller/api/v1; version v1.2.1 -- +** github.com/fluxcd/kustomize-controller/api/v1; version v1.2.2 -- https://github.com/fluxcd/kustomize-controller/api ** github.com/fluxcd/pkg/apis/acl; version v0.1.0 -- https://github.com/fluxcd/pkg/apis/acl -** github.com/fluxcd/pkg/apis/event/v1beta1; version v0.6.0 -- +** github.com/fluxcd/pkg/apis/event/v1beta1; version v0.7.0 -- https://github.com/fluxcd/pkg/apis/event -** github.com/fluxcd/pkg/apis/kustomize; version v1.2.0 -- +** github.com/fluxcd/pkg/apis/kustomize; version v1.3.0 -- https://github.com/fluxcd/pkg/apis/kustomize -** github.com/fluxcd/pkg/apis/meta; version v1.2.0 -- +** github.com/fluxcd/pkg/apis/meta; version v1.3.0 -- https://github.com/fluxcd/pkg/apis/meta -** github.com/fluxcd/pkg/http/fetch; version v0.8.0 -- +** github.com/fluxcd/pkg/http/fetch; version v0.9.0 -- https://github.com/fluxcd/pkg/http/fetch -** github.com/fluxcd/pkg/kustomize; version v1.5.0 -- +** github.com/fluxcd/pkg/kustomize; version v1.6.0 -- https://github.com/fluxcd/pkg/kustomize -** github.com/fluxcd/pkg/runtime; version v0.43.3 -- +** github.com/fluxcd/pkg/runtime; version v0.44.0 -- https://github.com/fluxcd/pkg/runtime -** github.com/fluxcd/pkg/sourceignore; version v0.4.0 -- +** github.com/fluxcd/pkg/sourceignore; version v0.5.0 -- https://github.com/fluxcd/pkg/sourceignore -** github.com/fluxcd/pkg/ssa; version v0.35.0 -- +** github.com/fluxcd/pkg/ssa; version v0.36.0 -- https://github.com/fluxcd/pkg/ssa -** github.com/fluxcd/source-controller/api/v1; version v1.2.2 -- +** github.com/fluxcd/source-controller/api/v1; version v1.2.4 -- https://github.com/fluxcd/source-controller/api ** github.com/getsops/gopgagent; version v0.0.0-20170926210634-4d7ea76ff71a -- @@ -164,7 +164,7 @@ https://github.com/opencontainers/go-digest ** github.com/opencontainers/go-digest/blake3; version v0.0.0-20231025023718-d50d2fec9c98 -- https://github.com/opencontainers/go-digest/blake3 -** github.com/prometheus/client_golang/prometheus; version v1.17.0 -- +** github.com/prometheus/client_golang/prometheus; version v1.18.0 -- https://github.com/prometheus/client_golang ** github.com/prometheus/client_model/go; version v0.5.0 -- @@ -203,22 +203,22 @@ https://gopkg.in/ini.v1 ** gopkg.in/yaml.v2; version v2.4.0 -- https://gopkg.in/yaml.v2 -** k8s.io/api; version v0.28.4 -- +** k8s.io/api; version v0.28.6 -- https://github.com/kubernetes/api -** k8s.io/apiextensions-apiserver/pkg/apis/apiextensions; version v0.28.4 -- +** k8s.io/apiextensions-apiserver/pkg/apis/apiextensions; version v0.28.6 -- https://github.com/kubernetes/apiextensions-apiserver -** k8s.io/apimachinery/pkg; version v0.28.4 -- +** k8s.io/apimachinery/pkg; version v0.28.6 -- https://github.com/kubernetes/apimachinery -** k8s.io/cli-runtime/pkg; version v0.28.4 -- +** k8s.io/cli-runtime/pkg; version v0.28.6 -- https://github.com/kubernetes/cli-runtime -** k8s.io/client-go; version v0.28.4 -- +** k8s.io/client-go; version v0.28.6 -- https://github.com/kubernetes/client-go -** k8s.io/component-base; version v0.28.4 -- +** k8s.io/component-base; version v0.28.6 -- https://github.com/kubernetes/component-base ** k8s.io/klog/v2; version v2.110.1 -- @@ -230,7 +230,7 @@ https://github.com/kubernetes/kube-openapi ** k8s.io/kube-openapi/pkg/validation/spec; version v0.0.0-20231206194836-bf4651e18aa8 -- https://github.com/kubernetes/kube-openapi -** k8s.io/kubectl/pkg; version v0.28.4 -- +** k8s.io/kubectl/pkg; version v0.28.6 -- https://github.com/kubernetes/kubectl ** k8s.io/utils; version v0.0.0-20231127182322-b307cd553661 -- @@ -788,7 +788,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ -** github.com/cloudflare/circl; version v1.3.6 -- +** github.com/cloudflare/circl; version v1.3.7 -- https://github.com/cloudflare/circl Copyright (c) 2019 Cloudflare. All rights reserved. @@ -1137,7 +1137,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ -** github.com/google/uuid; version v1.4.0 -- +** github.com/google/uuid; version v1.5.0 -- https://github.com/google/uuid Copyright (c) 2009,2014 Google Inc. All rights reserved. @@ -1243,28 +1243,28 @@ https://github.com/liggitt/tabwriter ** github.com/ProtonMail/go-crypto; version v0.0.0-20230923063757-afb1ddc0824c -- https://github.com/ProtonMail/go-crypto -** golang.org/go; version go1.20.13 -- +** golang.org/go; version go1.21.6 -- https://github.com/golang/go -** golang.org/x/crypto; version v0.16.0 -- +** golang.org/x/crypto; version v0.18.0 -- https://golang.org/x/crypto ** golang.org/x/exp/maps; version v0.0.0-20231206192017-f3f8817b8deb -- https://golang.org/x/exp -** golang.org/x/net; version v0.19.0 -- +** golang.org/x/net; version v0.20.0 -- https://golang.org/x/net -** golang.org/x/oauth2; version v0.15.0 -- +** golang.org/x/oauth2; version v0.16.0 -- https://golang.org/x/oauth2 -** golang.org/x/sync; version v0.5.0 -- +** golang.org/x/sync; version v0.6.0 -- https://golang.org/x/sync -** golang.org/x/sys; version v0.15.0 -- +** golang.org/x/sys; version v0.16.0 -- https://golang.org/x/sys -** golang.org/x/term; version v0.15.0 -- +** golang.org/x/term; version v0.16.0 -- https://golang.org/x/term ** golang.org/x/text; version v0.14.0 -- @@ -1273,10 +1273,10 @@ https://golang.org/x/text ** golang.org/x/time/rate; version v0.5.0 -- https://golang.org/x/time -** k8s.io/apimachinery/third_party/forked/golang; version v0.28.4 -- +** k8s.io/apimachinery/third_party/forked/golang; version v0.28.6 -- https://github.com/kubernetes/apimachinery -** k8s.io/client-go/third_party/forked/golang/template; version v0.28.4 -- +** k8s.io/client-go/third_party/forked/golang/template; version v0.28.6 -- https://github.com/kubernetes/client-go Copyright (c) 2009 The Go Authors. All rights reserved. @@ -1898,7 +1898,7 @@ Copyright (c) 2013 Mitchell Hashimoto https://github.com/monochromegane/go-gitignore Copyright (c) [2015] [go-gitignore] -** github.com/onsi/gomega; version v1.30.0 -- +** github.com/onsi/gomega; version v1.31.1 -- https://github.com/onsi/gomega Copyright (c) 2013-2014 Onsi Fakhouri diff --git a/projects/fluxcd/kustomize-controller/CHECKSUMS b/projects/fluxcd/kustomize-controller/CHECKSUMS index a47e13c704..6bedf5584d 100644 --- a/projects/fluxcd/kustomize-controller/CHECKSUMS +++ b/projects/fluxcd/kustomize-controller/CHECKSUMS @@ -1,2 +1,2 @@ -d8ddc6d768153bd0d78ce6708dbaeb5ce0f61b04a452903defd4af8d89d16780 _output/bin/kustomize-controller/linux-amd64/kustomize-controller -5a3defd1e946e1103c972d0ad2dd8b71129b349ee728b37efbeef7b137879e39 _output/bin/kustomize-controller/linux-arm64/kustomize-controller +a9c239c50666c90a9cc22dd895a80b8d43c0d6af4fd269224e31df560f0f7e0e _output/bin/kustomize-controller/linux-amd64/kustomize-controller +49aea2238e3a1664f831f30d98ab484a5bc4bfd8bf9d8254509112771820fe97 _output/bin/kustomize-controller/linux-arm64/kustomize-controller diff --git a/projects/fluxcd/kustomize-controller/GIT_TAG b/projects/fluxcd/kustomize-controller/GIT_TAG index 6a5e98a744..cc904638af 100644 --- a/projects/fluxcd/kustomize-controller/GIT_TAG +++ b/projects/fluxcd/kustomize-controller/GIT_TAG @@ -1 +1 @@ -v1.2.1 +v1.2.2 diff --git a/projects/fluxcd/kustomize-controller/GOLANG_VERSION b/projects/fluxcd/kustomize-controller/GOLANG_VERSION index 5fb5a6b4f5..d2ab029d32 100644 --- a/projects/fluxcd/kustomize-controller/GOLANG_VERSION +++ b/projects/fluxcd/kustomize-controller/GOLANG_VERSION @@ -1 +1 @@ -1.20 +1.21 diff --git a/projects/fluxcd/kustomize-controller/README.md b/projects/fluxcd/kustomize-controller/README.md index c2d861404e..de17b598a4 100644 --- a/projects/fluxcd/kustomize-controller/README.md +++ b/projects/fluxcd/kustomize-controller/README.md @@ -1,5 +1,5 @@ ## **Kustomize Controller** -![Version](https://img.shields.io/badge/version-v1.2.1-blue) +![Version](https://img.shields.io/badge/version-v1.2.2-blue) ![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoibldOWFUyd2ZXOXR1WkNhSVZDZkprbEowWi9nNEZrN2RMcCtRK3EvQW9qbWUzQjcxVEZvTEZ6VUw3M004WHNKQ0M1MGJ4SlU0RUJvVE1YQ0hFT0hzZ21nPSIsIml2UGFyYW1ldGVyU3BlYyI6Ing4cTAwdG9pc1I0Qk81MlQiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main) The [kustomize-controller](https://github.com/fluxcd/kustomize-controller) is a Kubernetes operator, specialized in running continuous delivery pipelines for infrastructure and workloads defined with Kubernetes manifests and assembled with Kustomize. @@ -30,7 +30,7 @@ about changes necessary to eks-anywhere to support the new version and/or automa eks-anywhere version reach out to @jiayiwang7 or @danbudris 1. Update the `GIT_TAG` file to have the new desired version based on the upstream release tags. 1. Compare the old tag to the new, looking specifically for Makefile changes. -ex: [v1.1.1 compared to v1.2.1](https://github.com/fluxcd/kustomize-controller/compare/v1.1.1...v1.2.1). Check the `manager` target for +ex: [v1.1.1 compared to v1.2.2](https://github.com/fluxcd/kustomize-controller/compare/v1.1.1...v1.2.1). Check the `manager` target for any build flag changes, tag changes, dependencies, etc. 1. Verify the golang version has not changed. The version specified in `go.mod` seems to be kept up to date. There is also a [dockerfile](https://github.com/fluxcd/kustomize-controller/blob/main/Dockerfile#L5) they use for building which has it defined. diff --git a/projects/fluxcd/notification-controller/CHECKSUMS b/projects/fluxcd/notification-controller/CHECKSUMS index 19aad9bb99..1ec5f3a516 100644 --- a/projects/fluxcd/notification-controller/CHECKSUMS +++ b/projects/fluxcd/notification-controller/CHECKSUMS @@ -1,2 +1,2 @@ -06b8abaf927ae5e4d58a8222bd742610ea492ea8b13b833344e0f1d81bad31a6 _output/bin/notification-controller/linux-amd64/notification-controller -149ee5f8d0e0da33a82a2e917f73184d13bab5a237acbe75fceecc9da01beac6 _output/bin/notification-controller/linux-arm64/notification-controller +25b6d99b72ea168bdc9a24fa481ac3da1fbc4a238c545bceafebfc8f45cde225 _output/bin/notification-controller/linux-amd64/notification-controller +080241b890f824551c16fd6d7dc8869ffd3ad0e27139f13008aa4c08bf395d94 _output/bin/notification-controller/linux-arm64/notification-controller diff --git a/projects/fluxcd/notification-controller/GIT_TAG b/projects/fluxcd/notification-controller/GIT_TAG index 4367f90008..c7cd5b2679 100644 --- a/projects/fluxcd/notification-controller/GIT_TAG +++ b/projects/fluxcd/notification-controller/GIT_TAG @@ -1 +1 @@ -v1.2.3 +v1.2.4 diff --git a/projects/fluxcd/notification-controller/README.md b/projects/fluxcd/notification-controller/README.md index f6922193a9..a387a31819 100644 --- a/projects/fluxcd/notification-controller/README.md +++ b/projects/fluxcd/notification-controller/README.md @@ -1,5 +1,5 @@ ## **Notification Controller** -![Version](https://img.shields.io/badge/version-v1.2.3-blue) +![Version](https://img.shields.io/badge/version-v1.2.4-blue) ![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiVDhSNCt1djNtRytnWTgvQ01BMW13b2Y1YmZPakRrSGlRWitKZ0ZLZUdaS2xxclpLOFNidnBHNjBFWjRueHpOaGRrMzV5OUhLLzhRWHgyaC85R2tET2JZPSIsIml2UGFyYW1ldGVyU3BlYyI6IlZpNGwrazFrZndNMWE4cTciLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main) The [notification-controller](https://github.com/fluxcd/notification-controller) is a Kubernetes operator specialized in handling inbound and outbound events. The controller exposes an HTTP endpoint for receiving events from other controllers. It can be configured with Kubernetes custom resources such as `Alert`, `Event`,`Provider` and `Receiver` to define how events are processed and where to dispatch them. @@ -15,7 +15,7 @@ about changes necessary to eks-anywhere to support the new version and/or automa eks-anywhere version reach out to @jiayiwang7 or @danbudris 1. Update the `GIT_TAG` file to have the new desired version based on the upstream release tags. 1. Compare the old tag to the new, looking specifically for Makefile changes. -ex: [v1.2.2 compared to v1.2.3](https://github.com/fluxcd/notification-controller/compare/v1.2.2...v1.2.3). Check the `manager` target for +ex: [v1.2.2 compared to v1.2.4](https://github.com/fluxcd/notification-controller/compare/v1.2.2...v1.2.3). Check the `manager` target for any build flag changes, tag changes, dependencies, etc. 1. Verify the golang version has not changed. The version specified in `go.mod` seems to be kept up to date. There is also a [dockerfile](https://github.com/fluxcd/notification-controller/blob/main/Dockerfile#L5) they use for building which has it defined. diff --git a/projects/fluxcd/notification-controller/patches/0001-Replace-unknown-go-crypto-revision-with-correct-pseu.patch b/projects/fluxcd/notification-controller/patches/0001-Replace-unknown-go-crypto-revision-with-correct-pseu.patch deleted file mode 100644 index b2c38b288e..0000000000 --- a/projects/fluxcd/notification-controller/patches/0001-Replace-unknown-go-crypto-revision-with-correct-pseu.patch +++ /dev/null @@ -1,41 +0,0 @@ -From 721159ef5da635963a038517f4bc87ab31db2d15 Mon Sep 17 00:00:00 2001 -From: Abhay Krishna Arunachalam -Date: Wed, 6 Dec 2023 23:48:18 -0800 -Subject: [PATCH] Replace unknown go-crypto revision with correct pseudoversion - ---- - go.mod | 2 +- - go.sum | 4 ++-- - 2 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/go.mod b/go.mod -index 80fa5a5..9750048 100644 ---- a/go.mod -+++ b/go.mod -@@ -67,7 +67,7 @@ require ( - github.com/Azure/go-autorest/tracing v0.6.0 // indirect - github.com/DataDog/zstd v1.5.2 // indirect - github.com/MakeNowJust/heredoc v1.0.0 // indirect -- github.com/ProtonMail/go-crypto v0.0.0-20231012073058-a7379d079e0e // indirect -+ github.com/ProtonMail/go-crypto v0.0.0-20231212093258-60c66b92321e // indirect - github.com/beorn7/perks v1.0.1 // indirect - github.com/cespare/xxhash/v2 v2.2.0 // indirect - github.com/chai2010/gettext-go v1.0.2 // indirect -diff --git a/go.sum b/go.sum -index 128eaa4..182ed7c 100644 ---- a/go.sum -+++ b/go.sum -@@ -658,8 +658,8 @@ github.com/MakeNowJust/heredoc v1.0.0/go.mod h1:mG5amYoWBHf8vpLOuehzbGGw0EHxpZZ6 - github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= - github.com/PagerDuty/go-pagerduty v1.7.0 h1:S1NcMKECxT5hJwV4VT+QzeSsSiv4oWl1s2821dUqG/8= - github.com/PagerDuty/go-pagerduty v1.7.0/go.mod h1:PuFyJKRz1liIAH4h5KVXVD18Obpp1ZXRdxHvmGXooro= --github.com/ProtonMail/go-crypto v0.0.0-20231012073058-a7379d079e0e h1:NfjGPY2A8SSRJvXny111ZPoB57LT5lWgX4XiUjW10eY= --github.com/ProtonMail/go-crypto v0.0.0-20231012073058-a7379d079e0e/go.mod h1:K4vciqCJaZ1Ghw/SvtJbEAM4soEtwDCNVqkdQIIujwU= -+github.com/ProtonMail/go-crypto v0.0.0-20231212093258-60c66b92321e h1:vRXxMA7+zL4/+yOJs0AvAWtiFDhq6vsw8OX64eVuHo8= -+github.com/ProtonMail/go-crypto v0.0.0-20231212093258-60c66b92321e/go.mod h1:K4vciqCJaZ1Ghw/SvtJbEAM4soEtwDCNVqkdQIIujwU= - github.com/ajstarks/deck v0.0.0-20200831202436-30c9fc6549a9/go.mod h1:JynElWSGnm/4RlzPXRlREEwqTHAN3T56Bv2ITsFT3gY= - github.com/ajstarks/deck/generate v0.0.0-20210309230005-c3f852c02e19/go.mod h1:T13YZdzov6OU0A1+RfKZiZN9ca6VeKdBdyDV+BY97Tk= - github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw= --- -2.39.3 (Apple Git-145) - diff --git a/projects/fluxcd/source-controller/CHECKSUMS b/projects/fluxcd/source-controller/CHECKSUMS index 7c61725946..7c466769c1 100644 --- a/projects/fluxcd/source-controller/CHECKSUMS +++ b/projects/fluxcd/source-controller/CHECKSUMS @@ -1,2 +1,2 @@ -97e9a4d3495fd86ebdd351c8bf0ea68c83975045990eea178897efa5c45de412 _output/bin/source-controller/linux-amd64/source-controller -d30a013275d1f8f31b0233c481a7b50a9c92caa629ed8ff700ee50c6c2065cae _output/bin/source-controller/linux-arm64/source-controller +601c5e0fd6d216a76146aba25c289b6277799ecadf50547226c7e649fac03914 _output/bin/source-controller/linux-amd64/source-controller +649e1c33e159a774c184c6793c94dde8b57702508a81c1e14edfdd6377e7b32c _output/bin/source-controller/linux-arm64/source-controller diff --git a/projects/fluxcd/source-controller/GIT_TAG b/projects/fluxcd/source-controller/GIT_TAG index 4367f90008..c7cd5b2679 100644 --- a/projects/fluxcd/source-controller/GIT_TAG +++ b/projects/fluxcd/source-controller/GIT_TAG @@ -1 +1 @@ -v1.2.3 +v1.2.4 diff --git a/projects/fluxcd/source-controller/README.md b/projects/fluxcd/source-controller/README.md index d27d7b6129..5478e0cc88 100644 --- a/projects/fluxcd/source-controller/README.md +++ b/projects/fluxcd/source-controller/README.md @@ -1,5 +1,5 @@ ## **Source Controller** -![Version](https://img.shields.io/badge/version-v1.2.3-blue) +![Version](https://img.shields.io/badge/version-v1.2.4-blue) ![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiS1ZJY3BFVGg0a21PUmpDVWM2T0pnc2VxV25uYWt5aGJjQktVSURIVnBsd0VBUmljSlUxTVNyeG5pSzhFbXNaMkdiUGdBRWU5L2plMG9ldVFxcHhrYjd3PSIsIml2UGFyYW1ldGVyU3BlYyI6IjgybDlDK2ZHLzJQVmNZNFoiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main) The [source-controller](https://github.com/fluxcd/source-controller) is a Kubernetes operator specialized in artifacts acquisition from external sources such as Git, Helm repositories and S3 buckets. The controller watches for `Source` objects in a cluster and acts on them. It was designed with the goal of offloading the sources' registration, authentication, verification and resource-fetching to a dedicated controller. @@ -26,7 +26,7 @@ about calling breaking changes and other upgrade gotchas between release. Please about changes necessary to eks-anywhere to support the new version and/or automatically update between eks-anywhere version reach out to @jiayiwang7 or @danbudris 1. Compare the old tag to the new, looking specifically for Makefile changes. -ex: [v1.2.2 compared to v1.2.3](https://github.com/fluxcd/source-controller/compare/v1.2.2...v1.2.3). Check the `build` target for +ex: [v1.2.2 compared to v1.2.4](https://github.com/fluxcd/source-controller/compare/v1.2.2...v1.2.3). Check the `build` target for any build flag changes, tag changes, dependencies, etc. 1. Verify the golang version has not changed. The version specified in `go.mod` seems to be kept up to date. There is also a [dockerfile](https://github.com/fluxcd/source-controller/blob/main/Dockerfile#L2) they use for building which has it defined. diff --git a/projects/fluxcd/source-controller/patches/0001-Replace-timestamp-authority-and-go-fuzz-headers-revi.patch b/projects/fluxcd/source-controller/patches/0001-Replace-timestamp-authority-and-go-fuzz-headers-revi.patch new file mode 100644 index 0000000000..3ba5a6d853 --- /dev/null +++ b/projects/fluxcd/source-controller/patches/0001-Replace-timestamp-authority-and-go-fuzz-headers-revi.patch @@ -0,0 +1,55 @@ +From 6984081a7b360877a247607a9f81599c3b28f02a Mon Sep 17 00:00:00 2001 +From: Abhay Krishna Arunachalam +Date: Wed, 7 Feb 2024 22:30:29 -0800 +Subject: [PATCH] Replace timestamp-authority and go-fuzz-headers revisions + with correct pseudoversions + +--- + go.mod | 4 ++++ + go.sum | 8 ++++---- + 2 files changed, 8 insertions(+), 4 deletions(-) + +diff --git a/go.mod b/go.mod +index 7020726..724a949 100644 +--- a/go.mod ++++ b/go.mod +@@ -8,6 +8,10 @@ replace github.com/fluxcd/source-controller/api => ./api + // xref: https://github.com/opencontainers/go-digest/pull/66 + replace github.com/opencontainers/go-digest => github.com/opencontainers/go-digest v1.0.1-0.20220411205349-bde1400a84be + ++replace github.com/AdamKorcz/go-fuzz-headers-1 => github.com/AdamKorcz/go-fuzz-headers-1 v0.0.0-20230919221257-8b5d3ce2d11d ++ ++replace github.com/sigstore/timestamp-authority => github.com/sigstore/timestamp-authority v1.2.0 ++ + require ( + cloud.google.com/go/storage v1.35.1 + github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 +diff --git a/go.sum b/go.sum +index 57fa1c7..c2361d7 100644 +--- a/go.sum ++++ b/go.sum +@@ -17,8 +17,8 @@ filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA= + filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4= + github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 h1:bvDV9vkmnHYOMsOr4WLk+Vo07yKIzd94sVoIqshQ4bU= + github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24/go.mod h1:8o94RPi1/7XTJvwPpRSzSUedZrtlirdB3r9Z20bi2f8= +-github.com/AdamKorcz/go-fuzz-headers-1 v0.0.0-20230618160516-e936619f9f18 h1:rd389Q26LMy03gG4anandGFC2LW/xvjga5GezeeaxQk= +-github.com/AdamKorcz/go-fuzz-headers-1 v0.0.0-20230618160516-e936619f9f18/go.mod h1:fgJuSBrJP5qZtKqaMJE0hmhS2tmRH+44IkfZvjtaf1M= ++github.com/AdamKorcz/go-fuzz-headers-1 v0.0.0-20230919221257-8b5d3ce2d11d h1:zjqpY4C7H15HjRPEenkS4SAn3Jy2eRRjkjZbGR30TOg= ++github.com/AdamKorcz/go-fuzz-headers-1 v0.0.0-20230919221257-8b5d3ce2d11d/go.mod h1:XNqJ7hv2kY++g8XEHREpi+JqZo3+0l+CH2egBVN4yqM= + github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2.0 h1:8+4G8JaejP8Xa6W46PzJEwisNgBXMvFcz78N6zG/ARw= + github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2.0/go.mod h1:GgeIE+1be8Ivm7Sh4RgwI42aTtC9qrcj+Y9Y6CjJhJs= + github.com/Azure/azure-sdk-for-go v68.0.0+incompatible h1:fcYLmCpyNYRnvJbPerq7U0hS+6+I79yEDJBqVNcqUzU= +@@ -860,8 +860,8 @@ github.com/sigstore/sigstore/pkg/signature/kms/gcp v1.8.1 h1:lwdRsJv1UbBemuk7w5Y + github.com/sigstore/sigstore/pkg/signature/kms/gcp v1.8.1/go.mod h1:2OaSQ80EcdyVRSQ3T4d1lsc6Scopblsiq8U2AEk5K1A= + github.com/sigstore/sigstore/pkg/signature/kms/hashivault v1.8.1 h1:9Ki0qudKpc1FQdef7xHO2bkLyTuw+qNUpWRzjBEmF4c= + github.com/sigstore/sigstore/pkg/signature/kms/hashivault v1.8.1/go.mod h1:nhIgyu4YwwNgalIwTGsoAzam16jjAn3ADRSWKbWPwGI= +-github.com/sigstore/timestamp-authority v1.2.1 h1:j9RmqSAdvKgSofeltPO4x7d+1M3AXaROBzUJ+AA7L5Q= +-github.com/sigstore/timestamp-authority v1.2.1/go.mod h1:Ce+vWWEf0QaKLY2u6mpwEJbmYXEVeOfUk4fQ69kE6ck= ++github.com/sigstore/timestamp-authority v1.2.0 h1:Ffk10QsHxu6aLwySQ7WuaoWkD63QkmcKtozlEFot/VI= ++github.com/sigstore/timestamp-authority v1.2.0/go.mod h1:ojKaftH78Ovfow9DzuNl5WgTCEYSa4m5622UkKDHRXc= + github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= + github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= + github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= +-- +2.39.3 (Apple Git-145) + diff --git a/projects/fluxcd/source-controller/patches/0001-Replace-unknown-go-crypto-and-go-fuzz-headers-revisi.patch b/projects/fluxcd/source-controller/patches/0001-Replace-unknown-go-crypto-and-go-fuzz-headers-revisi.patch deleted file mode 100644 index facc0595e4..0000000000 --- a/projects/fluxcd/source-controller/patches/0001-Replace-unknown-go-crypto-and-go-fuzz-headers-revisi.patch +++ /dev/null @@ -1,108 +0,0 @@ -From 533b4b7fa2cfa09ed989d11dffde24584fc5c820 Mon Sep 17 00:00:00 2001 -From: Abhay Krishna Arunachalam -Date: Thu, 7 Dec 2023 00:47:23 -0800 -Subject: [PATCH] Replace unknown go-crypto and go-fuzz-headers revisions with - correct pseudoversions - ---- - go.mod | 7 +++++-- - go.sum | 16 ++++++++-------- - 2 files changed, 13 insertions(+), 10 deletions(-) - -diff --git a/go.mod b/go.mod -index a592fe9..41ab939 100644 ---- a/go.mod -+++ b/go.mod -@@ -8,6 +8,8 @@ replace github.com/fluxcd/source-controller/api => ./api - // xref: https://github.com/opencontainers/go-digest/pull/66 - replace github.com/opencontainers/go-digest => github.com/opencontainers/go-digest v1.0.1-0.20220411205349-bde1400a84be - -+replace github.com/AdamKorcz/go-fuzz-headers-1 => github.com/AdamKorcz/go-fuzz-headers-1 v0.0.0-20230919221257-8b5d3ce2d11d -+ - require ( - cloud.google.com/go/storage v1.35.1 - github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 -@@ -96,7 +98,7 @@ require ( - github.com/Microsoft/go-winio v0.6.1 // indirect - github.com/Microsoft/hcsshim v0.11.0 // indirect - github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect -- github.com/ProtonMail/go-crypto v0.0.0-20231012073058-a7379d079e0e // indirect -+ github.com/ProtonMail/go-crypto v0.0.0-20231212093258-60c66b92321e // indirect - github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d // indirect - github.com/ThalesIgnite/crypto11 v1.2.5 // indirect - github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.4 // indirect -@@ -131,7 +133,7 @@ require ( - github.com/beorn7/perks v1.0.1 // indirect - github.com/blang/semver v3.5.1+incompatible // indirect - github.com/bshuster-repo/logrus-logstash-hook v1.0.0 // indirect -- github.com/bugsnag/bugsnag-go v0.0.0-20141110184014-b1d153021fcd // indirect -+ github.com/bugsnag/bugsnag-go v0.0.0-20230112111951-db7e12db03f6 // indirect - github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b // indirect - github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 // indirect - github.com/buildkite/agent/v3 v3.59.0 // indirect -@@ -232,6 +234,7 @@ require ( - github.com/jmoiron/sqlx v1.3.5 // indirect - github.com/josharian/intern v1.0.0 // indirect - github.com/json-iterator/go v1.1.12 // indirect -+ github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect - github.com/kevinburke/ssh_config v1.2.0 // indirect - github.com/klauspost/compress v1.17.4 // indirect - github.com/klauspost/cpuid/v2 v2.2.5 // indirect -diff --git a/go.sum b/go.sum -index 6debb77..30e6a65 100644 ---- a/go.sum -+++ b/go.sum -@@ -54,8 +54,8 @@ filippo.io/edwards25519 v1.0.0 h1:0wAIcmJUqRdI8IJ/3eGi5/HwXZWPujYXXlkrQogz0Ek= - filippo.io/edwards25519 v1.0.0/go.mod h1:N1IkdkCkiLB6tki+MYJoSx2JTY9NUlxZE7eHn5EwJns= - github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 h1:bvDV9vkmnHYOMsOr4WLk+Vo07yKIzd94sVoIqshQ4bU= - github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24/go.mod h1:8o94RPi1/7XTJvwPpRSzSUedZrtlirdB3r9Z20bi2f8= --github.com/AdamKorcz/go-fuzz-headers-1 v0.0.0-20230618160516-e936619f9f18 h1:rd389Q26LMy03gG4anandGFC2LW/xvjga5GezeeaxQk= --github.com/AdamKorcz/go-fuzz-headers-1 v0.0.0-20230618160516-e936619f9f18/go.mod h1:fgJuSBrJP5qZtKqaMJE0hmhS2tmRH+44IkfZvjtaf1M= -+github.com/AdamKorcz/go-fuzz-headers-1 v0.0.0-20230919221257-8b5d3ce2d11d h1:zjqpY4C7H15HjRPEenkS4SAn3Jy2eRRjkjZbGR30TOg= -+github.com/AdamKorcz/go-fuzz-headers-1 v0.0.0-20230919221257-8b5d3ce2d11d/go.mod h1:XNqJ7hv2kY++g8XEHREpi+JqZo3+0l+CH2egBVN4yqM= - github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2.0 h1:8+4G8JaejP8Xa6W46PzJEwisNgBXMvFcz78N6zG/ARw= - github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2.0/go.mod h1:GgeIE+1be8Ivm7Sh4RgwI42aTtC9qrcj+Y9Y6CjJhJs= - github.com/Azure/azure-sdk-for-go v68.0.0+incompatible h1:fcYLmCpyNYRnvJbPerq7U0hS+6+I79yEDJBqVNcqUzU= -@@ -125,8 +125,8 @@ github.com/Microsoft/hcsshim v0.11.0 h1:7EFNIY4igHEXUdj1zXgAyU3fLc7QfOKHbkldRVTB - github.com/Microsoft/hcsshim v0.11.0/go.mod h1:OEthFdQv/AD2RAdzR6Mm1N1KPCztGKDurW1Z8b8VGMM= - github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEVMRuU21PR1EtLVZJmdB18Gu3Rw= - github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk= --github.com/ProtonMail/go-crypto v0.0.0-20231012073058-a7379d079e0e h1:NfjGPY2A8SSRJvXny111ZPoB57LT5lWgX4XiUjW10eY= --github.com/ProtonMail/go-crypto v0.0.0-20231012073058-a7379d079e0e/go.mod h1:K4vciqCJaZ1Ghw/SvtJbEAM4soEtwDCNVqkdQIIujwU= -+github.com/ProtonMail/go-crypto v0.0.0-20231212093258-60c66b92321e h1:vRXxMA7+zL4/+yOJs0AvAWtiFDhq6vsw8OX64eVuHo8= -+github.com/ProtonMail/go-crypto v0.0.0-20231212093258-60c66b92321e/go.mod h1:K4vciqCJaZ1Ghw/SvtJbEAM4soEtwDCNVqkdQIIujwU= - github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d h1:UrqY+r/OJnIp5u0s1SbQ8dVfLCZJsnvazdBP5hS4iRs= - github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d/go.mod h1:HI8ITrYtUY+O+ZhtlqUnD8+KwNPOyugEhfP9fdUIaEQ= - github.com/ThalesIgnite/crypto11 v1.2.5 h1:1IiIIEqYmBvUYFeMnHqRft4bwf/O36jryEUpY+9ef8E= -@@ -230,8 +230,8 @@ github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdn - github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk= - github.com/bshuster-repo/logrus-logstash-hook v1.0.0 h1:e+C0SB5R1pu//O4MQ3f9cFuPGoOVeF2fE4Og9otCc70= - github.com/bshuster-repo/logrus-logstash-hook v1.0.0/go.mod h1:zsTqEiSzDgAa/8GZR7E1qaXrhYNDKBYy5/dWPTIflbk= --github.com/bugsnag/bugsnag-go v0.0.0-20141110184014-b1d153021fcd h1:rFt+Y/IK1aEZkEHchZRSq9OQbsSzIT/OrI8YFFmRIng= --github.com/bugsnag/bugsnag-go v0.0.0-20141110184014-b1d153021fcd/go.mod h1:2oa8nejYd4cQ/b0hMIopN0lCRxU0bueqREvZLWFrtK8= -+github.com/bugsnag/bugsnag-go v0.0.0-20230112111951-db7e12db03f6 h1:zCws+bHXl1xuHL9efu7n5wfY1jpUDv0QVt2dnFyBV+k= -+github.com/bugsnag/bugsnag-go v0.0.0-20230112111951-db7e12db03f6/go.mod h1:2oa8nejYd4cQ/b0hMIopN0lCRxU0bueqREvZLWFrtK8= - github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b h1:otBG+dV+YK+Soembjv71DPz3uX/V/6MMlSyD9JBQ6kQ= - github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b/go.mod h1:obH5gd0BsqsP2LwDJ9aOkm/6J86V6lyAXCoQWGw3K50= - github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 h1:nvj0OLI3YqYXer/kZD8Ri1aaunCxIEsOst1BVJswV0o= -@@ -696,6 +696,8 @@ github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1 - github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk= - github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= - github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= -+github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 h1:iQTw/8FWTuc7uiaSepXwyf3o52HaUYcV+Tu66S3F5GA= -+github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0/go.mod h1:1NbS8ALrpOvjt0rHPNLyCIeMtbizbir8U//inJ+zuB8= - github.com/karrick/godirwalk v1.16.1 h1:DynhcF+bztK8gooS0+NDJFrdNZjJ3gzVzC545UNA9iw= - github.com/karrick/godirwalk v1.16.1/go.mod h1:j4mkqPuvaLI8mp1DroR3P6ad7cyYd4c1qeJ3RV7ULlk= - github.com/kevinburke/ssh_config v1.2.0 h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4= -@@ -782,8 +784,6 @@ github.com/mitchellh/mapstructure v1.3.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RR - github.com/mitchellh/mapstructure v1.4.1/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= - github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY= - github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= --github.com/mitchellh/osext v0.0.0-20151018003038-5e2d6d41470f h1:2+myh5ml7lgEU/51gbeLHfKGNfgEQQIWrlbdaOsidbQ= --github.com/mitchellh/osext v0.0.0-20151018003038-5e2d6d41470f/go.mod h1:OkQIRizQZAeMln+1tSwduZz7+Af5oFlKirV/MSYes2A= - github.com/mitchellh/reflectwalk v1.0.0/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw= - github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ= - github.com/mitchellh/reflectwalk v1.0.2/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw= --- -2.39.3 (Apple Git-145) -