Skip to content

Commit 23f1a1d

Browse files
Release 2.3.1 (#134)
1 parent 72e0621 commit 23f1a1d

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGELOG/CHANGELOG-2.3.md

+11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ When cutting a new release, update the `unreleased` heading to the tag being gen
66

77
## Unreleased
88

9+
## v2.3.1 - 2024-11-08
10+
11+
### New Features
12+
13+
* [#130](https://github.com/datastax/zdm-proxy/issues/130): Security vulnerabilities in ZDM version 2.3.0
14+
* [#133](https://github.com/datastax/zdm-proxy/pull/133): Upgrade _google.golang.org/protobuf_ from 1.26.0-rc.1 to 1.33.0
15+
16+
### Improvements
17+
18+
### Bug Fixes
19+
920
## v2.3.0 - 2024-07-04
1021

1122
### New Features

RELEASE_NOTES.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ Build artifacts are available at [Docker Hub](https://hub.docker.com/repository/
66

77
For additional details on the changes included in a specific release, see the associated CHANGELOG-x.x.md file.
88

9+
## v2.3.1 - 2024-11-08
10+
11+
Upgrade software dependencies to resolve vulnerabilities:
12+
- GoLang to 1.22
13+
- _github.com/prometheus/client_golang_ to 1.11.1
14+
- _google.golang.org/protobuf_ to 1.33.0
15+
16+
[Changelog](CHANGELOG/CHANGELOG-2.3.md#v231---2024-11-08)
17+
918
## v2.3.0 - 2024-07-04
1019

1120
Support providing configuration of ZDM with YAML file.

proxy/launch.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
// TODO: to be managed externally
16-
const ZdmVersionString = "2.3.0"
16+
const ZdmVersionString = "2.3.1"
1717

1818
var displayVersion = flag.Bool("version", false, "display the ZDM proxy version and exit")
1919
var configFile = flag.String("config", "", "specify path to ZDM configuration file")

0 commit comments

Comments
 (0)