Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fluxcd/source-watcher
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: fluxcd/source-watcher
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.1
Choose a head ref
  • 10 commits
  • 10 files changed
  • 4 contributors

Commits on Jun 26, 2026

  1. Add categories to the ArtifactGenerator CRD (#352)

    Add the standard Flux resource categories to the ArtifactGenerator CRD
    so users can list Flux resources with kubectl using category selectors:
    
      all             every resource in the cluster
      fluxcd          every Flux resource
      fluxcd-sources  every Flux source resource
    
    Regenerate the CRD with make manifests.
    
    
    Assisted-by: Claude/claude-opus-4-8
    (cherry picked from commit 1f2024e)
    
    Signed-off-by: José Siqueira <[email protected]>
    Co-authored-by: José Siqueira <[email protected]>
    fluxcdbot and josesiqueira authored Jun 26, 2026
    Configuration menu
    Copy the full SHA
    6248787 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2026

  1. Fix sharding flags not being honored

    Signed-off-by: Matheus Pimenta <[email protected]>
    (cherry picked from commit 49da3cd)
    matheuscscp authored and github-actions[bot] committed Jun 29, 2026
    Configuration menu
    Copy the full SHA
    1408997 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #353 from fluxcd/backport-351-to-release/v2.2.x

    [release/v2.2.x] Fix sharding flags not being honored
    matheuscscp authored Jun 29, 2026
    Configuration menu
    Copy the full SHA
    52aa04b View commit details
    Browse the repository at this point in the history
  3. Update fluxcd/pkg dependencies

    Signed-off-by: GitHub <[email protected]>
    matheuscscp authored Jun 29, 2026
    Configuration menu
    Copy the full SHA
    10a2277 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #356 from fluxcd/update-pkg-deps/release/v2.2.x

    Update fluxcd/pkg dependencies
    matheuscscp authored Jun 29, 2026
    Configuration menu
    Copy the full SHA
    d992a0a View commit details
    Browse the repository at this point in the history
  5. Document source-watcher controller options

    Signed-off-by: Matheus Pimenta <[email protected]>
    (cherry picked from commit 88f904a)
    matheuscscp authored and github-actions[bot] committed Jun 29, 2026
    Configuration menu
    Copy the full SHA
    d9fdce5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #357 from fluxcd/backport-355-to-release/v2.2.x

    [release/v2.2.x] Document controller options
    matheuscscp authored Jun 29, 2026
    Configuration menu
    Copy the full SHA
    9bed945 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2026

  1. Add changelog entry for v2.2.1

    Signed-off-by: Matheus Pimenta <[email protected]>
    matheuscscp committed Jun 30, 2026
    Configuration menu
    Copy the full SHA
    4e8c81f View commit details
    Browse the repository at this point in the history
  2. Release v2.2.1

    Signed-off-by: Matheus Pimenta <[email protected]>
    matheuscscp committed Jun 30, 2026
    Configuration menu
    Copy the full SHA
    5229858 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #359 from fluxcd/release-v2.2.1

    Release v2.2.1
    matheuscscp authored Jun 30, 2026
    Configuration menu
    Copy the full SHA
    824a8bd View commit details
    Browse the repository at this point in the history
Loading