dependabot[bot]
407a900bbc
gh-actions: bump cycjimmy/semantic-release-action from 4.2.0 to 4.2.1
...
Bumps [cycjimmy/semantic-release-action](https://github.com/cycjimmy/semantic-release-action ) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/cycjimmy/semantic-release-action/releases )
- [Changelog](https://github.com/cycjimmy/semantic-release-action/blob/main/docs/CHANGELOG.md )
- [Commits](0a51e81a6b...c4a2fa8906 )
---
updated-dependencies:
- dependency-name: cycjimmy/semantic-release-action
dependency-version: 4.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-09 12:28:37 +00:00
semantic-release-bot
04bfdda8eb
chore(release): version 2.2.1 [skip ci]
...
v2.2.1
## [2.2.1](https://github.com/tofuutils/pre-commit-opentofu/compare/v2.2.0...v2.2.1 ) (2025-06-04)
### Bug Fixes
* make infracost_breakdown.sh compatible with bash 3.2 (macOS) ([df886fa ](df886fa772 ))
* Update pre-commit/action version ([#30 ](https://github.com/tofuutils/pre-commit-opentofu/issues/30 )) ([44c7b5d ](44c7b5dec9 ))
2025-06-04 08:26:32 +00:00
df886fa772
fix: make infracost_breakdown.sh compatible with bash 3.2 (macOS)
...
- Replace mapfile with while-read loop for bash 3.2 compatibility
- Fix substring expressions to avoid negative indices:
(${check: -1} => ${check:$((${#check}-1)):1})
- Replace negative array indexing with explicit length calculation
- Maintain identical functionality while supporting macOS default bash
version
Signed-off-by: Oliver Ladner <waste@lugh.ch>
2025-06-04 10:26:05 +02:00
Nikolai Mishin
44c7b5dec9
fix: Update pre-commit/action version ( #30 )
...
This is needed to switch to the new cache:
https://gh.io/gha-cache-sunset
Signed-off-by: Nikolai Mishin <sanduku.default@gmail.com>
2025-06-04 00:11:35 +02:00
kvendingoldo
b73207253f
Merge pull request #26 from tofuutils/dependabot/github_actions/actions/stale-9.1.0
...
gh-actions: bump actions/stale from 9.0.0 to 9.1.0
2025-06-02 20:15:04 +04:00
kvendingoldo
f5f4fdf330
Merge pull request #27 from tofuutils/dependabot/github_actions/actions/setup-python-5.6.0
...
gh-actions: bump actions/setup-python from 5.0.0 to 5.6.0
2025-06-02 20:14:59 +04:00
kvendingoldo
5f888bddf6
Merge pull request #29 from tofuutils/dependabot/github_actions/tj-actions/changed-files-46
...
gh-actions: bump tj-actions/changed-files from 26.1 to 46
2025-06-02 20:14:53 +04:00
dependabot[bot]
98a556422a
gh-actions: bump tj-actions/changed-files from 26.1 to 46
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 26.1 to 46.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](58ae566dc6...ed68ef82c0 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: '46'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-02 12:20:13 +00:00
dependabot[bot]
ed9b22cc37
gh-actions: bump actions/setup-python from 5.0.0 to 5.6.0
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 5.0.0 to 5.6.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](0a5c615913...a26af69be9 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: 5.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-02 12:16:54 +00:00
dependabot[bot]
8604934d93
gh-actions: bump actions/stale from 9.0.0 to 9.1.0
...
Bumps [actions/stale](https://github.com/actions/stale ) from 9.0.0 to 9.1.0.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](28ca103628...5bef64f19d )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-version: 9.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-02 12:10:49 +00:00
kvendingoldo
16722bff5a
Merge pull request #25 from tofuutils/dependabot/github_actions/amannn/action-semantic-pull-request-5.5.3
...
gh-actions: bump amannn/action-semantic-pull-request from 5.4.0 to 5.5.3
2025-06-02 01:29:49 +04:00
kvendingoldo
7eab6411d6
Merge pull request #24 from tofuutils/dependabot/github_actions/tj-actions/changed-files-26.1
...
gh-actions: bump tj-actions/changed-files from 13.1 to 26.1
2025-06-02 01:29:42 +04:00
kvendingoldo
da8319297d
Merge pull request #23 from tofuutils/dependabot/github_actions/MaxymVlasov/dive-action-1.5.0
...
gh-actions: bump MaxymVlasov/dive-action from 0.1.0 to 1.5.0
2025-06-02 01:29:33 +04:00
kvendingoldo
b27ad3a24a
Merge pull request #22 from tofuutils/dependabot/github_actions/cycjimmy/semantic-release-action-4.2.0
...
gh-actions: bump cycjimmy/semantic-release-action from 4.0.0 to 4.2.0
2025-06-02 01:29:25 +04:00
dependabot[bot]
df38ee3d39
gh-actions: bump pre-commit/action from 2.0.3 to 3.0.1
...
Bumps [pre-commit/action](https://github.com/pre-commit/action ) from 2.0.3 to 3.0.1.
- [Release notes](https://github.com/pre-commit/action/releases )
- [Commits](9b88afc9cd...2c7b3805fd )
---
updated-dependencies:
- dependency-name: pre-commit/action
dependency-version: 3.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-01 14:20:11 +02:00
dependabot[bot]
10393e2209
gh-actions: bump amannn/action-semantic-pull-request from 5.4.0 to 5.5.3
...
Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request ) from 5.4.0 to 5.5.3.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases )
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md )
- [Commits](e9fabac35e...0723387faa )
---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
dependency-version: 5.5.3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-31 23:54:13 +00:00
dependabot[bot]
700b083394
gh-actions: bump tj-actions/changed-files from 13.1 to 26.1
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 13.1 to 26.1.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](2c85495a7b...58ae566dc6 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: '26.1'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-31 23:54:10 +00:00
dependabot[bot]
6be1b27016
gh-actions: bump MaxymVlasov/dive-action from 0.1.0 to 1.5.0
...
Bumps [MaxymVlasov/dive-action](https://github.com/maxymvlasov/dive-action ) from 0.1.0 to 1.5.0.
- [Release notes](https://github.com/maxymvlasov/dive-action/releases )
- [Commits](0035999cae...b08c8287e6 )
---
updated-dependencies:
- dependency-name: MaxymVlasov/dive-action
dependency-version: 1.5.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-31 23:54:06 +00:00
dependabot[bot]
f8089e96a8
gh-actions: bump cycjimmy/semantic-release-action from 4.0.0 to 4.2.0
...
Bumps [cycjimmy/semantic-release-action](https://github.com/cycjimmy/semantic-release-action ) from 4.0.0 to 4.2.0.
- [Release notes](https://github.com/cycjimmy/semantic-release-action/releases )
- [Changelog](https://github.com/cycjimmy/semantic-release-action/blob/main/docs/CHANGELOG.md )
- [Commits](61680d0e9b...0a51e81a6b )
---
updated-dependencies:
- dependency-name: cycjimmy/semantic-release-action
dependency-version: 4.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-31 23:54:03 +00:00
Nikolai Mishin
0cbe561817
Create dependabot.yml
2025-06-01 01:53:20 +02:00
semantic-release-bot
08c520a2f2
chore(release): version 2.2.0 [skip ci]
...
v2.2.0
# [2.2.0](https://github.com/tofuutils/pre-commit-opentofu/compare/v2.1.0...v2.2.0 ) (2025-03-29)
### Features
* make release ([e625db1 ](e625db13ec ))
2025-03-29 17:51:48 +00:00
Alexander Sharov
e625db13ec
feat: make release
2025-03-29 18:51:17 +01:00
kvendingoldo
3f2b1f3d25
Merge pull request #16 from jimbocoder/patch-1
...
fix: Install newer tofu version to support new HCL syntax
2025-03-20 18:38:20 +01:00
Jim
7b4692fe47
Update docker build to install newer tofu binary
...
The current 1.6 that gets installed does not have the provider-defined functions feature, which has a new syntax. The new syntax causes `tofu fmt` fails on code that uses this feature.
Using the latest current release should fix this and possibly other issues.
Better solutions certainly exist, just trying to keep this simple.
Signed-off-by: jimbocoder <jimbocoder@gmail.com>
2025-03-20 10:56:40 -04:00
semantic-release-bot
5af24ae7a6
chore(release): version 2.1.0 [skip ci]
...
v2.1.0
# [2.1.0](https://github.com/tofuutils/pre-commit-opentofu/compare/v2.0.0...v2.1.0 ) (2024-10-16)
### Features
* spport .tofu files ([#6 ](https://github.com/tofuutils/pre-commit-opentofu/issues/6 )) ([e059c58 ](e059c5859b ))
2024-10-16 20:56:03 +00:00
kvendingoldo
3f2a01a4b8
Merge pull request #14 from NorddeutscherRundfunk/support_tofu_files
...
feat: Support .tofu files
2024-10-16 22:55:29 +02:00
T. Hinrichsmeyer
e059c5859b
feat: spport .tofu files ( #6 )
...
Signed-off-by: T. Hinrichsmeyer <t.hinrichsmeyer@ndr.de>
2024-10-16 12:15:37 +02:00
semantic-release-bot
81b78c8fd7
chore(release): version 2.0.0 [skip ci]
...
v2.0.0
# [2.0.0](https://github.com/tofuutils/pre-commit-opentofu/compare/v1.0.4...v2.0.0 ) (2024-09-25)
### Features
* **tofu:** add handling for missing tofu binary in Docker image This commit introduces logic to gracefully handle the case when the tofu binary is not found in the Docker image, improving the overall user experience. BREAKING CHANGE: The previous behavior of the application when the tofu binary was missing may have caused unexpected crashes. ([14fc63e ](14fc63eb5b ))
### BREAKING CHANGES
* **tofu:** The previous behavior of the application when the tofu binary was missing may have caused unexpected crashes."
2024-09-25 00:39:10 +00:00
kvendingoldo
d167eb9098
Merge pull request #12 from SOHAN-cyber/main
...
Missing Tofu Binary in Docker Image
2024-09-25 02:38:43 +02:00
SOHAN-cyber
14fc63eb5b
feat(tofu): add handling for missing tofu binary in Docker image This commit introduces logic to gracefully handle the case when the tofu binary is not found in the Docker image, improving the overall user experience. BREAKING CHANGE: The previous behavior of the application when the tofu binary was missing may have caused unexpected crashes.
...
git commit -m "feat(tofu): add handling for missing tofu binary in Docker image
This commit introduces logic to gracefully handle the case when the tofu binary is not found in the Docker image, improving the overall user experience.
BREAKING CHANGE: The previous behavior of the application when the tofu binary was missing may have caused unexpected crashes."
2024-09-24 22:10:26 +05:30
SOHAN-cyber
d2f129a4be
Update Dockerfile
2024-09-24 21:59:24 +05:30
SOHAN-cyber
fc98a63dd8
Update Dockerfile
2024-09-24 21:57:46 +05:30
semantic-release-bot
1c56b206df
chore(release): version 1.0.4 [skip ci]
...
v1.0.4
## [1.0.4](https://github.com/tofuutils/pre-commit-opentofu/compare/v1.0.3...v1.0.4 ) (2024-09-21)
### Bug Fixes
* docker image reference in README.md ([7b04f0c ](7b04f0c249 ))
* docker image reference in README.md ([f9b71fe ](f9b71fe08f ))
* dockerhub ([0fac591 ](0fac59197f ))
* entry for tofu_docs_replace ([f146463 ](f146463ac8 ))
2024-09-21 20:23:14 +00:00
Nikolai Mishin
ce1ed64ab1
Merge pull request #10 from tofuutils/fix/7
...
fix: Entry for tofu_docs_replace
2024-09-21 22:22:47 +02:00
Nikolai Mishin
f146463ac8
fix: entry for tofu_docs_replace
...
Signed-off-by: Nikolai Mishin <sanduku.default@gmail.com>
2024-09-21 21:57:11 +02:00
Alexander Sharov
7b04f0c249
fix: docker image reference in README.md
2024-06-14 18:49:55 +03:00
Alexander Sharov
f9b71fe08f
fix: docker image reference in README.md
2024-06-14 17:32:43 +03:00
Alexander Sharov
0fac59197f
fix: dockerhub
2024-06-14 14:59:53 +03:00
Alexander Sharov
e723f9027f
feat: add dockerhub support
v1.0.3
2024-06-14 14:50:49 +03:00
semantic-release-bot
061cc7c398
chore(release): version 1.0.2 [skip ci]
...
v1.0.2
## [1.0.2](https://github.com/tofuutils/pre-commit-opentofu/compare/v1.0.1...v1.0.2 ) (2024-03-08)
### Bug Fixes
* remove obsolete terraform checks and awk file hack ([97cba7a ](97cba7a646 ))
2024-03-08 13:00:34 +00:00
kvendingoldo
a60afcd7be
Merge pull request #3 from bmelbourne/fix-tofu-docs-checks
...
fix: Remove obsolete terraform checks and awk file hack
2024-03-08 14:00:04 +01:00
bmelbourne
97cba7a646
fix: remove obsolete terraform checks and awk file hack
...
Signed-off-by: bmelbourne <barry.melbourne0@gmail.com>
2024-03-08 09:34:40 +00:00
semantic-release-bot
650713c088
chore(release): version 1.0.1 [skip ci]
...
v1.0.1
## [1.0.1](https://github.com/tofuutils/pre-commit-opentofu/compare/v1.0.0...v1.0.1 ) (2024-03-07)
### Bug Fixes
* dockerfile ([65b197c ](65b197c841 ))
2024-03-07 12:21:12 +00:00
Alexander Sharov
65b197c841
fix: dockerfile
2024-03-07 14:09:39 +02:00
Alexander Sharov
3c7a432c3a
fix: issues with CI
v1.0.0
2024-03-07 14:03:55 +02:00
Alexander Sharov
65ac74a0fd
fix: docs
2024-01-21 21:19:16 +01:00
Alexander Sharov
b137a0f5c8
fix: docs
2024-01-21 21:11:37 +01:00
Alexander Sharov
5e0e10c2d8
fix: docs
2024-01-21 21:01:18 +01:00
kvendingoldo
02ebd94241
Merge pull request #1 from tofuutils/feat/rename-terraform-to-tofu
...
feat: rename pre-commit-terraform to pre-commit-opentofu
2024-01-17 01:17:32 +01:00
Alexander Sharov
a8ef967e92
feat: rename pre-commit-terraform to pre-commit-opentofu, pt X
2024-01-17 01:15:52 +01:00