We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af986e7 commit 623195dCopy full SHA for 623195d
solutions/agents/version.tf
@@ -6,15 +6,15 @@ terraform {
6
# Lock DA into an exact provider version - renovate automation will keep it updated
7
ibm = {
8
source = "ibm-cloud/ibm"
9
- version = "1.72.2"
+ version = "1.73.0"
10
}
11
helm = {
12
source = "hashicorp/helm"
13
- version = "2.16.1"
+ version = "2.17.0"
14
15
kubernetes = {
16
source = "hashicorp/kubernetes"
17
- version = "2.35.0"
+ version = "2.35.1"
18
19
20
solutions/instances/version.tf
@@ -4,7 +4,7 @@ terraform {
4
5
time = {
source = "hashicorp/time"
0 commit comments