fermyon / installer

Fermyon Installer
https://fermyon.dev
Apache License 2.0
160 stars 39 forks source link

Bump spin version in cloud installers #83

Closed vdice closed 2 years ago

vdice commented 2 years ago

Bump the spin version to the latest release (v0.4.0 at time of writing) in the remote/cloud installer scenarios. Be sure to test the app deployment flow with the latest version.

Currently, we just have this spot in the AWS installer: https://github.com/fermyon/installer/blob/main/aws/terraform/main.tf#L21

But we are soon to add GCP and Azure; in particular, the spin version (along with other dependencies) will most likely be tracked in a shared file, ref https://github.com/fermyon/installer/pull/76

acald-creator commented 2 years ago

Hi there, I like to try my hand at this.

vdice commented 2 years ago

Thank you @acald-creator! I've assigned you to the issue.

radu-matei commented 2 years ago

Awesome, @acald-creator, let us know if we can help with anything!

acald-creator commented 2 years ago

Thank you! I joined the Discord server as auxyrii, so I will post there if I have any questions.

vdice commented 2 years ago

PS @acald-creator, note that Spin v0.4.0 has just been released today. We probably want to bump to this version. (I'll edit the description above.)

acald-creator commented 2 years ago

Thanks for the update. I just changed it to the v0.4.0 version. So far, it deployed correctly in AWS, trying for local now.

vdice commented 2 years ago

Closed by https://github.com/fermyon/installer/pull/88 🎉