add deprecation warnings to docs

This commit is contained in:
Matthew Hooker 2017-12-11 17:12:57 -08:00
parent c07eabe4c0
commit cd2a0fe873
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
3 changed files with 16 additions and 1 deletions

View File

@ -9,6 +9,11 @@ sidebar_current: 'docs-commands-push'
# `push` Command
!> The Packer and Artifact Registry features of Atlas will no longer be
actively developed or maintained and will be fully decommissioned on Friday,
March 30, 2018. Please see our [guide on building immutable infrastructure with
Packer on CI/CD](/guides/packer-on-cicd/).
The `packer push` command uploads a template and other required files to the
Atlas service, which will run your packer build for you. [Learn more about
Packer in Atlas.](https://atlas.hashicorp.com/help/packer/features)
@ -23,7 +28,7 @@ artifacts in Atlas. In order to do that you will also need to configure the
[Atlas post-processor](/docs/post-processors/atlas.html). This is optional, and
both the post-processor and push commands can be used independently.
!> The push command uploads your template and other files, like provisioning
~> The push command uploads your template and other files, like provisioning
scripts, to Atlas. Take care not to upload files that you don't intend to, like
secrets or large binaries. **If you have secrets in your Packer template, you
should [move them into environment

View File

@ -10,6 +10,11 @@ sidebar_current: 'docs-post-processors-atlas'
# Atlas Post-Processor
!> The Packer and Artifact Registry features of Atlas will no longer be
actively developed or maintained and will be fully decommissioned on Friday,
March 30, 2018. Please see our [guide on building immutable infrastructure with
Packer on CI/CD](/guides/packer-on-cicd/).
Type: `atlas`
The Atlas post-processor uploads artifacts from your packer builds to Atlas for

View File

@ -9,6 +9,11 @@ sidebar_current: 'docs-templates-push'
# Template Push
!> The Packer and Artifact Registry features of Atlas will no longer be
actively developed or maintained and will be fully decommissioned on Friday,
March 30, 2018. Please see our [guide on building immutable infrastructure with
Packer on CI/CD](/guides/packer-on-cicd/).
Within the template, the push section configures how a template can be
[pushed](/docs/commands/push.html) to a remote build service.