Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
5ed8cf4
add PDB to make sure at least 1 pod is always available during upgrad…
jianzhangbjz Nov 27, 2025
4355cde
Update ClusterExtensionRevision API docs (#2350)
perdasilva Nov 27, 2025
4fe402e
Merge branch 'main' into synchronize
Nov 28, 2025
3a919cc
UPSTREAM: <carry>: Add OpenShift specific files
dtfranz Oct 26, 2023
aecc583
UPSTREAM: <carry>: Add new tests for single/own namespaces install modes
camilamacedo86 Oct 6, 2025
8b2e266
UPSTREAM: <carry>: Upgrade OCP image from 4.20 to 4.21
camilamacedo86 Oct 13, 2025
8d1977f
UPSTREAM: <carry>: [Default Catalog Tests] - Change logic to get ocp …
camilamacedo86 Oct 13, 2025
d826906
UPSTREAM: <carry>: Update OCP catalogs to v4.21
tmshort Oct 13, 2025
668070f
UPSTREAM: <carry>: support singleown cases in disconnected
kuiwang02 Oct 16, 2025
e08376e
UPSTREAM: <carry>: fix cases 81696 and 74618 for product code changes
kuiwang02 Oct 17, 2025
65749c8
UPSTREAM: <carry>: Define Default timeouts and apply their usage accr…
camilamacedo86 Oct 22, 2025
34cd245
UPSTREAM: <carry>: Update to new feature-gate options in helm
tmshort Oct 22, 2025
48f7325
UPSTREAM: <carry>: Fix flake for single/own ns tests by ensuring uniq…
camilamacedo86 Oct 22, 2025
712450f
UPSTREAM: <carry>: [OTE]: Enhance single/own ns based on review comme…
camilamacedo86 Oct 24, 2025
404f4f2
UPSTREAM: <carry>: Update OwnSingle template to use spec.config.inlin…
kuiwang02 Nov 3, 2025
3e29ac4
UPSTREAM: <carry>: [OTE]: Add webhook cleanup validation on extension…
camilamacedo86 Nov 4, 2025
217b20d
UPSTREAM: <carry>: Add [OTP] to migrated cases
kuiwang02 Nov 7, 2025
bde7f25
UPSTREAM: <carry>: [OTE]: Upgrade dependencies used
camilamacedo86 Nov 5, 2025
538daa2
UPSTREAM: <carry>: fix(OTE): fix OpenShift Kubernetes replace version…
camilamacedo86 Nov 10, 2025
68c01ff
UPSTREAM: <carry>: [Default Catalog Tests] Upgrade go 1.24.6 and depe…
camilamacedo86 Nov 11, 2025
1c294fa
UPSTREAM: <carry>: add disconnected environment support with custom p…
kuiwang02 Nov 12, 2025
e037935
UPSTREAM: <carry>: migrate jiazha test cases to OTE
jianzhangbjz Nov 14, 2025
a5f8b93
UPSTREAM: <carry>: migrate clustercatalog case to ote
Xia-Zhao-rh Oct 17, 2025
2e48488
UPSTREAM: <carry>: migrate olmv1 QE stress cases
kuiwang02 Nov 20, 2025
1304080
UPSTREAM: <carry>: Use busybox/httpd to simulate probes
tmshort Nov 25, 2025
6d3b37b
UPSTREAM: <carry>: migrate olmv1 QE cases
Xia-Zhao-rh Nov 25, 2025
f44ea13
UPSTREAM: <drop>: go mod vendor
Nov 28, 2025
ecac2a6
UPSTREAM: <drop>: remove upstream GitHub configuration
Nov 28, 2025
37da6eb
UPSTREAM: <drop>: configure the commit-checker
Nov 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Prev Previous commit
Next Next commit
Merge branch 'main' into synchronize
  • Loading branch information
ci-robot committed Nov 28, 2025
commit 4fe402e5fb990361819468746d605f214744876e
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 0 additions & 4 deletions .ci-operator.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
contact_links:
- name: Kubernetes slack
url: https://slack.k8s.io/
about: |
Join us on #olm-dev for discussions related to OLM Development or on
#kubernetes-operators for discussions related to the Operator pattern of Kubernetes API extension.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/docs-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: Docs issue for epics
description: Use this template for tracking doc impact for an epic.
title: "Docs: [EPIC NAME]"
labels: ["kind/documentation"]
body:
- type: textarea
id: user-story
attributes:
label: User story
description: Describe the user story or stories for this epic.
validations:
required: true
- type: textarea
id: issues-list
attributes:
label: List if issues
description: List the user-facing issues in the epic that require documentation.
placeholder: |
- Issue 1
validations:
required: true
- type: dropdown
id: new-or-update
attributes:
label: New content or update?
description: Does this epic require new content or updates to existing content?
options:
- Net-new content
- Update existing content
validations:
required: true
- type: dropdown
id: types-of-docs
attributes:
label: Types of documentation
description: What type of documentation is required for this epic?
options:
- Release note
- Concept
- Procedure
- Reference
multiple: true
- type: textarea
id: references
attributes:
label: References
description: Is there prior art or reference materials that would help write the documentation?
2 changes: 2 additions & 0 deletions .github/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
approvers:
- ci-approvers
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: ":seedling:"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: ":seedling:"
groups:
k8s-dependencies:
patterns:
- "k8s.io/*"
- "sigs.k8s.io/*"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: ":seedling:"
25 changes: 25 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!--
Please prefix the title of this PR with one of the following icons:

* ⚠ (:warning:, major/breaking change)
* ✨ (:sparkles:, minor/compatible change)
* 🐛 (:bug:, patch/bug fix)
* 📖 (:book:, docs)
* 🌱 (:seedling:, other)

-->

# Description

<!--
Thank you for your contribution!

Please provide a summary of the changes and the motivation behind the change.
-->

## Reviewer Checklist

- [ ] API Go Documentation
- [ ] Tests: Unit Tests (and E2E Tests, if appropriate)
- [ ] Comprehensive Commit Messages
- [ ] Links to related GitHub Issue(s)
19 changes: 19 additions & 0 deletions .github/workflows/add-to-project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Add epic issues to OLMv1 project

on:
issues:
types:
- opened
- labeled

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/operator-framework/projects/8
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: epic, v1.0, v1.x
label-operator: OR
20 changes: 20 additions & 0 deletions .github/workflows/crd-diff.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: crd-diff
on:
pull_request:
jobs:
crd-diff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0

- uses: actions/setup-go@v6
with:
go-version-file: go.mod

- name: Run make verify-crd-compatibility
run: |
make verify-crd-compatibility \
CRD_DIFF_ORIGINAL_REF="git://${{ github.event.pull_request.base.sha }}?path=" \
CRD_DIFF_UPDATED_REF="git://${{ github.event.pull_request.head.sha }}?path="
75 changes: 75 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
name: e2e

on:
workflow_dispatch:
pull_request:
merge_group:
push:
branches:
- main

jobs:
e2e:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
test:
- name: extension-developer-e2e
make-target: test-extension-developer-e2e
use-artifacts: false
use-codecov: false
- name: e2e
make-target: test-e2e
use-artifacts: true
use-codecov: true
- name: experimental-e2e
make-target: test-experimental-e2e
use-artifacts: true
use-codecov: true
- name: upgrade-st2st-e2e
make-target: test-upgrade-st2st-e2e
use-artifacts: true
use-codecov: false
- name: upgrade-ex2ex-e2e
make-target: test-upgrade-ex2ex-e2e
use-artifacts: true
use-codecov: false
- name: upgrade-st2ex-e2e
make-target: test-upgrade-st2ex-e2e
use-artifacts: true
use-codecov: false
- name: st2ex-e2e
make-target: test-st2ex-e2e
use-artifacts: true
use-codecov: false
name: ${{ matrix.test.name }}
steps:
- uses: actions/checkout@v6

- uses: actions/setup-go@v6
with:
go-version-file: go.mod

- name: Run e2e test
run: |
if [[ "${{ matrix.test.use-artifacts }}" == "true" ]]; then
ARTIFACT_PATH=/tmp/artifacts E2E_SUMMARY_OUTPUT=$GITHUB_STEP_SUMMARY make ${{ matrix.test.make-target }}
else
make ${{ matrix.test.make-target }}
fi

- uses: actions/upload-artifact@v5
if: failure() && matrix.test.use-artifacts == true
with:
name: ${{ matrix.test.name }}-artifacts
path: /tmp/artifacts/

- uses: codecov/[email protected]
if: matrix.test.use-codecov == true
with:
disable_search: true
files: coverage/${{ matrix.test.name }}.out
flags: ${{ matrix.test.name }}
token: ${{ secrets.CODECOV_TOKEN }}

18 changes: 18 additions & 0 deletions .github/workflows/go-apidiff.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: go-apidiff
on:
merge_group:
pull_request:
jobs:
go-apidiff:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v6
with:
fetch-depth: 0

- uses: actions/setup-go@v6
with:
go-version-file: go.mod

- uses: joelanford/go-apidiff@main
22 changes: 22 additions & 0 deletions .github/workflows/go-verdiff.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: go-verdiff
on:
pull_request:
branches:
- main
jobs:
go-verdiff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Check golang version
run: |
export LABELS="$(gh api repos/$OWNER/$REPO/pulls/$PR --jq '.labels.[].name')"
hack/tools/check-go-version.sh -b "${{ github.event.pull_request.base.sha }}"
shell: bash
env:
GH_TOKEN: ${{ github.token }}
OWNER: ${{ github.repository_owner }}
REPO: ${{ github.event.repository.name }}
PR: ${{ github.event.pull_request.number }}
46 changes: 46 additions & 0 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: Build/Deploy Documentation
on:
# So we can trigger manually if needed
workflow_dispatch:

# To confirm any changes to docs build successfully, without deploying them
pull_request:
paths:
- "docs/**"
- ".github/workflows/pages.yaml"
- "mkdocs.yml"

# Pushes to branches do the full build + deployment
push:
branches:
- main
paths:
- "docs/**"
- ".github/workflows/pages.yaml"
- "mkdocs.yml"

permissions:
contents: write

# Don't allow multiple simultaneous instances because that would make deploying the docs nondeterministic
concurrency:
group: ${{ github.workflow }}

jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6

- uses: actions/setup-python@v6
with:
python-version: 3.x
cache: pip

# Deploy on merge
- run: make deploy-docs
if: github.event_name == 'push'

# Only build on everything else
- run: make build-docs
if: github.event_name != 'push'
13 changes: 13 additions & 0 deletions .github/workflows/pr-title.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
pull_request_target:
types: [opened, edited, reopened, synchronize]

jobs:
pr-title:
runs-on: ubuntu-latest
name: Verify PR title
steps:
- name: Verify PR title
uses: kubernetes-sigs/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.