diff --git a/docs/BitBucket/index.rst b/docs/BitBucket/index.rst index 3a46c75d..e3add582 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.12.03-terraform + - pipe: docker://seisollc/easy_infra:2025.01.01-terraform pipelines: default: @@ -49,7 +49,7 @@ For example:: services: - docker script: - - pipe: docker://seisollc/easy_infra:2024.12.03-terraform + - pipe: docker://seisollc/easy_infra:2025.01.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 e1952be4..14adc349 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.12.03" +release = "2025.01.01" # -- General configuration --------------------------------------------------- diff --git a/easy_infra/__init__.py b/easy_infra/__init__.py index 4a7c77be..2c9c7fbb 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.12.03" +__version__ = "2025.01.01" diff --git a/pipe.yml b/pipe.yml index fe9c90e3..25ce102f 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.12.03-terraform +image: seiso/easy_infra:2025.01.01-terraform category: Security repository: https://github.com/seisollc/easy_infra maintainer: diff --git a/setup.cfg b/setup.cfg index 2e9dbf8f..2e1ca1a6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2024.12.03 +current_version = 2025.01.01 parse = (?P2[0-1]\d{2})\.(?P(0\d|1[0-2]))(.(?P\d{2}))? serialize = {year}.{month}.{increment} commit = True