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 2856773 commit 5d7108fCopy full SHA for 5d7108f
solutions/agents/version.tf
@@ -6,7 +6,7 @@ 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.69.0"
+ version = "1.69.2"
10
}
11
helm = {
12
source = "hashicorp/helm"
solutions/instances/version.tf
@@ -4,15 +4,15 @@ terraform {
4
5
logdna = {
source = "logdna/logdna"
version = "1.16.0"
13
time = {
14
source = "hashicorp/time"
15
- version = "0.12.0"
+ version = "0.12.1"
16
17
18
0 commit comments