Releases: stakater/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 #736
- docs: Fix resource type in Verify-Reloader-Working by @dubek in #739
- Make sure GOMAXPROCS and GOMEMLIMIT has a divisor set by @halkeye in #742
- fix(deps): update module github.com/prometheus/client_golang to v1.20.3 by @renovate in #741
- fix(deps): update module github.com/argoproj/argo-rollouts to v1.7.2 by @renovate in #731
- chore(deps): update dependency stakater/vale-package to v0.0.34 by @renovate in #743
- chore(deps): update stakater/.github action to v0.0.90 by @renovate in #708
- Dependencies upgrade by @MuneebAijaz in #744
- Update expired token by @karl-johan-grahn in #749
- chore(deps): update stakater/.github action to v0.0.91 by @renovate in #746
- fix(deps): update module github.com/prometheus/client_golang to v1.20.4 by @renovate in #748
- chore(deps): update dependency stakater/vale-package to v0.0.35 by @renovate in #752
- chore(deps): update docker/build-push-action action to v6 by @renovate in #694
- chore(deps): update stakater/.github action to v0.0.93 by @renovate in #750
- Modify trigger events for Reloader Enterprise by @karl-johan-grahn in #756
- Update Go version to 1.23.1 by @MuneebAijaz in #761
- Update base image to UBI9 by @SheryarButt in #762
- chore(deps): update stakater/.github action to v0.0.94 by @renovate in #759
- Update release process by @karl-johan-grahn in #763
- Renovate update for Helm Chart values file by @karl-johan-grahn in #772
- feat(log-level): add option to set logLevel in chart by @dabcoder in #687
- chore(deps): update stakater/.github action to v0.0.95 by @renovate in #765
- chore(deps): update dependency stakater/vale-package to v0.0.36 by @renovate in #758
- chore(deps): update dependency stakater/vale-package to v0.0.40 by @renovate in #775
- chore(deps): update stakater/.github action to v0.0.97 by @renovate in #776
- fix(deps): update module github.com/prometheus/client_golang to v1.20.5 by @renovate in #768
- Added the ability to separately configure the image registry by @sausrivastava in #747
- chore(deps): update stakater/.github action to v0.0.98 by @renovate in #785
- Branch based release strategy by @MuneebAijaz in #778
- Provide annotations to exclude reloading resources by @LochanRn in #764
- Pin version for checkout action by @MuneebAijaz in #789
- Remove chart bump from init release since its not relevant by @MuneebAijaz in #792
- fix: Remove obsolete permissions for apiGroup
extensions
from helm templates by @tom1299 in #784 - Add workflow for helm chart push by @MuneebAijaz in #788
- Bump version to 1.2.0 on release-v1.2.0 branch by @github-actions in #798
New Contributors
- @dubek made their first contribution in #739
- @halkeye made their first contribution in #742
- @dabcoder made their first contribution in #687
- @sausrivastava made their first contribution in #747
- @LochanRn made their first contribution in #764
- @tom1299 made their first contribution in #784
- @github-actions made their first contribution in #798
Full Changelog: 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 #722
- fixing go vet issues with logrus by @bnallapeta in #727
- Fixing Rollout restart, Previously would trigger rollout deployment strategy by @jangeja in #724
- Misc fixes to workflows by @MuneebAijaz in #728
- docs: update wording in readme by @deggja in #730
- chore(deps): update dependency stakater/vale-package to v0.0.33 by @renovate in #721
- Reduce footprint of UBI images by @bainsy88 in #717
- Update dependencies by @MuneebAijaz in #735
New Contributors
- @jangeja made their first contribution in #724
- @deggja made their first contribution in #730
- @bainsy88 made their first contribution in #717
Full Changelog: v1.0.121...v1.1.0