From 40d328b09a1a68a1405ab4e5a1b372a4dc00a2b2 Mon Sep 17 00:00:00 2001 From: Luke Kysow <1034429+lkysow@users.noreply.github.com> Date: Fri, 3 Nov 2023 13:23:52 -0500 Subject: [PATCH] 1.16.2 => 1.17.0 --- dependency/catalog_node_test.go | 2 +- dependency/catalog_nodes_test.go | 2 +- dependency/catalog_service_test.go | 4 ++-- dependency/health_service_test.go | 10 +++++----- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dependency/catalog_node_test.go b/dependency/catalog_node_test.go index 401132170..bad007a21 100644 --- a/dependency/catalog_node_test.go +++ b/dependency/catalog_node_test.go @@ -99,7 +99,7 @@ func TestCatalogNodeQuery_Fetch(t *testing.T) { }, Meta: map[string]string{ "consul-network-segment": "", - "consul-version": "1.16.2", + "consul-version": "1.17.0", }, }, Services: []*CatalogNodeService{ diff --git a/dependency/catalog_nodes_test.go b/dependency/catalog_nodes_test.go index a02a97e39..71c0c51e3 100644 --- a/dependency/catalog_nodes_test.go +++ b/dependency/catalog_nodes_test.go @@ -92,7 +92,7 @@ func TestCatalogNodesQuery_Fetch(t *testing.T) { }, Meta: map[string]string{ "consul-network-segment": "", - "consul-version": "1.16.2", + "consul-version": "1.17.0", }, }, }, diff --git a/dependency/catalog_service_test.go b/dependency/catalog_service_test.go index b035b24c6..9e4ed121e 100644 --- a/dependency/catalog_service_test.go +++ b/dependency/catalog_service_test.go @@ -164,7 +164,7 @@ func TestCatalogServiceQuery_Fetch(t *testing.T) { }, NodeMeta: map[string]string{ "consul-network-segment": "", - "consul-version": "1.16.2", + "consul-version": "1.17.0", }, ServiceID: "consul", ServiceName: "consul", @@ -189,7 +189,7 @@ func TestCatalogServiceQuery_Fetch(t *testing.T) { }, NodeMeta: map[string]string{ "consul-network-segment": "", - "consul-version": "1.16.2", + "consul-version": "1.17.0", }, ServiceID: "service-meta", ServiceName: "service-meta", diff --git a/dependency/health_service_test.go b/dependency/health_service_test.go index 88f37aba6..3ca3dd243 100644 --- a/dependency/health_service_test.go +++ b/dependency/health_service_test.go @@ -282,7 +282,7 @@ func TestHealthConnectServiceQuery_Fetch(t *testing.T) { Tags: ServiceTags([]string{}), NodeMeta: map[string]string{ "consul-network-segment": "", - "consul-version": "1.16.2", + "consul-version": "1.17.0", }, Weights: api.AgentWeights{ Passing: 1, @@ -340,7 +340,7 @@ func TestHealthServiceQuery_Fetch(t *testing.T) { }, NodeMeta: map[string]string{ "consul-network-segment": "", - "consul-version": "1.16.2", + "consul-version": "1.17.0", }, ServiceMeta: map[string]string{}, Address: testConsul.Config.Bind, @@ -374,7 +374,7 @@ func TestHealthServiceQuery_Fetch(t *testing.T) { }, NodeMeta: map[string]string{ "consul-network-segment": "", - "consul-version": "1.16.2", + "consul-version": "1.17.0", }, ServiceMeta: map[string]string{}, Address: testConsul.Config.Bind, @@ -403,7 +403,7 @@ func TestHealthServiceQuery_Fetch(t *testing.T) { }, NodeMeta: map[string]string{ "consul-network-segment": "", - "consul-version": "1.16.2", + "consul-version": "1.17.0", }, ServiceMeta: map[string]string{ "meta1": "value1", @@ -433,7 +433,7 @@ func TestHealthServiceQuery_Fetch(t *testing.T) { }, NodeMeta: map[string]string{ "consul-network-segment": "", - "consul-version": "1.16.2", + "consul-version": "1.17.0", }, ServiceMeta: map[string]string{}, Address: testConsul.Config.Bind,