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

Cut v0.3.3 release #674

Merged
merged 1 commit into from
Sep 13, 2021
Merged

Cut v0.3.3 release #674

merged 1 commit into from
Sep 13, 2021

Conversation

ellistarn
Copy link
Contributor

1. Issue, if available:

2. Description of changes:

3. Does this change impact docs?

  • Yes, PR includes docs updates
  • Yes, issue opened: link to issue
  • No

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

@netlify
Copy link

netlify bot commented Sep 13, 2021

✔️ Deploy Preview for karpenter-docs-prod ready!

🔨 Explore the source changes: 8621ed8

🔍 Inspect the deploy log: https://app.netlify.com/sites/karpenter-docs-prod/deploys/613f999ced5256000818b2d6

😎 Browse the preview: https://deploy-preview-674--karpenter-docs-prod.netlify.app

@@ -53,7 +53,7 @@ func (t *TopologyGroup) Increment(domain string) {
// NextDomain chooses a domain that minimizes skew and increments its count
func (t *TopologyGroup) NextDomain() string {
minDomain := ""
minCount := math.MaxInt64
minCount := math.MaxInt32
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a reason we can't do 64 here?

Copy link
Contributor Author

@ellistarn ellistarn Sep 13, 2021

Choose a reason for hiding this comment

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

Yeah -- one of our target releases doesn't have int64 =/. Kind of a lame workaround -- we may need to stop targeting it eventually, but it's out of scope atm.

@ellistarn ellistarn merged commit d27b797 into aws:main Sep 13, 2021
@ellistarn ellistarn deleted the release branch September 13, 2021 20:21
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.

3 participants