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

Add automation for updating builder lifecycle version #404

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

edmorley
Copy link
Member

@edmorley edmorley commented Oct 19, 2023

Previously we had to manually keep track of upstream lifecycle releases, and then open PRs to update the builder manifest for each builder with the new version.

For example:
#389

Now, every Monday at 8am UTC, a GitHub Actions job will check for updates, and open a PR if the latest lifecycle version is newer than that used by the heroku/builder:22 builder. (This means lifecycle version pinning will be supported too for eg our legacy images, since only builder images on the latest version will end up being updated each time.)

This new workflow can also be triggered manually thanks to the workflow_dispatch annotation.

GUS-W-14329446.

Previously we had to manually keep track of upstream lifecycle
releases, and then open PRs to update the builder manifest for
each builder with the new version.

Now, every Monday at 6am UTC, a GitHub Actions job will check
for updates, and open a PR if the latest lifecycle version is newer
than that used by the `heroku/builder:22` builder. (This means
lifecycle version pinning will be supported too for eg our legacy
images, since only builder images on the latest version will end
up being updated each time.)

This new workflow can also be triggered manually thanks to the
`workflow_dispatch` annotation.
@edmorley edmorley self-assigned this Oct 19, 2023
@edmorley edmorley marked this pull request as ready for review October 19, 2023 15:18
@edmorley edmorley requested a review from a team as a code owner October 19, 2023 15:18
@edmorley edmorley enabled auto-merge (squash) October 19, 2023 15:20
@edmorley edmorley disabled auto-merge October 19, 2023 15:24
@edmorley edmorley enabled auto-merge (squash) October 19, 2023 15:25
@Malax
Copy link
Member

Malax commented Oct 19, 2023

This is super neat! :) Thanks for adding this one! 🎉

@edmorley edmorley merged commit 61c4604 into main Oct 19, 2023
46 checks passed
@edmorley edmorley deleted the edmorley/update-lifecycle-automation branch October 19, 2023 15:44
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.

2 participants