Skip to content

Commit 9b1b964

Browse files
chore(main): release python 1.0.5 (#20)
* chore(main): release python 1.0.5 * chore: update Cargo.lock --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2ab293a commit 9b1b964

5 files changed

Lines changed: 30 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.4"
2+
".": "1.0.5"
33
}

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
## [1.0.5](https://github.com/grafana/pyroscope-python/compare/python-1.0.4...python-1.0.5) (2026-04-13)
4+
5+
6+
### Bug Fixes
7+
8+
* revert 0976d999e4a50c14459b8a0b39e72434be6d4bfc ([#483](https://github.com/grafana/pyroscope-python/issues/483)) ([ad3d032](https://github.com/grafana/pyroscope-python/commit/ad3d03217a14a18868b8ba21f3dbf4ed844d759a))
9+
* set --openssldir=/etc/ssl so profiler finds system CA bundle ([#18](https://github.com/grafana/pyroscope-python/issues/18)) ([f124c26](https://github.com/grafana/pyroscope-python/commit/f124c2637a6aaf55d4b6f452a1ef2bb26cfd5e65))
10+
11+
12+
### Miscellaneous Chores
13+
14+
* **deps:** lock file maintenance ([#22](https://github.com/grafana/pyroscope-python/issues/22)) ([634ae96](https://github.com/grafana/pyroscope-python/commit/634ae960c433d7186e28a89059af58c726cce6f9))
15+
* **deps:** update actions/download-artifact action to v8.0.1 ([#6](https://github.com/grafana/pyroscope-python/issues/6)) ([4956a50](https://github.com/grafana/pyroscope-python/commit/4956a50864c92b2b77b99a0d3a8c868df81dbf5b))
16+
* **deps:** update dependency openssl/openssl to v3.5.6 ([#24](https://github.com/grafana/pyroscope-python/issues/24)) ([2ab293a](https://github.com/grafana/pyroscope-python/commit/2ab293a5627bbe719d0f8be6db211486e83f1760))
17+
* **deps:** update docker/dockerfile docker tag to v1.23 ([#19](https://github.com/grafana/pyroscope-python/issues/19)) ([7242236](https://github.com/grafana/pyroscope-python/commit/72422366990dde992476b24bee43b89dae22ccbc))
18+
* **deps:** update dtolnay/rust-toolchain digest to 3c5f7ea ([#21](https://github.com/grafana/pyroscope-python/issues/21)) ([49ece8d](https://github.com/grafana/pyroscope-python/commit/49ece8d30f52f91aae5f91aa2446a0473cda1f4d))
19+
* **deps:** update dtolnay/rust-toolchain digest to 3c5f7ea ([#3](https://github.com/grafana/pyroscope-python/issues/3)) ([d7a3c82](https://github.com/grafana/pyroscope-python/commit/d7a3c82ec2e16d908557d3a7147280baebd8a614))
20+
* **deps:** update softprops/action-gh-release action to v2.6.1 ([#13](https://github.com/grafana/pyroscope-python/issues/13)) ([46a8787](https://github.com/grafana/pyroscope-python/commit/46a87878ea26b8145085dbcb2a7198d597125a20))
21+
* **python:** keep only python in this repo ([#1](https://github.com/grafana/pyroscope-python/issues/1)) ([a781b81](https://github.com/grafana/pyroscope-python/commit/a781b81963f99aa7030621f9c36308fce9cd1b47))
22+
23+
24+
### Continuous Integration
25+
26+
* add release-please configuration ([#14](https://github.com/grafana/pyroscope-python/issues/14)) ([c6be862](https://github.com/grafana/pyroscope-python/commit/c6be862b19a6bbc2f1a5b21743213e1c8046ac45))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyroscope-io"
3-
version = "1.0.4" # x-release-please-version
3+
version = "1.0.5" # x-release-please-version
44
description = "Pyroscope Python integration"
55
authors = [
66
{name = "Tolya Korniltsev",email = "anatoly.korniltsev@grafana.com"}

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyroscope_python_extension"
3-
version = "1.0.4" # x-release-please-version
3+
version = "1.0.5" # x-release-please-version
44
authors = [
55
"Tolyan Korniltsev <anatoly.korniltsev@grafana.com>"
66
]

0 commit comments

Comments
 (0)