You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.