File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.0 .0"
2+ "." : " 0.1 .0"
33}
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 0.1.0 (2026-04-03)
4+
5+
6+ ### Features
7+
8+ * add repository hygiene ([ 739495a] ( https://github.com/stanislavbebej/terraform/commit/739495a4360f05326905049663af2172f3a12b8e ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * ** deps:** bump hashicorp/google ([ d6c59f4] ( https://github.com/stanislavbebej/terraform/commit/d6c59f4cb2e84a503df823ee2ab66009a53d59d9 ) )
14+ * ** deps:** bump https://github.com/bridgecrewio/checkov ([ 3f0d95e] ( https://github.com/stanislavbebej/terraform/commit/3f0d95e60cd1f368791f1c4d03c4cf1d546c5055 ) )
15+ * ** deps:** bump the actions-deps group with 4 updates ([ b061d78] ( https://github.com/stanislavbebej/terraform/commit/b061d78b6506064a5e8ad15cd219502b047e44f7 ) )
16+ * resource already exists ([ b66e23b] ( https://github.com/stanislavbebej/terraform/commit/b66e23b0745415dc1ee63946cd5ef662c43f2b82 ) )
17+ * skip bootstrap after reboot ([ 12ccc33] ( https://github.com/stanislavbebej/terraform/commit/12ccc339a725cff72f176ae9bdb158e9d98e1513 ) )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ provider "google" {
66
77module "pihole" {
88 # checkov:skip=CKV_TF_1:Ensure Terraform module sources use a commit hash
9- source = " github.com/stanislavbebej/terraform//modules/pihole?ref=v0.0 .0" # x-release-please-version
9+ source = " github.com/stanislavbebej/terraform//modules/pihole?ref=v0.1 .0" # x-release-please-version
1010
1111 environment = " prod"
1212 gcp_project = " support-infra"
You can’t perform that action at this time.
0 commit comments