Skip to content

Commit 398eb04

Browse files
meta: Update CHANGELOG.md
1 parent b1f3a82 commit 398eb04

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,20 @@
44

55
## 2.42.0
66

7+
With this release, we now build and publish multi-architecture (arm64 and aarch64) Docker images for Sentry CLI, both to the GitHub Container Registry (GHCR) and Docker Hub.
8+
79
### Various fixes & improvements
810

11+
- feat: Only warn for token org mismatch (#2382) by @szokeasaurusrex
12+
- feat: Improve custom panic hook (#2355) by @szokeasaurusrex
13+
- We now have better error messages when there is an internal error in Sentry CLI.
14+
- feat: Deprecate `--use-artifact-bundle` option (#2349) by @szokeasaurusrex
15+
- feat: Deprecate `useArtifactBundle` JS option (#2348) by @szokeasaurusrex
16+
- fix(update): Properly handle errors when getting latest CLI version (#2370) by @szokeasaurusrex
17+
18+
<details>
19+
<summary><h3>Non-user-facing changes</h3></summary>
20+
921
- ci(docker): Add Craft targets for `docker` (#2390) by @szokeasaurusrex
1022
- ci(docker): Enable caching of Docker builds (#2389) by @szokeasaurusrex
1123
- ci(docker): Remove invalid argument (#2388) by @szokeasaurusrex
@@ -14,11 +26,9 @@
1426
- build: Use hash instead of branch in GHCR tag (#2384) by @szokeasaurusrex
1527
- build: Build Docker image in CI and publish to GHCR (#2383) by @szokeasaurusrex
1628
- ci: Pin Actions runners' OS versions (#2353) by @szokeasaurusrex
17-
- feat: Only warn for token org mismatch (#2382) by @szokeasaurusrex
1829
- meta: Update LICENSE (#2380) by @szokeasaurusrex
1930
- build: Update `url` crate (#2379) by @szokeasaurusrex
2031
- docs: Explain why lint is disabled (#2371) by @szokeasaurusrex
21-
- fix(update): Properly handle errors when getting latest CLI version (#2370) by @szokeasaurusrex
2232
- ref(sourcemaps): Fix `unnecessary_wraps` for `add_debug_id_references` (#2369) by @szokeasaurusrex
2333
- ref(sourcemaps): Fix `unnecessary_wraps` for `add_sourcemap_references` (#2368) by @szokeasaurusrex
2434
- ref(sourcemaps): Fix `unnecessary_wraps` lint for `SourceMapsProcessor::add` (#2367) by @szokeasaurusrex
@@ -30,15 +40,17 @@
3040
- ref(config): Remove unneeded `Result` from `Config::from_file` (#2361) by @szokeasaurusrex
3141
- ref: Enable `clippy::unnecessary_wraps` lint (#2358) by @szokeasaurusrex
3242
- ci: Change lint action to `-D warnings` (#2359) by @szokeasaurusrex
43+
- ref: Simplify `--log-level` parsing (#2356) by @szokeasaurusrex
44+
- docs: Correct typo in doc string (#2354) by @szokeasaurusrex
3345

34-
_Plus 5 more_
46+
</details>
3547

3648
## 2.41.1
3749

3850
### Various fixes & improvements
3951

4052
- build: Replace `dotenv` with `dotenvy` (#2351) by @szokeasaurusrex
41-
- This fixes a problem where multiline env variables were not supported in `.env` files
53+
- This fixes a problem where multiline env variables were not supported in `.env` files
4254

4355
## 2.41.0
4456

0 commit comments

Comments
 (0)