Skip to content

Commit bfb9f94

Browse files
authored
Merge pull request #216 from lsst-sqre/tickets/DM-52929
DM-52929: Prepare 4.3.0 release
2 parents 8718721 + 59296ee commit bfb9f94

File tree

7 files changed

+489
-406
lines changed

7 files changed

+489
-406
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
# Current supported uv version. The uv documentation recommends pinning
55
# this. The version should match the version used in .pre-commit-config.yaml
66
# and frozen in uv.lock. It is updated by make update-deps.
7-
UV_VERSION: "0.9.3"
7+
UV_VERSION: "0.9.14"
88

99
"on":
1010
merge_group: {}

.github/workflows/periodic-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
# Current supported uv version. The uv documentation recommends pinning
1010
# this. The version should match the version used in .pre-commit-config.yaml
1111
# and frozen in uv.lock. It is updated by make update-deps.
12-
UV_VERSION: "0.9.3"
12+
UV_VERSION: "0.9.14"
1313

1414
"on":
1515
schedule:

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ repos:
77
- id: check-yaml
88
- id: trailing-whitespace
99

10-
- repo: https://github.com/astral-sh/uv-pre-commit
11-
rev: 0.9.3
12-
hooks:
13-
- id: uv-lock
14-
1510
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.14.1
11+
rev: v0.14.7
1712
hooks:
1813
- id: ruff-check
1914
args: [--fix, --exit-non-zero-on-fix]
2015
- id: ruff-format
16+
17+
- repo: https://github.com/astral-sh/uv-pre-commit
18+
rev: 0.9.14
19+
hooks:
20+
- id: uv-lock

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Find changes for the upcoming release in the project's [changelog.d directory](h
66

77
<!-- scriv-insert-here -->
88

9+
<a id='changelog-4.3.0'></a>
10+
## 4.3.0 (2025-12-02)
11+
12+
### New features
13+
14+
- Include the new CUTOUTMODE parameter to the cutout service in the DataLink descriptor for image cutouts. Provide three services, `cutout-sync`, `cutout-sync-maskedimage`, and `cutout-sync-exposure`, corresponding to the three possible settings of that parameter. The default is now `Image`, containing only the image pixels.
15+
916
<a id='changelog-4.2.0'></a>
1017
## 4.2.0 (2025-10-17)
1118

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
2323
FROM base-image AS install-image
2424

2525
# Install uv.
26-
COPY --from=ghcr.io/astral-sh/uv:0.9.3 /uv /bin/uv
26+
COPY --from=ghcr.io/astral-sh/uv:0.9.14 /uv /bin/uv
2727

2828
# Install some additional packages required for building dependencies.
2929
COPY scripts/install-dependency-packages.sh .

changelog.d/20251114_091248_rra_DM_52929.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

uv.lock

Lines changed: 473 additions & 394 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)