nats-io / nats-docker

Official Docker image for the NATS server
Apache License 2.0
133 stars 46 forks source link

Support multiple versions #120

Closed bruth closed 1 year ago

bruth commented 1 year ago

This change enables doing:

./update.py 2.9.23

And it will update in 2.9.x. Or you could do:

./update.py 2.10.0

And it will copy the 2.9.x directory to 2.10.x and apply the version there. Then going forward we can support patch releases in either minor version.

bruth commented 1 year ago

Will fix tests shortly..