-
Notifications
You must be signed in to change notification settings - Fork 7
Comparing changes
Open a pull request
base repository: servicebinding/runtime
base: v0.1.0
head repository: servicebinding/runtime
compare: v0.2.0
- 11 commits
- 75 files changed
- 4 contributors
Commits on Aug 3, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 1774eb9 - Browse repository at this point
Copy the full SHA 1774eb9View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 556810d - Browse repository at this point
Copy the full SHA 556810dView commit details
Commits on Aug 4, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 3436f8e - Browse repository at this point
Copy the full SHA 3436f8eView commit details
Commits on Aug 5, 2022
-
Update copyright holder (#152)
It's now consistently "the original author or authors." Signed-off-by: Scott Andrews <andrewssc@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 15404ab - Browse repository at this point
Copy the full SHA 15404abView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f4c659c - Browse repository at this point
Copy the full SHA f4c659cView commit details
Commits on Aug 6, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 521d289 - Browse repository at this point
Copy the full SHA 521d289View commit details
Commits on Aug 8, 2022
-
- 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>
Configuration menu - View commit details
-
Copy full SHA for ae24f3a - Browse repository at this point
Copy the full SHA ae24f3aView commit details
Commits on Aug 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b141332 - Browse repository at this point
Copy the full SHA b141332View commit details
Commits on Aug 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5a0ff56 - Browse repository at this point
Copy the full SHA 5a0ff56View commit details -
Drop reinvocationPolicy from ValidatingWebhookConfiguration (#158)
The reinvocationPolicy is only valid for MutatingWebhookConfigurations. Signed-off-by: Scott Andrews <andrewssc@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for b60a706 - Browse repository at this point
Copy the full SHA b60a706View commit details
Commits on Aug 19, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for eade558 - Browse repository at this point
Copy the full SHA eade558View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.0...v0.2.0