From 1d85b419a7b3ff7b78e258da9363a15caee5c34c Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 24 Apr 2026 14:45:08 +0200 Subject: [PATCH 1/2] ci: normalize unified-github-workflows refs to @v1 --- .github/workflows/go-check.yml | 2 +- .github/workflows/go-test.yml | 2 +- .github/workflows/release-check.yml | 2 +- .github/workflows/releaser.yml | 2 +- .github/workflows/tagpush.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go-check.yml b/.github/workflows/go-check.yml index 232775d..c000a71 100644 --- a/.github/workflows/go-check.yml +++ b/.github/workflows/go-check.yml @@ -15,4 +15,4 @@ concurrency: jobs: go-check: - uses: ipdxco/unified-github-workflows/.github/workflows/go-check.yml@v1.0 + uses: ipdxco/unified-github-workflows/.github/workflows/go-check.yml@v1 diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 7af2d4f..940e5de 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -15,7 +15,7 @@ concurrency: jobs: go-test: - uses: ipdxco/unified-github-workflows/.github/workflows/go-test.yml@v1.0 + uses: ipdxco/unified-github-workflows/.github/workflows/go-test.yml@v1 with: go-versions: '["this"]' secrets: diff --git a/.github/workflows/release-check.yml b/.github/workflows/release-check.yml index 0b5ff60..89c0cab 100644 --- a/.github/workflows/release-check.yml +++ b/.github/workflows/release-check.yml @@ -16,4 +16,4 @@ concurrency: jobs: release-check: - uses: ipdxco/unified-github-workflows/.github/workflows/release-check.yml@v1.0 + uses: ipdxco/unified-github-workflows/.github/workflows/release-check.yml@v1 diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index f3c5e8b..6d95a9c 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -14,6 +14,6 @@ concurrency: jobs: releaser: - uses: ipdxco/unified-github-workflows/.github/workflows/releaser.yml@v1.0 + uses: ipdxco/unified-github-workflows/.github/workflows/releaser.yml@v1 secrets: UCI_GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN }} diff --git a/.github/workflows/tagpush.yml b/.github/workflows/tagpush.yml index 5ef3fb9..b1709a1 100644 --- a/.github/workflows/tagpush.yml +++ b/.github/workflows/tagpush.yml @@ -15,4 +15,4 @@ concurrency: jobs: releaser: - uses: ipdxco/unified-github-workflows/.github/workflows/tagpush.yml@v1.0 + uses: ipdxco/unified-github-workflows/.github/workflows/tagpush.yml@v1 From d868709283178ff2727a88939f0a7a56486bd48f Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 24 Apr 2026 14:45:38 +0200 Subject: [PATCH 2/2] chore: release v1.23.0 --- CHANGELOG.md | 18 ++++++++++++------ version.json | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1da121..9518c1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,18 @@ The following emojis are used to highlight certain changes: ### Added +### Changed + +### Fixed + +### Removed + +### Security + +## [1.23.0] + +### Added + - Add `--max-request-duration` CLI flag (`RAINBOW_MAX_REQUEST_DURATION` env var) to configure the Boxo gateway `MaxRequestDuration` option. Defaults to 1 hour, matching Boxo's DefaultMaxRequestDuration. ([#350](https://github.com/ipfs/rainbow/pull/350)) - Add [`RAINBOW_MAX_DESERIALIZED_RESPONSE_SIZE`](https://github.com/ipfs/rainbow/blob/main/docs/environment-variables.md#rainbow_max_deserialized_response_size) (`--max-deserialized-response-size`) to limit deserialized responses by content size. Trustless formats (raw, CAR) are not affected. Oversized responses return `410 Gone`. ([#364](https://github.com/ipfs/rainbow/pull/364)) - Add [`RAINBOW_MAX_UNIXFS_DAG_RESPONSE_SIZE`](https://github.com/ipfs/rainbow/blob/main/docs/environment-variables.md#rainbow_max_unixfs_dag_response_size) (`--max-unixfs-dag-response-size`) to limit all response formats by UnixFS DAG size, including raw blocks, CAR, and TAR. Oversized responses return `410 Gone`. ([#364](https://github.com/ipfs/rainbow/pull/364)) @@ -26,12 +38,6 @@ The following emojis are used to highlight certain changes: - upgrade to `go-libp2p` [v0.48.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.48.0) - upgrade to `go-ds-pebble` [v0.5.10](https://github.com/ipfs/go-ds-pebble/releases/tag/v0.5.10) -### Fixed - -### Removed - -### Security - ## [1.22.0] ### Added diff --git a/version.json b/version.json index f3b60bc..42f2fc1 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v1.22.0" + "version": "v1.23.0" }