From 36ac796f83b92faabef84af87722cc8fc3691520 Mon Sep 17 00:00:00 2001 From: Seiso Automation Date: Fri, 17 Jan 2025 21:53:22 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202025.01.02=20=E2=86=92=202025?= =?UTF-8?q?.01.03?= 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 c5740f7e..8fef7fbb 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:2025.01.02-terraform + - pipe: docker://seisollc/easy_infra:2025.01.03-terraform pipelines: default: @@ -49,7 +49,7 @@ For example:: services: - docker script: - - pipe: docker://seisollc/easy_infra:2025.01.02-terraform + - pipe: docker://seisollc/easy_infra:2025.01.03-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 5d88d2fa..f504377a 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 = "2025.01.02" +release = "2025.01.03" # -- General configuration --------------------------------------------------- diff --git a/easy_infra/__init__.py b/easy_infra/__init__.py index c120e501..e04813ca 100644 --- a/easy_infra/__init__.py +++ b/easy_infra/__init__.py @@ -5,4 +5,4 @@ __maintainer__ = "Seiso" __copyright__ = "(c) 2020-2024 Seiso, LLC" __project_name__ = "easy_infra" -__version__ = "2025.01.02" +__version__ = "2025.01.03" diff --git a/pipe.yml b/pipe.yml index 76f0e5f8..8bc5344d 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:2025.01.02-terraform +image: seiso/easy_infra:2025.01.03-terraform category: Security repository: https://github.com/seisollc/easy_infra maintainer: diff --git a/setup.cfg b/setup.cfg index 481da940..7f34484b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2025.01.02 +current_version = 2025.01.03 parse = (?P2[0-1]\d{2})\.(?P(0\d|1[0-2]))(.(?P\d{2}))? serialize = {year}.{month}.{increment} commit = True