[PR #6590] Bump github.com/DeRuina/timberjack from 1.4.2 to 1.4.5 #29704

Closed
opened 2026-08-05 08:08:43 -04:00 by saavagebueno · 0 comments
Owner

Original Pull Request: https://github.com/netbirdio/netbird/pull/6590

State: closed
Merged: No


Bumps github.com/DeRuina/timberjack from 1.4.2 to 1.4.5.

Release notes

Sourced from github.com/DeRuina/timberjack's releases.

v1.4.5

1.4.5 (2026-05-27)

Bug Fixes

  • re-release v1.4.4 as v1.4.5 to fix checksum mismatch in sum.golang.org caused by tag recreation; no code changes (efcdf19)

Note: v1.4.4 should be skipped — its tag was force-pushed after sum.golang.org cached the original hash, causing GOPROXY=direct consumers to hit a permanent checksum mismatch error. v1.4.5 is identical in code and replaces it.

v1.4.4

Bug Fixes

  • correct backup naming, compression recovery, goroutine race, and rotation rollback (ed1192f)

Full Changelog: https://github.com/DeRuina/timberjack/compare/v1.4.3...v1.4.4

v1.4.3

Bug Fixes

  • correct five bugs in write path, scheduled rotation, and sanitization (52781cd)
  • detect fractional seconds correctly when validating BackupTimeFormat (#108) (654eefe)
  • preserve source file mode on compressed backups under umask (#107) (5f48af4)

Full changelog: https://github.com/DeRuina/timberjack/compare/v1.4.2...v1.4.3

Changelog

Sourced from github.com/DeRuina/timberjack's changelog.

1.4.5 (2026-05-27)

Bug Fixes

  • re-release v1.4.4 as v1.4.5 to fix checksum mismatch in sum.golang.org caused by tag recreation; no code changes (efcdf19)

Note: v1.4.4 should be skipped — its tag was force-pushed after sum.golang.org cached the original hash, causing GOPROXY=direct consumers to hit a permanent checksum mismatch error. v1.4.5 is identical in code and replaces it.

1.4.4 (2026-05-27)

Bug Fixes

  • correct backup naming, compression recovery, goroutine race, and rotation rollback (ed1192f)

1.4.3 (2026-05-26)

Bug Fixes

  • correct five bugs in write path, scheduled rotation, and sanitization (52781cd)
  • detect fractional seconds correctly when validating BackupTimeFormat (#108) (654eefe)
  • preserve source file mode on compressed backups under umask (#107) (5f48af4)
Commits
  • 18f771e docs: CHANGELOG for v1.4.5
  • efcdf19 docs: CHANGELOG for v1.4.4
  • ed1192f fix: correct backup naming, compression recovery, goroutine race, and rotatio...
  • 356d9ec docs: CHANGELOG for v1.4.3
  • 52781cd fix: correct five bugs in write path, scheduled rotation, and sanitization
  • 41bb21f chore: remove release-please automation
  • c2f7d55 chore: remove release-please automation
  • 86b64df chore: ignore klauspost/compress minor upgrades in dependabot
  • ab5b062 chore: add release-please manifest and config
  • 654eefe fix(format): detect fractional seconds correctly when validating BackupTimeFo...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
**Original Pull Request:** https://github.com/netbirdio/netbird/pull/6590 **State:** closed **Merged:** No --- Bumps [github.com/DeRuina/timberjack](https://github.com/DeRuina/timberjack) from 1.4.2 to 1.4.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/DeRuina/timberjack/releases">github.com/DeRuina/timberjack's releases</a>.</em></p> <blockquote> <h2>v1.4.5</h2> <h2><a href="https://github.com/DeRuina/timberjack/compare/v1.4.4...v1.4.5">1.4.5</a> (2026-05-27)</h2> <h3>Bug Fixes</h3> <ul> <li>re-release v1.4.4 as v1.4.5 to fix checksum mismatch in sum.golang.org caused by tag recreation; no code changes (<a href="https://github.com/DeRuina/timberjack/commit/efcdf19">efcdf19</a>)</li> </ul> <blockquote> <p><strong>Note:</strong> v1.4.4 should be skipped — its tag was force-pushed after <code>sum.golang.org</code> cached the original hash, causing <code>GOPROXY=direct</code> consumers to hit a permanent checksum mismatch error. v1.4.5 is identical in code and replaces it.</p> </blockquote> <h2>v1.4.4</h2> <h2>Bug Fixes</h2> <ul> <li>correct backup naming, compression recovery, goroutine race, and rotation rollback (<a href="https://github.com/DeRuina/timberjack/commit/ed1192fe0e2df6b3b68fa1bc380b17f55465f215">ed1192f</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/DeRuina/timberjack/compare/v1.4.3...v1.4.4">https://github.com/DeRuina/timberjack/compare/v1.4.3...v1.4.4</a></p> <h2>v1.4.3</h2> <h2>Bug Fixes</h2> <ul> <li>correct five bugs in write path, scheduled rotation, and sanitization (<a href="https://github.com/DeRuina/timberjack/commit/52781cd6784ad6570dd91bbcce605b6acb206597">52781cd</a>)</li> <li>detect fractional seconds correctly when validating BackupTimeFormat (<a href="https://redirect.github.com/DeRuina/timberjack/pull/108">#108</a>) (<a href="https://github.com/DeRuina/timberjack/commit/654eefe4daa476ffa53027508ac05365db04a3a6">654eefe</a>)</li> <li>preserve source file mode on compressed backups under umask (<a href="https://redirect.github.com/DeRuina/timberjack/pull/107">#107</a>) (<a href="https://github.com/DeRuina/timberjack/commit/5f48af4f03391ecd8a5df0c22de42ab8b70bf38b">5f48af4</a>)</li> </ul> <p><strong>Full changelog:</strong> <a href="https://github.com/DeRuina/timberjack/compare/v1.4.2...v1.4.3">https://github.com/DeRuina/timberjack/compare/v1.4.2...v1.4.3</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/DeRuina/timberjack/blob/main/CHANGELOG.md">github.com/DeRuina/timberjack's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/DeRuina/timberjack/compare/v1.4.4...v1.4.5">1.4.5</a> (2026-05-27)</h2> <h3>Bug Fixes</h3> <ul> <li>re-release v1.4.4 as v1.4.5 to fix checksum mismatch in sum.golang.org caused by tag recreation; no code changes (<a href="https://github.com/DeRuina/timberjack/commit/efcdf19">efcdf19</a>)</li> </ul> <blockquote> <p><strong>Note:</strong> v1.4.4 should be skipped — its tag was force-pushed after <code>sum.golang.org</code> cached the original hash, causing <code>GOPROXY=direct</code> consumers to hit a permanent checksum mismatch error. v1.4.5 is identical in code and replaces it.</p> </blockquote> <h2><a href="https://github.com/DeRuina/timberjack/compare/v1.4.3...v1.4.4">1.4.4</a> (2026-05-27)</h2> <h3>Bug Fixes</h3> <ul> <li>correct backup naming, compression recovery, goroutine race, and rotation rollback (<a href="https://github.com/DeRuina/timberjack/commit/ed1192fe0e2df6b3b68fa1bc380b17f55465f215">ed1192f</a>)</li> </ul> <h2><a href="https://github.com/DeRuina/timberjack/compare/v1.4.2...v1.4.3">1.4.3</a> (2026-05-26)</h2> <h3>Bug Fixes</h3> <ul> <li>correct five bugs in write path, scheduled rotation, and sanitization (<a href="https://github.com/DeRuina/timberjack/commit/52781cd6784ad6570dd91bbcce605b6acb206597">52781cd</a>)</li> <li>detect fractional seconds correctly when validating BackupTimeFormat (<a href="https://redirect.github.com/DeRuina/timberjack/pull/108">#108</a>) (<a href="https://github.com/DeRuina/timberjack/commit/654eefe4daa476ffa53027508ac05365db04a3a6">654eefe</a>)</li> <li>preserve source file mode on compressed backups under umask (<a href="https://redirect.github.com/DeRuina/timberjack/pull/107">#107</a>) (<a href="https://github.com/DeRuina/timberjack/commit/5f48af4f03391ecd8a5df0c22de42ab8b70bf38b">5f48af4</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DeRuina/timberjack/commit/18f771e20590b1565c3de6a07298d6c8a25a6804"><code>18f771e</code></a> docs: CHANGELOG for v1.4.5</li> <li><a href="https://github.com/DeRuina/timberjack/commit/efcdf199169aa9353e42e9a48e622ca28667ac28"><code>efcdf19</code></a> docs: CHANGELOG for v1.4.4</li> <li><a href="https://github.com/DeRuina/timberjack/commit/ed1192fe0e2df6b3b68fa1bc380b17f55465f215"><code>ed1192f</code></a> fix: correct backup naming, compression recovery, goroutine race, and rotatio...</li> <li><a href="https://github.com/DeRuina/timberjack/commit/356d9ec9b01129bd2cc8abe92081cdedc85707b1"><code>356d9ec</code></a> docs: CHANGELOG for v1.4.3</li> <li><a href="https://github.com/DeRuina/timberjack/commit/52781cd6784ad6570dd91bbcce605b6acb206597"><code>52781cd</code></a> fix: correct five bugs in write path, scheduled rotation, and sanitization</li> <li><a href="https://github.com/DeRuina/timberjack/commit/41bb21f7e26f8a1d06426ab547511a612db67180"><code>41bb21f</code></a> chore: remove release-please automation</li> <li><a href="https://github.com/DeRuina/timberjack/commit/c2f7d559cdc86d9cdf240a7f4b005a1b2ceb6ed1"><code>c2f7d55</code></a> chore: remove release-please automation</li> <li><a href="https://github.com/DeRuina/timberjack/commit/86b64df78f6add8154f4e406821a937935d37ea6"><code>86b64df</code></a> chore: ignore klauspost/compress minor upgrades in dependabot</li> <li><a href="https://github.com/DeRuina/timberjack/commit/ab5b062c7ca3cfc2b21a8be2aa65f9cd3d22e111"><code>ab5b062</code></a> chore: add release-please manifest and config</li> <li><a href="https://github.com/DeRuina/timberjack/commit/654eefe4daa476ffa53027508ac05365db04a3a6"><code>654eefe</code></a> fix(format): detect fractional seconds correctly when validating BackupTimeFo...</li> <li>Additional commits viewable in <a href="https://github.com/DeRuina/timberjack/compare/v1.4.2...v1.4.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/DeRuina/timberjack&package-manager=go_modules&previous-version=1.4.2&new-version=1.4.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
saavagebueno added the pull-request label 2026-08-05 08:08:43 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#29704