This repository was archived by the owner on Aug 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +19
-7
lines changed Expand file tree Collapse file tree 4 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 1
1
# honeycomb-opentelemetry-python changelog
2
2
3
+ ## [ 0.2.4b0] - 2024-01-18
4
+
5
+ ### Maintenance
6
+
7
+ - maint(deps-dev): bump pylint from 2.17.6 to 2.17.7 (#162 ) | dependabot[ bot]
8
+ - maint(deps-dev): bump the testing-dependencies group with 1 update (#163 ) | dependabot[ bot]
9
+ - maint(deps): update otel to 1.22 and 0.43b0 (#168 ) | @JamieDanielson
10
+ - maint: update codeowners to pipeline-team (#166 ) | @JamieDanielson
11
+ - maint: update codeowners to pipeline (#165 ) | @JamieDanielson
12
+
3
13
## [ 0.2.3b0] - 2023-09-25
4
14
5
15
### Fixes
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ It makes getting started with OpenTelemetry and Honeycomb easier!
12
12
13
13
Latest release built with:
14
14
15
- - [ OpenTelemetry version 1.19 .0/0.40b0 ] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.19 .0 )
15
+ - [ OpenTelemetry version 1.22 .0/0.43b0 ] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.22 .0 )
16
16
17
17
## Requirements
18
18
Original file line number Diff line number Diff line change 8
8
```
9
9
10
10
- Confirm the version number update appears in ` src/pyproject.toml ` .
11
- - Update ` CHANGELOG.md ` with the changes since the last release.
12
- - If this release bumps OTel versions, update ` README.md ` .
11
+ - Update ` CHANGELOG.md ` with the changes since the last release. Consider automating with a command such as these two:
12
+ - ` git log $(git describe --tags --abbrev=0)..HEAD --no-merges --oneline > new-in-this-release.log `
13
+ - ` git log --pretty='%C(green)%d%Creset- %s | %an' `
14
+ - If the upstream OpenTelemetry package versions have changed, update ` README.md ` with new versions and links.
13
15
- Commit changes, push, and open a release preparation pull request for review.
14
16
- Once the pull request is merged, fetch the updated ` main ` branch.
15
17
- Apply a tag for the new version on the merged commit (e.g. ` git tag -a v2.3.1 -m "v2.3.1" ` )
16
18
- Push the tag upstream (this will kick off the release pipeline in CI) e.g. ` git push origin v2.3.1 `
17
- - Copy change log entry for newest version into draft GitHub release created as part of CI publish steps.
18
- - Make sure to "generate release notes" in github for full changelog notes and any new contributors
19
- - Publish the github draft release and this will kick off publishing to GitHub and the PyPI registry .
19
+ - Ensure that there is a draft GitHub release created as part of CI publish steps (this will also publish to PyPI) .
20
+ - Click "generate release notes" in GitHub for full changelog notes and any new contributors
21
+ - Publish the github draft release - if it is a prerelease (e.g., beta) click the prerelease checkbox .
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " honeycomb-opentelemetry"
3
- version = " 0.2.3b0 "
3
+ version = " 0.2.4b0 "
4
4
description = " Honeycomb OpenTelemetry Distro for Python"
5
5
authors = [
" Honeycomb <[email protected] >" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments