From 8f38b0e4fc790234eb7846df7943e5f0cdb88f3c Mon Sep 17 00:00:00 2001 From: Mattia Lavacca Date: Fri, 31 May 2024 11:16:07 +0200 Subject: [PATCH 1/2] chore: enable HTTPRouteHTTPSListener conf test (#307) Signed-off-by: Mattia Lavacca --- test/conformance/conformance_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/conformance/conformance_test.go b/test/conformance/conformance_test.go index eac4744da..a55a53ca1 100644 --- a/test/conformance/conformance_test.go +++ b/test/conformance/conformance_test.go @@ -29,7 +29,6 @@ var skippedTests = []string{ // httproute tests.HTTPRouteHeaderMatching.ShortName, - tests.HTTPRouteHTTPSListener.ShortName, tests.HTTPRouteInvalidBackendRefUnknownKind.ShortName, // TODO: remove the skip https://github.com/Kong/gateway-operator/issues/295 From e45f4b679a1ec0460269fd4976b9b5b4d9e0ef01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 09:34:43 +0000 Subject: [PATCH 2/2] chore(deps): bump github.com/hashicorp/go-retryablehttp (#303) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.6 to 0.7.7. - [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/go-retryablehttp/compare/v0.7.6...v0.7.7) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-retryablehttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Patryk Małek --- hack/generators/go.mod | 2 +- hack/generators/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hack/generators/go.mod b/hack/generators/go.mod index 5b3cd695d..ee6cbd495 100644 --- a/hack/generators/go.mod +++ b/hack/generators/go.mod @@ -9,7 +9,7 @@ replace github.com/kong/gateway-operator => ../../ require ( github.com/Masterminds/semver v1.5.0 github.com/Masterminds/sprig v2.22.0+incompatible - github.com/hashicorp/go-retryablehttp v0.7.6 + github.com/hashicorp/go-retryablehttp v0.7.7 github.com/kong/gateway-operator v0.0.0-00010101000000-000000000000 github.com/kong/semver/v4 v4.0.1 github.com/samber/lo v1.39.0 diff --git a/hack/generators/go.sum b/hack/generators/go.sum index 53705c4a9..c3c99206c 100644 --- a/hack/generators/go.sum +++ b/hack/generators/go.sum @@ -26,8 +26,8 @@ github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9n github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48= github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k= github.com/hashicorp/go-hclog v1.6.3/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M= -github.com/hashicorp/go-retryablehttp v0.7.6 h1:TwRYfx2z2C4cLbXmT8I5PgP/xmuqASDyiVuGYfs9GZM= -github.com/hashicorp/go-retryablehttp v0.7.6/go.mod h1:pkQpWZeYWskR+D1tR2O5OcBFOxfA7DoAO6xtkuQnHTk= +github.com/hashicorp/go-retryablehttp v0.7.7 h1:C8hUCYzor8PIfXHa4UrZkU4VvK8o9ISHxT2Q8+VepXU= +github.com/hashicorp/go-retryablehttp v0.7.7/go.mod h1:pkQpWZeYWskR+D1tR2O5OcBFOxfA7DoAO6xtkuQnHTk= github.com/huandu/xstrings v1.4.0 h1:D17IlohoQq4UcpqD7fDk80P7l+lwAmlFaBHgOipl2FU= github.com/huandu/xstrings v1.4.0/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE= github.com/imdario/mergo v0.3.16 h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4=