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

chore: Don't mark Helm releases as latest #28498

Merged

Conversation

michael-s-molina
Copy link
Member

SUMMARY

#26753 set mark_as_latest: false in our Helm release workflow in an attempt to stop Helm releases from being tagged as latest. The problem is that our version of chart-releaser-action is 1.2.0 which does not support that configuration. mark_as_latest was introduced in version 1.6.0 and this PR bumps that dependency to match this version.

ADDITIONAL INFORMATION

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

@github-actions github-actions bot added the github_actions Pull requests that update GitHub Actions code label May 14, 2024
@dosubot dosubot bot added the deploy:helm label May 14, 2024
@michael-s-molina michael-s-molina changed the title chore: Don't mark Helm releases as latest chore: Don't tag Helm releases as latest May 14, 2024
@michael-s-molina michael-s-molina changed the title chore: Don't tag Helm releases as latest chore: Don't mark Helm releases as latest May 14, 2024
@michael-s-molina michael-s-molina merged commit 964202a into apache:master May 14, 2024
36 of 37 checks passed
jzhao62 pushed a commit to jzhao62/superset that referenced this pull request May 16, 2024
EnxDev pushed a commit to EnxDev/superset that referenced this pull request May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy:helm github_actions Pull requests that update GitHub Actions code size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants