chore(deps): update all non-major dependencies #86
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.15.1->v1.16.124.2.0-alpine->24.10.1-alpine1.14.5->1.15.07.5.1->7.6.0v0.18.0->v0.20.0v0.26.6->v0.27.1v0.11.0->v0.13.1v0.24.0->v0.28.04.10.1->4.11.35.4.5->5.5.01.6.2->1.7.20.14.5->0.14.8Release Notes
cert-manager/cert-manager (cert-manager)
v1.16.1Compare Source
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
The cert-manager 1.16 release includes: new Helm chart features, more Prometheus metrics, memory optimizations, and various improvements and bug fixes for the ACME issuer and Venafi Issuer.
📖 Read the complete 1.16 release notes before upgrading.
📜Changes since
v1.16.0Bug or Regression
@inteon)podDisruptionBudget.minAvailableandpodDisruptionBudget.maxAvailablevalues. (#7345,@inteon)enabledto be set as a value to toggle cert-manager as a dependency. (#7356,@inteon)v1.16.0caused cert-manager's ACME ClusterIssuer to look in the wrong namespace for resources required for the issuance (e.g. credential Secrets). This is now fixed inv1.16.1. (#7342,@inteon)v1.16.0Compare Source
v1.15.3Compare Source
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
🔗 See v1.15.0 for more information about cert-manager 1.15 and read-before-upgrade info.
📜 Changes since
v1.15.2Bug or Regression
v1.15.2Compare Source
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
🔗 See v1.15.0 for more information about cert-manager 1.15 and read-before-upgrade info.
📜 Changes since
v1.15.1Bug or Regression
route53: explicitly set theaws-globalSTS region which is now required by thegithub.1485827954.workers.dev/aws/aws-sdk-go-v2library. (#7189,@cert-manager-bot)grpc-goto fixGHSA-xr7q-jx4m-x55m(#7167,@SgtCoDFish)@cert-manager-bot)endpointAdditionalPropertiesin thePodMonitortemplate of the Helm chart (#7191,@inteon)HTTPRouteresources (#7186,@cert-manager-bot)golangfrom1.22.3to1.22.5(#7165,@github-actions)kubernetes-sigs/external-dns (external-dns)
v1.15.0blakeblackshear/blakeshome-charts (frigate)
v7.6.0Compare Source
NVR With Realtime Object Detection for IP Cameras
charmbracelet/bubbles (github.com/charmbracelet/bubbles)
v0.20.0Compare Source
Focus. Breathe.
This features support for Bubble Tea's new focus-blur feature as well as a quality-of-life update to
paginator. Enjoy!Focus
You heard that right. Focus-blur window events are now enabled for
textinputandtextareawhich were recently added to Bubble Tea v1.1.0. As long asWithReportFocusis enabled in your Program you'll automatically get nicer inputs.To enable focus reporting:
Remember to stay focused and hydrated!
Paginator opts
Speaking of functional arguments,
paginatoralso received some some new quality-of-life startup options, courtesy @nervo.Of course, you can still set the values on the model directly too:
Happy paging!
Changelog
New!
d3bd075: feat(cursor): focus/blur support (#581) (@caarlos0)5110925: feat: Introduce paginator options (@nervo)Deps
3eaf8da: feat(deps): bump github.com/charmbracelet/bubbletea from 0.27.0 to 1.0.0 (#604) (@dependabot[bot])6fc27e9: feat(deps): bump github.com/charmbracelet/bubbletea from 1.0.0 to 1.1.0 (#607) (@dependabot[bot])Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v0.19.0Compare Source
Bugs? Squashed (along with a few nice lil’ features).
Community-Driven Development?! Yep, the majority of the changes in this release were done by the community. Thank you all for your contributions that made this release possible.
Progress: custom chars
You can now customize the filled and empty characters of the progress bar.
Table improvements
Help is on the way
Table now includes a short and full help view so it's easier than ever to tell your users how to interact with the table.
Accessing columns
You can also now get the table's columns (this already existed for rows).
List: page navigation is fixed!
Previously,
list.NextPage()andlist.PrevPage()didn't work because the methods did not have pointer receivers. We've fixed this…by making them pointer receivers!What’s Changed
Changed
Added
Fixed
Test coverage ✅
New Contributors
Full Changelog: charmbracelet/bubbles@v0.18.0...v0.19.0
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
charmbracelet/bubbletea (github.com/charmbracelet/bubbletea)
v0.27.1Compare Source
This is a lil’ workaround for a hang that can occur when starting a program using Lip Gloss. For details see https://github.com/charmbracelet/bubbletea/pull/1107.
Changelog
Bug fixes
d6458e0: fix: force query the terminal bg before running any programs (@aymanbagabas)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v0.27.0Compare Source
Suspending, environment hacking, and more
Hi! This release has three nice little features and some bug fixes. Let's take a look:
Suspending and resuming
At last, now you can programmatically suspend and resume programs with the
tea.Suspendcommand and handle resumes with thetea.ResumeMsgmessage:Example
There's also a
tea.SuspendMsgthat flows throughUpdateon suspension.Special thanks to @knz for prototyping the original implementation of this.
Setting the environment
When Bubble Tea is behind Wish you may have needed to pass environment variables from the remote session to the
Program. Now you can with the all new tea.WithEnvironment:Requesting the window dimensions
All the Bubble Tea pros know that you get a
tea.WindowSizeMsgwhen theProgramstarts and when the window resizes. Now you can just query it on demand too with thetea.WindowSizecommand.Changelog
New!
7d70838: feat: add a cmd to request window size (#988) (@aymanbagabas)ea13ffb: feat: allow to suspend bubbletea programs (#1054) (@caarlos0)cae9acd: feat: set the program environment variables (#1063) (@aymanbagabas)Fixed
7c1bfc0: query window-size in a goroutine (#1059) (@aymanbagabas)4497aa9: reset cursor position on renderer exit (#1058) (@aymanbagabas)d6a19f0: wrapErrProgramKillederror (@aymanbagabas)4a9620e: fix bugs in package-manager example (@AkshayKalose)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
charmbracelet/lipgloss (github.com/charmbracelet/lipgloss)
v0.13.1Compare Source
Table improvements, on stream
@bashbunni went to town in this release and fixed a bunch of bugs, mostly around table. Best of all, she did most of it on stream.
Changelog
Table
Other Stuff
Bonus
New Contributors
Full Changelog: charmbracelet/lipgloss@v0.13.0...v0.13.1
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v0.13.0Compare Source
Woodn’t you know, Lip Gloss has trees!
Lip Gloss ships with a tree rendering sub-package.
Define a new tree.
Print the tree.
Trees have the ability to nest.
Print the tree.
Trees can be customized via their enumeration function as well as using
lipgloss.Styles.Print the tree.
The predefined enumerators for trees are
DefaultEnumeratorandRoundedEnumerator.If you need, you can also build trees incrementally:
There’s more where that came from
See all the tree examples.
Changelog
New Features
0618c73: feat(test): add test forJoinHorizontal(#346) (@aditipatelpro)feb42a9: feat: move tree to root (#342) (@caarlos0)Bug fixes
8a0e640: fix: remove unnecessary if (@aymanbagabas)Documentation updates
bc0de5c: docs(README): make tree example match output (@bashbunni)bb3e339: docs(README): match tree example alignment with list examples (@bashbunni)185fde3: docs(README): update tree images (@bashbunni)ed7f56e: docs: fixCompleteColorexample (#345) (@bashbunni)cf0a7c6: docs: fix tree screenshot (@caarlos0)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v0.12.1Compare Source
This release fixes a regression with regard to border calculations introduced in Lip Gloss v0.11.1.
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v0.12.0Compare Source
Lists, Check ✓
This release adds a new sub-package for rendering trees and lists.
Define a new list.
Print the list.
Lists have the ability to nest.
Print the list.
Lists can be customized via their enumeration function as well as using
lipgloss.Styles.Print the list.
In addition to the predefined enumerators (
Arabic,Alphabet,Roman,Bullet,Tree),you may also define your own custom enumerator:
Print the list:
If you need, you can also build lists incrementally:
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v0.11.1Compare Source
This release is a small patch release to fix text truncation in table cells. For details see: https://github.com/charmbracelet/lipgloss/issues/324.
Other stuff
Full Changelog: charmbracelet/lipgloss@v0.11.0...v0.11.1
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or Discord.
kubernetes/ingress-nginx (ingress-nginx)
v4.11.3v4.11.2Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
v4.11.1Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
v4.11.0WARNING
There are known issues with this release, some folks are experiencing core dumps. Please see https://github.com/kubernetes/ingress-nginx/issues/11588 for more information and comment if you are experiencing issues.
Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
v4.10.4Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
v4.10.3Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
v4.10.2WARNING
There are known issues with this release, some folks are experiencing core dumps. Please see https://github.com/kubernetes/ingress-nginx/issues/11588 for more information and comments if you are experiencing issues.
Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
kubereboot/charts (kured)
v5.5.0Compare Source
A Helm chart for kured
What's Changed
Full Changelog: kubereboot/charts@kured-5.4.5...kured-5.5.0
longhorn/charts (longhorn)
v1.7.2Compare Source
Longhorn is a distributed block storage system for Kubernetes.
v1.7.1Compare Source
Longhorn is a distributed block storage system for Kubernetes.
v1.7.0Compare Source
Longhorn is a distributed block storage system for Kubernetes.
v1.6.3Compare Source
Longhorn is a distributed block storage system for Kubernetes.
metallb/metallb (metallb)
v0.14.8: v0.14.18Compare Source
See the release notes for the details
https://metallb.universe.tf/release-notes/#version-0-14-8
v0.14.7: v0.14.17Compare Source
See the release notes for the details
https://metallb.universe.tf/release-notes/#version-0-14-7
v0.14.6: v0.14.16Compare Source
See the release notes for the details
https://metallb.universe.tf/release-notes/#version-0-14-6
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.