Skip to content

Commit 2bf4e66

Browse files
authored
[AN-347] Bump up helm scala sdk and GKE k8s versions to latest (1.30) (#4724)
1 parent d986578 commit 2bf4e66

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: http/src/main/resources/reference.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ gke {
723723
"69.173.112.0/21"
724724
]
725725
# See https://cloud.google.com/kubernetes-engine/docs/release-notes
726-
version = "1.28"
726+
version = "1.30"
727727
nodepoolLockCacheExpiryTime = 1 hour
728728
nodepoolLockCacheMaxSize = 200
729729

Diff for: http/src/test/scala/org/broadinstitute/dsde/workbench/leonardo/config/ConfigSpec.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ final class ConfigSpec extends AnyFlatSpec with Matchers {
8484
"69.173.127.240/28",
8585
"69.173.112.0/21"
8686
).map(CidrIP),
87-
KubernetesClusterVersion("1.28"),
87+
KubernetesClusterVersion("1.30"),
8888
1 hour,
8989
200,
9090
AutopilotConfig(AutopilotResource(500, 3, 1), AutopilotResource(500, 3, 1))

Diff for: project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ object Dependencies {
2626
val workbenchOauth2V = "0.8-3e0cf25"
2727
val workbenchAzureV = s"0.8-$workbenchLibsHash"
2828

29-
val helmScalaSdkV = "0.0.8.5"
29+
val helmScalaSdkV = "0.0.9.0"
3030

3131
val excludeAkkaHttp = ExclusionRule(organization = "com.typesafe.akka", name = s"akka-http_${scalaV}")
3232
val excludeAkkaStream = ExclusionRule(organization = "com.typesafe.akka", name = s"akka-stream_${scalaV}")

0 commit comments

Comments
 (0)