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 to support IRSA #37

Merged
merged 3 commits into from
Aug 12, 2020
Merged

Conversation

kianjones4
Copy link
Contributor

@kianjones4 kianjones4 commented Aug 11, 2020

Fixes #36

Changes:

Updates the version of aws-sdk-go from v1.16.26 to v1.32.4 to allow support for IRSA
Removes vendor/ and uses go modules

Testing Done:

  • Unit Tests Passed
  • Created cluster with Governor deployed and verified that the Cronjob ran successfully

@kianjones4 kianjones4 requested a review from a team as a code owner August 11, 2020 22:33
@codecov
Copy link

codecov bot commented Aug 11, 2020

Codecov Report

Merging #37 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #37   +/-   ##
=======================================
  Coverage   60.42%   60.42%           
=======================================
  Files           5        5           
  Lines         998      998           
=======================================
  Hits          603      603           
  Misses        331      331           
  Partials       64       64           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 84d1d6e...c2df94b. Read the comment docs.

@eytan-avisror
Copy link
Collaborator

Can we get rid of vendor/ all together and switch to go-mod while you are making this change?
probably just need fixes to makefile + travis to enable go mod and delete the vendor folder

Copy link
Collaborator

@eytan-avisror eytan-avisror left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥇

@kianjones4 kianjones4 merged commit 926911b into keikoproj:master Aug 12, 2020
viveksyngh pushed a commit to viveksyngh/governor that referenced this pull request Oct 27, 2020
* update aws sdk to support irsa

* remove vendor and use modules

* run with modules on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update aws-sdk-go version to support IRSA
2 participants