Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update aws-sdk-go-v2 monorepo (main) #666

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

private-renovate[bot]
Copy link

@private-renovate private-renovate bot commented Jun 18, 2024

This PR contains the following updates:

Package Type Update Change
github.com/aws/aws-sdk-go-v2 require minor v1.27.2 -> v1.29.0
github.com/aws/aws-sdk-go-v2/config require patch v1.27.18 -> v1.27.20
github.com/aws/aws-sdk-go-v2/feature/ec2/imds require patch v1.16.5 -> v1.16.7
github.com/aws/aws-sdk-go-v2/service/ec2 require minor v1.164.1 -> v1.165.0

Release Notes

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)

v1.29.0

Compare Source

v1.28.0

Compare Source


Configuration

📅 Schedule: Branch creation - "on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@private-renovate
Copy link
Author

private-renovate bot commented Jun 18, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 7 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2/credentials v1.17.18 -> v1.17.20
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.9 -> v1.3.11
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.9 -> v2.6.11
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.11 -> v1.11.13
github.com/aws/aws-sdk-go-v2/service/sso v1.20.11 -> v1.21.0
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.5 -> v1.25.0
github.com/aws/aws-sdk-go-v2/service/sts v1.28.12 -> v1.29.0

@private-renovate private-renovate bot force-pushed the renovate/main-aws-sdk-go-v2-monorepo branch from 4e4ba69 to 09a2dc5 Compare June 18, 2024 13:14
@private-renovate private-renovate bot force-pushed the renovate/main-aws-sdk-go-v2-monorepo branch from 09a2dc5 to e843e51 Compare June 18, 2024 21:14
aanm added 3 commits June 19, 2024 11:59
The builder image is used to generate Kubernetes manifests and some Go code
for Kubernetes clients. Currently, Docker run commands are executed as the
root user inside the container, resulting in files being created with the
root UID. This prevents the user who executed the Docker run command from
managing these files.

Running the Docker container with the executing user's UID causes "go run"
commands to fail due to insufficient permissions to write to the /.cache
directory. To resolve this, we need to create a /.cache directory with write
permissions for all users.

Signed-off-by: André Martins <andre@cilium.io>
Now that we are running renovate as a GH action this allow us to
run postUpgradeTasks. Some of these upgrade tasks will be to generate
some manifests or k8s go client files after we update the k8s
dependencies.

Signed-off-by: André Martins <andre@cilium.io>
If we enable auto merge for trusted dependencies we will be able to
reduce the load on reviewers by skipping the reviews of certain
trusted libraries.

Signed-off-by: André Martins <andre@cilium.io>
@private-renovate private-renovate bot force-pushed the renovate/main-aws-sdk-go-v2-monorepo branch from e843e51 to 3a7603a Compare June 19, 2024 10:20
aanm added 6 commits June 19, 2024 14:32
Signed-off-by: André Martins <andre@cilium.io>
Signed-off-by: André Martins <andre@cilium.io>
Signed-off-by: André Martins <andre@cilium.io>
Signed-off-by: André Martins <andre@cilium.io>
Signed-off-by: André Martins <andre@cilium.io>
Signed-off-by: André Martins <andre@cilium.io>
@private-renovate private-renovate bot force-pushed the renovate/main-aws-sdk-go-v2-monorepo branch from 3a7603a to c347708 Compare June 19, 2024 13:23
aanm and others added 2 commits June 19, 2024 15:40
Signed-off-by: André Martins <andre@cilium.io>
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
@private-renovate private-renovate bot force-pushed the renovate/main-aws-sdk-go-v2-monorepo branch from c347708 to 8f98800 Compare June 19, 2024 14:03
@private-renovate private-renovate bot changed the title fix(deps): update aws-sdk-go-v2 monorepo (main) fix(deps): update aws-sdk-go-v2 monorepo (main) - autoclosed Jul 1, 2024
@private-renovate private-renovate bot closed this Jul 1, 2024
@private-renovate private-renovate bot deleted the renovate/main-aws-sdk-go-v2-monorepo branch July 1, 2024 19:39
@private-renovate private-renovate bot restored the renovate/main-aws-sdk-go-v2-monorepo branch July 2, 2024 19:14
@private-renovate private-renovate bot changed the title fix(deps): update aws-sdk-go-v2 monorepo (main) - autoclosed fix(deps): update aws-sdk-go-v2 monorepo (main) Jul 2, 2024
@private-renovate private-renovate bot reopened this Jul 2, 2024
@aanm aanm force-pushed the main branch 12 times, most recently from 3178950 to 4ca7c46 Compare July 4, 2024 13:08
@aanm aanm force-pushed the main branch 3 times, most recently from 3b46d0e to 2ee29be Compare September 11, 2024 09:06
@aanm aanm force-pushed the main branch 5 times, most recently from 713d1f4 to e811790 Compare September 26, 2024 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant