cloudfoundry-incubator / fissile

Turn a BOSH release into container images / files
Apache License 2.0
67 stars 36 forks source link

Cut releases with release notes? #518

Open drnic opened 4 years ago

drnic commented 4 years ago

Its a year since last github release and 352 commits since then. I've discovered the magic S3 bucket with builds from CI; but will we return to github releases with release notes? Especially for notifications of updates to the fissile build release-images command :)

For anyone else wondering how to get latest fissile, here's an example command to download/install latest darwin fissile into $GOPATH/bin:

aws s3 cp "s3://cf-opensusefs2/fissile/develop/$(aws s3 ls s3://cf-opensusefs2/fissile/develop/ | sort | grep darwin | tail -n1 | awk '{print $4}')" - | tar -C $GOPATH/bin -xvz fissile
drnic commented 4 years ago

I've also added fissile to our homebrew/ci if that's useful to anyone else to get latest fissile automatically on brew upgrade:

$ brew install starkandwayne/cf/fissile
==> Installing fissile from starkandwayne/cf
==> Downloading http://cf-opensusefs2.s3.amazonaws.com/fissile/develop/fissile-7.0.0%2B354.gacefcfa4.darwin-amd64.tgz
######################################################################## 100.0%
🍺  /usr/local/Cellar/fissile/v7.0.0+354.gacefcfa4: 3 files, 27.5MB, built in 1 minute 58 seconds

$ fissile version
fissile-7.0.0+354.gacefcfa4

If we switch to cutting github releases, then I'll change the CI pipeline to only pull fissile releases from there. Until then, it'll get whatever turns up in the s3 bucket's fissile/develop/ folder.

gaktive commented 4 years ago

Hi! Upon discussion with @viovanov, we'll look to cut a new release to help with scf v3 work. https://github.com/SUSE/scf/issues/2870 will track those efforts (yes, outside this repo) and we'll boost the docs in this repo.

manno commented 4 years ago

We added a release of the current state: https://github.com/cloudfoundry-incubator/fissile/releases/tag/v7.0.0%2B374.gb8e8e6af This should be easier to access, than the s3 buckets (https://cf-opensusefs2.s3.us-east-1.amazonaws.com/fissile/develop/fissile-7.0.0%2b374.gb8e8e6af.darwin-amd64.tgz).