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 module github.com/k3d-io/k3d/v5 to v5.4.3 - autoclosed #527

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 16, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/k3d-io/k3d/v5 require patch v5.4.1 -> v5.4.3

Release Notes

k3d-io/k3d

v5.4.3

Compare Source

Added
  • Support for pull-through registry (#​1075)
    • In command k3d registry create

      • e.g. k3d registry create --proxy-remote-url https://registry-1.docker.io -p 5000 -v /tmp/registry:/var/lib/registry
    • In config file:

...

  registries:
    create:
      name: docker-io # name of the registry container
      proxy:
        remoteURL: https://registry-1.docker.io # proxy DockerHub
      volumes:
        - /tmp/reg:/var/lib/registry # persist data locally in /tmp/reg
    config: | # tell K3s to use this registry when pulling from DockerHub
      mirrors:
        "docker.io":
          endpoint:
            - http://docker-io:5000
  ```
  • See registry documentation

v5.4.2

Compare Source

Added
  • Docs: hostAliases in the config file
  • New field registries.create.image (same as k3d registry create --image) in config v1alpha4 (no version bump) (#​1056)
Changed
  • Go 1.18
Fixed
  • docs: fix defaults-networking href (#​1064)
  • fix deleting of cluster by config file (#​1054)
  • fix: DOCKER_HOST handling of unix sockets (#​1045)
  • make: Use go install instead of go get for installing tools (#​1038)
  • fix: e2e tests safe git directory

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/github.com-k3d-io-k3d-v5-5.x branch 11 times, most recently from 3f83178 to dba1a1c Compare June 17, 2022 18:53
@renovate renovate bot force-pushed the renovate/github.com-k3d-io-k3d-v5-5.x branch from dba1a1c to fb49323 Compare June 17, 2022 22:12
@jeff-mccoy
Copy link
Contributor

Merged with #533

@jeff-mccoy jeff-mccoy closed this Jun 18, 2022
@renovate renovate bot changed the title Update module github.com/k3d-io/k3d/v5 to v5.4.3 Update module github.com/k3d-io/k3d/v5 to v5.4.3 - autoclosed Jun 18, 2022
@renovate renovate bot deleted the renovate/github.com-k3d-io-k3d-v5-5.x branch June 18, 2022 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant