-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Observed generation #1
Commits on Oct 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a9b787a - Browse repository at this point
Copy the full SHA a9b787aView commit details
Commits on Oct 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4aef09b - Browse repository at this point
Copy the full SHA 4aef09bView commit details
Commits on Oct 23, 2023
-
Merge pull request crossplane#56 from crossplane/renovate/github-code…
…ql-action-digest Update github/codeql-action digest to 49abf0b
Configuration menu - View commit details
-
Copy full SHA for fb08653 - Browse repository at this point
Copy the full SHA fb08653View commit details -
Merge pull request crossplane#57 from crossplane/renovate/fkirc-skip-…
…duplicate-actions-5.x Update fkirc/skip-duplicate-actions action to v5.3.1
Configuration menu - View commit details
-
Copy full SHA for 6eb6cc8 - Browse repository at this point
Copy the full SHA 6eb6cc8View commit details -
Run golangci-lint with --fix by default
Signed-off-by: Philippe Scorsolini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3207167 - Browse repository at this point
Copy the full SHA 3207167View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36bee0c - Browse repository at this point
Copy the full SHA 36bee0cView commit details
Commits on Oct 24, 2023
-
Sync with upstream crossplane-runtime changes
* Bump crossplane-runtime * Update GetInteger to handle floats locally * Use new claim.Reference type Signed-off-by: Steven Borrelli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66fe852 - Browse repository at this point
Copy the full SHA 66fe852View commit details
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 164fdaf - Browse repository at this point
Copy the full SHA 164fdafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49cb9cd - Browse repository at this point
Copy the full SHA 49cb9cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2627b46 - Browse repository at this point
Copy the full SHA 2627b46View commit details -
Merge pull request crossplane#61 from crossplane/renovate/kubernetes-…
…deps Update module sigs.k8s.io/yaml to v1.4.0
Configuration menu - View commit details
-
Copy full SHA for 43a7da5 - Browse repository at this point
Copy the full SHA 43a7da5View commit details -
Merge pull request crossplane#62 from crossplane/renovate/github.com-…
…crossplane-crossplane-runtime-1.x Update module github.com/crossplane/crossplane-runtime to v1.14.0-rc.1
Configuration menu - View commit details
-
Copy full SHA for b9c77eb - Browse repository at this point
Copy the full SHA b9c77ebView commit details -
Merge pull request crossplane#63 from crossplane/renovate/aquasecurit…
…y-trivy-action-0.x Update aquasecurity/trivy-action action to v0.13.0
Configuration menu - View commit details
-
Copy full SHA for 142a5c0 - Browse repository at this point
Copy the full SHA 142a5c0View commit details -
Notably this includes a handy new linter that warns when you don't use GetFoo methods to access protobuf fields. Signed-off-by: Nic Cope <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a11b5d9 - Browse repository at this point
Copy the full SHA a11b5d9View commit details -
Merge pull request crossplane#64 from negz/protocol
Bump golangci-lint to v1.55.1
Configuration menu - View commit details
-
Copy full SHA for 086e9dd - Browse repository at this point
Copy the full SHA 086e9ddView commit details
Commits on Oct 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 97ccac5 - Browse repository at this point
Copy the full SHA 97ccac5View commit details -
Merge pull request crossplane#66 from crossplane/renovate/github-code…
…ql-action-digest Update github/codeql-action digest to 74483a3
Configuration menu - View commit details
-
Copy full SHA for 0745c2a - Browse repository at this point
Copy the full SHA 0745c2aView commit details
Commits on Oct 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9a9a2fc - Browse repository at this point
Copy the full SHA 9a9a2fcView commit details
Commits on Oct 30, 2023
-
Demonstrate that MR structs marshal with extraneous fields
Signed-off-by: Nic Cope <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9fc84aa - Browse repository at this point
Copy the full SHA 9fc84aaView commit details -
Use go-json-experiment (and hacks) to trim empty fields
This is necessary for functions to be able to return JSON (as structpb.Struct) that can be used as server side apply fully specified intent. Without it we include empty structs that are non-nil, even if they have the omitempty marker. Signed-off-by: Nic Cope <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 09f878b - Browse repository at this point
Copy the full SHA 09f878bView commit details -
Use a runtime.Scheme to load GVK using From
I don't love the package-scoped state here but this seems like the nicest API to offer callers. Signed-off-by: Nic Cope <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8106890 - Browse repository at this point
Copy the full SHA 8106890View commit details -
Merge pull request crossplane#70 from negz/typical
Marshal MR structs in a (more) server-side apply compatible way
Configuration menu - View commit details
-
Copy full SHA for 7a3f487 - Browse repository at this point
Copy the full SHA 7a3f487View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3023c88 - Browse repository at this point
Copy the full SHA 3023c88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74179c3 - Browse repository at this point
Copy the full SHA 74179c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17c14e3 - Browse repository at this point
Copy the full SHA 17c14e3View commit details -
Clear out empty object metadata if it exists after conversion
Without this change any resource that has no ObjectMeta will end up with an empty metadata (like "metadata": {}) when rendered. This is because json serialization adds the generation field. We then delete it, resulting in an empty metadata object. This isn't actually so bad because Crossplane will always add a few labels, owner refs, etc before the metadata becomes part of the SSA fully-specified intent. So in reality we'll never ask the API server to make metadata an empty object. It is misleading in unit tests though. Signed-off-by: Nic Cope <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82371e3 - Browse repository at this point
Copy the full SHA 82371e3View commit details -
Merge pull request crossplane#72 from negz/hacks-on-hacks-on-hacks
Clear out empty object metadata if it exists after conversion
Configuration menu - View commit details
-
Copy full SHA for 80ca76d - Browse repository at this point
Copy the full SHA 80ca76dView commit details
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 341c3a7 - Browse repository at this point
Copy the full SHA 341c3a7View commit details -
Merge pull request crossplane#71 from crossplane/renovate/go-github.c…
…om/docker/docker-vulnerability Update module github.com/docker/docker to v24.0.7+incompatible [SECURITY]
Configuration menu - View commit details
-
Copy full SHA for 81ac1ac - Browse repository at this point
Copy the full SHA 81ac1acView commit details -
Merge pull request crossplane#67 from crossplane/renovate/github.com-…
…bufbuild-buf-1.x Update module github.com/bufbuild/buf to v1.27.2
Configuration menu - View commit details
-
Copy full SHA for 8a0673b - Browse repository at this point
Copy the full SHA 8a0673bView commit details -
Merge pull request crossplane#65 from crossplane/renovate/github.com-…
…go-logr-logr-1.x Update module github.com/go-logr/logr to v1.3.0
Configuration menu - View commit details
-
Copy full SHA for 93a885b - Browse repository at this point
Copy the full SHA 93a885bView commit details -
Merge pull request crossplane#69 from crossplane/renovate/zeebe-io-ba…
…ckport-action-2.x Update zeebe-io/backport-action action to v2
Configuration menu - View commit details
-
Copy full SHA for 9361a37 - Browse repository at this point
Copy the full SHA 9361a37View commit details -
Merge pull request crossplane#73 from crossplane/renovate/aquasecurit…
…y-trivy-action-0.x Update aquasecurity/trivy-action action to v0.13.1
Configuration menu - View commit details
-
Copy full SHA for 8835a3e - Browse repository at this point
Copy the full SHA 8835a3eView commit details
Commits on Nov 1, 2023
-
Link to documentation in README
Remove the big example, there's now something better in the docs. The linked guide won't exist until the below PR is merged. crossplane/docs#597 Signed-off-by: Nic Cope <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c079c3a - Browse repository at this point
Copy the full SHA c079c3aView commit details -
Merge pull request crossplane#74 from negz/release-prep
Link to documentation in README
Configuration menu - View commit details
-
Copy full SHA for dfeac94 - Browse repository at this point
Copy the full SHA dfeac94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32714c0 - Browse repository at this point
Copy the full SHA 32714c0View commit details -
Merge pull request crossplane#75 from crossplane/renovate/github.com-…
…crossplane-crossplane-runtime-1.x Update module github.com/crossplane/crossplane-runtime to v1.14.0
Configuration menu - View commit details
-
Copy full SHA for a69a7e7 - Browse repository at this point
Copy the full SHA a69a7e7View commit details -
Remove superfluous /v/ in latest release badge
Signed-off-by: Nic Cope <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cecf531 - Browse repository at this point
Copy the full SHA cecf531View commit details -
Merge pull request crossplane#77 from negz/release-prep
Remove superfluous /v/ in latest release badge
Configuration menu - View commit details
-
Copy full SHA for 86c5e02 - Browse repository at this point
Copy the full SHA 86c5e02View commit details
Commits on Nov 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4a06f2d - Browse repository at this point
Copy the full SHA 4a06f2dView commit details -
Merge pull request crossplane#78 from crossplane/renovate/github.com-…
…crossplane-crossplane-runtime-1.x Update module github.com/crossplane/crossplane-runtime to v1.14.1
Configuration menu - View commit details
-
Copy full SHA for 4c1750c - Browse repository at this point
Copy the full SHA 4c1750cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4724d84 - Browse repository at this point
Copy the full SHA 4724d84View commit details
Commits on Nov 3, 2023
-
Merge pull request crossplane#79 from crossplane/renovate/github.com-…
…upbound-provider-aws-0.x Update module github.com/upbound/provider-aws to v0.43.1
Configuration menu - View commit details
-
Copy full SHA for 1757c1c - Browse repository at this point
Copy the full SHA 1757c1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56e6e4a - Browse repository at this point
Copy the full SHA 56e6e4aView commit details
Commits on Nov 4, 2023
-
Merge pull request crossplane#80 from crossplane/renovate/github.com-…
…go-logr-zapr-1.x Update module github.com/go-logr/zapr to v1.3.0
Configuration menu - View commit details
-
Copy full SHA for 18b681d - Browse repository at this point
Copy the full SHA 18b681dView commit details
Commits on Nov 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 14ef860 - Browse repository at this point
Copy the full SHA 14ef860View commit details
Commits on Nov 13, 2023
-
Merge pull request crossplane#84 from crossplane/renovate/golang-1.x
Update dependency golang to v1.21.4
Configuration menu - View commit details
-
Copy full SHA for ab9baab - Browse repository at this point
Copy the full SHA ab9baabView commit details
Commits on Nov 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 74c80ba - Browse repository at this point
Copy the full SHA 74c80baView commit details -
Merge pull request crossplane#82 from crossplane/renovate/zeebe-io-ba…
…ckport-action-2.x
Configuration menu - View commit details
-
Copy full SHA for e1d2e30 - Browse repository at this point
Copy the full SHA e1d2e30View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1fb133 - Browse repository at this point
Copy the full SHA b1fb133View commit details -
Merge pull request crossplane#81 from crossplane/renovate/golangci-go…
…langci-lint-1.x Update dependency golangci/golangci-lint to v1.55.2
Configuration menu - View commit details
-
Copy full SHA for 8525644 - Browse repository at this point
Copy the full SHA 8525644View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9d3e43 - Browse repository at this point
Copy the full SHA d9d3e43View commit details -
Merge pull request crossplane#86 from crossplane/renovate/actions-git…
…hub-script-7.x Update actions/github-script action to v7
Configuration menu - View commit details
-
Copy full SHA for 419df59 - Browse repository at this point
Copy the full SHA 419df59View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5d4ad9 - Browse repository at this point
Copy the full SHA f5d4ad9View commit details -
Merge pull request crossplane#87 from crossplane/renovate/github-code…
…ql-action-digest Update github/codeql-action digest to 689fdc5
Configuration menu - View commit details
-
Copy full SHA for cf8475b - Browse repository at this point
Copy the full SHA cf8475bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b307d06 - Browse repository at this point
Copy the full SHA b307d06View commit details -
fix: regenerate with new buf version
Signed-off-by: Philippe Scorsolini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5810cc0 - Browse repository at this point
Copy the full SHA 5810cc0View commit details -
Merge pull request crossplane#85 from crossplane/renovate/github.com-…
…bufbuild-buf-1.x Update module github.com/bufbuild/buf to v1.28.1
Configuration menu - View commit details
-
Copy full SHA for 247513f - Browse repository at this point
Copy the full SHA 247513fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 093b844 - Browse repository at this point
Copy the full SHA 093b844View commit details -
Merge pull request crossplane#89 from crossplane/renovate/github.com-…
…crossplane-crossplane-runtime-1.x Update module github.com/crossplane/crossplane-runtime to v1.14.2
Configuration menu - View commit details
-
Copy full SHA for d7cb09d - Browse repository at this point
Copy the full SHA d7cb09dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52ecaee - Browse repository at this point
Copy the full SHA 52ecaeeView commit details -
Merge pull request crossplane#90 from crossplane/renovate/github-code…
…ql-action-digest Update github/codeql-action digest to 66b90a5
Configuration menu - View commit details
-
Copy full SHA for 22b59a3 - Browse repository at this point
Copy the full SHA 22b59a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c50472 - Browse repository at this point
Copy the full SHA 5c50472View commit details -
Merge pull request crossplane#83 from crossplane/renovate/aquasecurit…
…y-trivy-action-0.x Update aquasecurity/trivy-action action to v0.14.0
Configuration menu - View commit details
-
Copy full SHA for b873679 - Browse repository at this point
Copy the full SHA b873679View commit details -
Configuration menu - View commit details
-
Copy full SHA for 552e9d0 - Browse repository at this point
Copy the full SHA 552e9d0View commit details -
Merge pull request crossplane#88 from crossplane/renovate/kubernetes-…
…deps Update kubernetes deps to v0.28.4
Configuration menu - View commit details
-
Copy full SHA for 3ea079d - Browse repository at this point
Copy the full SHA 3ea079dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 170f02d - Browse repository at this point
Copy the full SHA 170f02dView commit details
Commits on Nov 17, 2023
-
Merge pull request crossplane#91 from crossplane/renovate/github.com-…
…upbound-provider-aws-0.x Update module github.com/upbound/provider-aws to v0.44.0
Configuration menu - View commit details
-
Copy full SHA for 40d347d - Browse repository at this point
Copy the full SHA 40d347dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4985e4b - Browse repository at this point
Copy the full SHA 4985e4bView commit details
Commits on Nov 20, 2023
-
Merge pull request crossplane#92 from crossplane/renovate/actions-git…
…hub-script-digest Update actions/github-script digest to 60a0d83
Configuration menu - View commit details
-
Copy full SHA for b722787 - Browse repository at this point
Copy the full SHA b722787View commit details
Commits on Nov 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6a3e69c - Browse repository at this point
Copy the full SHA 6a3e69cView commit details
Commits on Nov 27, 2023
-
Merge pull request crossplane#94 from crossplane/renovate/github-code…
…ql-action-digest Update github/codeql-action digest to 407ffaf
Configuration menu - View commit details
-
Copy full SHA for fe9b3ca - Browse repository at this point
Copy the full SHA fe9b3caView commit details
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 29b7710 - Browse repository at this point
Copy the full SHA 29b7710View commit details
Commits on Dec 8, 2023
-
Merge pull request crossplane#99 from crossplane/renovate/github.com-…
…crossplane-crossplane-runtime-1.x Update module github.com/crossplane/crossplane-runtime to v1.14.3
Configuration menu - View commit details
-
Copy full SHA for c3bf80d - Browse repository at this point
Copy the full SHA c3bf80dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05d6dad - Browse repository at this point
Copy the full SHA 05d6dadView commit details
Commits on Dec 11, 2023
-
Merge pull request crossplane#100 from crossplane/renovate/github-cod…
…eql-action-digest Update github/codeql-action digest to c0d1daa
Configuration menu - View commit details
-
Copy full SHA for a98c2aa - Browse repository at this point
Copy the full SHA a98c2aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea84f80 - Browse repository at this point
Copy the full SHA ea84f80View commit details -
Merge pull request crossplane#101 from crossplane/renovate/golang-1.x
Update dependency golang to v1.21.5
Configuration menu - View commit details
-
Copy full SHA for 636de21 - Browse repository at this point
Copy the full SHA 636de21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41ade7a - Browse repository at this point
Copy the full SHA 41ade7aView commit details -
Merge pull request crossplane#102 from crossplane/renovate/aquasecuri…
…ty-trivy-action-0.x Update aquasecurity/trivy-action action to v0.16.0
Configuration menu - View commit details
-
Copy full SHA for 174f149 - Browse repository at this point
Copy the full SHA 174f149View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5a6d8e - Browse repository at this point
Copy the full SHA b5a6d8eView commit details -
Merge pull request crossplane#103 from crossplane/renovate/zeebe-io-b…
…ackport-action-2.x Update zeebe-io/backport-action action to v2.2.0
Configuration menu - View commit details
-
Copy full SHA for 2edc403 - Browse repository at this point
Copy the full SHA 2edc403View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8e69e8 - Browse repository at this point
Copy the full SHA b8e69e8View commit details
Commits on Dec 15, 2023
-
Merge pull request crossplane#104 from crossplane/renovate/actions-se…
…tup-go-5.x Update actions/setup-go action to v5
Configuration menu - View commit details
-
Copy full SHA for d0c5dae - Browse repository at this point
Copy the full SHA d0c5daeView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbe6104 - Browse repository at this point
Copy the full SHA cbe6104View commit details -
Merge pull request crossplane#105 from crossplane/renovate/github-cod…
…eql-action-digest Update github/codeql-action digest to 03e7845
Configuration menu - View commit details
-
Copy full SHA for c9b5e1f - Browse repository at this point
Copy the full SHA c9b5e1fView commit details
Commits on Jan 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b173b8e - Browse repository at this point
Copy the full SHA b173b8eView commit details
Commits on Jan 4, 2024
-
Merge pull request crossplane#98 from crossplane/renovate/k8s.io-util…
…s-digest Update k8s.io/utils digest to e7106e6
Configuration menu - View commit details
-
Copy full SHA for 30996ac - Browse repository at this point
Copy the full SHA 30996acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eb944e - Browse repository at this point
Copy the full SHA 3eb944eView commit details -
Merge pull request crossplane#95 from crossplane/renovate/github.com-…
…upbound-provider-aws-0.x Update module github.com/upbound/provider-aws to v0.47.1
Configuration menu - View commit details
-
Copy full SHA for 3d7c2df - Browse repository at this point
Copy the full SHA 3d7c2dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c7fbb2 - Browse repository at this point
Copy the full SHA 1c7fbb2View commit details
Commits on Jan 8, 2024
-
Merge pull request crossplane#111 from crossplane/renovate/google.gol…
…ang.org-grpc-1.x Update module google.golang.org/grpc to v1.60.1
Configuration menu - View commit details
-
Copy full SHA for 49844f1 - Browse repository at this point
Copy the full SHA 49844f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5e9384 - Browse repository at this point
Copy the full SHA e5e9384View commit details -
chore: regenerate with buf 1.32.0
Signed-off-by: Philippe Scorsolini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8927bb3 - Browse repository at this point
Copy the full SHA 8927bb3View commit details -
Merge pull request crossplane#112 from crossplane/renovate/google.gol…
…ang.org-protobuf-1.x Update module google.golang.org/protobuf to v1.32.0
Configuration menu - View commit details
-
Copy full SHA for e6d6526 - Browse repository at this point
Copy the full SHA e6d6526View commit details -
Configuration menu - View commit details
-
Copy full SHA for f94e04b - Browse repository at this point
Copy the full SHA f94e04bView commit details -
Merge pull request crossplane#109 from crossplane/renovate/github-cod…
…eql-action-digest
Configuration menu - View commit details
-
Copy full SHA for 41f7fef - Browse repository at this point
Copy the full SHA 41f7fefView commit details
Commits on Jan 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 696c484 - Browse repository at this point
Copy the full SHA 696c484View commit details -
Merge pull request crossplane#107 from crossplane/renovate/github.com…
…-go-logr-logr-1.x Update module github.com/go-logr/logr to v1.4.1
Configuration menu - View commit details
-
Copy full SHA for c1d7d6d - Browse repository at this point
Copy the full SHA c1d7d6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4925321 - Browse repository at this point
Copy the full SHA 4925321View commit details
Commits on Jan 10, 2024
-
Merge pull request crossplane#113 from crossplane/renovate/zeebe-io-b…
…ackport-action-2.x Update zeebe-io/backport-action action to v2.3.0
Configuration menu - View commit details
-
Copy full SHA for 20f0962 - Browse repository at this point
Copy the full SHA 20f0962View commit details -
Configuration menu - View commit details
-
Copy full SHA for d63b092 - Browse repository at this point
Copy the full SHA d63b092View commit details -
Merge pull request crossplane#110 from crossplane/renovate/aquasecuri…
…ty-trivy-action-0.x
Configuration menu - View commit details
-
Copy full SHA for f160cb9 - Browse repository at this point
Copy the full SHA f160cb9View commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 757fdde - Browse repository at this point
Copy the full SHA 757fddeView commit details
Commits on Jan 12, 2024
-
Merge pull request crossplane#116 from crossplane/renovate/actions-ca…
…che-digest Update actions/cache digest to e12d46a
Configuration menu - View commit details
-
Copy full SHA for 4d63c40 - Browse repository at this point
Copy the full SHA 4d63c40View commit details
Commits on Jan 18, 2024
-
Signed-off-by: Philippe Scorsolini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb797d1 - Browse repository at this point
Copy the full SHA bb797d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e73fdc - Browse repository at this point
Copy the full SHA 9e73fdcView commit details
Commits on Jan 22, 2024
-
Signed-off-by: Philippe Scorsolini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d73e859 - Browse repository at this point
Copy the full SHA d73e859View commit details
Commits on Jan 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d88396b - Browse repository at this point
Copy the full SHA d88396bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f545dc2 - Browse repository at this point
Copy the full SHA f545dc2View commit details
Commits on Jan 25, 2024
-
Merge pull request crossplane#115 from crossplane/renovate/golang-1.x
Update dependency golang to v1.21.6
Configuration menu - View commit details
-
Copy full SHA for f466e52 - Browse repository at this point
Copy the full SHA f466e52View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6dd74ec - Browse repository at this point
Copy the full SHA 6dd74ecView commit details
Commits on Feb 14, 2024
-
Reject unknown fields when converting from Struct to Object
This is mostly useful when a function loads its input from the RunFunctionRequest. Crossplane isn't (yet) aware of input schema and will send anything the user supplies. Right now that could include extra unknown, misindented, or typod fields and those will be silently ignored by the function. With this change in place they will result in an error. This code will also be used to load desired and observed resource state, but it's unlikely for those to be invalid. This is a small behavior change, but I feel okay with it. The new behavior is safer, probably won't affect anyone, and we're pre 1.0. crossplane-contrib/function-patch-and-transform#91 (comment) Signed-off-by: Nic Cope <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 48e6829 - Browse repository at this point
Copy the full SHA 48e6829View commit details
Commits on Feb 17, 2024
-
Fix error formatting for GetInput
Signed-off-by: Nic Cope <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1335c4b - Browse repository at this point
Copy the full SHA 1335c4bView commit details
Commits on Feb 21, 2024
-
Merge pull request crossplane#120 from crossplane/renovate/github.com…
…-bufbuild-buf-1.x Update module github.com/bufbuild/buf to v1.29.0
Configuration menu - View commit details
-
Copy full SHA for f1c048d - Browse repository at this point
Copy the full SHA f1c048dView commit details -
Merge pull request crossplane#124 from negz/rejection
Reject unknown fields when converting from Struct to Object
Configuration menu - View commit details
-
Copy full SHA for 9a5beef - Browse repository at this point
Copy the full SHA 9a5beefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0068bd6 - Browse repository at this point
Copy the full SHA 0068bd6View commit details -
Merge pull request crossplane#96 from crossplane/renovate/github.com-…
…go-json-experiment-json-digest Update github.com/go-json-experiment/json digest to 2e55bd4
Configuration menu - View commit details
-
Copy full SHA for c987192 - Browse repository at this point
Copy the full SHA c987192View commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 94f0334 - Browse repository at this point
Copy the full SHA 94f0334View commit details -
Merge pull request crossplane#114 from crossplane/renovate/github-cod…
…eql-action-3.x
Configuration menu - View commit details
-
Copy full SHA for 97d0983 - Browse repository at this point
Copy the full SHA 97d0983View commit details
Commits on Feb 28, 2024
-
Merge pull request crossplane#128 from negz/error-error
Fix error formatting for GetInput
Configuration menu - View commit details
-
Copy full SHA for 0b5c830 - Browse repository at this point
Copy the full SHA 0b5c830View commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e20ca68 - Browse repository at this point
Copy the full SHA e20ca68View commit details -
Merge pull request crossplane#117 from crossplane/renovate/actions-ca…
…che-4.x Update actions/cache action to v4
Configuration menu - View commit details
-
Copy full SHA for b53051e - Browse repository at this point
Copy the full SHA b53051eView commit details
Commits on Mar 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5d3a939 - Browse repository at this point
Copy the full SHA 5d3a939View commit details -
Merge pull request crossplane#131 from crossplane/renovate/go-github.…
…com/docker/docker-vulnerability
Configuration menu - View commit details
-
Copy full SHA for 29b53ad - Browse repository at this point
Copy the full SHA 29b53adView commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9c1dc04 - Browse repository at this point
Copy the full SHA 9c1dc04View commit details -
Signed-off-by: Philippe Scorsolini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c09a20 - Browse repository at this point
Copy the full SHA 0c09a20View commit details -
Merge pull request crossplane#132 from crossplane/renovate/github.com…
…-bufbuild-buf-1.x Update module github.com/bufbuild/buf to v1.30.0
Configuration menu - View commit details
-
Copy full SHA for aab701c - Browse repository at this point
Copy the full SHA aab701cView commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6a7cde6 - Browse repository at this point
Copy the full SHA 6a7cde6View commit details
Commits on Apr 19, 2024
-
Merge pull request crossplane#122 from crossplane/renovate/codecov-co…
…decov-action-digest Update codecov/codecov-action digest to 8450866
Configuration menu - View commit details
-
Copy full SHA for 33e7e0e - Browse repository at this point
Copy the full SHA 33e7e0eView commit details
Commits on Apr 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4cc6150 - Browse repository at this point
Copy the full SHA 4cc6150View commit details -
Merge pull request crossplane#133 from crossplane/renovate/go-golang.…
…org/x/net-vulnerability
Configuration menu - View commit details
-
Copy full SHA for cd6ab94 - Browse repository at this point
Copy the full SHA cd6ab94View commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 909e6bd - Browse repository at this point
Copy the full SHA 909e6bdView commit details -
Merge pull request crossplane#136 from negz/its-happening-dot-gif
Switch to crossplane/build
Configuration menu - View commit details
-
Copy full SHA for aa077cf - Browse repository at this point
Copy the full SHA aa077cfView commit details
Commits on May 20, 2024
-
Signed-off-by: Steven Borrelli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ff4cae - Browse repository at this point
Copy the full SHA 8ff4caeView commit details -
Signed-off-by: Steven Borrelli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 434972f - Browse repository at this point
Copy the full SHA 434972fView commit details -
update comments to match resource type
Signed-off-by: Steven Borrelli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53155a2 - Browse repository at this point
Copy the full SHA 53155a2View commit details