diff --git a/docs/BitBucket/index.rst b/docs/BitBucket/index.rst index 4843bfec..6b0847da 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.11.03-terraform + - pipe: docker://seisollc/easy_infra:2024.11.04-terraform pipelines: default: @@ -49,7 +49,7 @@ For example:: services: - docker script: - - pipe: docker://seisollc/easy_infra:2024.11.03-terraform + - pipe: docker://seisollc/easy_infra:2024.11.04-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 616a0f29..fe8234e1 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.11.03" +release = "2024.11.04" # -- General configuration --------------------------------------------------- diff --git a/easy_infra/__init__.py b/easy_infra/__init__.py index 2a5260da..3aa0efa6 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.11.03" +__version__ = "2024.11.04" diff --git a/pipe.yml b/pipe.yml index 39378d2e..db5f0149 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.11.03-terraform +image: seiso/easy_infra:2024.11.04-terraform category: Security repository: https://github.com/seisollc/easy_infra maintainer: diff --git a/setup.cfg b/setup.cfg index 3631f23b..781ca981 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2024.11.03 +current_version = 2024.11.04 parse = (?P2[0-1]\d{2})\.(?P(0\d|1[0-2]))(.(?P\d{2}))? serialize = {year}.{month}.{increment} commit = True