From e948d29422197c383290ed0786d452bfa6b3e7ac Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Sat, 3 Aug 2024 16:01:09 +0000 Subject: [PATCH] Update dependency nextcloud/notify_push to v0.7.0 (#117) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [nextcloud/notify_push](https://github.com/nextcloud/notify_push) | minor | `v0.6.12` -> `v0.7.0` | --- ### Release Notes
nextcloud/notify_push (nextcloud/notify_push) ### [`v0.7.0`](https://github.com/nextcloud/notify_push/releases/tag/v0.7.0): 0.7.0 [Compare Source](https://github.com/nextcloud/notify_push/compare/v0.6.12...v0.7.0) #### What's Changed - Add app icon by [@​AndyScherzinger](https://github.com/AndyScherzinger) in https://github.com/nextcloud/notify_push/pull/481 - docs: clearify that 1.2.3.4 is only a test value by [@​icewind1991](https://github.com/icewind1991) in https://github.com/nextcloud/notify_push/pull/475 - feat(deps): Add Nextcloud 30 support by [@​nickvergessen](https://github.com/nickvergessen) in https://github.com/nextcloud/notify_push/pull/426 - MSRV has increased to 1.74.1 #### New Contributors - [@​AndyScherzinger](https://github.com/AndyScherzinger) made their first contribution in https://github.com/nextcloud/notify_push/pull/480 **Full Changelog**: https://github.com/nextcloud/notify_push/compare/v0.6.12...v0.7.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.walbeck.it/walbeck-it/docker-nextcloud-notify-push/pulls/117 Co-authored-by: renovate-bot Co-committed-by: renovate-bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 071439e..0841a13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM rust:1.80.0-bullseye@sha256:f8055497f71faf952afb8a358dbca59e11bb82b94a0cba2a10bb4c05bd802fa0 as build # renovate: datasource=github-tags depName=nextcloud/notify_push versioning=semver -ENV NOTIFY_PUSH_VERSION v0.6.12 +ENV NOTIFY_PUSH_VERSION v0.7.0 WORKDIR /notify_push