Skip to content

Commit c5cd17b

Browse files
authored
Prepare release v1.64.0 (#2508)
1 parent 9c286c2 commit c5cd17b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ Run `make changelog` to generate content.
99

1010
</details>
1111

12+
## v1.64.0 (2024-12-06)
13+
14+
#### 🐞 Bug fixes, Minor Improvements
15+
16+
* Add new formatting function "add" ([@drewcorlin1](https://github.com/drewcorlin1) in [#2507](https://github.com/jaegertracing/jaeger-ui/pull/2507))
17+
* Add pad_start link formatting function #2505 ([@drewcorlin1](https://github.com/drewcorlin1) in [#2504](https://github.com/jaegertracing/jaeger-ui/pull/2504))
18+
* Allow formatting link parameter values as iso date #2487 ([@drewcorlin1](https://github.com/drewcorlin1) in [#2501](https://github.com/jaegertracing/jaeger-ui/pull/2501))
19+
1220
## v1.63.0 (2024-11-10)
1321

1422
#### 🐞 Bug fixes, Minor Improvements

RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Cutting a Jaeger UI release
22

33
1. Create and merge, per approval, a PR which preps the release ([example](https://github.com/jaegertracing/jaeger-ui/pull/1767)).
4-
1. The PR title should match the format "Prepare release vX.Y.Z".
4+
1. The PR title should match the format "Prepare release vX.Y.Z"
5+
- Apply the label `changelog:skip`
56
2. CHANGELOG.md
67
- Change the version of the current release from "Next (unreleased)" to "vX.Y.Z (Month D, YYYY)",
78
where "vX.Y.Z" is the [semver](https://semver.org) for this release.

packages/jaeger-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "jaeger-ui",
4-
"version": "1.63.0",
4+
"version": "1.64.0",
55
"main": "src/index.tsx",
66
"license": "Apache-2.0",
77
"homepage": ".",

0 commit comments

Comments
 (0)