Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SeisoLLC/easy_infra
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2024.09.01
Choose a base ref
...
head repository: SeisoLLC/easy_infra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2024.11.01
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Nov 13, 2024

  1. Adding codeowners (#337)

    ChiefHolland authored Nov 13, 2024
    Copy the full SHA
    2b477f7 View commit details
  2. Bump version: 2024.09.01 → 2024.11.01

    SeisoAutomation committed Nov 13, 2024
    Copy the full SHA
    8cac891 View commit details
Showing with 9 additions and 9 deletions.
  1. +1 −1 .github/CODEOWNERS
  2. +1 −1 .pre-commit-config.yaml
  3. +2 −2 docs/BitBucket/index.rst
  4. +1 −1 docs/conf.py
  5. +1 −1 easy_infra/__init__.py
  6. +1 −1 goat
  7. +1 −1 pipe.yml
  8. +1 −1 setup.cfg
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
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: 190a9202b3e83dcfbfdba27eecae801f4d6d20f1 # frozen: v2024.08.03
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
@@ -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:
@@ -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
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -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 ---------------------------------------------------
2 changes: 1 addition & 1 deletion easy_infra/__init__.py
Original file line number Diff line number Diff line change
@@ -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 goat
2 changes: 1 addition & 1 deletion pipe.yml
Original file line number Diff line number Diff line change
@@ -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:
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