Update stakater/reloader Docker tag to v0.0.81 #404

Merged
tobru merged 1 commit from renovate/docker-stakater-reloader-0.x into master 2021-02-21 19:32:02 +00:00
Contributor

This PR contains the following updates:

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

Release Notes

stakater/Reloader

v0.0.81

Compare Source

Changelog

608a928 Merge pull request #​201 from wtayyeb/patch-1
4f551ad [skip-ci] Update artifacts
e7516e8 fix deployment args, add custom_annotations.auto_search, search_match
5a14798 simplify auto-search, search-match annotations

v0.0.80

Compare Source

Changelog

45a833b Add custom annotation support in service account
79e3588 Merge pull request #​200 from stakater/fix-issue-199
dc3494c [skip-ci] Update artifacts

v0.0.79

Compare Source

Changelog

935a17b Fixed version bump command in Makefile
1846b31 Merge pull request #​198 from stakater/version-bump-fix
1f22ebe [skip-ci] Update artifacts

v0.0.78

Compare Source

Changelog

dcae4c9 Add updated Dockerfile
58c622e Added workflow files for Jenkins replacement
94a83c5 Bump golang version to 1.15
fba004d Enable support for multi-arch container images: arm, arm64 and amd64.
80557ce Fix chart path for helm publish step
4f6ff42 Fix chart publish step
70099fd Fix helm lint step
2f9dd7c Fix version env var in Makefile
6744448 Merge latest master
8413374 Merge pull request #​186 from coldfire84/pr-docker-multi-arch
d017747 Merge pull request #​189 from stakater/workflow-implementation
dc0715d Merge pull request #​192 from stakater/use-pr-target-hook
ba18bbf Merge pull request #​193 from stakater/update-chart-publish
c4f6d93 Merge pull request #​194 from stakater/ahmedwaleedmalik-patch-1
f373686 Merge pull request #​195 from stakater/fix-chart-path
a46b562 Merge pull request #​197 from stakater/fix-pipeline
b5fdcd5 Refactor controller test cases
ed736c8 Remove .VERSION file
592976b Run go mod tidy
aaddec1 Skip failing test cases
8b9bf07 Temporarily switch to pull_request hook for testing
610b4e5 Update chart publish step
fde312e Update golang code lint errors
c75c787 Update push.yaml
e74dcc3 Update workflows
57eb4f4 Updates to the workflow
1490a1f Updates to workflow and few path updates
7b44a47 [skip-ci] Update artifacts
966d5e6 [skip-ci] use pull_request_target hook for pipelines against PRs

v0.0.77

Compare Source

Changelog

04e19a7 Bump Version to v0.0.77
f630336 Check api version availability instead of using legacy value
c1ae5ef Merge pull request #​190 from gracedo/gracedo/check_api_legacy

v0.0.76

Compare Source

Changelog

2fd8b19 Bump Version to v0.0.76
81c840e Merge pull request #​187 from stakater/fix-issue-166
21dbeb9 Remove redundant reload on resource creation


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.75` -> `v0.0.81` | --- ### Release Notes <details> <summary>stakater/Reloader</summary> ### [`v0.0.81`](https://github.com/stakater/Reloader/releases/v0.0.81) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.80...v0.0.81) #### Changelog [`608a928`](https://github.com/stakater/Reloader/commit/608a928) Merge pull request [#&#8203;201](https://github.com/stakater/Reloader/issues/201) from wtayyeb/patch-1 [`4f551ad`](https://github.com/stakater/Reloader/commit/4f551ad) [skip-ci] Update artifacts [`e7516e8`](https://github.com/stakater/Reloader/commit/e7516e8) fix deployment args, add custom_annotations.auto_search, search_match [`5a14798`](https://github.com/stakater/Reloader/commit/5a14798) simplify auto-search, search-match annotations ### [`v0.0.80`](https://github.com/stakater/Reloader/releases/v0.0.80) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.79...v0.0.80) #### Changelog [`45a833b`](https://github.com/stakater/Reloader/commit/45a833b) Add custom annotation support in service account [`79e3588`](https://github.com/stakater/Reloader/commit/79e3588) Merge pull request [#&#8203;200](https://github.com/stakater/Reloader/issues/200) from stakater/fix-issue-199 [`dc3494c`](https://github.com/stakater/Reloader/commit/dc3494c) [skip-ci] Update artifacts ### [`v0.0.79`](https://github.com/stakater/Reloader/releases/v0.0.79) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.78...v0.0.79) #### Changelog [`935a17b`](https://github.com/stakater/Reloader/commit/935a17b) Fixed version bump command in Makefile [`1846b31`](https://github.com/stakater/Reloader/commit/1846b31) Merge pull request [#&#8203;198](https://github.com/stakater/Reloader/issues/198) from stakater/version-bump-fix [`1f22ebe`](https://github.com/stakater/Reloader/commit/1f22ebe) [skip-ci] Update artifacts ### [`v0.0.78`](https://github.com/stakater/Reloader/releases/v0.0.78) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.77...v0.0.78) #### Changelog [`dcae4c9`](https://github.com/stakater/Reloader/commit/dcae4c9) Add updated Dockerfile [`58c622e`](https://github.com/stakater/Reloader/commit/58c622e) Added workflow files for Jenkins replacement [`94a83c5`](https://github.com/stakater/Reloader/commit/94a83c5) Bump golang version to 1.15 [`fba004d`](https://github.com/stakater/Reloader/commit/fba004d) Enable support for multi-arch container images: arm, arm64 and amd64. [`80557ce`](https://github.com/stakater/Reloader/commit/80557ce) Fix chart path for helm publish step [`4f6ff42`](https://github.com/stakater/Reloader/commit/4f6ff42) Fix chart publish step [`70099fd`](https://github.com/stakater/Reloader/commit/70099fd) Fix helm lint step [`2f9dd7c`](https://github.com/stakater/Reloader/commit/2f9dd7c) Fix version env var in Makefile [`6744448`](https://github.com/stakater/Reloader/commit/6744448) Merge latest master [`8413374`](https://github.com/stakater/Reloader/commit/8413374) Merge pull request [#&#8203;186](https://github.com/stakater/Reloader/issues/186) from coldfire84/pr-docker-multi-arch [`d017747`](https://github.com/stakater/Reloader/commit/d017747) Merge pull request [#&#8203;189](https://github.com/stakater/Reloader/issues/189) from stakater/workflow-implementation [`dc0715d`](https://github.com/stakater/Reloader/commit/dc0715d) Merge pull request [#&#8203;192](https://github.com/stakater/Reloader/issues/192) from stakater/use-pr-target-hook [`ba18bbf`](https://github.com/stakater/Reloader/commit/ba18bbf) Merge pull request [#&#8203;193](https://github.com/stakater/Reloader/issues/193) from stakater/update-chart-publish [`c4f6d93`](https://github.com/stakater/Reloader/commit/c4f6d93) Merge pull request [#&#8203;194](https://github.com/stakater/Reloader/issues/194) from stakater/ahmedwaleedmalik-patch-1 [`f373686`](https://github.com/stakater/Reloader/commit/f373686) Merge pull request [#&#8203;195](https://github.com/stakater/Reloader/issues/195) from stakater/fix-chart-path [`a46b562`](https://github.com/stakater/Reloader/commit/a46b562) Merge pull request [#&#8203;197](https://github.com/stakater/Reloader/issues/197) from stakater/fix-pipeline [`b5fdcd5`](https://github.com/stakater/Reloader/commit/b5fdcd5) Refactor controller test cases [`ed736c8`](https://github.com/stakater/Reloader/commit/ed736c8) Remove .VERSION file [`592976b`](https://github.com/stakater/Reloader/commit/592976b) Run go mod tidy [`aaddec1`](https://github.com/stakater/Reloader/commit/aaddec1) Skip failing test cases [`8b9bf07`](https://github.com/stakater/Reloader/commit/8b9bf07) Temporarily switch to pull_request hook for testing [`610b4e5`](https://github.com/stakater/Reloader/commit/610b4e5) Update chart publish step [`fde312e`](https://github.com/stakater/Reloader/commit/fde312e) Update golang code lint errors [`c75c787`](https://github.com/stakater/Reloader/commit/c75c787) Update push.yaml [`e74dcc3`](https://github.com/stakater/Reloader/commit/e74dcc3) Update workflows [`57eb4f4`](https://github.com/stakater/Reloader/commit/57eb4f4) Updates to the workflow [`1490a1f`](https://github.com/stakater/Reloader/commit/1490a1f) Updates to workflow and few path updates [`7b44a47`](https://github.com/stakater/Reloader/commit/7b44a47) [skip-ci] Update artifacts [`966d5e6`](https://github.com/stakater/Reloader/commit/966d5e6) [skip-ci] use pull_request_target hook for pipelines against PRs ### [`v0.0.77`](https://github.com/stakater/Reloader/releases/v0.0.77) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.76...v0.0.77) #### Changelog [`04e19a7`](https://github.com/stakater/Reloader/commit/04e19a7) Bump Version to v0.0.77 [`f630336`](https://github.com/stakater/Reloader/commit/f630336) Check api version availability instead of using legacy value [`c1ae5ef`](https://github.com/stakater/Reloader/commit/c1ae5ef) Merge pull request [#&#8203;190](https://github.com/stakater/Reloader/issues/190) from gracedo/gracedo/check_api_legacy ### [`v0.0.76`](https://github.com/stakater/Reloader/releases/v0.0.76) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.75...v0.0.76) #### Changelog [`2fd8b19`](https://github.com/stakater/Reloader/commit/2fd8b19) Bump Version to v0.0.76 [`81c840e`](https://github.com/stakater/Reloader/commit/81c840e) Merge pull request [#&#8203;187](https://github.com/stakater/Reloader/issues/187) from stakater/fix-issue-166 [`21dbeb9`](https://github.com/stakater/Reloader/commit/21dbeb9) Remove redundant reload on resource creation </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.76 to Update stakater/reloader Docker tag to v0.0.77 2021-01-21 09:00:48 +00:00
renovate-bot force-pushed renovate/docker-stakater-reloader-0.x from fe6bfaf15b to b0204b550d 2021-01-21 09:00:49 +00:00 Compare
renovate-bot changed title from Update stakater/reloader Docker tag to v0.0.77 to Update stakater/reloader Docker tag to v0.0.78 2021-01-26 10:00:47 +00:00
renovate-bot force-pushed renovate/docker-stakater-reloader-0.x from b0204b550d to 3a93d41899 2021-01-26 10:00:49 +00:00 Compare
renovate-bot changed title from Update stakater/reloader Docker tag to v0.0.78 to Update stakater/reloader Docker tag to v0.0.79 2021-01-26 14:00:45 +00:00
renovate-bot force-pushed renovate/docker-stakater-reloader-0.x from 3a93d41899 to ecc64804bb 2021-01-26 14:00:47 +00:00 Compare
renovate-bot changed title from Update stakater/reloader Docker tag to v0.0.79 to Update stakater/reloader Docker tag to v0.0.80 2021-02-08 05:00:44 +00:00
renovate-bot force-pushed renovate/docker-stakater-reloader-0.x from ecc64804bb to cfc8cc9ee0 2021-02-08 05:00:46 +00:00 Compare
renovate-bot changed title from Update stakater/reloader Docker tag to v0.0.80 to Update stakater/reloader Docker tag to v0.0.81 2021-02-18 10:00:46 +00:00
renovate-bot force-pushed renovate/docker-stakater-reloader-0.x from cfc8cc9ee0 to 404e33b687 2021-02-18 10:00:47 +00:00 Compare
tobru merged commit 8b7f75942f into master 2021-02-21 19:32:02 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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#404
No description provided.