From 4cd8ec250a5a4235d56600589e588d8f719c7a3d Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Mon, 9 Sep 2024 10:59:36 +0200 Subject: [PATCH 1/2] chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v4.2.0 (#15) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [woodpeckerci/plugin-docker-buildx](https://codeberg.org/woodpecker-plugins/docker-buildx) ([source](https://codeberg.org/woodpecker-plugins/docker-buildx.git)) | minor | `4.0.0` -> `4.2.0` | --- ### Release Notes
woodpecker-plugins/docker-buildx (woodpeckerci/plugin-docker-buildx) ### [`v4.2.0`](https://codeberg.org/woodpecker-plugins/docker-buildx/releases/tag/v4.2.0) [Compare Source](https://codeberg.org/woodpecker-plugins/docker-buildx/compare/v4.1.0...v4.2.0) ##### Features - Add dedicated setting to automatically handle proxy configuration ([#​171](https://github.com/woodpecker-plugins/docker-buildx/issues/171)) ##### Dependencies - chore(deps): update docker/buildx-bin docker tag to v0.16.0 - fix(deps): update module github.com/aws/aws-sdk-go to v1.54.19 ### [`v4.1.0`](https://codeberg.org/woodpecker-plugins/docker-buildx/releases/tag/v4.1.0) [Compare Source](https://codeberg.org/woodpecker-plugins/docker-buildx/compare/v4.0.0...v4.1.0) ##### Features - Pass Daemon.Mirror to Docker daemon ([#​165](https://github.com/woodpecker-plugins/docker-buildx/issues/165)) ##### Bug Fixes - Respect repository mirrors without login credentials ([#​164](https://github.com/woodpecker-plugins/docker-buildx/issues/164)) ##### Dependencies - chore(deps): update docker/buildx-bin docker tag to v0.15.1 - chore(deps): update docker docker tag to v26.1.4
--- ### 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://gitea.ocram85.com/plugins/gitea-package/pulls/15 Co-authored-by: renovate-bot Co-committed-by: renovate-bot --- .woodpecker/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/ci.yml b/.woodpecker/ci.yml index bb86fac..b2406d8 100644 --- a/.woodpecker/ci.yml +++ b/.woodpecker/ci.yml @@ -5,7 +5,7 @@ when: - ${CI_REPO_DEFAULT_BRANCH} variables: - - &build_plugin 'woodpeckerci/plugin-docker-buildx:4.0.0' + - &build_plugin 'woodpeckerci/plugin-docker-buildx:4.2.0' # deployment targets # TODO: Disabled docker hub target until first release is ready / Rate Limits - &publish_repos 'ocram85/plugin-gitea-package,gitea.ocram85.com/plugins/gitea-package' From d38e42de7f382314bff924ed7cee8a619252e1d8 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Mon, 9 Sep 2024 11:02:29 +0200 Subject: [PATCH 2/2] chore(deps): update davidanson/markdownlint-cli2 docker tag to v0.14.0 (#17) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [davidanson/markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) | minor | `v0.13.0` -> `v0.14.0` | --- ### Release Notes
DavidAnson/markdownlint-cli2 (davidanson/markdownlint-cli2) ### [`v0.14.0`](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.13.0...v0.14.0) [Compare Source](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.13.0...v0.14.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). Co-authored-by: OCram85 Reviewed-on: https://gitea.ocram85.com/plugins/gitea-package/pulls/17 Co-authored-by: renovate-bot Co-committed-by: renovate-bot --- .woodpecker/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/ci.yml b/.woodpecker/ci.yml index b2406d8..208d1ab 100644 --- a/.woodpecker/ci.yml +++ b/.woodpecker/ci.yml @@ -36,7 +36,7 @@ steps: # path: "Dockerfile" lint-markdown: - image: davidanson/markdownlint-cli2:v0.13.0 + image: davidanson/markdownlint-cli2:v0.14.0 commands: - "markdownlint-cli2 *.{md,markdown}" when: