Skip to content

Commit

Permalink
Release 2.3.1 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-antoniak authored Nov 8, 2024
1 parent 72e0621 commit 23f1a1d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG/CHANGELOG-2.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ When cutting a new release, update the `unreleased` heading to the tag being gen

## Unreleased

## v2.3.1 - 2024-11-08

### New Features

* [#130](https://github.com/datastax/zdm-proxy/issues/130): Security vulnerabilities in ZDM version 2.3.0
* [#133](https://github.com/datastax/zdm-proxy/pull/133): Upgrade _google.golang.org/protobuf_ from 1.26.0-rc.1 to 1.33.0

### Improvements

### Bug Fixes

## v2.3.0 - 2024-07-04

### New Features
Expand Down
9 changes: 9 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ Build artifacts are available at [Docker Hub](https://hub.docker.com/repository/

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

## v2.3.1 - 2024-11-08

Upgrade software dependencies to resolve vulnerabilities:
- GoLang to 1.22
- _github.com/prometheus/client_golang_ to 1.11.1
- _google.golang.org/protobuf_ to 1.33.0

[Changelog](CHANGELOG/CHANGELOG-2.3.md#v231---2024-11-08)

## v2.3.0 - 2024-07-04

Support providing configuration of ZDM with YAML file.
Expand Down
2 changes: 1 addition & 1 deletion proxy/launch.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

// TODO: to be managed externally
const ZdmVersionString = "2.3.0"
const ZdmVersionString = "2.3.1"

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

0 comments on commit 23f1a1d

Please sign in to comment.