Skip to content

Commit ed45743

Browse files
github-actions[bot]stanislavbebej
authored andcommitted
chore(main): release 0.1.0
1 parent d100e6f commit ed45743

3 files changed

Lines changed: 19 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.0.0"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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))

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.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"

0 commit comments

Comments
 (0)