From b0d0bf61f4cb22269842ddf726c65f401bbc82e4 Mon Sep 17 00:00:00 2001 From: Seiso Automation Date: Thu, 9 May 2024 22:10:09 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202024.04.01=20=E2=86=92=202024?= =?UTF-8?q?.05.01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/BitBucket/index.rst | 4 ++-- docs/conf.py | 2 +- easy_infra/__init__.py | 2 +- pipe.yml | 2 +- setup.cfg | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/BitBucket/index.rst b/docs/BitBucket/index.rst index 50d2606b..3cfb66e6 100644 --- a/docs/BitBucket/index.rst +++ b/docs/BitBucket/index.rst @@ -19,7 +19,7 @@ An example ``bitbucket-pipeline.yml`` is as follows:: services: - docker script: - - pipe: docker://seisollc/easy_infra:2024.04.01-terraform + - pipe: docker://seisollc/easy_infra:2024.05.01-terraform pipelines: default: @@ -49,7 +49,7 @@ For example:: services: - docker script: - - pipe: docker://seisollc/easy_infra:2024.04.01-terraform + - pipe: docker://seisollc/easy_infra:2024.05.01-terraform variables: COMMAND: /bin/bash -c "terraform plan -out=plan.out && terraform apply -auto-approve plan.out" LEARNING_MODE: true diff --git a/docs/conf.py b/docs/conf.py index 1596a2ab..d2f58d72 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ author = "Jon Zeolla" # The full version, including alpha/beta/rc tags -release = "2024.04.01" +release = "2024.05.01" # -- General configuration --------------------------------------------------- diff --git a/easy_infra/__init__.py b/easy_infra/__init__.py index af711d0e..686c4a77 100644 --- a/easy_infra/__init__.py +++ b/easy_infra/__init__.py @@ -5,4 +5,4 @@ __maintainer__ = "Seiso" __copyright__ = "(c) 2022 Seiso, LLC" __project_name__ = "easy_infra" -__version__ = "2024.04.01" +__version__ = "2024.05.01" diff --git a/pipe.yml b/pipe.yml index d0101998..cfdfad94 100644 --- a/pipe.yml +++ b/pipe.yml @@ -5,7 +5,7 @@ NOTICE: | --- name: Easy Infra (terraform) description: A docker container to simplify and secure the use of Infrastructure as Code (IaC) -image: seiso/easy_infra:2024.04.01-terraform +image: seiso/easy_infra:2024.05.01-terraform category: Security repository: https://github.com/seisollc/easy_infra maintainer: diff --git a/setup.cfg b/setup.cfg index 1c151906..40f3889f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2024.04.01 +current_version = 2024.05.01 parse = (?P2[0-1]\d{2})\.(?P(0\d|1[0-2]))(.(?P\d{2}))? serialize = {year}.{month}.{increment} commit = True