Skip to content

Commit

Permalink
chore: promote 0.24.2 (#3997)
Browse files Browse the repository at this point in the history
* chore: update motoko version

* chore: update motoko version

* chore: Release 0.24.2-beta.0 (#3961)

Signed-off-by: Jason I <jason.ibrahim@dfinity.org>

* fix: dfx deploy to the playground fails for a fresh project; CLI reads DFX_NETWORK (#3987)

Fixes https://dfinity.atlassian.net/browse/SDK-1882
Fixes https://dfinity.atlassian.net/browse/SDK-1860
Fixes https://dfinity.atlassian.net/browse/SDK-1605

(cherry picked from commit ca58ec7)

* chore: cherry pick ca58ec7

* chore: Release 0.24.2 (#3996)

Signed-off-by: Jason <98767015+dfx-json@users.noreply.github.com>

* chore: update manifest.json

---------

Signed-off-by: Jason I <jason.ibrahim@dfinity.org>
Signed-off-by: Jason <98767015+dfx-json@users.noreply.github.com>
Co-authored-by: Eric Swanson <64809312+ericswanson-dfinity@users.noreply.github.com>
  • Loading branch information
dfx-json and ericswanson-dfinity authored Nov 14, 2024
1 parent 87a27ec commit 3b68fe3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,15 @@ This incorporates the following executed proposals:

# 0.24.2

### feat: all commands will use the DFX_NETWORK from the environment

If `DFX_NETWORK` is set in the environment, all commands will use that network by default.
The `--network` parameter will take precedence if provided.

### fix: dfx generate now honors the --network parameter
This fixes an issue where `dfx deploy --playground` would fail if the project
had not been previously built for the local network.

### feat: Support canister log allowed viewer list

Added support for the canister log allowed viewer list, enabling specified users to access a canister's logs without needing to be set as the canister's controller.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tags": {
"latest": "0.24.1"
"latest": "0.24.2"
},
"versions": [
"0.5.0",
Expand Down Expand Up @@ -73,6 +73,7 @@
"0.22.0",
"0.23.0",
"0.24.0",
"0.24.1"
"0.24.1",
"0.24.2"
]
}
}
2 changes: 1 addition & 1 deletion src/dfx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dfx"
version = "0.24.1"
version = "0.24.2"
authors.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down

0 comments on commit 3b68fe3

Please sign in to comment.