Skip to content

Commit

Permalink
Deprecate Phantomjs installation and add disable-rollback for Cloudfo…
Browse files Browse the repository at this point in the history
…rmation stack deployment
  • Loading branch information
psiniemi committed Jan 4, 2023
1 parent 1bcadbc commit 3b3100c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Build Status](https://api.travis-ci.com/NitorCreations/nameless-deploy-tools.svg?branch=master)](https://app.travis-ci.com/github/NitorCreations/nameless-deploy-tools/)
[![Coverage Status](https://coveralls.io/repos/github/NitorCreations/nameless-deploy-tools/badge.svg?branch=master)](https://coveralls.io/github/NitorCreations/nameless-deploy-tools?branch=master)

## Released version 1.279
## Released version 1.280

Nameless deploy tools are a set of tools to implement a true Infrastructure As Code workflow
with various cloud infrastructure management tools. Currently supported tools are
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -ex \
&& unzip -d /usr/bin terraform_${TERRAFORM_VERSION}_linux_${dpkgArch}.zip \
&& rm -f terraform_${TERRAFORM_VERSION}_linux_${dpkgArch}.zip terraform_${TERRAFORM_VERSION}_SHA256SUMS terraform_${TERRAFORM_VERSION}_SHA256SUMS.sig

RUN pip install --no-cache-dir nameless-deploy-tools==1.279
RUN pip install --no-cache-dir nameless-deploy-tools==1.280

VOLUME /var/lib/docker

Expand Down
3 changes: 2 additions & 1 deletion docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,8 @@ optional arguments:
```bash
ami that is tagged with the bake-job name
usage: ndt deploy-stack [-d] [-h] component stack-name ami-id bake-job
-r, --disable-rollback - disable stack rollback on failure
usage: ndt deploy-stack [-d] [-r] [-h] component stack-name ami-id bake-job

Resolves potential ECR urls and AMI Ids and then deploys the given stack either updating or creating it.
If pre_deploy.sh and post_deploy.sh exist and are executable in the subcompoent directory,
Expand Down
2 changes: 1 addition & 1 deletion n_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"""
import base64

VERSION = "1.279"
VERSION = "1.280"

PATH_COMMANDS = [
"bin/create-shell-archive.sh",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name="nameless-deploy-tools",
version="1.279",
version="1.280",
description="Tools for deploying to AWS via CloudFormation and Serverless framework that support a pull request based workflow",
url="http://github.com/NitorCreations/nameless-deploy-tools",
download_url="https://github.com/NitorCreations/nameless-deploy-tools/tarball/1.157",
Expand Down

0 comments on commit 3b3100c

Please sign in to comment.