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: go mod linting errors and add dependabot for the test module #2621

Merged
merged 2 commits into from Oct 7, 2022

Conversation

ellistarn
Copy link
Contributor

Fixes #

Description

Head broken due to dependabot not being caught up to latest makefile changes.

How was this change tested?

Does this change impact docs?

  • Yes, PR includes docs updates
  • Yes, issue opened: #
  • No

Release Note


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ellistarn ellistarn requested a review from a team as a code owner October 7, 2022 19:15
@netlify
Copy link

netlify bot commented Oct 7, 2022

Deploy Preview for karpenter-docs-prod canceled.

Name Link
🔨 Latest commit d90dcd4
🔍 Latest deploy log https://app.netlify.com/sites/karpenter-docs-prod/deploys/63407aeef9cef2000b943cf9

@@ -118,10 +118,6 @@ docgen: ## Generate docs
api-code-gen: ## Auto generate files based on AWS APIs response
$(WITH_GOFLAGS) ./hack/api-code-gen.sh

release-gen: tidy download docgen ## Generate any materials which should be updated prior to release
Copy link
Contributor

Choose a reason for hiding this comment

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

This is part of the stable release workflow, so I don't think that we can delete this

Copy link
Contributor Author

Choose a reason for hiding this comment

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

See: https://github.com/aws/karpenter/pull/2621/files#diff-b7b8f3ad0055e283745ba109392228345271045251ea72b5d1ce2da2f3ac2bcfR58.

The observation is that release-gen is really just doing docgen at this point. There aren't any code changes happening in that workflow, as they would have had to happen prior to the release.

@ellistarn ellistarn changed the title Work fix: go mod linting errors and add dependabot for the test module. Oct 7, 2022
@ellistarn ellistarn changed the title fix: go mod linting errors and add dependabot for the test module. fix: go mod linting errors and add dependabot for the test module Oct 7, 2022
Copy link
Contributor

@jonathan-innis jonathan-innis left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@ellistarn ellistarn merged commit 3aabcfd into aws:main Oct 7, 2022
@ellistarn ellistarn deleted the work branch October 7, 2022 20:30
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.

None yet

2 participants