Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Commit

Permalink
fix(deps): update module github.com/tilt-dev/ctlptl to v0.8.36 (#30)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/tilt-dev/ctlptl](https://redirect.github.com/tilt-dev/ctlptl)
| `v0.8.35` -> `v0.8.36` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftilt-dev%2fctlptl/v0.8.36?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2ftilt-dev%2fctlptl/v0.8.36?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2ftilt-dev%2fctlptl/v0.8.35/v0.8.36?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftilt-dev%2fctlptl/v0.8.35/v0.8.36?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tilt-dev/ctlptl (github.com/tilt-dev/ctlptl)</summary>

###
[`v0.8.36`](https://redirect.github.com/tilt-dev/ctlptl/releases/tag/v0.8.36)

[Compare
Source](https://redirect.github.com/tilt-dev/ctlptl/compare/v0.8.35...v0.8.36)

#### Changelog

-
[`866b7ef`](https://redirect.github.com/tilt-dev/ctlptl/commit/866b7ef021d393d27824e10698e94e63aa11c479):
Update version numbers: 0.8.35
([@&#8203;dev-errant](https://redirect.github.com/dev-errant))
-
[`6ad4ab6`](https://redirect.github.com/tilt-dev/ctlptl/commit/6ad4ab6f6616b4e5c329f5cefd1324c407319801):
cluster: update to kind 1.25
([#&#8203;367](https://redirect.github.com/tilt-dev/ctlptl/issues/367))
([@&#8203;nicks](https://redirect.github.com/nicks))

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/anza-labs/scribe).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45LjUiLCJ1cGRhdGVkSW5WZXIiOiIzOS45LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFyZWEvZGVwZW5kZW5jeSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 12c167a commit 358c4ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
require (
github.com/golangci/golangci-lint v1.62.0
github.com/kyverno/chainsaw v0.2.11
github.com/tilt-dev/ctlptl v0.8.35
github.com/tilt-dev/ctlptl v0.8.36
sigs.k8s.io/controller-tools v0.16.5
sigs.k8s.io/kind v0.25.0
sigs.k8s.io/kustomize/kustomize/v5 v5.5.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1147,8 +1147,8 @@ github.com/theupdateframework/notary v0.7.0 h1:QyagRZ7wlSpjT5N2qQAh/pN+DVqgekv4D
github.com/theupdateframework/notary v0.7.0/go.mod h1:c9DRxcmhHmVLDay4/2fUYdISnHqbFDGRSlXPO0AhYWw=
github.com/tilt-dev/clusterid v0.1.4 h1:uQ/oDrFf+5ZPe/qcC4loq78Ri9PvgfTzvtsSxaFdhSI=
github.com/tilt-dev/clusterid v0.1.4/go.mod h1:MV6q698Z7LEbu9i7p+JwqGsu2EkiiaQViIrL6gd8XiI=
github.com/tilt-dev/ctlptl v0.8.35 h1:olP6l9tS+EWrYiWMaTvUaL4QFTgiHLvSBu4KKNTxbJU=
github.com/tilt-dev/ctlptl v0.8.35/go.mod h1:Dd5GiBBFBSbLN8xn5nhVf5Qf5OZoLnRDtJKdObCQYZw=
github.com/tilt-dev/ctlptl v0.8.36 h1:qedcSMmMvYFQFEslPi3Iu3X+0LGmmm8/yZBFmcMj7RY=
github.com/tilt-dev/ctlptl v0.8.36/go.mod h1:Dd5GiBBFBSbLN8xn5nhVf5Qf5OZoLnRDtJKdObCQYZw=
github.com/tilt-dev/localregistry-go v0.0.0-20201021185044-ffc4c827f097 h1:CiCHb20O+poFO331eFOiXRscunvAhKBfDmDoY2mf45A=
github.com/tilt-dev/localregistry-go v0.0.0-20201021185044-ffc4c827f097/go.mod h1:SX7bKYACP+RsddxA+NBkfVzr5DOr5ranTirgT7xlxjA=
github.com/tilt-dev/wmclient v0.0.0-20201109174454-1839d0355fbc h1:wGkAoZhrvnmq93B4W2v+agiPl7xzqUaxXkxmKrwJ6bc=
Expand Down

0 comments on commit 358c4ff

Please sign in to comment.