From 7a6a900979c5680e456a1cb9e51175221e606648 Mon Sep 17 00:00:00 2001 From: ci-robot Date: Thu, 29 Aug 2024 16:59:44 +0000 Subject: [PATCH] Update to ACK runtime `v0.38.0`, code-generator `v0.38.1` --- apis/v1alpha1/ack-generate-metadata.yaml | 8 ++++---- go.mod | 2 +- go.sum | 4 ++-- helm/values.yaml | 8 +++++--- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/apis/v1alpha1/ack-generate-metadata.yaml b/apis/v1alpha1/ack-generate-metadata.yaml index 234dea0..aa1f927 100755 --- a/apis/v1alpha1/ack-generate-metadata.yaml +++ b/apis/v1alpha1/ack-generate-metadata.yaml @@ -1,8 +1,8 @@ ack_generate_info: - build_date: "2024-08-06T04:12:24Z" - build_hash: 7c4e0881ece3e12937ba360d55677d142f246d87 - go_version: go1.22.4 - version: v0.35.0-2-g7c4e088 + build_date: "2024-08-29T16:59:24Z" + build_hash: f8f98563404066ac3340db0a049d2e530e5c51cc + go_version: go1.22.5 + version: v0.38.1 api_directory_checksum: e6e32cdfd8eea9dc8ced5c64c857335c872e49e2 api_version: v1alpha1 aws_sdk_go_version: v1.55.5 diff --git a/go.mod b/go.mod index f180576..51afec1 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22.0 toolchain go1.22.3 require ( - github.com/aws-controllers-k8s/runtime v0.36.0 + github.com/aws-controllers-k8s/runtime v0.38.0 github.com/aws/aws-sdk-go v1.55.5 github.com/spf13/pflag v1.0.5 k8s.io/apimachinery v0.30.1 diff --git a/go.sum b/go.sum index 938adde..29a7a13 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/aws-controllers-k8s/runtime v0.36.0 h1:XEMVGfUwsT9QMShihuCLHlape+daJWyYtXj45s/iJiU= -github.com/aws-controllers-k8s/runtime v0.36.0/go.mod h1:gI2pWb20UGLP2SnHf1a1VzTd7iVVy+/I9VAzT0Y+Dew= +github.com/aws-controllers-k8s/runtime v0.38.0 h1:gSEpmBm7OwTPd2kIOU+AIDIivi3teSm5FFrhROfu4wg= +github.com/aws-controllers-k8s/runtime v0.38.0/go.mod h1:gI2pWb20UGLP2SnHf1a1VzTd7iVVy+/I9VAzT0Y+Dew= github.com/aws/aws-sdk-go v1.55.5 h1:KKUZBfBoyqy5d3swXyiC7Q76ic40rYcbqH7qjh59kzU= github.com/aws/aws-sdk-go v1.55.5/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= diff --git a/helm/values.yaml b/helm/values.yaml index c915ac9..4e0ef39 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -157,6 +157,8 @@ leaderElection: # Configuration for feature gates. These are optional controller features that # can be individually enabled ("true") or disabled ("false") by adding key/value # pairs below. -featureGates: {} - # featureGate1: true - # featureGate2: false +featureGates: + # Enables the Service level granularity for CARM. See https://github.com/aws-controllers-k8s/community/issues/2031 + ServiceLevelCARM: false + # Enables the Team level granularity for CARM. See https://github.com/aws-controllers-k8s/community/issues/2031 + TeamLevelCARM: false