Skip to content

Commit

Permalink
Prepare release v1.64.0 (#2508)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-elliott authored Dec 6, 2024
1 parent 9c286c2 commit c5cd17b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ Run `make changelog` to generate content.

</details>

## v1.64.0 (2024-12-06)

#### 🐞 Bug fixes, Minor Improvements

* Add new formatting function "add" ([@drewcorlin1](https://github.com/drewcorlin1) in [#2507](https://github.com/jaegertracing/jaeger-ui/pull/2507))
* Add pad_start link formatting function #2505 ([@drewcorlin1](https://github.com/drewcorlin1) in [#2504](https://github.com/jaegertracing/jaeger-ui/pull/2504))
* Allow formatting link parameter values as iso date #2487 ([@drewcorlin1](https://github.com/drewcorlin1) in [#2501](https://github.com/jaegertracing/jaeger-ui/pull/2501))

## v1.63.0 (2024-11-10)

#### 🐞 Bug fixes, Minor Improvements
Expand Down
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Cutting a Jaeger UI release

1. Create and merge, per approval, a PR which preps the release ([example](https://github.com/jaegertracing/jaeger-ui/pull/1767)).
1. The PR title should match the format "Prepare release vX.Y.Z".
1. The PR title should match the format "Prepare release vX.Y.Z"
- Apply the label `changelog:skip`
2. CHANGELOG.md
- Change the version of the current release from "Next (unreleased)" to "vX.Y.Z (Month D, YYYY)",
where "vX.Y.Z" is the [semver](https://semver.org) for this release.
Expand Down
2 changes: 1 addition & 1 deletion packages/jaeger-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "jaeger-ui",
"version": "1.63.0",
"version": "1.64.0",
"main": "src/index.tsx",
"license": "Apache-2.0",
"homepage": ".",
Expand Down

0 comments on commit c5cd17b

Please sign in to comment.