Skip to content

Update all non-major dependencies#56

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

Update all non-major dependencies#56
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Oct 11, 2023

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
anothrNick/github-tag-action action minor 1.67.01.75.0 age confidence
flyway/flyway patch 9.22.29.22.3 age confidence
gitea/gitea minor 1.201.26 age confidence
offen/docker-volume-backup (source) minor v2.28.0v2.48.0 age confidence
com.google.cloud.tools:jib-maven-plugin build minor 3.3.23.5.1 age confidence
com.diffplug.spotless:spotless-maven-plugin build minor 2.38.02.46.1 age confidence
io.micrometer:context-propagation compile minor 1.0.41.2.1 age confidence
com.discord4j:discord4j-core compile minor 3.2.53.3.2 age confidence
com.google.guava:guava compile patch 32.1.2-jre32.1.3-jre age confidence
org.eclipse.jgit:org.eclipse.jgit compile minor 6.6.0.202305301015-r6.10.1.202505221210-r age confidence
org.passay:passay (source) compile patch 1.6.31.6.6 age confidence
org.apache.httpcomponents.client5:httpclient5 (source) compile minor 5.2.15.6.1 age confidence
io.cucumber:cucumber-bom (source) import minor 7.13.07.34.3 age confidence
org.springframework.boot:spring-boot-starter-parent (source) parent minor 3.1.23.5.15 age confidence
me.qoomon:maven-git-versioning-extension build minor 9.6.59.12.1 age confidence

Release Notes

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

v1.75.0

Compare Source

What's Changed

New Contributors

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

v1.74.0

Compare Source

What's Changed

New Contributors

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

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.26

  • SECURITY

    • fix(permissions): Fix reading permission (#​37769)
    • fix(actions): make artifact signature payloads unambiguous (#​37707)
    • fix: Unify public-only token filtering in API queries and repo access checks (#​37118)
    • fix: Add missed token scope checking (#​37735)
    • fix(oauth): bind token exchanges to the original client request (#​37704)
    • fix(oauth): strengthen PKCE validation and refresh token replay protection (#​37706)
    • fix(web): enforce token scopes on raw, media, and attachment downloads (#​37698)
    • fix(security): enforce wiki git writes and LFS token access at request time (#​37695)
    • feat(api): encrypt AWS creds (#​37679)
    • fix(deps): update dependency mermaid to v11.15.0 [security], add e2e test
    • fix(packages): Add label for private and internal package and fix composor package source permission check (#​37610)
    • fix(git): Fix smart http request scope bug (#​37583)
    • Fix basic auth bug (#​37503)
    • Fix allow maintainer edit permission check (#​37479) (#​37484)
    • Fix URL sanitization to handle schemeless credentials (#​37440) (#​37471)
    • Fix attachment Content-Security-Policy (#​37455) (#​37464)
    • chore(deps): bump go-git/go-git/v5 to 5.19.0 (#​37608)
  • BUGFIXES

    • fix(pull): handle empty pull request files view to allow reviews (#​37783)
    • fix(markup): make RenderString never fail (#​37779)
    • fix: add natural sort to sortTreeViewNodes (#​37772)
    • fix: package creation unique conflict (#​37774)
    • fix!: add DEFAULT_TITLE_SOURCE setting for pull request title default behavior (#​37465)
    • fix: Allow direct commits for unprotected files with push restrictions (#​37657)
    • fix(actions): wrong assumption that run id always >= job id (#​37737)
    • fix(auth): set User-Agent on avatar fetch and sync avatar on link-account register (#​37564) (#​37588)
    • fix(actions): deadlock between PrepareRunAndInsert and UpdateTaskByState (#​37692)
    • fix(repo): /generate must sync the branch table for the new repo (#​37693)
    • build: Fix snap build (1.26)
    • fix(actions): run TransferLogs on UpdateLog{Rows:[], NoMore:true} (#​37631)
    • fix show correct mergebase
    • fix: make clone URL respect public URL detection setting (#​37615)
    • fix: "run as root" check (#​37622)
    • chore(deps): update dependency go to v1.26.3 (#​37601)
    • Compare dropdown fails when selecting branch with no common merge-base (#​37470)
    • fix: treat email addresses case-insensitively (#​37600)
    • fix(actions): fix blank lines after ::endgroup:: (#​37597)
    • fix(actions): report individual step status in workflow job API response (#​37592)
    • fix: Invalid UTF-8 commit messages in JSON API responses (#​37542)
    • fix: use consistent GetUser family functions (#​37553)
    • fix(api): return 409 message instead of empty JSON for wrong commit id (#​37572)
    • fix(actions): prevent panic when workflow contains null jobs (#​37570)
    • Make ServeSetHeaders default to download attachment if filename exists (#​37552) (#​37555)
    • Fix(actions): validate workflow param to prevent 500 error (#​37546) (#​37554)
    • Don't unblock run-level-concurrency-blocked runs in the resolver (#​37461) (#​37538)
    • Fix(packages): use file names for generic web downloads (#​37514) (#​37520)
    • Fix merge autodetect can't close other PRs but only the last one when multiple PRs are pushed at once (#​37512) (#​37516)
    • Fix update branch protection order (#​37508) (#​37513)
    • Fix mCaptcha broken after Vite migration (#​37492) (#​37509)
    • Fix review submission from single-commit PR view (#​37475) (#​37485)
    • Fix scheduled action panic with null event payload (#​37459) (#​37466)
    • Make GetPossibleUserByID can handle deleted user (#​37430) (#​37431)
    • Remove excessive quote from terraform instructions (#​37424) (#​37426)
    • Fix color regressions, add priority color (#​37417) (#​37421)
  • MISC

v1.25

v1.24

v1.23

v1.22

v1.21

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

v2.48.0

Compare Source

Features

Chores

Docs


Refer to the documentation at https://offen.github.io/docker-volume-backup/how-tos/set-container-timezone.html for more information on how to update your timezone configuration following this release

v2.47.2

Compare Source

Fixes

Chores

v2.47.1

Compare Source

Fixes

Chores

v2.47.0

Compare Source

Features

Fixes

Chores

v2.46.1

Compare Source

Fixes

  • Close dangling SSH connections after use #​668

Chores

v2.46.0

Compare Source

Features

Chores

v2.45.0

Compare Source

Features

Fixes

Chores

v2.44.1

Compare Source

Fixes

Chores

Docs

  • Fix mistake in notification template documentation #​623 (Thanks @​igox)

v2.44.0

Compare Source

Features

Chores

v2.43.4

Compare Source

Fixes

  • Fall back to default behavior when deployed to a Swarm worker node #​593

Docs

Chores

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 4am"
  • 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 16bfa62 to 8428ffb Compare January 19, 2024 22:49
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 8428ffb to 4b93266 Compare January 23, 2024 11:34
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 4b93266 to 8f81c4f Compare January 24, 2024 18:19
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 8f81c4f to a1bc4fc Compare January 31, 2024 14:20
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a1bc4fc to 717fe4f Compare February 1, 2024 18:21
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 717fe4f to d5e441f Compare February 12, 2024 17:08
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from d5e441f to 44383af Compare February 12, 2024 21:57
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 44383af to 08533bc Compare February 13, 2024 15:25
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 08533bc to 0f7746d Compare February 13, 2024 23:00
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 0f7746d to 67b8caa Compare February 15, 2024 14:13
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 67b8caa to 2ef2c23 Compare February 22, 2024 19:29
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 2ef2c23 to 58ab95d Compare February 22, 2024 22:37
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 58ab95d to df95759 Compare February 23, 2024 18:45
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from df95759 to 7cbb1da Compare February 27, 2024 22:55
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 7cbb1da to 897f823 Compare March 8, 2024 17:38
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