Skip to content
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

Update dependency org.ajoberstar.git-publish:gradle-git-publish to v4 #45

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 30, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.ajoberstar.git-publish:gradle-git-publish 3.0.1 -> 4.2.2 age adoption passing confidence

Release Notes

ajoberstar/gradle-git-publish (org.ajoberstar.git-publish:gradle-git-publish)

v4.2.2

Compare Source

Small patch to update dependencies and fix a configuration cache issue.

Breaking Changes

None

Enhancements

None

Fixes

  • #​108 Resolve deprecation in not using usesService
  • Update dependencies

Deprecations

None

Compatibility

Tested on the following version:

Java Version Gradle Versions
11 7.0.2, 7.6.4, 8.0.2, 8.6
17 7.3.3, 7.6.4, 8.0.2, 8.6
21 8.4, 8.6

v4.2.1

Compare Source

Small patch to update dependencies.

Breaking Changes

None

Enhancements

None

Fixes

Deprecations

None

Compatibility

Tested on the following version:

Java Version Gradle Versions
11 7.0.2, 7.6.1, 8.0.2, 8.4
17 7.3.3, 7.6.1, 8.0.2, 8.4
21 8.4

v4.2.0

Compare Source

Adds support for shallow clones, via the fetchDepth property on publications.

Breaking Changes

None

Enhancements

  • #​57 Support shallow clones

Fixes

None

Deprecations

None

Compatibility

Tested on the following version:

Java Version Gradle Versions
11 7.0.2, 7.6.1, 8.0.2, 8.1.1
17 7.3.3, 7.6.1, 8.0.2, 8.1.1

v4.1.1

Compare Source

A small release to fix a bug related to Gradle's stale output tracking. If your project's .gradle directory is missing (e.g. first build) Gradle would delete the publish repo dir (build/gitPublish/*) after the gitPublishCopy thinking it was stale. As a result the gitPublishCommit would fail due to a missing repo directory. We now inform Gradle that the copy task's state should not be tracked (the other tasks were already set up that way).

NOTE: The fix to #​99 only works on Gradle 7.3+. I highly recommend not using lower versions of gradle.

Breaking Changes

None

Enhancements

None

Fixes

  • #​99 No such file or directory during gitPublishCommit

Deprecations

None

Compatibility

Tested on the following version:

Java Version Gradle Versions
11 7.0.2, 7.5.1
17 7.3.3, 7.5.1

v4.1.0

Compare Source

Breaking Changes

None

Enhancements

  • #​86 Supports multiple git publications per project

Fixes

  • #​82 Orphan branches now properly set tracking, improving up-to-date checks

Deprecations

None

Compatibility

Tested on the following version:

Java Version Gradle Versions
11 7.0.2, 7.4
17 7.3.3, 7.4
None

Deprecations

None

Compatibility

Tested on the following version:

Java Version Gradle Versions
11 7.0.2, 7.4
17 7.3.3, 7.4

v4.0.0

Compare Source

Breaking Changes

  • Upgrades to Grgit 5 (#​85)
  • Drops support for Java 8 (due to Grgit upgrade)
  • Drops support for Gradle <7

Enhancements

  • Grgit instance now created via BuildService, (#​60, #​70)
  • Supports --configuration-cache (#​93)

Fixes

None

Deprecations

None

Compatibility

Tested on the following version:

Java Version Gradle Versions
11 7.0.2, 7.4
17 7.3.3, 7.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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/org.ajoberstar.git-publish-gradle-git-publish-4.x branch from 386689d to 7740b9b Compare October 31, 2022 21:00
@renovate renovate bot force-pushed the renovate/org.ajoberstar.git-publish-gradle-git-publish-4.x branch from 7740b9b to ce09823 Compare April 22, 2023 06:05
@chkpnt chkpnt force-pushed the main branch 2 times, most recently from 4950927 to bd8e427 Compare August 12, 2023 14:01
@renovate renovate bot force-pushed the renovate/org.ajoberstar.git-publish-gradle-git-publish-4.x branch from ce09823 to 9d1a1d6 Compare August 12, 2023 14:14
@renovate renovate bot force-pushed the renovate/org.ajoberstar.git-publish-gradle-git-publish-4.x branch from 9d1a1d6 to b9565d4 Compare October 21, 2023 21:54
@renovate renovate bot force-pushed the renovate/org.ajoberstar.git-publish-gradle-git-publish-4.x branch from b9565d4 to e438627 Compare February 18, 2024 09:09
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