Skip to content
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

Update dependency kubereq to ~> 0.4.0 - autoclosed #44

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 13, 2024

This PR contains the following updates:

Package Update Change
kubereq (source) minor ~> 0.3.0 -> ~> 0.4.0

Release Notes

mruoss/kubereq (kubereq)

v0.4.0

Compare Source

⚠️ Breaking Changes ⚠️
  • Kubereq.watch/3 and Kubereq.watch_single/4 now also return t:Kubereq.response/0.
    The stream which was returned directly before is now accessible through the :body
    key of the returned t:Req.Response.t/0 struct. The :stream_to option was removed.
    Kubereq.Watcher was added for implementing long running watch event handlers.
Changes
  • Kubereq.wait_until/5 gets by without Task.async/1.
  • Kubereq.create/3, Kubereq.update/3 and Kubereq.apply/5: Extract api_verison and kind from passed resource.
Added
  • Kubereq.Watcher - A behaviour module for implementing a Kubernetes watch event handler.
  • Streaming for paginated list operation via the :into option of Kubereq.list/3
    #​46
  • Kubereq.can_i?/3 - Checks whether the authenticated user is authorized to perform a specific action.
  • Error raising variants for all functions in Kubereq except Kubereq.wait_until/5.

v0.3.2

Compare Source

Added
  • Support for websocket connections to pods/log and pods/exec subresources #​37

v0.3.1

Compare Source

Fixed
  • Include resource name in the path for deletion in order to prevent deleting multiple resources #​41, #​42
Added
  • Add current context's namespace as :current_namespace field to Kubeconfig. #​39
  • Add Req option :context to switch context ad-hoc. #​39

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency kubereq to ~> 0.4.0 Update dependency kubereq to ~> 0.4.0 - autoclosed Dec 13, 2024
@renovate renovate bot closed this Dec 13, 2024
@renovate renovate bot deleted the renovate/kubereq-0.x branch December 13, 2024 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants