Skip to content

Instantly share code, notes, and snippets.

@bradreid
Last active August 29, 2015 14:16
Show Gist options
  • Save bradreid/0c5a08c04c10518711fa to your computer and use it in GitHub Desktop.
Save bradreid/0c5a08c04c10518711fa to your computer and use it in GitHub Desktop.
Heroku update
Hello,
On March 16th 2015, in approximately two weeks, we will be shutting off git pushes to Bamboo applications. About three months after that, on June 16th 2015, we will fully shut down the Bamboo stack. Bamboo went live almost 5 years ago, and the time has come for us to retire it.
Note that neither HTTPS Git, Build API nor the release API is enabled for Bamboo apps. That means that on March 16th, you will no longer be able to push changes to Bamboo apps.
These apps currently use the Bamboo stack and must be migrated to Cedar-14:
mvp-blog
To start migrating apps to the current Cedar-14 stack right now, check out the Cedar migration guide on Dev Center. If you are no longer
using an app and don’t want to upgrade it, you can simply archive the source code of the app and then destroy it:
$ heroku git:clone --ssh-git -a my-app
$ heroku apps:destroy -a my-app
Several components of the Bamboo stack are past their end-of-life. This includes Debian Lenny, the operating system version used and the 1.8.7 REE and the 1.9.2 MRI Ruby VMs available on Bamboo. Since these components are no longer receiving security updates, Bamboo is unsuitable for production apps. We recommend migrating important apps to Cedar-14 immediately.
If you have questions, feel free to open a topic in the Bamboo section of the Heroku forums. We’re looking forward to helping you migrate your apps to Cedar-14, where they will receive the benefit of modern, fast, and fully patched Ruby versions.
Happy coding,
Heroku
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment