Skip to content

Commit ae94f6b

Browse files
chore(main): release 0.4.1
1 parent d8d2ab8 commit ae94f6b

File tree

17 files changed

+33
-16
lines changed

17 files changed

+33
-16
lines changed

CHANGELOG.md

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

3+
## [0.4.1](https://github.com/GoogleCloudPlatform/kms-solutions/compare/v0.4.0...v0.4.1) (2025-10-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency cryptography to v46.0.2 ([#305](https://github.com/GoogleCloudPlatform/kms-solutions/issues/305)) ([be07dab](https://github.com/GoogleCloudPlatform/kms-solutions/commit/be07dab0604c8d0d9c0c18a974172807b732c226))
9+
* **deps:** Update dependency cryptography to v46.0.3 ([#315](https://github.com/GoogleCloudPlatform/kms-solutions/issues/315)) ([a14ff67](https://github.com/GoogleCloudPlatform/kms-solutions/commit/a14ff6768e6af0b9781976530339dd9e9591252d))
10+
* **deps:** Update dependency go to v1.24.8 ([#308](https://github.com/GoogleCloudPlatform/kms-solutions/issues/308)) ([dc4c583](https://github.com/GoogleCloudPlatform/kms-solutions/commit/dc4c583830f5f225a96b27974f3b3bb228fc7013))
11+
* **deps:** Update dependency go to v1.24.9 ([#309](https://github.com/GoogleCloudPlatform/kms-solutions/issues/309)) ([55d6781](https://github.com/GoogleCloudPlatform/kms-solutions/commit/55d678161a48f3b1bc9baeb48afdf2fbc8d7ee9d))
12+
* **deps:** Update dependency google-cloud-kms to v3.6.0 ([#302](https://github.com/GoogleCloudPlatform/kms-solutions/issues/302)) ([7cd3e3e](https://github.com/GoogleCloudPlatform/kms-solutions/commit/7cd3e3e039aca0f9d842e90930de1e326c14a4ed))
13+
* **deps:** Update dependency google-cloud-kms to v3.7.0 ([#317](https://github.com/GoogleCloudPlatform/kms-solutions/issues/317)) ([c45a811](https://github.com/GoogleCloudPlatform/kms-solutions/commit/c45a8118405d2245e475cf40f118d803a70186c2))
14+
* **deps:** Update module google.golang.org/api to v0.250.0 ([#303](https://github.com/GoogleCloudPlatform/kms-solutions/issues/303)) ([23d828d](https://github.com/GoogleCloudPlatform/kms-solutions/commit/23d828d9e41acae9099e413cbe6368a164612890))
15+
* **deps:** Update module google.golang.org/api to v0.251.0 ([#304](https://github.com/GoogleCloudPlatform/kms-solutions/issues/304)) ([5c4e867](https://github.com/GoogleCloudPlatform/kms-solutions/commit/5c4e86780d6976bfbe0a3939d06bd7a9701108c6))
16+
* **deps:** Update module google.golang.org/api to v0.252.0 ([#311](https://github.com/GoogleCloudPlatform/kms-solutions/issues/311)) ([b227b37](https://github.com/GoogleCloudPlatform/kms-solutions/commit/b227b37630bf5b0c0629708291adeeca8bc8cf30))
17+
* **deps:** Update module google.golang.org/api to v0.253.0 ([#321](https://github.com/GoogleCloudPlatform/kms-solutions/issues/321)) ([d8d2ab8](https://github.com/GoogleCloudPlatform/kms-solutions/commit/d8d2ab8a2c17d99ed091009e19168b9a2ca58639))
18+
* **deps:** Update Terraform terraform-google-modules/kms/google to v4.1.0 ([#298](https://github.com/GoogleCloudPlatform/kms-solutions/issues/298)) ([333b749](https://github.com/GoogleCloudPlatform/kms-solutions/commit/333b749b84deebff86385e9b379f808c5b10bdb4))
19+
320
## [0.4.0](https://github.com/GoogleCloudPlatform/kms-solutions/compare/v0.3.0...v0.4.0) (2025-09-22)
421

522

ekm-over-vpc-onboarding/modules/create_vpc_kms_project/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/kms-solutions:ekm-over-vpc-onboarding-submodule-create-projects/v0.4.0"
28+
module_name = "blueprints/terraform/kms-solutions:ekm-over-vpc-onboarding-submodule-create-projects/v0.4.1"
2929
}
3030
}

ekm-over-vpc-onboarding/modules/ekm_resources_creation/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ terraform {
3131
}
3232

3333
provider_meta "google" {
34-
module_name = "blueprints/terraform/kms-solutions:ekm-over-vpc-onboarding-submodule-ekm-creation/v0.4.0"
34+
module_name = "blueprints/terraform/kms-solutions:ekm-over-vpc-onboarding-submodule-ekm-creation/v0.4.1"
3535
}
3636
}

ekm-over-vpc-onboarding/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ terraform {
1818
required_version = ">= 1.5.7"
1919

2020
provider_meta "google" {
21-
module_name = "blueprints/terraform/kms-solutions:ekm-over-vpc-onboarding/v0.4.0"
21+
module_name = "blueprints/terraform/kms-solutions:ekm-over-vpc-onboarding/v0.4.1"
2222
}
2323
}

envelope-encryption-sample/0-bootstrap/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ terraform {
4040
}
4141

4242
provider_meta "google" {
43-
module_name = "blueprints/terraform/kms-solutions:envelope-encryption-sample-bootstrap/v0.4.0"
43+
module_name = "blueprints/terraform/kms-solutions:envelope-encryption-sample-bootstrap/v0.4.1"
4444
}
4545
}

envelope-encryption-sample/1-encrypt/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ terraform {
4040
}
4141

4242
provider_meta "google" {
43-
module_name = "blueprints/terraform/kms-solutions:envelope-encryption-sample-encrypt/v0.4.0"
43+
module_name = "blueprints/terraform/kms-solutions:envelope-encryption-sample-encrypt/v0.4.1"
4444
}
4545
}

envelope-encryption-sample/2-decrypt/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ terraform {
4040
}
4141

4242
provider_meta "google" {
43-
module_name = "blueprints/terraform/kms-solutions:envelope-encryption-sample-decrypt/v0.4.0"
43+
module_name = "blueprints/terraform/kms-solutions:envelope-encryption-sample-decrypt/v0.4.1"
4444
}
4545
}

oss-terraform-automation/1-apache-web-server/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/kms-solutions:oss-apache-web-server/v0.4.0"
28+
module_name = "blueprints/terraform/kms-solutions:oss-apache-web-server/v0.4.1"
2929
}
3030
}

oss-terraform-automation/2-nginx-ssl-offloading/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/kms-solutions:oss-nginx-ssl-offloading/v0.4.0"
28+
module_name = "blueprints/terraform/kms-solutions:oss-nginx-ssl-offloading/v0.4.1"
2929
}
3030
}

oss-terraform-automation/3-cng-provider/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/kms-solutions:oss-cng-provider/v0.4.0"
28+
module_name = "blueprints/terraform/kms-solutions:oss-cng-provider/v0.4.1"
2929
}
3030
}

0 commit comments

Comments
 (0)