Skip to content

Commit 516d0b7

Browse files
Bumped up dependencies
1 parent 1f3516f commit 516d0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kf/commands/dependencies/dependencies.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func newDependencies() []dependency {
120120
InfoURL: "https://cloud.google.com/service-mesh/docs/gke-install-overview",
121121
// This version is fetched from the asmcli script. It needs to be
122122
// updated by hand until we have a programtic way to fetch it.
123-
ResolveVersion: staticVersionResolver("1.27.1-asm.2+config1"),
123+
ResolveVersion: staticVersionResolver("1.27.4-asm.1+config1"),
124124
ResolveURL: func(version string) (string, error) {
125125
const URL = "https://github.com/GoogleCloudPlatform/anthos-service-mesh-packages/releases/tag/%s"
126126
return fmt.Sprintf(URL, version), nil

0 commit comments

Comments
 (0)