Skip to content

Commit 98573f9

Browse files
Changelog for week ending October 10th 2025. (#2324)
* Changelog for October 10th, 2025 * fix date * Revise changelog for week ending 10/10 Updated the changelog to reflect ongoing work towards v0.1 of OpenTaco Launch.
1 parent a77313b commit 98573f9

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

changelogs/October_10th_2025.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Week ending 10/10
2+
3+
Welcome to the weekly Digger changelog, where we share product updates, tool tips, and more. This week we're continuing our efforts towards the v0.1 launch of OpenTaco, below is a summary of what we worked on this week!
4+
5+
Latest version: **v0.6.128**
6+
7+
- We had one new contributor this week!
8+
- [**@golemiso**](https://github.com/golemiso) made their first contribution in [#2286](https://github.com/diggerhq/digger/pull/2286). Previously, include_patterns and exclude_patterns only worked with absolute paths, which made configurations less flexible. Supporting relative paths improves usability and aligns with common developer expectations. Thank you for your PR @golemiso!
9+
10+
- @sidpalas in #2283 added support for an optional digger-version input which enables pinning usage of the digger action to the commit hash without incurring the performance penalty of needing to rebuild from source.
11+
- We’re super keen on reducing the “time to first plan” with Digger, and some docs changes were made to reflect this: checkout “streamline getting started guide” by [**@s1ntaxe770r**](https://github.com/s1ntaxe770r) in [#2302](https://github.com/diggerhq/digger/pull/2302)
12+
- Enable configurables for the cli os/arch by [**@breardon2011**](https://github.com/breardon2011) in [#2311](https://github.com/diggerhq/digger/pull/2311)
13+
- Adds two new optional inputs to the GitHub Action—`digger-os` and `digger-arch`—and wires them into the CLI download logic. Previously the action always used `runner.os` / `runner.arch`; now you can override them. [GitHub](https://github.com/diggerhq/digger/pull/2311/files)
14+
- New inputs **in `action.yml`:**
15+
- `digger-os` (valid: `windows`, `linux`, `darwin`, `freebsd`; default `"Linux"`)
16+
- `digger-arch` (valid: `amd64`, `arm64`, `386`; default `"X64"`) [GitHub](https://github.com/diggerhq/digger/pull/2311/files)
17+
- How it’s used**:** The PR sets `DIGGER_OS` / `DIGGER_ARCH` env vars and updates the download URL construction to use these inputs instead of the runner’s values.
18+
- Why**:** Fixes a release naming mismatch and lets you fetch a prebuilt CLI for a specific OS/arch (useful for cross-fetching artifacts).
19+
- Change "fallback" to skip under fallback condition by [**@breardon2011**](https://github.com/breardon2011) in [#2312](https://github.com/diggerhq/digger/pull/2312)
20+
- Replaced fallback logic for missing branches with graceful handling that safely skips runs when a branch is deleted post-merge.
21+
- Introduced ErrBranchNotFoundPostMerge to clearly identify and handle this condition without triggering errors or unnecessary fallbacks.
22+
- Removed the legacy “fallback to target branch” logic, simplifying post-merge workflows and reducing redundant repository clones.

0 commit comments

Comments
 (0)