-
Notifications
You must be signed in to change notification settings - Fork 5
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 helm release reloader to v1.1.0 #77
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/reloader-1.x
base: main
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
GraphQL Schema CheckCompared 0 schema changes against null operations ✅ Found no changes |
renovate
bot
changed the title
chore(deps): update helm release reloader to v1.0.47
chore(deps): update helm release reloader to v1.0.48
Oct 28, 2023
renovate
bot
force-pushed
the
renovate/reloader-1.x
branch
from
October 28, 2023 16:09
aa88418
to
b621646
Compare
renovate
bot
changed the title
chore(deps): update helm release reloader to v1.0.48
chore(deps): update helm release reloader to v1.0.50
Nov 1, 2023
renovate
bot
force-pushed
the
renovate/reloader-1.x
branch
from
November 1, 2023 20:59
b621646
to
8abd44f
Compare
renovate
bot
force-pushed
the
renovate/reloader-1.x
branch
2 times, most recently
from
November 10, 2023 16:37
030bc17
to
0de88bd
Compare
renovate
bot
force-pushed
the
renovate/reloader-1.x
branch
from
November 10, 2023 17:15
0de88bd
to
d171de2
Compare
renovate
bot
force-pushed
the
renovate/reloader-1.x
branch
from
November 11, 2023 10:11
d171de2
to
06223a5
Compare
renovate
bot
changed the title
chore(deps): update helm release reloader to v1.0.50
chore(deps): update helm release reloader to v1.0.51
Nov 11, 2023
renovate
bot
force-pushed
the
renovate/reloader-1.x
branch
from
November 13, 2023 20:24
06223a5
to
4582f9b
Compare
renovate
bot
force-pushed
the
renovate/reloader-1.x
branch
from
June 29, 2024 09:26
440c435
to
496efe8
Compare
renovate
bot
changed the title
chore(deps): update helm release reloader to v1.0.114
chore(deps): update helm release reloader to v1.0.115
Jun 29, 2024
renovate
bot
force-pushed
the
renovate/reloader-1.x
branch
from
July 11, 2024 08:30
496efe8
to
565c9ab
Compare
renovate
bot
changed the title
chore(deps): update helm release reloader to v1.0.115
chore(deps): update helm release reloader to v1.0.116
Jul 11, 2024
renovate
bot
force-pushed
the
renovate/reloader-1.x
branch
from
July 21, 2024 13:30
565c9ab
to
59d511a
Compare
renovate
bot
changed the title
chore(deps): update helm release reloader to v1.0.116
chore(deps): update helm release reloader to v1.0.119
Jul 21, 2024
renovate
bot
force-pushed
the
renovate/reloader-1.x
branch
from
July 29, 2024 06:52
59d511a
to
7b8bf06
Compare
renovate
bot
changed the title
chore(deps): update helm release reloader to v1.0.119
chore(deps): update helm release reloader to v1.0.116
Jul 29, 2024
renovate
bot
force-pushed
the
renovate/reloader-1.x
branch
from
August 1, 2024 19:36
7b8bf06
to
b0c841f
Compare
renovate
bot
changed the title
chore(deps): update helm release reloader to v1.0.116
chore(deps): update helm release reloader to v1.0.119
Aug 1, 2024
renovate
bot
force-pushed
the
renovate/reloader-1.x
branch
from
August 10, 2024 15:59
b0c841f
to
145032f
Compare
renovate
bot
changed the title
chore(deps): update helm release reloader to v1.0.119
chore(deps): update helm release reloader to v1.0.121
Aug 10, 2024
renovate
bot
force-pushed
the
renovate/reloader-1.x
branch
from
September 4, 2024 17:32
145032f
to
648c223
Compare
renovate
bot
changed the title
chore(deps): update helm release reloader to v1.0.121
chore(deps): update helm release reloader to v1.1.0
Sep 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
1.0.60
->1.1.0
Release Notes
stakater/Reloader (reloader)
v1.1.0
Compare Source
Announcement 📢 📢 📢
Discussions are being done internally on
how to release helm charts
, it is highly likely that the release versioning of helm chart and images will become divergent from next release onwards.(Different versioning for both artifacts, for example git release of
v1.1.1
might not have a chart released with the same version)Pls edit your automated workflows to accommodate for this change before the new release to have seamless updates in your clusters.
What's Changed
New Contributors
Full Changelog: stakater/Reloader@v1.0.121...v1.1.0
v1.0.121
Compare Source
Changelog
04a9874
Merge pull request #723 from robgordon89/fix/pod-name-env-ha-fix70ab566
[skip-ci] Update artifacts32d5ce8
chore: fix for POD_NAME and POD_NAMESPACE envs when enableHA is trueef0ea91
fix default values for memory and cpuv1.0.120
Compare Source
Changelog
4dceccc
Merge pull request #719 from stakater/disable-pr-target80c54f8
Switch PR workflow to pull_request12b9a19
Tell Go runtime about the CPU & memory limits. (#699)e6d833b
[skip-ci] Update artifactsv1.0.119
Compare Source
Changelog
038f9a8
Reloader Enterprise (#707)6b02646
Update README.md (#715)43ea11a
[skip-ci] Update artifactsb6b9bb9
added sonar props file (#712)ae67d2c
chore(deps): update anothrnick/github-tag-action action to v1.70.0 (#705)v1.0.116
Compare Source
Changelog
cbf501f
Merge branch 'master' into masterb6894f6
Merge pull request #695 from deschmih/master49997ac
[skip-ci] Update artifacts2260d72
feature reload-on-delete implemented, test cases enhancedcda9fa9
feature reload-on-delete removed from doc074a42d
feature reload-on-delete removed from docv1.0.115
Compare Source
Changelog
9f5211b
[skip-ci] Update artifactsab7e4dd
fix(deps): update module github.com/argoproj/argo-rollouts to v1.7.1 (#702)v1.0.114
Compare Source
Changelog
0bcf8cb
Merge pull request #686 from jfroy/oci-invalid-versionfc955f7
[skip-ci] Update artifacts5d6309b
fix: replace + with _ in Chart.Versionv1.0.112
Compare Source
Changelog
7f5ea8c
Merge pull request #690 from alexanderldavis/enable_metrics_by_namespace6eeba71
chore(docs): add information about new opt-in metric09d9053
chore(docs): apply reviewdog grammar suggestion6cd458b
chore(tests): fix ReloadedByNamespace tests3f6e98a
feat: add new opt-in metric of reloads by namespace220a9d5
fix: wrong conditional on new metric testv1.0.110
Compare Source
Changelog
2e68364
[ENHANCE] #639 , Add resources to the Reloader deployment. (#692)v1.0.108
Compare Source
Changelog
d571ebe
Merge pull request #688 from stakater/renovate/github.com-argoproj-argo-rollouts-1.xb557e68
Merge pull request #689 from stakater/renovate/stakater-.github-0.x0a3a01a
Merge pull request #691 from stakater/renovate/github.com-spf13-cobra-1.xfb9748e
[skip-ci] Update artifacts757f76c
chore(deps): update stakater/.github action to v0.0.821e285cb
fix(deps): update module github.com/argoproj/argo-rollouts to v1.7.03848e03
fix(deps): update module github.com/spf13/cobra to v1.8.1v1.0.107
Compare Source
Changelog
aa1e265
Merge pull request #679 from IdanAdar/patch-1c40632f
Update .goreleaser.yml8595b4a
[skip-ci] Update artifactsv1.0.106
Compare Source
Changelog
24d7b6b
Merge pull request #682 from stakater/update-releaser4bbbbc2
Update goreleaser with --clean flag21711b3
chore(deps): update dependency stakater/vale-package to v0.0.25 (#680)v1.0.105
Compare Source
v1.0.104
Compare Source
Changelog
c71ce83
Merge pull request #673 from plotly/bump-go6f46ebc
[skip-ci] Update artifacts7b088be
bump go from 1.21.6 -> 1.21.9v1.0.103
Compare Source
Changelog
ec2f2e8
[skip-ci] Update artifactse8a5b84
chore(deps): update stakater/.github action to v0.0.79 (#674)v1.0.101
Compare Source
Changelog
8323a35
Bump golang.org/x/net from 0.20.0 to 0.25.05dea8d2
Merge pull request #672 from plotly/go_modules/golang.org/x/net-0.25.0f682a69
[skip-ci] Update artifacts81199fd
chore(deps): update stakater/.github action to v0.0.77 (#670)2c4a6d5
go mod tidyv1.0.100
Compare Source
v1.0.98
Compare Source
Changelog
26faea7
chore(deps): update dependency stakater/vale-package to v0.0.21 (#666)df92a3a
chore(deps): update stakater/.github action to v0.0.76 (#667)v1.0.97
Compare Source
Changelog
c76234d
Merge pull request #660 from stakater/renovate/stakater-.github-0.xc53ed24
[skip-ci] Update artifacts2e5e5b4
chore(deps): update stakater/.github action to v0.0.75v1.0.96
Compare Source
Changelog
bad7ad3
Merge pull request #661 from stakater/renovate/github.com-prometheus-client_golang-1.x195b129
[skip-ci] Update artifacts5da570a
fix(deps): update module github.com/prometheus/client_golang to v1.19.1v1.0.95
Compare Source
Changelog
3354678
Change git submodule url from ssh to https6da76a7
Merge pull request #662 from miguel-cardoso-mindera/mastera8710c8
[skip-ci] Update artifactsv1.0.93
Compare Source
Changelog
6c5e46c
[skip-ci] Update artifacts4e909e5
fix(deps): update k8s.io/utils digest to0849a56
(#573)v1.0.91
Compare Source
Changelog
30c0f5b
Workflow updates for paths (#651)906e622
[skip-ci] Update artifactsv1.0.89
Compare Source
Changelog
da9e526
update (#650)v1.0.88
Compare Source
Changelog
9a9fee2
[skip-ci] Update artifactsc82dd8b
chore(deps): update anothrnick/github-tag-action action to v1.69.0 (#635)v1.0.86
Compare Source
Changelog
db927a2
chore(deps): update stakater/.github action to v0.0.73 (#648)v1.0.85
Compare Source
Changelog
5b602f6
[skip-ci] Update artifacts51d63c7
chore(deps): update dependency stakater/vale-package to v0.0.18 (#645)95d2173
chore(deps): update golangci/golangci-lint-action action to v5 (#642)481725b
chore(deps): update nginxinc/nginx-unprivileged docker tag to v1.26 (#646)e383fb2
update (#647)v1.0.84
Compare Source
Changelog
f0c3b61
Docs restructuring (#644)70eafce
[skip-ci] Update artifacts7cde0e7
chore(deps): update stakater/.github action to v0.0.71 (#634)v1.0.83
Compare Source
Changelog
768f719
[skip-ci] Update artifacts222a9fd
chore(deps): update dependency stakater/vale-package to v0.0.17 (#637)467a2e6
update (#643)v1.0.82
Compare Source
Changelog
038c923
Merge branch 'master' into close_body24bb264
Merge pull request #641 from testwill/close_body226f115
[skip-ci] Update artifacts0442c55
fix: close resp bodyv1.0.81
Compare Source
Changelog
6f798c0
Merge pull request #638 from diannaowa/loglevelc1bc54d
[skip-ci] Update artifacts2094906
support --log-level argument in command linev1.0.80
Compare Source
Changelog
3754fd5
Merge pull request #595 from stakater/renovate/github.com-prometheus-client_golang-1.xde50a0e
[skip-ci] Update artifacts3bc789d
fix(deps): update module github.com/prometheus/client_golang to v1.19.0v1.0.79
Compare Source
Changelog
9deefc7
[skip-ci] Update artifacts8510ee2
chore: fix typo in comment (#633)v1.0.78
Compare Source
Changelog
7d44e98
Merge pull request #624 from stakater/renovate/azure-setup-helm-4.x2d74474
[skip-ci] Update artifactsc5d8dd8
chore(deps): update azure/setup-helm action to v4v1.0.77
Compare Source
Changelog
86bec3e
Merge pull request #615 from stakater/renovate/golangci-golangci-lint-action-4.x1f64991
Merge pull request #632 from stakater/renovate/stakater-vale-package-0.x2098c96
[skip-ci] Update artifactsb3fea55
chore(deps): update dependency stakater/vale-package to v0.0.158f458e3
chore(deps): update golangci/golangci-lint-action action to v4v1.0.76
Compare Source
Changelog
9890538
Add missing condition in upgrade test1cae7a0
Merge branch 'master' into issue-582-auto-annotation-with-resource-type-squashedb4fe7fb
Merge branch 'master' into issue-582-auto-annotation-with-resource-type-squashed4c42681
Merge pull request #604 from kichel98/issue-582-auto-annotation-with-resource-type-squashedbccefb1
[#582] Allow to use auto annotation with specific resource type (configmap or secret)9e7fca4
[skip-ci] Update artifactsv1.0.75
Compare Source
Changelog
ae5bc2c
[skip-ci] Update artifactsfc60755
issue/562 - enhance documentation for Reloader Chart values.yaml (#620)v1.0.74
Compare Source
Changelog
920cf8c
[skip-ci] Update artifactse034172
chore(deps): update dependency stakater/vale-package to v0.0.14 (#623)v1.0.73
Compare Source
Changelog
03ef902
Merge pull request #629 from stakater/renovate/stakater-.github-0.xe72c25d
[skip-ci] Update artifactsaafbea4
chore(deps): update stakater/.github action to v0.0.65v1.0.72
Compare Source
Changelog
c75f0bd
Merge pull request #630 from joebowbeer/patch-169565f9
Update values.yaml9385a4a
[skip-ci] Update artifactsv1.0.71
Compare Source
Changelog
221369b
Add make target to remove labels and annotations from manifestse615478
Merge branch 'master' into fix-621ea12d91
Merge branch 'master' into fix-6216a6307a
Merge pull request #625 from bnallapeta/fix-62108b02e0
Remove labels and annotations from Kubernetes deployment.yaml352f6ff
Update deployment.yaml with reloader-reloader labels and selectorf8b425a
[skip-ci] Update artifactsv1.0.70
Compare Source
Changelog
3a07584
Merge branch 'master' into vpac69ce74
Merge branch 'master' into vpa920c5d2
Merge pull request #611 from t3mi/vpa43d7836
[skip-ci] Update artifacts670b67d
feat(chart): add vpa supportv1.0.69
Compare Source
Changelog
cca62bd
Add namespace field to avoid helm template failure0398d54
Merge branch 'master' into issue/587981dda6
Merge branch 'master' into issue/58748e2db4
Merge branch 'master' into issue/5879a465a4
Merge pull request #605 from yangtian9999/add_helm_chart_namespaceb28b345
Merge pull request #612 from fdberlking/issue/5875a25d8a
Merge pull request #617 from stakater/renovate/github.com-argoproj-argo-rollouts-1.x0aa95c9
[skip-ci] Update artifacts82f01d5
fix(deps): update module github.com/argoproj/argo-rollouts to v1.6.6dbe44e1
issue/587 - removed helm labels and annotations for Kustomize buildsv1.0.68
Compare Source
Changelog
2cfd29d
Merge pull request #616 from stakater/renovate/stakater-vale-package-0.x3630836
[skip-ci] Update artifactsf9bd452
chore(deps): update dependency stakater/vale-package to v0.0.8v1.0.67
Compare Source
Changelog
35cae84
[skip-ci] Update artifactscdd9a09
chore(deps): update dependency stakater/vale-package to v0.0.7 (#613)v1.0.66
Compare Source
Changelog
8a6395b
Issue/600 - [BUG] Reloader don't restart pod on secret recreation (#610)c2cbca3
[skip-ci] Update artifactsv1.0.65
Compare Source
Changelog
4d20963
Merge pull request #609 from stakater/vale-package7acf5b8
[skip-ci] Update artifactse9b09e7
updatee78e781
updateff12c58
updatev1.0.64
Compare Source
Changelog
49f8b9a
Merge pull request #607 from stakater/renovate/github.com-argoproj-argo-rollouts-1.x223ed53
[skip-ci] Update artifacts76ee767
fix(deps): update module github.com/argoproj/argo-rollouts to v1.6.5v1.0.63
Compare Source
Changelog
1ff03aa
Merge pull request #601 from stakater/renovate/golang-1.x6ccf555
[skip-ci] Update artifactse2b6ccd
chore(deps): update golang docker tag to v1.21.6v1.0.62
Compare Source
Changelog
5551280
Enabled the option to set user assigned affinity value (#596)b061388
[skip-ci] Update artifactsv1.0.61
Compare Source
Changelog
66ac979
[skip-ci] Update artifactsc845787
chore(deps): update stakater/.github action to v0.0.60 (#599)05f4324
chore(deps): update stakater/.github action to v0.0.62 (#602)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.
This PR was generated by Mend Renovate. View the repository job log.