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
6 changes: 3 additions & 3 deletions .github/workflows/pocket-ic-server-action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<instance_id>/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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading