diff --git a/content/changes/2014-01-09-preview-the-new-deployments-api.md b/content/changes/2014-01-09-preview-the-new-deployments-api.md index 19006cad67..003a99be33 100644 --- a/content/changes/2014-01-09-preview-the-new-deployments-api.md +++ b/content/changes/2014-01-09-preview-the-new-deployments-api.md @@ -75,7 +75,7 @@ stable and suitable for production use. We hope you’ll take it for a spin and [send us your feedback][contact]. -![Shipit Squirrel](http://shipitsquirrel.github.io/images/ship%20it%20squirrel.png) +![Shipit Squirrel](https://camo.githubusercontent.com/da8106f759bf0d163fb002e715fb1d1f1d2b6f4e/687474703a2f2f736869706974737175697272656c2e6769746875622e696f2f696d616765732f736869702532306974253230737175697272656c2e706e67) [docs]: /v3/repos/deployments/ [hooks]: /v3/repos/hooks/ diff --git a/content/changes/2014-03-03-deployments-api-updates.md b/content/changes/2014-03-03-deployments-api-updates.md index 7946aa1d7f..b4354c8dee 100644 --- a/content/changes/2014-03-03-deployments-api-updates.md +++ b/content/changes/2014-03-03-deployments-api-updates.md @@ -5,7 +5,7 @@ created_at: 2014-03-03 author_name: atmos --- -As we [iterate on the preview][january-deployment-api-post] for the new Deployment API, we're making sure that it's friendly to work with for the apps built on top of it. +As we [iterate on the preview][january-deployment-api-post] for the new Deployments API, we're making sure that it's friendly to work with for the apps built on top of it. ## Deserialize Deployment Payloads diff --git a/content/changes/2014-04-10-deployment-api-preview-extension.md b/content/changes/2014-04-10-deployment-api-preview-extension.md new file mode 100644 index 0000000000..968304164c --- /dev/null +++ b/content/changes/2014-04-10-deployment-api-preview-extension.md @@ -0,0 +1,15 @@ +--- +kind: change +title: Extending the preview period for the Deployments API +created_at: 2014-04-10 +author_name: atmos +--- + +The preview period for the new [Deployments API][2014-01-deployments-api-post] continues to yield valuable feedback from developers. In early March, we used that feedback to [improve the payload format][payload-update] that integrations can use to customize deployments. A few weeks later, we began integrating with the new [Combined Status API][combined-statuses] to help ensure that only verified code gets deployed, even if you have multiple systems verifying different aspects of your software. + +To give developers time to explore these recent refinements to the Deployments API, we're extending the preview period for a little while longer. As always, if you have any questions or feedback, please [get in touch][contact]. + +[2014-01-deployments-api-post]: /changes/2014-01-09-preview-the-new-deployments-api/ +[payload-update]: /changes/2014-03-03-deployments-api-updates/ +[combined-statuses]: /changes/2014-03-27-combined-status-api/ +[contact]: https://github.com/contact?form[subject]=Deployments+API