Skip to content

Latest commit

 

History

History
278 lines (125 loc) · 12.7 KB

File metadata and controls

278 lines (125 loc) · 12.7 KB

Changelog

4.0.0 (2026-04-14)

⚠ BREAKING CHANGES

  • In case you depended on automatic merge of Git Submodules in the devbox base-config plugin's init hook, this have now been disabled and only uninitialized Git submodules are initialized.

Bug Fixes

  • avoid git submodule init hook merges (#75) (aed451a)

3.6.4 (2026-02-25)

Bug Fixes

3.6.3 (2026-02-09)

Bug Fixes

3.6.2 (2026-01-26)

Bug Fixes

  • Updated our ci-lint.yml file to have correct acces to private repos (#66) (699aa31)

3.6.1 (2026-01-05)

Bug Fixes

  • update .editorconfig for excalidraw.json and gitmodules file types (#64) (4efce14)

3.6.0 (2025-11-24)

Features

  • ansible cfg dist file improvements (#62) (3ccfc60)

3.5.0 (2025-10-23)

Features

  • helper to initialise all submodules based on .gitmodules (#60) (22d8caf)

3.4.2 (2025-10-17)

Bug Fixes

  • release-please.yml from templates not valid yaml (#58) (c29e560)

3.4.1 (2025-10-16)

Bug Fixes

  • Remove comments from JSON files for release-please (#57) (43f5ff7)
  • Remove dependabot bootstrap (moved to github-infrastruture) (#55) (c38fe96)

3.4.0 (2025-08-15)

Features

  • Add dnspython for community.general.dig lookup (95c19d9)
  • Add dnspython for community.general.dig lookup (#54) (39becb4)

Bug Fixes

  • Update release-please command to new workflow (#52) (6b5057d)

3.3.0 (2025-07-16)

Features

  • ensure git submodules are not empty (#50) (d5c9381)

3.2.0 (2025-07-11)

Features

  • add glcoud auth Pip package for Ansible (#48) (2061ac3)

3.1.2 (2025-07-08)

Bug Fixes

  • use go template escape in release please file (#46) (092f80f)

3.1.1 (2025-07-08)

Bug Fixes

  • release please use new action path and config (#44) (9a14ce3)

3.1.0 (2025-06-23)

Features

3.0.1 (2025-06-17)

Bug Fixes

3.0.0 (2025-02-21)

⚠ BREAKING CHANGES

  • Use opentofu in ssh write config files (#38)

Features

  • Use opentofu in ssh write config files (#38) (19335e3)

2.2.0 (2025-02-10)

Features

  • Adding helm and helm lint pre-commit hook (#35) (993d565)

Bug Fixes

  • set proper permissions on ssh config files (#36) (db456f7)

2.1.2 (2024-09-25)

Bug Fixes

  • Ensure .editorconfig is added for pre-commit (#33) (ce07512)

2.1.1 (2024-09-04)

Bug Fixes

  • improve alias script for terraform/tofu (#30) (88628ef)

2.1.0 (2024-08-13)

Features

  • Include editorconfig in pre-commit and support CI (#28) (584229a)

2.0.0 (2024-08-12)

⚠ BREAKING CHANGES

  • Migration command available to clean up old Python dependencies applied by version 1x of our devbox base plugin.

Features

  • Add bootstrap support editorconfig (#25) (881d9be)
  • Adding "aliases" support including terraform/tofu check (#23) (49e13d1)
  • Move devbox/taskfile requirements scope (#26) (64eb249)

1.6.1 (2024-07-04)

Bug Fixes

  • Add about Python req. and fix ansible-bootstrap (#22) (cceed1f)
  • Explicitly install devbox python requirements in init-hook (5c5dd06)
  • Fix wording in ansible.cfg.dist regarding collections_path (2905f22)

1.6.0 (2024-07-04)

Features

  • Add devbox task, and default requirements.txt file (#19) (d675265)

1.5.1 (2024-06-10)

Bug Fixes

1.5.0 (2024-06-07)

Features

1.4.0 (2024-06-06)

Features

Bug Fixes

  • Move Python virt. env to standard non devbox path (#11) (8666be6)

1.3.0 (2024-05-29)

Features

  • release ansible config feat (a80d485)

1.2.2 (2024-05-23)

Bug Fixes

  • Changed task ansible-galaxy to run in current dir (ce82171)
  • Fixed bug (7c7991b)

1.2.1 (2024-05-21)

Bug Fixes

  • Adding yamlint config file (5de69fb)

1.2.0 (2024-05-21)

Features

Bug Fixes

1.1.0 (2024-04-23)

Features

1.0.0 (2024-04-22)

Features

  • Adding base-config plugin (1e815e2)

Bug Fixes