Skip to content

Commit

Permalink
Merge branch 'main' into align-tofu-versions-and-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
JonZeolla authored Aug 11, 2024
2 parents a294261 + 72c00ca commit 2c57f27
Show file tree
Hide file tree
Showing 9 changed files with 75 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
repos:
- repo: https://github.com/seisollc/goat
rev: 06b194af7f09fa6c4ba797a1cdb5808a1d694536 # frozen: v2024.07.01
rev: 5d0d9eaa8c9500477cbf5ed0475f1ea58f337fd0 # frozen: v2024.08.01
hooks:
- id: seiso-lint
124 changes: 63 additions & 61 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.07.03-terraform
- pipe: docker://seisollc/easy_infra:2024.08.01-terraform

pipelines:
default:
Expand Down Expand Up @@ -49,7 +49,7 @@ For example::
services:
- docker
script:
- pipe: docker://seisollc/easy_infra:2024.07.03-terraform
- pipe: docker://seisollc/easy_infra:2024.08.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.07.03"
release = "2024.08.01"


# -- General configuration ---------------------------------------------------
Expand Down
8 changes: 4 additions & 4 deletions easy_infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ packages:
environments:
- none
name: cloudformation
version: 2.17.18
version: 2.17.25
version_argument: --version
azure-cli:
aliases:
- az
version: 2.62.0-1~jammy
version: 2.63.0-1~jammy
version_argument: version
checkov:
version: 3.2.210
version: 3.2.219
version_argument: --version
consul-template:
helper:
Expand Down Expand Up @@ -108,7 +108,7 @@ packages:
env_vars:
- TF_DATA_DIR
security: *id004
version: v1.7.3
version: v1.8.1
version_argument: version
terraform:
file_extensions: *id003
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.07.03"
__version__ = "2024.08.01"
2 changes: 1 addition & 1 deletion goat
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.07.03-terraform
image: seiso/easy_infra:2024.08.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.07.03
current_version = 2024.08.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 2c57f27

Please sign in to comment.