From aa74d7766b10eee6cb801328902406810161fd6c Mon Sep 17 00:00:00 2001 From: Martin Raszyk Date: Fri, 26 Jun 2026 12:34:34 +0000 Subject: [PATCH] feat: release PocketIC v15.0.0 --- .github/workflows/pocket-ic-server-action-test.yml | 6 +++--- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- action.yml | 2 +- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pocket-ic-server-action-test.yml b/.github/workflows/pocket-ic-server-action-test.yml index 883d40f..38257bb 100644 --- a/.github/workflows/pocket-ic-server-action-test.yml +++ b/.github/workflows/pocket-ic-server-action-test.yml @@ -19,11 +19,11 @@ jobs: expected-version: '5.0.0' os: macos-15-intel # x86_64 - - expected-version: '14.0.0' + - expected-version: '15.0.0' os: ubuntu-latest - - expected-version: '14.0.0' + - expected-version: '15.0.0' os: macos-15-intel # x86_64 - - expected-version: '14.0.0' + - expected-version: '15.0.0' os: macos-latest # arm64 - version: 'ee4c728d94b10437f41edf564650ac63cd0c0c5d' diff --git a/CHANGELOG.md b/CHANGELOG.md index cd9c382..fd557ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 15.0.0 - 2026-06-26 + +### Added +- The endpoint `/instances//update/delete_subnet` to delete a subnet (non-named subnets only: application, cloud engine, system, or verified application subnets). + If a state directory is configured for the instance, the deleted subnet's state directory is removed from disk. + +### Changed +- Canister IDs allocated to newly created canisters without a specified canister ID. + + + ## 14.0.0 - 2026-05-26 ### Added diff --git a/README.md b/README.md index 7e56817..362c1f0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ You can specify a particular version of the PocketIC server to install using the - name: Install PocketIC server uses: dfinity/pocketic@main with: - pocket-ic-server-version: "14.0.0" + pocket-ic-server-version: "15.0.0" ``` ## Download the PocketIC Server diff --git a/action.yml b/action.yml index 74c3643..fd945c2 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ inputs: description: > The PocketIC server version to install. If omitted, the latest version will be installed. - default: '14.0.0' + default: '15.0.0' runs: using: composite