- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 333
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: kube-rs/kube
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.88.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: kube-rs/kube
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.88.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 13 files changed
- 3 contributors
Commits on Jan 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f6ef628 - Browse repository at this point
Copy the full SHA f6ef628View commit details -
Update garde requirement from 0.16.1 to 0.17.0 (#1388)
Updates the requirements on [garde](https://github.com/jprochazk/garde) to permit the latest version. - [Release notes](https://github.com/jprochazk/garde/releases) - [Commits](https://github.com/jprochazk/garde/compare/garde@0.16.1...garde@0.17.0) --- updated-dependencies: - dependency-name: garde dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eirik A <sszynrae@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fbc902f - Browse repository at this point
Copy the full SHA fbc902fView commit details -
Update jsonpath-rust requirement from 0.3.4 to 0.4.0 (#1390)
Updates the requirements on [jsonpath-rust](https://github.com/besok/jsonpath-rust) to permit the latest version. - [Changelog](https://github.com/besok/jsonpath-rust/blob/main/CHANGELOG.md) - [Commits](besok/jsonpath-rust@v0.3.4...v0.4.0) --- updated-dependencies: - dependency-name: jsonpath-rust dependency-type: direct:production ... 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 73af88d - Browse repository at this point
Copy the full SHA 73af88dView commit details
Commits on Jan 23, 2024
-
Bump actions/cache from 2 to 4 (#1397)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... 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 2ad41b2 - Browse repository at this point
Copy the full SHA 2ad41b2View commit details
Commits on Jan 26, 2024
-
Minor fixes to
ObjectList
(#1398)* fix: ObjectList handle missing apiVersion and kind during deserialization The `serde` crate has a bug that prevents the proper deserialization of attributes that are using the `flatten` and `default` directives. See [1] and [2]. This bug affects the freshly introduced `ObjectList.types` attribute. It's not possible to deserialize an `ObjectList` that is missing the `apiVersion` and/or the `kind` values. This commit introduces a custom deserializer for the `types` attribute of `ObjectList`. On top of handling the deserialization case, the custom deserializer provides better default values compared to the ones of the stock `TypeMeta`. The `TypeMeta` struct has empty strings as default values. However, in the context of `ObjectList`, proper default values should be `v1` and `List` instead. [1] serde-rs/serde#1626 [2] serde-rs/serde#1879 Signed-off-by: Flavio Castelli <fcastelli@suse.com> * ObjectList: derive the `Clone` trait Ensure `ObjectList` derive the `Clone` trait. Signed-off-by: Flavio Castelli <fcastelli@suse.com> * chore: fix rustfmt warning Signed-off-by: Flavio Castelli <fcastelli@suse.com> --------- Signed-off-by: Flavio Castelli <fcastelli@suse.com>
Configuration menu - View commit details
-
Copy full SHA for b700529 - Browse repository at this point
Copy the full SHA b700529View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74d90c9 - Browse repository at this point
Copy the full SHA 74d90c9View commit details
There are no files selected for viewing