Skip to content

Commit

Permalink
v1.27.0 post-release updates (#5900)
Browse files Browse the repository at this point in the history
Updates netlify, dependabot, trivy config.

Signed-off-by: Steve Kriss <krisss@vmware.com>
  • Loading branch information
skriss authored Oct 30, 2023
1 parent f08f1ce commit 9be9806
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9be9806

Please sign in to comment.