From 3c37aaf4e6f8f0a3a72a6095e483c33e38124c82 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Mon, 19 Mar 2018 10:50:29 -0700 Subject: [PATCH] update atlas deprecation language This is a follow-on to #6018 --- command/push.go | 7 +++---- post-processor/atlas/post-processor.go | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/command/push.go b/command/push.go index f063ae0d3..ba366a5d6 100644 --- a/command/push.go +++ b/command/push.go @@ -254,10 +254,9 @@ func (c *PushCommand) Run(args []string) int { c.Ui.Message("\n-----------------------------------------------------------------------\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" + - "decommissioned on Friday, March 30, 2018. Please see our guide on\n" + - "building immutable infrastructure with Packer on CI/CD for ideas on\n" + - "implementing these features yourself:\n" + - "https://www.packer.io/guides/packer-on-cicd/\n" + + "decommissioned. Please see our guide on building immutable\n" + + "infrastructure with Packer on CI/CD for ideas on implementing\n" + + "these features yourself: https://www.packer.io/guides/packer-on-cicd/\n" + "-----------------------------------------------------------------------\n", ) diff --git a/post-processor/atlas/post-processor.go b/post-processor/atlas/post-processor.go index a0df0db06..42d45c054 100644 --- a/post-processor/atlas/post-processor.go +++ b/post-processor/atlas/post-processor.go @@ -155,10 +155,9 @@ func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (pac ui.Message("\n-----------------------------------------------------------------------\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" + - "decommissioned on Friday, March 30, 2018. Please see our guide on\n" + - "building immutable infrastructure with Packer on CI/CD for ideas on\n" + - "implementing these features yourself:\n" + - "https://www.packer.io/guides/packer-on-cicd/\n" + + "decommissioned. Please see our guide on building immutable\n" + + "infrastructure with Packer on CI/CD for ideas on implementing\n" + + "these features yourself: https://www.packer.io/guides/packer-on-cicd/\n" + "-----------------------------------------------------------------------\n", )