From a4736202c1183ecb6045070c7173d8007dff6b58 Mon Sep 17 00:00:00 2001 From: Mustafa Abdelrahman Date: Thu, 27 Jun 2024 16:02:54 +0200 Subject: [PATCH] update skipper canary version * build(deps): bump alpine from `77726ef` to `b89d9c9` in /packaging: https://github.com/zalando/skipper/pull/3122 * build(deps): bump docker/build-push-action from 5.4.0 to 6.1.0: https://github.com/zalando/skipper/pull/3124 * build(deps): bump amazonlinux from `0d172f8` to `b0016cb` in /fuzz: https://github.com/zalando/skipper/pull/3125 * Facilitate OPA decision correlation with business flows: https://github.com/zalando/skipper/pull/3041 * config: fix defaultFiltersFlags.String: https://github.com/zalando/skipper/pull/3127 * config: fix defaultFiltersFlags yaml test case: https://github.com/zalando/skipper/pull/3128 * filters/auth: add token validator filter: https://github.com/zalando/skipper/pull/3126 * metrics: register skipper_filter_create_duration_seconds: https://github.com/zalando/skipper/pull/3129 * cmd/skipper: allow exclusion of insecure cipher suites: https://github.com/zalando/skipper/pull/3123 diff https://github.com/zalando/skipper/compare/v0.21.124...v0.21.133 --- cluster/manifests/skipper/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/manifests/skipper/deployment.yaml b/cluster/manifests/skipper/deployment.yaml index a38f6ea186..aad2b8d6de 100644 --- a/cluster/manifests/skipper/deployment.yaml +++ b/cluster/manifests/skipper/deployment.yaml @@ -1,5 +1,5 @@ {{ $internal_version := "v0.21.124-947" }} -{{ $canary_internal_version := "v0.21.124-947" }} +{{ $canary_internal_version := "v0.21.133-957" }} {{/* Optional canary arguments separated by "[cf724afc]" to allow whitespaces, e.g. "-foo=has a whitespace[cf724afc]-baz=qux" */}} {{ $canary_args := "" }}