Skip to content

Commit

Permalink
ECS tools added
Browse files Browse the repository at this point in the history
  • Loading branch information
psiniemi committed May 5, 2024
1 parent 2f08864 commit 1d69b5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![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)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

## Released version 1.317
## Released version 1.318

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 n_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import base64

VERSION = "1.317"
VERSION = "1.318"

PATH_COMMANDS = [
"bin/create-shell-archive.sh",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ requires-python = ">=3.8"
description = "Tools for deploying to AWS via CloudFormation and Serverless framework that support a pull request based workflow"
license = { text = "Apache 2.0" }
authors = [{ name = "Pasi Niemi", email = "pasi@nitor.com" }]
version = "1.317"
version = "1.318"
dynamic = ["entry-points"]
dependencies = [
"argcomplete",
Expand Down Expand Up @@ -62,7 +62,7 @@ content-type = "text/markdown"

[project.urls]
Homepage = "http://github.com/NitorCreations/nameless-deploy-tools"
Download = "https://github.com/NitorCreations/nameless-deploy-tools/tarball/1.317"
Download = "https://github.com/NitorCreations/nameless-deploy-tools/tarball/1.318"

[project.scripts]
associate-eip = "n_utils.cli:associate_eip"
Expand Down

0 comments on commit 1d69b5c

Please sign in to comment.