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.1.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.2.0
Choose a head ref
  • 11 commits
  • 75 files changed
  • 4 contributors

Commits on Aug 3, 2022

  1. Runnable samples (#146)

    There are four samples, each in their own directory:
    - Spring PetClinic with MySQL (./samples/spring-petclinic)
    - Controlled Resource (./samples/controlled-resource)
    - Overridden Type and Provider (./samples/overridden-type-provider)
    - Multiple Bindings (./samples/multi-binding)
    
    Signed-off-by: Scott Andrews <andrewssc@vmware.com>
    scothis authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    1774eb9 View commit details
    Browse the repository at this point in the history
  2. Bump sigs.k8s.io/kustomize/kustomize/v4 in /hack/kustomize (#148)

    Bumps [sigs.k8s.io/kustomize/kustomize/v4](https://github.com/kubernetes-sigs/kustomize) from 4.5.6 to 4.5.7.
    - [Release notes](https://github.com/kubernetes-sigs/kustomize/releases)
    - [Commits](kubernetes-sigs/kustomize@kustomize/v4.5.6...kustomize/v4.5.7)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/kustomize/kustomize/v4
      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 Aug 3, 2022
    Configuration menu
    Copy the full SHA
    556810d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Bump github.com/k14s/kapp from 0.50.0 to 0.51.0 in /hack/kapp (#149)

    Bumps [github.com/k14s/kapp](https://github.com/k14s/kapp) from 0.50.0 to 0.51.0.
    - [Release notes](https://github.com/k14s/kapp/releases)
    - [Changelog](https://github.com/vmware-tanzu/carvel-kapp/blob/develop/.goreleaser.yml)
    - [Commits](carvel-dev/kapp@v0.50.0...v0.51.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/k14s/kapp
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    3436f8e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Update copyright holder (#152)

    It's now consistently "the original author or authors."
    
    Signed-off-by: Scott Andrews <andrewssc@vmware.com>
    scothis authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    15404ab View commit details
    Browse the repository at this point in the history
  2. Build multi-arch controller images (#153)

    By default we build the controller for all architectured supported by
    the default base image `gcr.io/distroless/static:nonroot`. Including:
    - linux/arm64
    - linux/arm
    - linux/ppc64le
    - linux/s390x
    - linux/amd64
    
    At development time, a subset can be built by setting KO_PLATFORMS:
    
    ```
    KO_PLATFORMS=linux/amd64 make deploy
    ```
    
    Signed-off-by: Scott Andrews <andrewssc@vmware.com>
    scothis authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    f4c659c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Include cert-manager for local deployment (#154)

    Co-authored-by: Scott Andrews <scott@andrews.me>
    Signed-off-by: Baiju Muthukadan <baiju.m.mail@gmail.com>
    baijum and scothis authored Aug 6, 2022
    Configuration menu
    Copy the full SHA
    521d289 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Restructure readme (#155)

    - add section on deploying a release
    - move Getting Started and Samples sections to the top
    - other minor polishing
    
    Signed-off-by: Scott Andrews <andrewssc@vmware.com>
    scothis authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    ae24f3a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

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

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    5a0ff56 View commit details
    Browse the repository at this point in the history
  2. Drop reinvocationPolicy from ValidatingWebhookConfiguration (#158)

    The reinvocationPolicy is only valid for MutatingWebhookConfigurations.
    
    Signed-off-by: Scott Andrews <andrewssc@vmware.com>
    scothis authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    b60a706 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Split ClusterWorkloadResourceMappings into a separate file (#160)

    Attempting to use kubectl to apply a CRD and a resource of the new kind
    creates a race condition for the API Server to reify the new CRD before
    the resource instance is created.
    
    Instead we can split these resources into a separate config file that
    can be independently applied to the cluster.
    
    Signed-off-by: Scott Andrews <andrewssc@vmware.com>
    scothis authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    eade558 View commit details
    Browse the repository at this point in the history
Loading