Skip to content

Bonfire v3

Compare
Choose a tag to compare
@bsquizz bsquizz released this 10 Jan 14:42
· 293 commits to master since this release
48488d7
  1. We now use the namespace operator for handling namespace reservations. The old "ephemeral-NN" namespaces are now deprecated and only bonfire v2 will utilize those. We will keep the old namespaces around for 2 more weeks.
  2. The default configuration source has been changed to "appsre". This means that if you type "bonfire deploy app" -- we are now by default fetching configs from the app-interface APIs. You can still switch back to local mode use "--source local". The cicd-common gitlab config is now deprecated and will be removed in 2 weeks -- it is one less thing for app owners to worry about keeping up-to-date.
  3. We removed the functionality that looks for a config file named "config.yaml" in the current working dir. This tripped up a lot of people in the past more than it helped.