diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8430fd89dfc..d0a786afc7c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -32,7 +32,7 @@ updates: - projectcontour/maintainers # release branch N targets -- target-branch: release-1.26 +- target-branch: release-1.27 package-ecosystem: "gomod" directory: "/" schedule: @@ -52,7 +52,7 @@ updates: k8s-dependencies: patterns: - "k8s.io/*" -- target-branch: release-1.26 +- target-branch: release-1.27 package-ecosystem: "github-actions" directory: "/" schedule: @@ -70,7 +70,7 @@ updates: - projectcontour/maintainers # release branch N-1 targets -- target-branch: release-1.25 +- target-branch: release-1.26 package-ecosystem: "gomod" directory: "/" schedule: @@ -90,7 +90,7 @@ updates: k8s-dependencies: patterns: - "k8s.io/*" -- target-branch: release-1.25 +- target-branch: release-1.26 package-ecosystem: "github-actions" directory: "/" schedule: @@ -108,7 +108,7 @@ updates: - projectcontour/maintainers # release branch N-2 targets -- target-branch: release-1.24 +- target-branch: release-1.25 package-ecosystem: "gomod" directory: "/" schedule: @@ -128,7 +128,7 @@ updates: k8s-dependencies: patterns: - "k8s.io/*" -- target-branch: release-1.24 +- target-branch: release-1.25 package-ecosystem: "github-actions" directory: "/" schedule: diff --git a/.github/workflows/trivy-scan.yaml b/.github/workflows/trivy-scan.yaml index 2d1fc0b4a5a..65f66ce415d 100644 --- a/.github/workflows/trivy-scan.yaml +++ b/.github/workflows/trivy-scan.yaml @@ -13,9 +13,9 @@ jobs: matrix: branch: - main + - release-1.27 - release-1.26 - release-1.25 - - release-1.24 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/netlify.toml b/netlify.toml index 11dab280a7c..83124890c32 100644 --- a/netlify.toml +++ b/netlify.toml @@ -42,7 +42,7 @@ # kubectl apply https://projectcontour.io/quickstart/contour.yaml [[redirects]] from = "/quickstart/contour.yaml" - to = "https://raw.githubusercontent.com/projectcontour/contour/release-1.26/examples/render/contour.yaml" + to = "https://raw.githubusercontent.com/projectcontour/contour/release-1.27/examples/render/contour.yaml" status = 302 # Redirect versioned quickstarts so that they can easily be referenced by @@ -59,7 +59,7 @@ # kubectl apply https://projectcontour.io/quickstart/contour-gateway.yaml [[redirects]] from = "/quickstart/contour-gateway.yaml" - to = "https://raw.githubusercontent.com/projectcontour/contour/release-1.26/examples/render/contour-gateway.yaml" + to = "https://raw.githubusercontent.com/projectcontour/contour/release-1.27/examples/render/contour-gateway.yaml" status = 302 # Redirect versioned quickstarts so that they can easily be referenced by @@ -76,7 +76,7 @@ # kubectl apply https://projectcontour.io/quickstart/contour-gateway-provisioner.yaml [[redirects]] from = "/quickstart/contour-gateway-provisioner.yaml" - to = "https://raw.githubusercontent.com/projectcontour/contour/release-1.26/examples/render/contour-gateway-provisioner.yaml" + to = "https://raw.githubusercontent.com/projectcontour/contour/release-1.27/examples/render/contour-gateway-provisioner.yaml" status = 302 # Redirect versioned quickstarts so that they can easily be referenced by