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

rebuilding release process to use gh actions for release assets #131

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

luthermonson
Copy link
Contributor

@luthermonson luthermonson commented Nov 3, 2023

  • Adds a new CI workflow to run on PR/pushes
  • Moves docker workflows into one release which includes creating assets for the helmchart and manifest yaml
  • Add build and release to Makefile
  • Update alpine version for base runtime image
  • remove release drafter in favor of gh
  • prep for switching from master to main as our default branch
  • change helm-chart in tree to rely on latest branch, release process now sets version

@luthermonson
Copy link
Contributor Author

@schinmai-akamai can you approve this change and make sure you're ok with it 6c0022d

i need the release to pin the driver image tag so I switched to an empty tag in values yaml and appVersion is now "latest" to be sed replaced during make release to a tag e.g. v0.6.0

.github/workflows/ci.yml Show resolved Hide resolved
.github/workflows/ci.yml Show resolved Hide resolved
.github/workflows/release-drafter.yml Outdated Show resolved Hide resolved
.github/workflows/release.yml Outdated Show resolved Hide resolved
.github/workflows/release.yml Outdated Show resolved Hide resolved
Makefile Show resolved Hide resolved
Makefile Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
Makefile Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
.github/workflows/release.yml Show resolved Hide resolved
@luthermonson
Copy link
Contributor Author

force pushing 1 change to change the image to use my personal docker hub to make a test tag, when that works ill revert back and merge

@luthermonson
Copy link
Contributor Author

luthermonson commented Nov 21, 2023

i did make one change to remove the -i "" from the sed call which didn't work in the action but works on your macbook. the test making the images worked great so this will be merged

the change: 0c784bc

@luthermonson luthermonson merged commit 3da0b84 into linode:master Nov 21, 2023
3 checks passed
@luthermonson luthermonson deleted the release branch November 21, 2023 22:31
@luthermonson
Copy link
Contributor Author

#119

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