Skip to content

Commit

Permalink
Bump version: 2024.09.01 → 2024.11.01
Browse files Browse the repository at this point in the history
  • Loading branch information
SeisoAutomation committed Nov 13, 2024
1 parent 2b477f7 commit 8cac891
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/BitBucket/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ An example ``bitbucket-pipeline.yml`` is as follows::
services:
- docker
script:
- pipe: docker://seisollc/easy_infra:2024.09.01-terraform
- pipe: docker://seisollc/easy_infra:2024.11.01-terraform

pipelines:
default:
Expand Down Expand Up @@ -49,7 +49,7 @@ For example::
services:
- docker
script:
- pipe: docker://seisollc/easy_infra:2024.09.01-terraform
- pipe: docker://seisollc/easy_infra:2024.11.01-terraform
variables:
COMMAND: /bin/bash -c "terraform plan -out=plan.out && terraform apply -auto-approve plan.out"
LEARNING_MODE: true
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
author = "Jon Zeolla"

# The full version, including alpha/beta/rc tags
release = "2024.09.01"
release = "2024.11.01"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion easy_infra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
__maintainer__ = "Seiso"
__copyright__ = "(c) 2020-2024 Seiso, LLC"
__project_name__ = "easy_infra"
__version__ = "2024.09.01"
__version__ = "2024.11.01"
2 changes: 1 addition & 1 deletion pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.09.01-terraform
image: seiso/easy_infra:2024.11.01-terraform
category: Security
repository: https://github.com/seisollc/easy_infra
maintainer:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2024.09.01
current_version = 2024.11.01
parse = (?P<year>2[0-1]\d{2})\.(?P<month>(0\d|1[0-2]))(.(?P<increment>\d{2}))?
serialize = {year}.{month}.{increment}
commit = True
Expand Down

0 comments on commit 8cac891

Please sign in to comment.