Skip to content

Update all non-major dependencies #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2023

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
anothrNick/github-tag-action action minor 1.67.0 -> 1.73.0 age adoption passing confidence
flyway/flyway patch 9.22.2 -> 9.22.3 age adoption passing confidence
gitea/gitea minor 1.20 -> 1.23 age adoption passing confidence
offen/docker-volume-backup (source) minor v2.28.0 -> v2.43.3 age adoption passing confidence
com.google.cloud.tools:jib-maven-plugin build minor 3.3.2 -> 3.4.5 age adoption passing confidence
com.diffplug.spotless:spotless-maven-plugin build minor 2.38.0 -> 2.44.4 age adoption passing confidence
io.micrometer:context-propagation compile minor 1.0.4 -> 1.1.3 age adoption passing confidence
com.discord4j:discord4j-core compile patch 3.2.5 -> 3.2.8 age adoption passing confidence
com.google.guava:guava compile patch 32.1.2-jre -> 32.1.3-jre age adoption passing confidence
org.eclipse.jgit:org.eclipse.jgit compile minor 6.6.0.202305301015-r -> 6.10.0.202406032230-r age adoption passing confidence
org.passay:passay (source) compile patch 1.6.3 -> 1.6.6 age adoption passing confidence
org.apache.httpcomponents.client5:httpclient5 compile minor 5.2.1 -> 5.4.4 age adoption passing confidence
io.cucumber:cucumber-bom (source) import minor 7.13.0 -> 7.22.1 age adoption passing confidence
org.springframework.boot:spring-boot-starter-parent (source) parent minor 3.1.2 -> 3.4.5 age adoption passing confidence
me.qoomon:maven-git-versioning-extension build minor 9.6.5 -> 9.10.2 age adoption passing confidence

Release Notes

anothrNick/github-tag-action (anothrNick/github-tag-action)

v1.73.0

Compare Source

What's Changed
New Contributors

Full Changelog: anothrNick/github-tag-action@1...1.73.0

v1.72.0

Compare Source

What's Changed
New Contributors

Full Changelog: anothrNick/github-tag-action@1...1.72.0

v1.71.0

Compare Source

What's Changed

New Contributors

Full Changelog: anothrNick/github-tag-action@1...1.71.0

v1.70.0

Compare Source

What's Changed

New Contributors

Full Changelog: anothrNick/github-tag-action@1...1.70.0

v1.69.0

Compare Source

v1.68.0

Compare Source

go-gitea/gitea (gitea/gitea)

v1.23

v1.22

v1.21

offen/docker-volume-backup (offen/docker-volume-backup)

v2.43.3

Compare Source

Fixes

  • Directories aren't excluded from pruning logic #​548

Chores

Docs

  • Config reference should always use default values #​549

v2.43.2

Compare Source

Fixes

  • Support passing standard ssh keys to age encryption #​530

Chores

v2.43.1

Compare Source

Fixes

  • Error cases when parsing labeled commands into argv are not handled sufficiently #​506

Chores

Docs

v2.43.0

Compare Source

Features

Chores

v2.42.0

Compare Source

Features

v2.41.0

Compare Source

Features

  • Add support for Azure storage access tiers #​452

Chores

v2.40.0

Compare Source

Features

  • Bump shoutrrr to version 0.8 #​450

Fixes

Chores

v2.39.1

Compare Source

Fixes

  • Result of query for services is used before handling possible error, non-replicated services that are labeled should raise an error #​405

Chores

v2.39.0

Compare Source

Features

  • Allow authentication using connection string when targeting Azure Blob Storage #​383

Chores

v2.38.2

Compare Source

This release fixes an issue when running docker-volume-backup against the Balena Docker Engine.

Fixes

  • Swarm mode check fails on non-standard Info responses #​376

Chores

v2.38.1

Compare Source

Fixes

  • Lines from conf files that are comments should not be passed to shell.Expand #​374

v2.38.0

Compare Source

Features

  • Allow backup to be run as non-root user #​372

Fixes

  • Expanding values in conf files should work like with source #​372

Chores

  • Improve user facing error messages and "stack traces" #​360

Build

  • Build using Go 1.22 #​356
  • Hardcoded label values don't require quoting #​365

v2.37.3

Compare Source

This fixes another regression that was introduced in v2.37.0. If you rely on variable names to be expanded in conf.d files, please make sure to upgrade to this version to keep the behavior consistent with previous releases.

Fixes

  • Conf files should expand env vars #​363

Build:

v2.37.2

Compare Source

Fixes

  • Remove stray log statement #​359

v2.37.1

Compare Source

v2.37.0 contained a regression where environment variables would not be considered at all when running multiple schedules from a conf.d directory. If you use this feature please upgrade to this version and do not use v2.37.0 which might result in backups not being persisted without further notice.

Fixes

  • Env vars should propagate when using conf.d #​358

Chores

v2.37.0

Compare Source

Features

Chores


This image now supports a richer set of cron schedules than before. See the documentation for what exactly is supported.

v2.36.1

Compare Source

Fixes

  • Exclusive file lock is released prematurely #​339

v2.36.0

Compare Source

This release improves Docker Swarm support by removing the need for using a on-failure restart policy on your services. Check the documentation for further details.

Features

  • Improve Swarm Support #​333 (thanks @​pixxon for all the input when working on this)

Chores

Fixes

  • Panic values that can be cast to errors are not being printed #​334

Docs


Deprecation notice

This release deprecates the BACKUP_STOP_CONTAINER_LABEL setting and renames it to BACKUP_STOP_DURING_BACKUP_LABEL. The old setting will still work, but you will see a deprecation warning in your logs. It will also be removed in the next major version.

To update, rename the key:

    env:
-     BACKUP_STOP_CONTAINER_LABEL: database
+     BACKUP_STOP_DURING_BACKUP_LABEL: database

Also see: https://offen.github.io/docker-volume-backup/how-tos/replace-deprecated-backup-stop-container-label.html

v2.35.0

Compare Source

Features

  • add toJson and toPrettyJson notification template helpers #​319 (thanks @​hywax)

Chores

v2.34.0

Compare Source

Features

Chores

v2.33.2

Compare Source

Fixes

  • Retention days not correctly displayed in log #​300

v2.33.1

Compare Source

Fixes

  • Error message on demultiplexing Docker command output received bad error arg #​295

v2.33.0

Compare Source

Features

  • Improve Gzip performance by replacing stdlib gzip with klauspost/pgzip #​266 (Thanks @​MaxJa4)

New parameter GZIP_PARALLELISM can be used to further control resource usage when compressing.

v2.32.0

Compare Source

Features

v2.31.0

Compare Source

Features

Chores

  • Print context in log field instead of prepending to message #​260
  • Replace deprecated openpgp package with community fork #​263 (Thanks @​MaxJa4)

v2.30.0

Compare Source

Features

Fixes

Chores

v2.29.0

Compare Source

Features

Chores

Docs


Important: By migrating to stdlib logging through the log/slog package, structured logging output will subtly change with this release (quoting and casing of log levels). In case you rely on parsing the logs, check if your setup still works after upgrading.

diffplug/spotless (com.diffplug.spotless:spotless-maven-plugin)

v2.44.0

Added
  • New static method to DiffMessageFormatter which allows to retrieve diffs with their line numbers (#​1960)
  • Gradle - Support for formatting shell scripts via shfmt. (#​1994)
Fixed
  • Fix empty files with biome >= 1.5.0 when formatting files that are in the ignore list of the biome configuration file. (#​1989 fixes #​1987)
  • Fix a regression in BufStep where the same arguments were being provided to every buf invocation. (#​1976)
Changed
  • Use palantir-java-format 2.39.0 on Java 21. (#​1948)
  • Bump default ktlint version to latest 1.0.1 -> 1.1.1. (#​1973)
  • Bump default googleJavaFormat version to latest 1.18.1 -> 1.19.2. (#​1971)
  • Bump default diktat version to latest 1.2.5 -> 2.0.0. (#​1972)

v2.43.0

Added
  • Support custom rule sets for Ktlint. (#​1896)
Fixed
Changed
  • Bump default ktlint version to latest 1.0.0 -> 1.0.1. (#​1855)
  • Add a Step to remove semicolons from Groovy files. (#​1881)

v2.42.0

Added
  • Support for biome. The Rome project was renamed to Biome.
    The configuration is still the same, but you should switch to the new biome tag / function and adjust
    the version accordingly. (#​1804).
  • Support for google-java-format's skip-javadoc-formatting option. (#​1793)
  • Support configuration of mirrors for P2 repositories in Maven DSL (#​1697).
  • New line endings mode GIT_ATTRIBUTES_FAST_ALLSAME. (#​1838)
Fixed
  • Fix support for plugins when using Prettier version 3.0.0 and newer. (#​1802)
  • Fix configuration cache issue around external process started '/usr/bin/git --version'. (#​1806)
Changed
  • Bump default flexmark version to latest 0.64.0 -> 0.64.8. (#​1801)
  • Bump default ktlint version to latest 0.50.0 -> 1.0.0. (#​1808)

v2.41.0

Added
  • Add a jsonPatch step to json formatter configurations. This allows patching of JSON documents using JSON Patches. (#​1753)
  • Support GJF own import order. (#​1780)
Fixed
  • Use latest versions of popular style guides for eslint tests to fix failing useEslintXoStandardRules test. (#​1761, #​1756)
  • Add support for prettier version 3.0.0 and newer. (#​1760, #​1751)
  • Fix npm install calls when npm cache is not up-to-date. (#​1760, #​1750)
Changed
  • Bump default eslint version to latest 8.31.0 -> 8.45.0 (#​1761)
  • Bump default prettier version to latest (v2) 2.8.1 -> 2.8.8. (#​1760)
  • Bump default greclipse version to latest 4.27 -> 4.28. (#​1775)

v2.40.0

Added
  • Added support for Protobuf formatting based on Buf. (#​1208)
  • enum OnMatch { INCLUDE, EXCLUDE } so that FormatterStep.filterByContent can not only include based on the pattern but also exclude. (#​1749)
Fixed
  • Update documented default semanticSort to false. ([#​

Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 701bb09 to 269ca4d Compare October 12, 2023 16:54
@renovate renovate bot temporarily deployed to E2E October 12, 2023 16:54 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 269ca4d to 2df6f2a Compare October 19, 2023 20:31
@renovate renovate bot temporarily deployed to E2E October 19, 2023 20:31 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2df6f2a to 9d5ff40 Compare October 29, 2023 18:03
@renovate renovate bot temporarily deployed to E2E October 29, 2023 18:03 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9d5ff40 to 8095e85 Compare November 4, 2023 15:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8095e85 to db5b4fd Compare November 14, 2023 16:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from db5b4fd to 40e8f8f Compare November 23, 2023 09:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 40e8f8f to b593b69 Compare November 23, 2023 13:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b593b69 to 0b9b990 Compare November 23, 2023 15:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0b9b990 to e36a662 Compare November 25, 2023 19:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e36a662 to bd9c5bc Compare November 26, 2023 20:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bd9c5bc to e950cc6 Compare November 27, 2023 06:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e950cc6 to d001186 Compare December 1, 2023 12:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d001186 to 5cda621 Compare December 4, 2023 08:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5cda621 to 3a4a4f6 Compare December 5, 2023 21:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3a4a4f6 to 539e3e2 Compare December 6, 2023 01:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from df6ecba to 3e5ec4e Compare February 7, 2025 17:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3e5ec4e to 08b62ae Compare February 20, 2025 18:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 08b62ae to 65ccc8c Compare February 21, 2025 02:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 65ccc8c to fb7c158 Compare February 28, 2025 18:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fb7c158 to afb320e Compare March 4, 2025 10:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from afb320e to e0fbd4c Compare March 17, 2025 22:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e0fbd4c to cdfc46f Compare March 21, 2025 06:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cdfc46f to cba6c1b Compare March 26, 2025 21:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cba6c1b to 1063d51 Compare April 5, 2025 01:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1063d51 to 20e2abf Compare April 7, 2025 22:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 20e2abf to 73f348a Compare April 14, 2025 01:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 73f348a to 133b4df Compare April 24, 2025 17:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 133b4df to b3be7b6 Compare April 26, 2025 18:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b3be7b6 to 84ba3d8 Compare May 7, 2025 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants