Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
docker_platform: linux/arm64
runs-on: ${{ matrix.runner }}
container:
image: ghcr.io/feldera/feldera-dev:sha-06a694400a6aea1f568da04eaf786bfe84e0a869
image: ghcr.io/feldera/feldera-dev:sha-13b176e3436b4c753c4cf8287caba6be847f6d1b

steps:
- name: Show Kubernetes node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
docker_platform: linux/arm64
runs-on: ${{ matrix.runner }}
container:
image: ghcr.io/feldera/feldera-dev:sha-06a694400a6aea1f568da04eaf786bfe84e0a869
image: ghcr.io/feldera/feldera-dev:sha-13b176e3436b4c753c4cf8287caba6be847f6d1b

steps:
- name: Show Kubernetes node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
id-token: write
contents: read
container:
image: ghcr.io/feldera/feldera-dev:sha-06a694400a6aea1f568da04eaf786bfe84e0a869
image: ghcr.io/feldera/feldera-dev:sha-13b176e3436b4c753c4cf8287caba6be847f6d1b
steps:
- name: Show Kubernetes node
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ${{ matrix.runner }}

container:
image: ghcr.io/feldera/feldera-dev:sha-06a694400a6aea1f568da04eaf786bfe84e0a869
image: ghcr.io/feldera/feldera-dev:sha-13b176e3436b4c753c4cf8287caba6be847f6d1b

steps:
- name: Show Kubernetes node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
adjust-versions:
runs-on: [k8s-runners-amd64]
container:
image: ghcr.io/feldera/feldera-dev:sha-06a694400a6aea1f568da04eaf786bfe84e0a869
image: ghcr.io/feldera/feldera-dev:sha-13b176e3436b4c753c4cf8287caba6be847f6d1b
steps:
- name: Show Kubernetes node
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pre-mergequeue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# because of how merge queues work: https://stackoverflow.com/a/78030618
main:
container:
image: ghcr.io/feldera/feldera-dev:sha-06a694400a6aea1f568da04eaf786bfe84e0a869
image: ghcr.io/feldera/feldera-dev:sha-13b176e3436b4c753c4cf8287caba6be847f6d1b
runs-on: [k8s-runners-amd64]
steps:
- name: Show Kubernetes node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
environment:
name: ${{ inputs.environment || 'release' }}
container:
image: ghcr.io/feldera/feldera-dev:sha-06a694400a6aea1f568da04eaf786bfe84e0a869
image: ghcr.io/feldera/feldera-dev:sha-13b176e3436b4c753c4cf8287caba6be847f6d1b
steps:
- name: Show Kubernetes node
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v2
with:
version: "0.4.15"
version: "0.11.3"
enable-cache: true
cache-dependency-glob: "python/uv.lock"
- name: "Set up Python"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-adapters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
target: aarch64-unknown-linux-gnu
runs-on: ${{ matrix.runner }}
container:
image: ghcr.io/feldera/feldera-dev:sha-06a694400a6aea1f568da04eaf786bfe84e0a869
image: ghcr.io/feldera/feldera-dev:sha-13b176e3436b4c753c4cf8287caba6be847f6d1b
services:
postgres:
image: postgres:15
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integration-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
FELDERA_HOST: https://localhost:8080

container:
image: ghcr.io/feldera/feldera-dev:sha-06a694400a6aea1f568da04eaf786bfe84e0a869
image: ghcr.io/feldera/feldera-dev:sha-13b176e3436b4c753c4cf8287caba6be847f6d1b
services:
pipeline-manager:
image: ${{ vars.FELDERA_IMAGE_NAME }}:sha-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integration-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
FELDERA_API_KEY: ${{ secrets[matrix.feldera_api_key] }}
FELDERA_RUNTIME_VERSION: ${{ github.sha }}
container:
image: ghcr.io/feldera/feldera-dev:sha-06a694400a6aea1f568da04eaf786bfe84e0a869
image: ghcr.io/feldera/feldera-dev:sha-13b176e3436b4c753c4cf8287caba6be847f6d1b
steps:
- name: Show Kubernetes node
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-java-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.runner }}

container:
image: ghcr.io/feldera/feldera-dev:sha-06a694400a6aea1f568da04eaf786bfe84e0a869
image: ghcr.io/feldera/feldera-dev:sha-13b176e3436b4c753c4cf8287caba6be847f6d1b
steps:
- name: Show Kubernetes node
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ${{ matrix.runner }}

container:
image: ghcr.io/feldera/feldera-dev:sha-06a694400a6aea1f568da04eaf786bfe84e0a869
image: ghcr.io/feldera/feldera-dev:sha-13b176e3436b4c753c4cf8287caba6be847f6d1b
steps:
- name: Show Kubernetes node
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ${{ matrix.runner }}

container:
image: ghcr.io/feldera/feldera-dev:sha-06a694400a6aea1f568da04eaf786bfe84e0a869
image: ghcr.io/feldera/feldera-dev:sha-13b176e3436b4c753c4cf8287caba6be847f6d1b

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion deploy/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --pr
RUN cargo install --locked cargo-machete@0.7.0 cargo-edit@0.13.1 just@1.40.0

# Install uv
RUN curl -LsSf https://astral.sh/uv/0.6.5/install.sh | sh
RUN curl -LsSf https://astral.sh/uv/0.11.3/install.sh | sh
RUN uv python install 3.10
RUN uv tool install pre-commit --with pre-commit-uv --force-reinstall

Expand Down
8 changes: 8 additions & 0 deletions docs.feldera.com/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ import TabItem from '@theme/TabItem';
transient failures while fetching JetStream stream metadata are now treated as retryable,
while logical sequence-range validation failures remain fatal.

## v0.278.0

### Checkpoint sync: remote checkpoints older than v0.225.0 are no longer supported

Checkpoints pushed to object storage by a Feldera pipeline older than v0.225.0 can no
longer be used with Feldera v0.278.0 or later. Remote checkpoints must be stored as zip
archives; the legacy unzipped format is no longer accepted.

## v0.263.0

Added connector error list to input/output connector stats.
Expand Down
3 changes: 3 additions & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ dev = [

[tool.pytest.ini_options]
pythonpath = "feldera"

[tool.uv]
exclude-newer = "1 week"
Loading
Loading