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: servicebinding/runtime
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: servicebinding/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 6 commits
  • 21 files changed
  • 2 contributors

Commits on Sep 19, 2023

  1. Bump github.com/vmware-tanzu/carvel-kbld in /hack/kbld (#343)

    Bumps [github.com/vmware-tanzu/carvel-kbld](https://github.com/vmware-tanzu/carvel-kbld) from 0.37.5 to 0.37.6.
    - [Release notes](https://github.com/vmware-tanzu/carvel-kbld/releases)
    - [Changelog](https://github.com/carvel-dev/kbld/blob/develop/.goreleaser.yml)
    - [Commits](carvel-dev/kbld@v0.37.5...v0.37.6)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/vmware-tanzu/carvel-kbld
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    e1132c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

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

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    e3880e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8551c2d View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

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

Commits on Oct 14, 2023

  1. Unproject workloads no longer targeted by a ServiceBinding (#348)

    When a previously bound workload is no longer targeted by a
    ServiceBinding it is now unprojected. Previously, the projection was
    orphaned as the controller only managed workload matching the reference
    on the ServiceBinding resource. This could happen for a few different
    reasons:
    
    - the name of the referenced workload was updated on the ServiceBinding
    - the label selector matching the workload was updated on the
      ServiceBinding
    - the labels on the workload were updated to no longer match the
      selector on the ServiceBinding.
    
    In order to find previously bound workloads, we now list all resources
    matching the workload refs GVK in the namespace.  That list is filtered
    to resources that are currently projected, or match the new criteria.
    All matching workloads are unprojected, but only resources matching the
    current ref are re-projected.
    
    To avoid a much larger search area, the workloadRef apiVersion and kind
    fields are now immutable. Users who need to update either of these
    values will need to delete the ServiceBinding and create a new resource
    with the desired values.
    
    Signed-off-by: Scott Andrews <andrewssc@vmware.com>
    scothis authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    a964673 View commit details
    Browse the repository at this point in the history
Loading