hashicorp / nomad-driver-podman

A nomad task driver plugin for sandboxing workloads in podman containers
https://developer.hashicorp.com/nomad/plugins/drivers/podman
Mozilla Public License 2.0
224 stars 61 forks source link

Can we get an updated release for 0.5? #216

Closed jdoss closed 1 year ago

jdoss commented 1 year ago

@lgfa29 Can we get 0.5 released? There are a lot of fixes that are being built in the nightly right now and the GH Action just broke for some reason tonight which only produced an ARM64 artifact.

jdoss commented 1 year ago

I'd settle for 0.4.2 if the point release is too much. The mount propagation fixes are what my nomad jobs crave.

lgfa29 commented 1 year ago

Hi @jdoss 👋

Yeah, we're long due for a release. I will wait for https://github.com/hashicorp/nomad-driver-podman/pull/218 to be reviewed and merged then I will release v0.4.2.

I will then merge https://github.com/hashicorp/nomad-driver-podman/pull/209 as a breaking change and release v0.5.0 right afterwards, how does that sound?

jdoss commented 1 year ago

Sounds good to me @lgfa29. I look forward to it :)

lgfa29 commented 1 year ago

Sorry for the delay, but v0.4.2 is out now 🎉

It turns out that we could implement #209 in a backwards compatible way, so a breaking change was not required.

jdoss commented 1 year ago

Thanks @lgfa29! You are the best! 😄