-
Notifications
You must be signed in to change notification settings - Fork 9
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
chore(deps): update kubeclient to 2.5.12 #66
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/kubeclient
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #66 +/- ##
=======================================
Coverage 71.66% 71.66%
=======================================
Files 25 25
Lines 600 600
=======================================
Hits 430 430
Misses 170 170 ☔ View full report in Codecov by Sentry. |
renovate
bot
force-pushed
the
renovate/kubeclient
branch
from
July 1, 2020 16:53
49ad166
to
60fc9fb
Compare
renovate
bot
changed the title
chore(deps): update kubeclient to v2.3.11
chore(deps): update kubeclient to v2.3.13
Jul 5, 2020
renovate
bot
force-pushed
the
renovate/kubeclient
branch
from
October 29, 2020 06:00
60fc9fb
to
06cc4b9
Compare
renovate
bot
changed the title
chore(deps): update kubeclient to v2.3.13
chore(deps): update kubeclient to v2.3.15
Nov 28, 2020
renovate
bot
force-pushed
the
renovate/kubeclient
branch
from
April 26, 2021 14:40
06cc4b9
to
f49aa53
Compare
renovate
bot
changed the title
chore(deps): update kubeclient to v2.3.15
chore(deps): update kubeclient to v2.3.16
May 9, 2021
renovate
bot
force-pushed
the
renovate/kubeclient
branch
from
October 18, 2021 20:43
f49aa53
to
8bcb2eb
Compare
renovate
bot
changed the title
chore(deps): update kubeclient to v2.3.16
chore(deps): update kubeclient to v2.4.6
Mar 7, 2022
renovate
bot
force-pushed
the
renovate/kubeclient
branch
from
March 16, 2023 17:58
8bcb2eb
to
7145be6
Compare
renovate
bot
changed the title
chore(deps): update kubeclient to v2.4.6
chore(deps): update kubeclient to v2.4.10
Mar 16, 2023
renovate
bot
force-pushed
the
renovate/kubeclient
branch
from
May 19, 2024 06:57
7145be6
to
68349f4
Compare
renovate
bot
changed the title
chore(deps): update kubeclient to v2.4.10
chore(deps): update kubeclient to v2.5.8
May 19, 2024
renovate
bot
force-pushed
the
renovate/kubeclient
branch
from
August 11, 2024 04:28
68349f4
to
4cbbca6
Compare
renovate
bot
changed the title
chore(deps): update kubeclient to v2.5.8
chore(deps): update kubeclient to v2.5.10
Aug 11, 2024
renovate
bot
changed the title
chore(deps): update kubeclient to v2.5.10
chore(deps): update kubeclient to 2.5.10
Aug 28, 2024
renovate
bot
force-pushed
the
renovate/kubeclient
branch
from
October 14, 2024 20:36
4cbbca6
to
6c3e93f
Compare
renovate
bot
changed the title
chore(deps): update kubeclient to 2.5.10
chore(deps): update kubeclient to 2.5.11
Oct 14, 2024
renovate
bot
force-pushed
the
renovate/kubeclient
branch
from
October 16, 2024 02:23
6c3e93f
to
d4c4473
Compare
renovate
bot
changed the title
chore(deps): update kubeclient to 2.5.11
chore(deps): update kubeclient to 2.5.12
Oct 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
2.3.9
->2.5.12
2.3.9
->2.5.12
Release Notes
tintoy/dotnet-kube-client (KubeClient)
v2.5.12
What's Changed
Full Changelog: tintoy/dotnet-kube-client@v2.5.10...v2.5.12
v2.5.10
Changes:
1da6dee
Merge branch 'develop'7d81a15
Modernise NuGet package propertiesf93f3d0
Merge branch 'develop'7e1227b
Merge branch 'develop' of https://github.com/tintoy/dotnet-kube-client into developd32b76c
Configure README for all packages.This list of changes was auto generated.
v2.5.9
Changes:
a43ba22
Merge pull request #161 from tintoy/developb952ba7
Enable publishing to NuGet0896dec
Add missing PFX file for tests [ #160 ]2dc0371
Remove reference to old BouncyCastle package [ #160 ]c4ce8dc
Merge pull request #160 from Daniel-King-GGL/feature/official-bce7db848
Additional test for CryptoHelper before migrating to official BouncyCastle package. [ #160 ]8095e30
Initial test coverage for BouncyCastle usage scenarios [ #160 ]2b25854
Switch the BC dependency over to the official packagee0a3629
Merge pull request #159 from tintoy/feature/watch-retry11d9250
Improved logic for ObserveLinesWithRetry [ #157 ]See More
ca10baa
Merge pull request #158 from tintoy/feature/watch-retry8cda77d
Automatically retry watch requests that complete without error (e.g. due to server-side request GC) [ #157 ]0639575
Upgrade to netstandard1.4 to netstandard2.0 [ #157 ]This list of changes was auto generated.
v2.5.8
Changes:
v2.4.6
https://www.nuget.org/packages/KubeClient/2.4.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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.