Skip to content

Commit

Permalink
Merge pull request #308 from IIG/4.0.5_dev
Browse files Browse the repository at this point in the history
4.0.5 dev
  • Loading branch information
Priya Ranjan Sahoo authored and GitHub Enterprise committed Feb 23, 2022
2 parents 9a015c6 + db46d65 commit 98d1310
Show file tree
Hide file tree
Showing 15 changed files with 430 additions and 175 deletions.
44 changes: 22 additions & 22 deletions common-modules/cpd/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ variable "cpd_platform" {
type = map(string)
default = {
enable = "yes"
version = "4.0.4"
version = "4.0.5"
channel = "v2.0"
}
}
Expand All @@ -156,7 +156,7 @@ variable "data_virtualization" {
type = map(string)
default = {
enable = "no"
version = "1.7.3"
version = "1.7.5"
channel = "v1.7"
}
}
Expand All @@ -165,7 +165,7 @@ variable "analytics_engine" {
type = map(string)
default = {
enable = "no"
version = "4.0.4"
version = "4.0.5"
channel = "stable-v1"
}
}
Expand All @@ -174,7 +174,7 @@ variable "watson_knowledge_catalog" {
type = map(string)
default = {
enable = "no"
version = "4.0.4"
version = "4.0.5"
channel = "v1.0"
}
}
Expand All @@ -183,7 +183,7 @@ variable "watson_studio" {
type = map(string)
default = {
enable = "no"
version = "4.0.4"
version = "4.0.5"
channel = "v2.0"
}
}
Expand All @@ -192,7 +192,7 @@ variable "watson_machine_learning" {
type = map(string)
default = {
enable = "no"
version = "4.0.4"
version = "4.0.5"
channel = "v1.1"
}
}
Expand All @@ -201,7 +201,7 @@ variable "watson_ai_openscale" {
type = map(string)
default = {
enable = "no"
version = "4.0.4"
version = "4.0.5"
channel = "v1"
}
}
Expand All @@ -210,7 +210,7 @@ variable "spss_modeler" {
type = map(string)
default = {
enable = "no"
version = "4.0.4"
version = "4.0.5"
channel = "v1.0"
}
}
Expand All @@ -219,7 +219,7 @@ variable "cognos_dashboard_embedded" {
type = map(string)
default = {
enable = "no"
version = "4.0.4"
version = "4.0.5"
channel = "v1.0"
}
}
Expand All @@ -228,7 +228,7 @@ variable "datastage" {
type = map(string)
default = {
enable = "no"
version = "4.0.4"
version = "4.0.5"
channel = "v1.0"
}
}
Expand All @@ -237,7 +237,7 @@ variable "db2_warehouse" {
type = map(string)
default = {
enable = "no"
version = "4.0.5"
version = "4.0.7"
channel = "v1.0"
}
}
Expand All @@ -246,7 +246,7 @@ variable "db2_oltp" {
type = map(string)
default = {
enable = "no"
version = "4.0.5"
version = "4.0.7"
channel = "v1.0"
}
}
Expand All @@ -255,7 +255,7 @@ variable "cognos_analytics" {
type = map(string)
default = {
enable = "no"
version = "4.0.4"
version = "4.0.5"
channel = "v4.0"
}
}
Expand All @@ -264,7 +264,7 @@ variable "data_management_console" {
type = map(string)
default = {
enable = "no"
version = "4.0.3"
version = "4.0.5"
channel = "v1.0"
}
}
Expand All @@ -273,7 +273,7 @@ variable "master_data_management" {
type = map(string)
default = {
enable = "no"
version = "1.1.167"
version = "1.1.175"
channel = "v1.1"
}
}
Expand All @@ -282,7 +282,7 @@ variable "db2_aaservice" {
type = map(string)
default = {
enable = "no"
version = "4.0.4"
version = "4.0.5"
channel = "v1.0"
}
}
Expand All @@ -291,7 +291,7 @@ variable "decision_optimization" {
type = map(string)
default = {
enable = "no"
version = "4.0.4"
version = "4.0.5"
channel = "v4.0"
}
}
Expand All @@ -304,7 +304,7 @@ variable "planning_analytics" {
type = map(string)
default = {
enable = "no"
version = "4.0.4"
version = "4.0.5"
channel = "v4.0"
}
}
Expand All @@ -313,7 +313,7 @@ variable "bigsql" {
type = map(string)
default = {
enable = "no"
version = "7.2.3"
version = "7.2.5"
channel = "v7.2"
}
}
Expand All @@ -322,7 +322,7 @@ variable "watson_assistant" {
type = map(string)
default = {
enable = "no"
version = "4.0.4"
version = "4.0.5"
channel = "v4.0"
}
}
Expand Down Expand Up @@ -353,7 +353,7 @@ variable "watson_discovery" {
type = map(string)
default = {
enable = "no"
version = "4.0.4"
version = "4.0.5"
channel = "v4.0"
}
}
Expand All @@ -362,7 +362,7 @@ variable "openpages" {
type = map(string)
default = {
enable = "no"
version = "8.204.1"
version = "8.204.2"
channel = "v1.0"
}
}
Loading

0 comments on commit 98d1310

Please sign in to comment.