cloudstateio / cloudstate

Distributed State Management for Serverless
https://cloudstate.io
Apache License 2.0
763 stars 97 forks source link

How / when are new versions of cloudstate-proxy-dev-mode published #506

Closed retgits closed 3 years ago

retgits commented 3 years ago

I'm wondering how new versions of cloudstate-proxy-dev-mode are built and pushed and when that happens. Does that only happen on new releases?

marcellanz commented 3 years ago

cloudstate-proxy-dev-mode is superfluous now. It was replaced with cloudstate-proxy-core and config switching. What dev-mode was can be run now with:

docker run ... cloudstate-proxy-core:latest -Dconfig.resource=dev-mode.conf
retgits commented 3 years ago

Okay, cool 😄 will those containers be tagged with releases as well? I saw only latest is available?

marcellanz commented 3 years ago

I think the travis build would: https://github.com/cloudstateio/cloudstate/blob/master/.travis.yml#L76 https://github.com/cloudstateio/cloudstate/blob/master/build.sbt#L365

but the PR above mentioned was merged after the last release.

retgits commented 3 years ago

Awesome, that definitely answers my question

marcellanz commented 3 years ago

Cool :)