Skip to content

Bump k8s.io/apiextensions-apiserver from 0.25.12 to 0.25.13 #6534

Bump k8s.io/apiextensions-apiserver from 0.25.12 to 0.25.13

Bump k8s.io/apiextensions-apiserver from 0.25.12 to 0.25.13 #6534

Workflow file for this run

---
name: Upgrade
on:
pull_request:
types: [ready_for_review, opened, reopened, synchronize, converted_to_draft, labeled]
branches: [release-0.14]
permissions: {}
jobs:
upgrade-e2e:
name: Latest Release to Latest Version
if: github.event.pull_request.draft == false || contains(github.event.pull_request.labels.*.name, 'test-draft')
timeout-minutes: 30
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Check out the repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- name: Install an old cluster, upgrade it and check it
uses: submariner-io/shipyard/gh-actions/[email protected]
- name: Post mortem
if: failure()
uses: submariner-io/shipyard/gh-actions/[email protected]