update atlas deprecation language

This is a follow-on to #6018
This commit is contained in:
Matthew Hooker 2018-03-19 10:50:29 -07:00
parent 29399282ef
commit 3c37aaf4e6
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
2 changed files with 6 additions and 8 deletions

View File

@ -254,10 +254,9 @@ func (c *PushCommand) Run(args []string) int {
c.Ui.Message("\n-----------------------------------------------------------------------\n" + c.Ui.Message("\n-----------------------------------------------------------------------\n" +
"Deprecation warning: The Packer and Artifact Registry features of Atlas\n" + "Deprecation warning: The Packer and Artifact Registry features of Atlas\n" +
"will no longer be actively developed or maintained and will be fully\n" + "will no longer be actively developed or maintained and will be fully\n" +
"decommissioned on Friday, March 30, 2018. Please see our guide on\n" + "decommissioned. Please see our guide on building immutable\n" +
"building immutable infrastructure with Packer on CI/CD for ideas on\n" + "infrastructure with Packer on CI/CD for ideas on implementing\n" +
"implementing these features yourself:\n" + "these features yourself: https://www.packer.io/guides/packer-on-cicd/\n" +
"https://www.packer.io/guides/packer-on-cicd/\n" +
"-----------------------------------------------------------------------\n", "-----------------------------------------------------------------------\n",
) )

View File

@ -155,10 +155,9 @@ func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (pac
ui.Message("\n-----------------------------------------------------------------------\n" + ui.Message("\n-----------------------------------------------------------------------\n" +
"Deprecation warning: The Packer and Artifact Registry features of Atlas\n" + "Deprecation warning: The Packer and Artifact Registry features of Atlas\n" +
"will no longer be actively developed or maintained and will be fully\n" + "will no longer be actively developed or maintained and will be fully\n" +
"decommissioned on Friday, March 30, 2018. Please see our guide on\n" + "decommissioned. Please see our guide on building immutable\n" +
"building immutable infrastructure with Packer on CI/CD for ideas on\n" + "infrastructure with Packer on CI/CD for ideas on implementing\n" +
"implementing these features yourself:\n" + "these features yourself: https://www.packer.io/guides/packer-on-cicd/\n" +
"https://www.packer.io/guides/packer-on-cicd/\n" +
"-----------------------------------------------------------------------\n", "-----------------------------------------------------------------------\n",
) )