File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ An example ``bitbucket-pipeline.yml`` is as follows::
1919 services:
2020 - docker
2121 script:
22- - pipe: docker://seisollc/easy_infra:2025.05.03 -terraform
22+ - pipe: docker://seisollc/easy_infra:2025.05.04 -terraform
2323
2424 pipelines:
2525 default:
@@ -49,7 +49,7 @@ For example::
4949 services:
5050 - docker
5151 script:
52- - pipe: docker://seisollc/easy_infra:2025.05.03 -terraform
52+ - pipe: docker://seisollc/easy_infra:2025.05.04 -terraform
5353 variables:
5454 COMMAND: /bin/bash -c "terraform plan -out=plan.out && terraform apply -auto-approve plan.out"
5555 LEARNING_MODE: true
Original file line number Diff line number Diff line change 2020author = "Jon Zeolla"
2121
2222# The full version, including alpha/beta/rc tags
23- release = "2025.05.03 "
23+ release = "2025.05.04 "
2424
2525
2626# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 55__maintainer__ = "Seiso"
66__copyright__ = "(c) 2020-2024 Seiso, LLC"
77__project_name__ = "easy_infra"
8- __version__ = "2025.05.03 "
8+ __version__ = "2025.05.04 "
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ NOTICE: |
55 ---
66name : Easy Infra (terraform)
77description : A docker container to simplify and secure the use of Infrastructure as Code (IaC)
8- image : seiso/easy_infra:2025.05.03 -terraform
8+ image : seiso/easy_infra:2025.05.04 -terraform
99category : Security
1010repository : https://github.com/seisollc/easy_infra
1111maintainer :
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2025.05.03
2+ current_version = 2025.05.04
33parse = (?P<year>2[0-1]\d{2})\.(?P<month>(0\d|1[0-2]))(.(?P<increment>\d{2}))?
44serialize = {year}.{month}.{increment}
55commit = True
You can’t perform that action at this time.
0 commit comments