Update stakater/reloader Docker tag to v0.0.87 #427

Merged
tobru merged 1 commits from renovate/docker-stakater-reloader-0.x into master 2021-04-15 18:31:28 +00:00
Contributor

This PR contains the following updates:

Package Update Change
stakater/reloader patch v0.0.81 -> v0.0.87

Release Notes

stakater/Reloader

v0.0.87

Compare Source

Changelog

2e709e8 Merge pull request #​223 from sfynx/master
702f0ca [skip-ci] Update artifacts
debfd57 fix: read isArgoRollouts correctly in Helm chart

v0.0.86

Compare Source

Changelog

af6cd9e Add isArgoRollouts in values.yaml.tmpl
344004d Make argo rollouts optional
7a65bcb Merge pull request #​218 from stakater/fix-issue-207
c3b8af3 [skip-ci] Update artifacts

v0.0.85

Compare Source

Changelog

07ddec9 Clean up unused dependencies
68fd3be Dockerfile now use the platform supplied by buildx
309c10f Merge pull request #​206 from stakater/update-modules
52b975e Merge pull request #​211 from stakater/update-pr-workflow
81ca7ab Merge pull request #​212 from corco/multi_arch_dockerfile
0ec3eff Merge pull request #​215 from stakater/use-commit-hash
69c9ccb Merge remote-tracking branch 'stakater/master' into multi_arch_dockerfile
69a80fd Update modules
0679af7 Update pull_request.yaml
dba42e9 Update pull_request.yaml
a5bc586 [skip-ci] Update artifacts

v0.0.84

Compare Source

Changelog

ef8a335 Allow reloader to modify rollouts when installed through helm
459a808 Merge pull request #​205 from tete17/Support-Rollouts-on-Helm-deployment
04975de [skip-ci] Update artifacts

v0.0.83

Compare Source

Changelog

614865a Add support for ArgoCD Rollout CRD
ac2dac3 Merge pull request #​202 from tete17/Add-support-for-Argo-Rollouts
e8da3f4 Modify documentation to reflect feature with rollout
93a5250 [skip-ci] Update artifacts

v0.0.82

Compare Source

Changelog

7ccb173 Added multi-arch docker image for Github actions
1f154d0 Merge pull request #​204 from corco/master
e9843c7 [skip-ci] Update artifacts


Renovate configuration

📅 Schedule: 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, as Gitea does not support ignoring PRs.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [stakater/reloader](https://github.com/stakater/Reloader) | patch | `v0.0.81` -> `v0.0.87` | --- ### Release Notes <details> <summary>stakater/Reloader</summary> ### [`v0.0.87`](https://github.com/stakater/Reloader/releases/v0.0.87) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.86...v0.0.87) #### Changelog [`2e709e8`](https://github.com/stakater/Reloader/commit/2e709e8) Merge pull request [#&#8203;223](https://github.com/stakater/Reloader/issues/223) from sfynx/master [`702f0ca`](https://github.com/stakater/Reloader/commit/702f0ca) [skip-ci] Update artifacts [`debfd57`](https://github.com/stakater/Reloader/commit/debfd57) fix: read isArgoRollouts correctly in Helm chart ### [`v0.0.86`](https://github.com/stakater/Reloader/releases/v0.0.86) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.85...v0.0.86) #### Changelog [`af6cd9e`](https://github.com/stakater/Reloader/commit/af6cd9e) Add isArgoRollouts in values.yaml.tmpl [`344004d`](https://github.com/stakater/Reloader/commit/344004d) Make argo rollouts optional [`7a65bcb`](https://github.com/stakater/Reloader/commit/7a65bcb) Merge pull request [#&#8203;218](https://github.com/stakater/Reloader/issues/218) from stakater/fix-issue-207 [`c3b8af3`](https://github.com/stakater/Reloader/commit/c3b8af3) [skip-ci] Update artifacts ### [`v0.0.85`](https://github.com/stakater/Reloader/releases/v0.0.85) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.84...v0.0.85) #### Changelog [`07ddec9`](https://github.com/stakater/Reloader/commit/07ddec9) Clean up unused dependencies [`68fd3be`](https://github.com/stakater/Reloader/commit/68fd3be) Dockerfile now use the platform supplied by buildx [`309c10f`](https://github.com/stakater/Reloader/commit/309c10f) Merge pull request [#&#8203;206](https://github.com/stakater/Reloader/issues/206) from stakater/update-modules [`52b975e`](https://github.com/stakater/Reloader/commit/52b975e) Merge pull request [#&#8203;211](https://github.com/stakater/Reloader/issues/211) from stakater/update-pr-workflow [`81ca7ab`](https://github.com/stakater/Reloader/commit/81ca7ab) Merge pull request [#&#8203;212](https://github.com/stakater/Reloader/issues/212) from corco/multi_arch_dockerfile [`0ec3eff`](https://github.com/stakater/Reloader/commit/0ec3eff) Merge pull request [#&#8203;215](https://github.com/stakater/Reloader/issues/215) from stakater/use-commit-hash [`69c9ccb`](https://github.com/stakater/Reloader/commit/69c9ccb) Merge remote-tracking branch 'stakater/master' into multi_arch_dockerfile [`69a80fd`](https://github.com/stakater/Reloader/commit/69a80fd) Update modules [`0679af7`](https://github.com/stakater/Reloader/commit/0679af7) Update pull_request.yaml [`dba42e9`](https://github.com/stakater/Reloader/commit/dba42e9) Update pull_request.yaml [`a5bc586`](https://github.com/stakater/Reloader/commit/a5bc586) [skip-ci] Update artifacts ### [`v0.0.84`](https://github.com/stakater/Reloader/releases/v0.0.84) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.83...v0.0.84) #### Changelog [`ef8a335`](https://github.com/stakater/Reloader/commit/ef8a335) Allow reloader to modify rollouts when installed through helm [`459a808`](https://github.com/stakater/Reloader/commit/459a808) Merge pull request [#&#8203;205](https://github.com/stakater/Reloader/issues/205) from tete17/Support-Rollouts-on-Helm-deployment [`04975de`](https://github.com/stakater/Reloader/commit/04975de) [skip-ci] Update artifacts ### [`v0.0.83`](https://github.com/stakater/Reloader/releases/v0.0.83) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.82...v0.0.83) #### Changelog [`614865a`](https://github.com/stakater/Reloader/commit/614865a) Add support for ArgoCD Rollout CRD [`ac2dac3`](https://github.com/stakater/Reloader/commit/ac2dac3) Merge pull request [#&#8203;202](https://github.com/stakater/Reloader/issues/202) from tete17/Add-support-for-Argo-Rollouts [`e8da3f4`](https://github.com/stakater/Reloader/commit/e8da3f4) Modify documentation to reflect feature with rollout [`93a5250`](https://github.com/stakater/Reloader/commit/93a5250) [skip-ci] Update artifacts ### [`v0.0.82`](https://github.com/stakater/Reloader/releases/v0.0.82) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.81...v0.0.82) #### Changelog [`7ccb173`](https://github.com/stakater/Reloader/commit/7ccb173) Added multi-arch docker image for Github actions [`1f154d0`](https://github.com/stakater/Reloader/commit/1f154d0) Merge pull request [#&#8203;204](https://github.com/stakater/Reloader/issues/204) from corco/master [`e9843c7`](https://github.com/stakater/Reloader/commit/e9843c7) [skip-ci] Update artifacts </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :ghost: **Immortal**: This PR will be recreated if closed unmerged, as Gitea does not support ignoring PRs. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate-bot changed title from Update stakater/reloader Docker tag to v0.0.82 to Update stakater/reloader Docker tag to v0.0.83 2021-03-09 19:00:48 +00:00
renovate-bot force-pushed renovate/docker-stakater-reloader-0.x from 4da3197ae7 to f475f08f4b 2021-03-09 19:00:50 +00:00 Compare
renovate-bot changed title from Update stakater/reloader Docker tag to v0.0.83 to Update stakater/reloader Docker tag to v0.0.84 2021-03-09 20:00:42 +00:00
renovate-bot force-pushed renovate/docker-stakater-reloader-0.x from f475f08f4b to c4fddd8474 2021-03-09 20:00:43 +00:00 Compare
renovate-bot changed title from Update stakater/reloader Docker tag to v0.0.84 to Update stakater/reloader Docker tag to v0.0.85 2021-03-17 05:00:52 +00:00
renovate-bot force-pushed renovate/docker-stakater-reloader-0.x from c4fddd8474 to 28c8de375d 2021-03-17 05:00:54 +00:00 Compare
renovate-bot changed title from Update stakater/reloader Docker tag to v0.0.85 to Update stakater/reloader Docker tag to v0.0.86 2021-03-22 14:00:43 +00:00
renovate-bot force-pushed renovate/docker-stakater-reloader-0.x from 28c8de375d to cbc51a7363 2021-03-22 14:00:45 +00:00 Compare
renovate-bot changed title from Update stakater/reloader Docker tag to v0.0.86 to Update stakater/reloader Docker tag to v0.0.87 2021-04-11 19:00:46 +00:00
renovate-bot force-pushed renovate/docker-stakater-reloader-0.x from cbc51a7363 to 4aac6769a5 2021-04-11 19:00:48 +00:00 Compare
tobru merged commit bd35bacd3e into master 2021-04-15 18:31:28 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tobru/gitops-tbrnt#427
No description provided.