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: kcp-dev/api-syncagent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: kcp-dev/api-syncagent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 17 commits
  • 31 files changed
  • 6 contributors

Commits on Feb 10, 2026

  1. fix naming of release branches in docs

    On-behalf-of: @SAP christoph.mewes@sap.com
    xrstf committed Feb 10, 2026
    Configuration menu
    Copy the full SHA
    d241dd8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #132 from kcp-dev/fix-release-docs

    fix naming of release branches in docs
    kcp-ci-bot authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    5d5ef78 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. test: add e2e test for related resource cleanup on primary deletion

    Adds a regression test that verifies syncagent.kcp.io/cleanup finalizers
    are properly removed from kcp-origin related resources when the primary
    object is deleted. Without the fix, the finalizer remains indefinitely,
    blocking namespace/workspace deletion.
    
    Signed-off-by: Igor Fominykh <ifdotpy@gmail.com>
    ifdotpy committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    f404ab7 View commit details
    Browse the repository at this point in the history
  2. fix: clean up related resources when primary object is deleted (#116)

    When a primary object is deleted, related resources with origin kcp
    retain their syncagent.kcp.io/cleanup finalizer indefinitely because
    processRelatedResources() is never called during deletion.
    
    Process related resources before the primary syncer handles deletion,
    passing forceDelete=true for kcp-origin related resources so their
    finalizers are properly removed.
    
    Signed-off-by: Igor Fominykh <ifdotpy@gmail.com>
    ifdotpy committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    5493247 View commit details
    Browse the repository at this point in the history
  3. fix: align struct field formatting in syncer.go

    Fix whitespace alignment flagged by gimps import formatter.
    
    Signed-off-by: Igor Fominykh <ifdotpy@gmail.com>
    ifdotpy committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    b0766d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. Merge pull request #133 from ifdotpy/fix/116-related-resource-cleanup

    fix: clean up related resources when primary object is deleted
    kcp-ci-bot authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    5d9fc7a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2026

  1. bump golang to 1.25.7

    On-behalf-of: @SAP robert.vasek@sap.com
    Signed-off-by: Robert Vasek <robert.vasek@clyso.com>
    gman0 committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    95d151a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90aab9a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #135 from gman0/bump-go-1.25.7

    bump golang to 1.25.7
    kcp-ci-bot authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    e6f5d25 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. Fix APIResourceSchema agent annotations/labels (#139)

    * respect the PR filter when reconciling APIResourceSchemas
    
    On-behalf-of: @SAP christoph.mewes@sap.com
    
    * correct broken metadata by updating the APIResourceSchemas
    
    On-behalf-of: @SAP christoph.mewes@sap.com
    xrstf authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    02316ce View commit details
    Browse the repository at this point in the history
  2. bump otel dependencies (CVE-2026-24051) (#140)

    On-behalf-of: @SAP christoph.mewes@sap.com
    xrstf authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    2db6919 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2026

  1. Watch and sync changes to related resources (#149)

    * Watch and sync changes to related resources
    
    change copyright year of related handlers
    
    On-behalf-of: SAP <iskren.pertov@sap.com>
    Signed-off-by: Iskren Petrov <iskren@kubermatic.com>
    
    Watch and sync changes to related resources
    
    * resolve Christoph's comments
    
    fix linter issue
    
    fix verify ci
    iakmc authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    8204640 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2026

  1. Configuration menu
    Copy the full SHA
    6d8fd96 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2026

  1. bump opentelemetry SDK again [CVE-2026-39883] (#155)

    On-behalf-of: @SAP christoph.mewes@sap.com
    xrstf authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    31945f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2026

  1. update to Go 1.26.2 (#153)

    * update to Go 1.26.2
    
    On-behalf-of: @SAP christoph.mewes@sap.com
    
    * modernize PR template, include chore label
    
    On-behalf-of: @SAP christoph.mewes@sap.com
    
    * fix typos
    
    On-behalf-of: @SAP christoph.mewes@sap.com
    xrstf authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    7ee47eb View commit details
    Browse the repository at this point in the history
  2. wait for Kube resource instead of APIBinding to make e2e tests more r…

    …eliable (#154)
    
    On-behalf-of: @SAP christoph.mewes@sap.com
    xrstf authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    f59c0b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2026

  1. Bump kcp to 0.31 (#156)

    * bump kcp  & friends
    
    * Update multicluster-runtime
    
    * add nolint
    
    * go mod tidy
    mjudeikis authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    bc3ca6c View commit details
    Browse the repository at this point in the history
Loading