Skip to content

Commit

Permalink
Incremented configuration version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Shajida Akthar authored and Shajida Akthar committed Oct 31, 2023
1 parent e35ee4b commit 1b678c8
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion commonimages/base/windows_2012_r2/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

region = "eu-west-2"
ami_base_name = "windows_server_2012_r2"
configuration_version = "0.1.0"
configuration_version = "0.1.1"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "Windows Server 2012 R2"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

region = "eu-west-2"
ami_base_name = "windows_server_2012_r2_SQL_2014_enterprise"
configuration_version = "0.0.4"
configuration_version = "0.0.5"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "Windows Server 2012 R2 with SQL 2014 Enterprise"

Expand Down
2 changes: 1 addition & 1 deletion teams/delius-core/oracle_db/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "delius_core_ol_8_5"
ami_base_name = "oracle_db_19c"
configuration_version = "0.0.7"
configuration_version = "0.0.8"
release_or_patch = "patch" # see nomis AMI image building strategy doc
description = "Delius Core Oracle Database Image"

Expand Down
2 changes: 1 addition & 1 deletion teams/delius-iaps/iaps_server/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "delius"
ami_base_name = "iaps_server"
configuration_version = "0.0.31"
configuration_version = "0.0.32"

release_or_patch = "patch" # see nomis AMI image building strategy doc
description = "Delius IAPS server"
Expand Down
2 changes: 1 addition & 1 deletion teams/hmpps/ol_8_5_oracledb_19c/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "hmpps"
ami_base_name = "ol_8_5_oracledb_19c"
configuration_version = "0.0.4"
configuration_version = "0.0.5"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "hmpps oracle 19c image on oracle linux 8.5"

Expand Down
2 changes: 1 addition & 1 deletion teams/hmpps/rhel_8_5/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "hmpps"
ami_base_name = "rhel_8_5_join_to_azure"
configuration_version = "0.0.1"
configuration_version = "0.0.2"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "hmpps rhel 8.5 join to Azure domain"

Expand Down
2 changes: 1 addition & 1 deletion teams/nomis-data-hub/rhel_7_9_app/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "nomis_data_hub"
ami_base_name = "rhel_7_9_app"
configuration_version = "0.0.1"
configuration_version = "0.0.2"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "nomis data hub rhel 7.9 app image"

Expand Down
2 changes: 1 addition & 1 deletion teams/nomis-data-hub/rhel_7_9_ems/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "nomis_data_hub"
ami_base_name = "rhel_7_9_ems"
configuration_version = "0.0.1"
configuration_version = "0.0.2"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "nomis data hub rhel 7.9 ems image"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "nomis"
ami_base_name = "rhel_6_10_weblogic_appserver_10_3"
configuration_version = "0.2.4"
configuration_version = "0.2.5"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "nomis rhel 6.10 weblogic appserver image"

Expand Down
2 changes: 1 addition & 1 deletion teams/nomis/rhel_7_9_oracledb_11_2/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "nomis"
ami_base_name = "rhel_7_9_oracledb_11_2"
configuration_version = "0.4.5"
configuration_version = "0.4.6"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "nomis rhel 7.9 oracleDB 11.2 image"

Expand Down
2 changes: 1 addition & 1 deletion teams/nomis/rhel_7_9_weblogic_xtag_10_3/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "nomis"
ami_base_name = "rhel_7_9_weblogic_xtag_10_3"
configuration_version = "0.0.4"
configuration_version = "0.0.5"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "nomis rhel 7.9 weblogic XTAG image"

Expand Down
2 changes: 1 addition & 1 deletion teams/oasys/bip/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "oasys"
ami_base_name = "bip"
configuration_version = "0.0.1"
configuration_version = "0.0.2"
release_or_patch = "release"
description = "oasys bip image"

Expand Down
2 changes: 1 addition & 1 deletion teams/oasys/oracle_db/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "oasys"
ami_base_name = "oracle_db"
configuration_version = "0.1.0"
configuration_version = "0.1.1"
release_or_patch = "release"
description = "oasys oracle db image"

Expand Down
2 changes: 1 addition & 1 deletion teams/oasys/weblogic/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "oasys"
ami_base_name = "weblogic"
configuration_version = "0.0.1"
configuration_version = "0.0.2"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "oasys weblogic app server image"

Expand Down
2 changes: 1 addition & 1 deletion teams/oasys/webserver/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "oasys"
ami_base_name = "webserver"
configuration_version = "0.0.9"
configuration_version = "0.0.10"
release_or_patch = "release"
description = "oasys webserver image"

Expand Down

0 comments on commit 1b678c8

Please sign in to comment.