Skip to content

Commit

Permalink
Merge branch 'main' into create-pull-request/patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiefHolland authored Nov 13, 2024
2 parents 4787bd3 + 8cac891 commit ce03ed7
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @jonzeolla
* @chiefholland @jonzeolla @seanctech
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: 08d04d273cf7b18acd882820c866766d5ecb3c22 # frozen: v2024.10.01
rev: 3c99cae4c2fdd15aa839d89211a546b1f3084935 # frozen: v2024.10.01
hooks:
- id: seiso-lint
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 ce03ed7

Please sign in to comment.