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

Update aws-sdk-go version to latest #2894

Merged
merged 2 commits into from
Jan 10, 2023
Merged

Conversation

gongmax
Copy link
Collaborator

@gongmax gongmax commented Jan 10, 2023

What type of PR is this?

Uncomment only one /kind <> line, press enter to put that in a new line, and remove leading whitespace from that line:

/kind breaking
/kind bug
/kind cleanup
/kind documentation
/kind feature

/kind hotfix

What this PR does / Why we need it:

Which issue(s) this PR fixes:

Closes #

Special notes for your reviewer:

@google-oss-prow
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: gongmax, markmandel

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@markmandel
Copy link
Member

Looks good to me!

@mangalpalli - we should probably hold off on RC until this lands, since it's a security fix.

@markmandel
Copy link
Member

Maybe a silly question - what happens if we remove the dependency for aws-sdk-go - I can't find a reference for it anywhere in the code?

❯ go mod why github.com/aws/aws-sdk-go
# github.com/aws/aws-sdk-go
(main module does not need package github.com/aws/aws-sdk-go)

I wonder if it's actually needed?

@markmandel
Copy link
Member

Maybe a silly question - what happens if we remove the dependency for aws-sdk-go - I can't find a reference for it anywhere in the code?

Actually ignore me - it's an indirect. I just can't find a good way to see the dependency tree.

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 389decec-fa0f-40ba-8c5c-c724785ee28d

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@markmandel
Copy link
Member

Flake

--- FAIL: TestFleetRollingUpdate (0.00s)
    --- FAIL: TestFleetRollingUpdate/Use_fleet_Patch_true_25%_cycle_true (112.14s)

@markmandel
Copy link
Member

Found a way to look at dependencies!

❯ go mod graph | grep aws
agones.dev/agones github.com/aws/aws-sdk-go@v1.16.20
contrib.go.opencensus.io/exporter/stackdriver@v0.8.0 github.com/aws/aws-sdk-go@v1.15.31
github.com/aws/aws-sdk-go@v1.16.20 github.com/jmespath/go-jmespath@v0.0.0-20180206201540-c2b33e8439af
github.com/aws/aws-sdk-go@v1.15.31 github.com/go-ini/ini@v1.25.4
github.com/aws/aws-sdk-go@v1.15.31 github.com/jmespath/go-jmespath@v0.0.0-20160202185014-0b12d6b521d8

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: f789b3e0-f0ac-4c07-9030-3f0cdd5044d5

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: d041ee66-20bd-45b7-8e97-8e9cebf59397

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

  • git fetch https://github.com/googleforgames/agones.git pull/2894/head:pr_2894 && git checkout pr_2894
  • helm install agones ./install/helm/agones --namespace agones-system --agones.image.release=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.29.0-6e06d51-amd64

@gongmax gongmax marked this pull request as ready for review January 10, 2023 20:17
@gongmax gongmax merged commit 4a6cd83 into googleforgames:main Jan 10, 2023
@gongmax gongmax deleted the aws_upgrade branch January 10, 2023 20:18
gongmax added a commit to gongmax/agones that referenced this pull request Jan 11, 2023
* Update aws sdk go version

* Update aws sdk go version
@Kalaiselvi84 Kalaiselvi84 added this to the 1.29.0 milestone Jan 17, 2023
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.

4 participants