Skip to content

Commit d3dbd9f

Browse files
⬆️ Bump github.com/DeRuina/timberjack from 1.3.3 to 1.3.4 in /utils (#667)
Bumps [github.com/DeRuina/timberjack](https://github.com/DeRuina/timberjack) from 1.3.3 to 1.3.4. <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.3.4</h2> <h2><a href="https://github.com/DeRuina/timberjack/compare/v1.3.3...v1.3.4">1.3.4</a> (2025-08-05)</h2> <h3>Features</h3> <ul> <li>read group permission on newly created files (<a href="https://redirect.github.com/DeRuina/timberjack/issues/30">#30</a>) (<a href="https://github.com/DeRuina/timberjack/commit/ee447152a04d62ae12811a2212815f8960ca0d9d">ee44715</a>)</li> </ul> </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.3.3...v1.3.4">1.3.4</a> (2025-08-05)</h2> <h3>Features</h3> <ul> <li>read group permission on newly created files (<a href="https://redirect.github.com/DeRuina/timberjack/issues/30">#30</a>) (<a href="https://github.com/DeRuina/timberjack/commit/ee447152a04d62ae12811a2212815f8960ca0d9d">ee44715</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DeRuina/timberjack/commit/1e42e7550e1ebd404988ba545e09c651f781f95b"><code>1e42e75</code></a> docs(changelog): update for v1.3.4</li> <li><a href="https://github.com/DeRuina/timberjack/commit/ee447152a04d62ae12811a2212815f8960ca0d9d"><code>ee44715</code></a> feat: read group permission on newly created files (<a href="https://redirect.github.com/DeRuina/timberjack/issues/30">#30</a>)</li> <li><a href="https://github.com/DeRuina/timberjack/commit/dd0d44aa065ef62eafb36a6e9d7cb7e9db5490a8"><code>dd0d44a</code></a> docs: CHANGELOG v1.3.3</li> <li>See full diff in <a href="https://github.com/DeRuina/timberjack/compare/v1.3.3...v1.3.4">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.3.3&new-version=1.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Monty Bot <monty-bot@arm.com>
1 parent 0bc45bf commit d3dbd9f

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

changes/20250805144229.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: timberjack-1.3.4

changes/20250805144235.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: timberjack-1.3.4

changes/20250805144302.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: timberjack-1.3.4

utils/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
toolchain go1.24.1
66

77
require (
8-
github.com/DeRuina/timberjack v1.3.3
8+
github.com/DeRuina/timberjack v1.3.4
99
github.com/OneOfOne/xxhash v1.2.8
1010
github.com/avast/retry-go/v4 v4.6.1
1111
github.com/bmatcuk/doublestar/v3 v3.0.0

utils/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ bitbucket.org/creachadair/stringset v0.0.9/go.mod h1:t+4WcQ4+PXTa8aQdNKe40ZP6iwe
22
dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
33
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
44
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
5-
github.com/DeRuina/timberjack v1.3.3 h1:R+3oEvJP1wd8iYkGGsnq9e6pHGAXFqizPKReEMj0jvQ=
6-
github.com/DeRuina/timberjack v1.3.3/go.mod h1:pbNOvT1AIUxBqiH/ytL9nNsKrHUrDGJdz7T23y79RRU=
5+
github.com/DeRuina/timberjack v1.3.4 h1:37Pz3M3zqIMJ8Hms6enslvcPcuGodd0XYv8fclni7uY=
6+
github.com/DeRuina/timberjack v1.3.4/go.mod h1:pbNOvT1AIUxBqiH/ytL9nNsKrHUrDGJdz7T23y79RRU=
77
github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY=
88
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
99
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=

0 commit comments

Comments
 (0)