Sourced from dorny/paths-filter's releases.
v4.0.0
What's Changed
- feat: update action runtime to node24 by
@saschabrattonin dorny/paths-filter#294New Contributors
@saschabrattonmade their first contribution in dorny/paths-filter#294Full Changelog: https://github.com/dorny/paths-filter/compare/v3.0.3...v4.0.0
v3.0.3
What's Changed
- Add missing predicate-quantifier by
@wardpeetin dorny/paths-filter#279New Contributors
@wardpeetmade their first contribution in dorny/paths-filter#279Full Changelog: https://github.com/dorny/paths-filter/compare/v3...v3.0.3
Sourced from dorny/paths-filter's changelog.
Changelog
v4.0.0
v3.0.3
v3.0.2
v3.0.1
v3.0.0
v2.11.1
- Update
@actions/coreto v1.10.0 - Fixes warning about deprecated set-output- Document need for pull-requests: read permission
- Updating to actions/checkout@v3
v2.11.0
- Set list-files input parameter as not required
- Update Node.js
- Fix incorrect handling of Unicode characters in exec()
- Use Octokit pagination
- Updates real world links
v2.10.2
v2.10.1
v2.10.0
v2.9.3
v2.9.2
v2.9.1
v2.9.0
... (truncated)
fbd0ab8
feat: add merge_group event supportefb1da7
feat: add dist/ freshness check to PR workflowd8f7b06
Merge pull request #302
from dorny/issue-299addbc14
Update README for v49d7afb8
Update CHANGELOG for v4.0.0782470c
Merge branch 'releases/v3'd1c1ffe
Update CHANGELOG for v3.0.3ce10459
Merge pull request #294
from saschabratton/master5f40380
feat: update action runtime to node24668c092
Merge pull request #279
from wardpeet/patch-1Sourced from coder/coder's releases.
v2.31.5
Changelog
[!NOTE] This is a mainline Coder release. We advise enterprise customers without a staging environment to install our latest stable release while we refine this version. Learn more about our Release Schedule.
Bug fixes
- Prevent emitting build duration metric for devcontainer subagents (#22930, 2cd4e03f1)
- Prevent ui error when last org member is removed (#23019, 581e956b4)
- Networking: Retry after transport dial timeouts (#22977, 1a774ab7c)
Compare:
v2.31.4...v2.31.5Container image
docker pull ghcr.io/coder/coder:2.31.5Install/upgrade
Refer to our docs to install or upgrade Coder, or use a release asset below.
v2.31.4
Changelog
[!NOTE] This is a mainline Coder release. We advise enterprise customers without a staging environment to install our latest stable release while we refine this version. Learn more about our Release Schedule.
Features
- Add Prometheus collector for DERP server expvar metrics (#22583, a3792153d)
Bug fixes
- Filter sub-agents from build duration metric (#22732, 757634c72)
- Bump aibridge to v1.0.9 to forward Anthropic-Beta header (#22842, 61b513e58)
Compare:
v2.31.3...v2.31.4Container image
docker pull ghcr.io/coder/coder:2.31.4Install/upgrade
Refer to our docs to install or upgrade Coder, or use a release asset below.
1a774ab
fix(tailnet): retry after transport dial timeouts (#22977)
(cherry-pick/v2.31...581e956
fix: prevent ui error when last org member is removed (#23019)2cd4e03
fix: prevent emitting build duration metric for devcontainer subagents
(#22930)61b513e
fix: bump aibridge to v1.0.9 to forward Anthropic-Beta header (#22842)757634c
fix: filter sub-agents from build duration metric (#22732)
(#22919)a379215
feat: add Prometheus collector for DERP server expvar metrics (#22583)
(#22917)Sourced from oven-sh/setup-bun's releases.
v2.2.0
oven-sh/setup-bunis the github action for setting up Bun.What's Changed
- build: update action runtime to Node.js 24 by
@adam0whitein oven-sh/setup-bun#176- ci: use
actions/checkout@v6.0.2in the test workflow by@tcelyin oven-sh/setup-bun#173- ci: update actions for the
autofix.ciworkflow by@tcelyin oven-sh/setup-bun#174- ci: update actions for the
Release new action versionworkflow by@tcelyin oven-sh/setup-bun#175- release: v2.2.0 by
@xhyromin oven-sh/setup-bun#177New Contributors
@adam0whitemade their first contribution in oven-sh/setup-bun#176@tcelymade their first contribution in oven-sh/setup-bun#173Full Changelog: https://github.com/oven-sh/setup-bun/compare/v2...v2.2.0
0c5077e
release: v2.2.0 (#177)1255e43
ci: update actions for the Release new action version
workflow (#175)61861d1
ci: update actions for the autofix.ci workflow (#174)6f5bd06
ci: use actions/checkout@v6.0.2 in the test workflow (#173)e391475
build: update action runtime to Node.js 24 (#176)