diff --git a/docs/BitBucket/index.rst b/docs/BitBucket/index.rst index ba05f52b..bb22a551 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.08.02-terraform + - pipe: docker://seisollc/easy_infra:2024.08.03-terraform pipelines: default: @@ -49,7 +49,7 @@ For example:: services: - docker script: - - pipe: docker://seisollc/easy_infra:2024.08.02-terraform + - pipe: docker://seisollc/easy_infra:2024.08.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 b5b0e164..28684cf0 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.08.02" +release = "2024.08.03" # -- General configuration --------------------------------------------------- diff --git a/easy_infra/__init__.py b/easy_infra/__init__.py index 528ddd45..6c9c7de6 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__ = "2024.08.02" +__version__ = "2024.08.03" diff --git a/pipe.yml b/pipe.yml index c99ea956..548b4b12 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.08.02-terraform +image: seiso/easy_infra:2024.08.03-terraform category: Security repository: https://github.com/seisollc/easy_infra maintainer: diff --git a/setup.cfg b/setup.cfg index 8cdf19e0..4b1a65fc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2024.08.02 +current_version = 2024.08.03 parse = (?P2[0-1]\d{2})\.(?P(0\d|1[0-2]))(.(?P\d{2}))? serialize = {year}.{month}.{increment} commit = True