-
Notifications
You must be signed in to change notification settings - Fork 170
Description
-
CHANGELOG for all the new merged stuff since 4.x.
-
changed
under_scorealgorithm make api_service method work #355 -
document watch Document watch and upcoming changes #436
-
change watch exceptions behavior document that watcher stops see #273 and add each_with_retry #275 (comment)
-
support ruby 3.0 Ruby 3.0 Compatibility #500
-
drop EOL ruby versions ≤2.4
-
I'm thinking about making all methods not documented in README
private?- Specifically
get_entities,patch_entityetc?
These are used in the wild a bit. Should I keep them until alternative Expose {create,delete,...}_entity methods to manipulate objects of dynamic kind #332? But.public_send("get_#{...}", ...)while clumsy is workable,.sendand a major release is perfect time to make people aware they're using undocumented functionality. -
.rest_clienttoo. UPDATE: replaced by.faraday_client, intentionally public.- TODO document
- header manipulation hacks like samson did for Support for apply command #358 ?
I don't want these to hold up 5.0, or block people from migrating.
OTOH, private methods are still available with.send(...), just people will be more aware it's unsupported. - Specifically
-
several tests disabled due to expired TLS certs test TLS certs expired #483
-
truffleruby failing on master with "ArgumentError: unknown keyword: status"
e.g. https://github.com/abonas/kubeclient/pull/495/checks?check_run_id=2044157037
UPDATE: now passes e.g. https://github.com/abonas/kubeclient/runs/2535621628 🤷♂️