Skip to content

Commit 6d650a4

Browse files
github-actions[bot]stanislavbebej
authored andcommitted
chore(main): release 0.1.1
1 parent 6ce4d58 commit 6d650a4

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/stanislavbebej/terraform/compare/v0.1.0...v0.1.1) (2026-06-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** bump googleapis/release-please-action ([236231a](https://github.com/stanislavbebej/terraform/commit/236231abd9c1c6af93ed32bf6432be6f6daf4bd7))
9+
* **deps:** bump hashicorp/google ([de0a82f](https://github.com/stanislavbebej/terraform/commit/de0a82f7ecf827157ef2c9a5ebcdb4e3cc8ef6f8))
10+
* **deps:** bump the pre-commit-deps group across 1 directory with 2 updates ([1f41230](https://github.com/stanislavbebej/terraform/commit/1f412301ab8eebff4e46bff4bd12aa1432d9816a))
11+
312
## 0.1.0 (2026-04-03)
413

514

pihole/prod/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ provider "google" {
66

77
module "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.1.0" # x-release-please-version
9+
source = "github.com/stanislavbebej/terraform//modules/pihole?ref=v0.1.1" # x-release-please-version
1010

1111
environment = "prod"
1212
gcp_project = "support-infra"

0 commit comments

Comments
 (0)