chore(deps): update helm release reloader to v1.2.0
This MR contains the following updates:
Package | Update | Change |
---|---|---|
reloader | minor |
1.0.69 -> 1.2.0
|
⚠️ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
stakater/Reloader (reloader)
v1.2.0
📢 📢 📢
Announcement From this release onwards, helm charts and images/git releases will have different semver versioning. If you are using git releases as a reference for helm charts, it will break in the future. It is recommended to make changes to your workflows to accommodate these changes for smooth upgrades in the future.
Changes were made to the understanding of our mistakes in treating both helm chart and git releases as related artifacts so they had the same versioning on releases, which we consider is wrong and we are attempting to fix it.
Apologies in advance for trouble, if any.
** (Different versioning for both artifacts; for example, git release of v1.2.0
might not have a chart released with the same version) **
What's Changed
- Increase memory for plain manifest by @MuneebAijaz in https://github.com/stakater/Reloader/pull/736
- docs: Fix resource type in Verify-Reloader-Working by @dubek in https://github.com/stakater/Reloader/pull/739
- Make sure GOMAXPROCS and GOMEMLIMIT has a divisor set by @halkeye in https://github.com/stakater/Reloader/pull/742
- fix(deps): update module github.com/prometheus/client_golang to v1.20.3 by @renovate in https://github.com/stakater/Reloader/pull/741
- fix(deps): update module github.com/argoproj/argo-rollouts to v1.7.2 by @renovate in https://github.com/stakater/Reloader/pull/731
- chore(deps): update dependency stakater/vale-package to v0.0.34 by @renovate in https://github.com/stakater/Reloader/pull/743
- chore(deps): update stakater/.github action to v0.0.90 by @renovate in https://github.com/stakater/Reloader/pull/708
- Dependencies upgrade by @MuneebAijaz in https://github.com/stakater/Reloader/pull/744
- Update expired token by @karl-johan-grahn in https://github.com/stakater/Reloader/pull/749
- chore(deps): update stakater/.github action to v0.0.91 by @renovate in https://github.com/stakater/Reloader/pull/746
- fix(deps): update module github.com/prometheus/client_golang to v1.20.4 by @renovate in https://github.com/stakater/Reloader/pull/748
- chore(deps): update dependency stakater/vale-package to v0.0.35 by @renovate in https://github.com/stakater/Reloader/pull/752
- chore(deps): update docker/build-push-action action to v6 by @renovate in https://github.com/stakater/Reloader/pull/694
- chore(deps): update stakater/.github action to v0.0.93 by @renovate in https://github.com/stakater/Reloader/pull/750
- Modify trigger events for Reloader Enterprise by @karl-johan-grahn in https://github.com/stakater/Reloader/pull/756
- Update Go version to 1.23.1 by @MuneebAijaz in https://github.com/stakater/Reloader/pull/761
- Update base image to UBI9 by @SheryarButt in https://github.com/stakater/Reloader/pull/762
- chore(deps): update stakater/.github action to v0.0.94 by @renovate in https://github.com/stakater/Reloader/pull/759
- Update release process by @karl-johan-grahn in https://github.com/stakater/Reloader/pull/763
- Renovate update for Helm Chart values file by @karl-johan-grahn in https://github.com/stakater/Reloader/pull/772
- feat(log-level): add option to set logLevel in chart by @dabcoder in https://github.com/stakater/Reloader/pull/687
- chore(deps): update stakater/.github action to v0.0.95 by @renovate in https://github.com/stakater/Reloader/pull/765
- chore(deps): update dependency stakater/vale-package to v0.0.36 by @renovate in https://github.com/stakater/Reloader/pull/758
- chore(deps): update dependency stakater/vale-package to v0.0.40 by @renovate in https://github.com/stakater/Reloader/pull/775
- chore(deps): update stakater/.github action to v0.0.97 by @renovate in https://github.com/stakater/Reloader/pull/776
- fix(deps): update module github.com/prometheus/client_golang to v1.20.5 by @renovate in https://github.com/stakater/Reloader/pull/768
- Added the ability to separately configure the image registry by @sausrivastava in https://github.com/stakater/Reloader/pull/747
- chore(deps): update stakater/.github action to v0.0.98 by @renovate in https://github.com/stakater/Reloader/pull/785
- Branch based release strategy by @MuneebAijaz in https://github.com/stakater/Reloader/pull/778
- Provide annotations to exclude reloading resources by @LochanRn in https://github.com/stakater/Reloader/pull/764
- Pin version for checkout action by @MuneebAijaz in https://github.com/stakater/Reloader/pull/789
- Remove chart bump from init release since its not relevant by @MuneebAijaz in https://github.com/stakater/Reloader/pull/792
- fix: Remove obsolete permissions for apiGroup
extensions
from helm templates by @tom1299 in https://github.com/stakater/Reloader/pull/784 - Add workflow for helm chart push by @MuneebAijaz in https://github.com/stakater/Reloader/pull/788
- Bump version to 1.2.0 on release-v1.2.0 branch by @github-actions in https://github.com/stakater/Reloader/pull/798
New Contributors
- @dubek made their first contribution in https://github.com/stakater/Reloader/pull/739
- @halkeye made their first contribution in https://github.com/stakater/Reloader/pull/742
- @dabcoder made their first contribution in https://github.com/stakater/Reloader/pull/687
- @sausrivastava made their first contribution in https://github.com/stakater/Reloader/pull/747
- @LochanRn made their first contribution in https://github.com/stakater/Reloader/pull/764
- @tom1299 made their first contribution in https://github.com/stakater/Reloader/pull/784
- @github-actions made their first contribution in https://github.com/stakater/Reloader/pull/798
Full Changelog: https://github.com/stakater/Reloader/compare/v1.1.0...v1.2.0
v1.1.0
📢 📢 📢
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
- Manual release workflows by @MuneebAijaz in https://github.com/stakater/Reloader/pull/722
- fixing go vet issues with logrus by @bnallapeta in https://github.com/stakater/Reloader/pull/727
- Fixing Rollout restart, Previously would trigger rollout deployment strategy by @jangeja in https://github.com/stakater/Reloader/pull/724
- Misc fixes to workflows by @MuneebAijaz in https://github.com/stakater/Reloader/pull/728
- docs: update wording in readme by @deggja in https://github.com/stakater/Reloader/pull/730
- chore(deps): update dependency stakater/vale-package to v0.0.33 by @renovate in https://github.com/stakater/Reloader/pull/721
- Reduce footprint of UBI images by @bainsy88 in https://github.com/stakater/Reloader/pull/717
- Update dependencies by @MuneebAijaz in https://github.com/stakater/Reloader/pull/735
New Contributors
- @jangeja made their first contribution in https://github.com/stakater/Reloader/pull/724
- @deggja made their first contribution in https://github.com/stakater/Reloader/pull/730
- @bainsy88 made their first contribution in https://github.com/stakater/Reloader/pull/717
Full Changelog: https://github.com/stakater/Reloader/compare/v1.0.121...v1.1.0
v1.0.121
Changelog
-
04a9874
Merge pull request #723 from robgordon89/fix/pod-name-env-ha-fix -
70ab566
[skip-ci] Update artifacts -
32d5ce8
chore: fix for POD_NAME and POD_NAMESPACE envs when enableHA is true -
ef0ea91
fix default values for memory and cpu
v1.0.120
Changelog
-
4dceccc
Merge pull request #719 from stakater/disable-pr-target -
80c54f8
Switch MR workflow to pull_request -
12b9a19
Tell Go runtime about the CPU & memory limits. (#699) -
e6d833b
[skip-ci] Update artifacts
v1.0.119
Changelog
-
038f9a8
Reloader Enterprise (#707) -
6b02646
Update README.md (#715) -
43ea11a
[skip-ci] Update artifacts -
b6b9bb9
added sonar props file (#712) -
ae67d2c
chore(deps): update anothrnick/github-tag-action action to v1.70.0 (#705)
v1.0.116
Changelog
-
cbf501f
Merge branch 'master' into master -
b6894f6
Merge pull request #695 from deschmih/master -
49997ac
[skip-ci] Update artifacts -
2260d72
feature reload-on-delete implemented, test cases enhanced -
cda9fa9
feature reload-on-delete removed from doc -
074a42d
feature reload-on-delete removed from doc
v1.0.115
Changelog
-
9f5211b
[skip-ci] Update artifacts -
ab7e4dd
fix(deps): update module github.com/argoproj/argo-rollouts to v1.7.1 (#702)
v1.0.114
Changelog
-
0bcf8cb
Merge pull request #686 from jfroy/oci-invalid-version -
fc955f7
[skip-ci] Update artifacts -
5d6309b
fix: replace + with _ in Chart.Version
v1.0.112
Changelog
-
7f5ea8c
Merge pull request #690 from alexanderldavis/enable_metrics_by_namespace -
6eeba71
chore(docs): add information about new opt-in metric -
09d9053
chore(docs): apply reviewdog grammar suggestion -
6cd458b
chore(tests): fix ReloadedByNamespace tests -
3f6e98a
feat: add new opt-in metric of reloads by namespace -
220a9d5
fix: wrong conditional on new metric test
v1.0.110
Changelog
v1.0.108
Changelog
-
d571ebe
Merge pull request #688 from stakater/renovate/github.com-argoproj-argo-rollouts-1.x -
b557e68
Merge pull request #689 from stakater/renovate/stakater-.github-0.x -
0a3a01a
Merge pull request #691 from stakater/renovate/github.com-spf13-cobra-1.x -
fb9748e
[skip-ci] Update artifacts -
757f76c
chore(deps): update stakater/.github action to v0.0.82 -
1e285cb
fix(deps): update module github.com/argoproj/argo-rollouts to v1.7.0 -
3848e03
fix(deps): update module github.com/spf13/cobra to v1.8.1
v1.0.107
Changelog
-
aa1e265
Merge pull request #679 from IdanAdar/patch-1 -
c40632f
Update .goreleaser.yml -
8595b4a
[skip-ci] Update artifacts
v1.0.106
Changelog
-
24d7b6b
Merge pull request #682 from stakater/update-releaser -
4bbbbc2
Update goreleaser with --clean flag -
21711b3
chore(deps): update dependency stakater/vale-package to v0.0.25 (#680)
v1.0.105
v1.0.104
Changelog
-
c71ce83
Merge pull request #673 from plotly/bump-go -
6f46ebc
[skip-ci] Update artifacts -
7b088be
bump go from 1.21.6 -> 1.21.9
v1.0.103
Changelog
-
ec2f2e8
[skip-ci] Update artifacts -
e8a5b84
chore(deps): update stakater/.github action to v0.0.79 (#674)
v1.0.101
Changelog
-
8323a35
Bump golang.org/x/net from 0.20.0 to 0.25.0 -
5dea8d2
Merge pull request #672 from plotly/go_modules/golang.org/x/net-0.25.0 -
f682a69
[skip-ci] Update artifacts -
81199fd
chore(deps): update stakater/.github action to v0.0.77 (#670) -
2c4a6d5
go mod tidy
v1.0.100
v1.0.98
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
Changelog
-
c76234d
Merge pull request #660 from stakater/renovate/stakater-.github-0.x -
c53ed24
[skip-ci] Update artifacts -
2e5e5b4
chore(deps): update stakater/.github action to v0.0.75
v1.0.96
Changelog
-
bad7ad3
Merge pull request #661 from stakater/renovate/github.com-prometheus-client_golang-1.x -
195b129
[skip-ci] Update artifacts -
5da570a
fix(deps): update module github.com/prometheus/client_golang to v1.19.1
v1.0.95
Changelog
-
3354678
Change git submodule url from ssh to https -
6da76a7
Merge pull request #662 from miguel-cardoso-mindera/master -
a8710c8
[skip-ci] Update artifacts
v1.0.93
Changelog
v1.0.91
Changelog
v1.0.89
Changelog
v1.0.88
Changelog
-
9a9fee2
[skip-ci] Update artifacts -
c82dd8b
chore(deps): update anothrnick/github-tag-action action to v1.69.0 (#635)
v1.0.86
Changelog
v1.0.85
Changelog
-
5b602f6
[skip-ci] Update artifacts -
51d63c7
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
Changelog
-
f0c3b61
Docs restructuring (#644) -
70eafce
[skip-ci] Update artifacts -
7cde0e7
chore(deps): update stakater/.github action to v0.0.71 (#634)
v1.0.83
Changelog
-
768f719
[skip-ci] Update artifacts -
222a9fd
chore(deps): update dependency stakater/vale-package to v0.0.17 (#637) -
467a2e6
update (#643)
v1.0.82
Changelog
-
038c923
Merge branch 'master' into close_body -
24bb264
Merge pull request #641 from testwill/close_body -
226f115
[skip-ci] Update artifacts -
0442c55
fix: close resp body
v1.0.81
Changelog
-
6f798c0
Merge pull request #638 from diannaowa/loglevel -
c1bc54d
[skip-ci] Update artifacts -
2094906
support --log-level argument in command line
v1.0.80
Changelog
-
3754fd5
Merge pull request #595 from stakater/renovate/github.com-prometheus-client_golang-1.x -
de50a0e
[skip-ci] Update artifacts -
3bc789d
fix(deps): update module github.com/prometheus/client_golang to v1.19.0
v1.0.79
Changelog
v1.0.78
Changelog
-
7d44e98
Merge pull request #624 from stakater/renovate/azure-setup-helm-4.x -
2d74474
[skip-ci] Update artifacts -
c5d8dd8
chore(deps): update azure/setup-helm action to v4
v1.0.77
Changelog
-
86bec3e
Merge pull request #615 from stakater/renovate/golangci-golangci-lint-action-4.x -
1f64991
Merge pull request #632 from stakater/renovate/stakater-vale-package-0.x -
2098c96
[skip-ci] Update artifacts -
b3fea55
chore(deps): update dependency stakater/vale-package to v0.0.15 -
8f458e3
chore(deps): update golangci/golangci-lint-action action to v4
v1.0.76
Changelog
-
9890538
Add missing condition in upgrade test -
1cae7a0
Merge branch 'master' into issue-582-auto-annotation-with-resource-type-squashed -
b4fe7fb
Merge branch 'master' into issue-582-auto-annotation-with-resource-type-squashed -
4c42681
Merge pull request #604 from kichel98/issue-582-auto-annotation-with-resource-type-squashed -
bccefb1
[#582] Allow to use auto annotation with specific resource type (configmap or secret) -
9e7fca4
[skip-ci] Update artifacts
v1.0.75
Changelog
-
ae5bc2c
[skip-ci] Update artifacts -
fc60755
issue/562 - enhance documentation for Reloader Chart values.yaml (#620)
v1.0.74
Changelog
-
920cf8c
[skip-ci] Update artifacts -
e034172
chore(deps): update dependency stakater/vale-package to v0.0.14 (#623)
v1.0.73
Changelog
-
03ef902
Merge pull request #629 from stakater/renovate/stakater-.github-0.x -
e72c25d
[skip-ci] Update artifacts -
aafbea4
chore(deps): update stakater/.github action to v0.0.65
v1.0.72
Changelog
-
c75f0bd
Merge pull request #630 from joebowbeer/patch-1 -
69565f9
Update values.yaml -
9385a4a
[skip-ci] Update artifacts
v1.0.71
Changelog
-
221369b
Add make target to remove labels and annotations from manifests -
e615478
Merge branch 'master' into fix-621 -
ea12d91
Merge branch 'master' into fix-621 -
6a6307a
Merge pull request #625 from bnallapeta/fix-621 -
08b02e0
Remove labels and annotations from Kubernetes deployment.yaml -
352f6ff
Update deployment.yaml with reloader-reloader labels and selector -
f8b425a
[skip-ci] Update artifacts
v1.0.70
Changelog
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot. Tell Nogweii if it blows up.