aws-quickstart / quickstart-vmware-tanzu-application-platform

AWS Quick Start for VMware Tanzu Application Platform
https://aws-quickstart.github.io/quickstart-vmware-tanzu-application-platform/
Apache License 2.0
13 stars 15 forks source link

[qs] release 1.5.2+aws.3 #164

Closed leclaist closed 1 year ago

leclaist commented 1 year ago

Issue #, if available:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

leclaist commented 1 year ago

This code PR needs to go in in tandem with the PR #165

leclaist commented 1 year ago

@tlindsay42 not sure if you're still the right person to notify but feel free to tag anyone else or I can figure out who needs to take a look

davmayd commented 1 year ago

/do-e2e-tests

hoegaarden commented 1 year ago

@davmayd I think this version was never released correctly. If I check the bucket, it still has the old state:

: bucketURL=https://aws-quickstart.s3.us-east-1.amazonaws.com/quickstart-vmware-tanzu-application-platform/templates/aws-tap-entrypoint-existing-vpc.template.yaml
: githubURL=https://raw.githubusercontent.com/aws-quickstart/quickstart-vmware-tanzu-application-platform/main/templates/aws-tap-entrypoint-existing-vpc.template.yaml
: diff -Naur <(curl -LfsS "$bucketURL" | yq .Mappings.Versions) <(curl -LfsS "$githubURL" | yq .Mappings.Versions)
--- /dev/fd/63  2023-07-27 11:10:55.784176235 +0200
+++ /dev/fd/62  2023-07-27 11:10:55.784176235 +0200
@@ -1,11 +1,12 @@
 {
   "current": {
-    "TAP": "1.4.2",
+    "TAP": "1.5.2",
     "EKS": "1.24",
-    "Kubectl": "1.24.9/2023-01-11",
-    "ClusterEssentialsVersion": "1.4.1",
-    "ClusterEssentialsHash": "sha256:2354688e46d4bb4060f74fca069513c9b42ffa17a0a6d5b0dbb81ed52242ea44",
-    "PivNet": "3.0.1",
+    "Kubectl": "1.24.13/2023-05-11",
+    "WindowsKubectl": "1.24.13/2023-05-11",
+    "ClusterEssentialsVersion": "1.5.1",
+    "ClusterEssentialsHash": "sha256:c7b0988cf3e982625287b241db5d78c30780886dfe9ada01559bb5cd341e6181",
+    "OmCLI": "7.9.0",
     "DockerCredPass": "0.7.0"
   }
 }
: 

Could you please help us get the current main pushed to the bucket? Thanks!