Skip to content

Commit

Permalink
Release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-antoniak committed Nov 8, 2024
1 parent 84e9db9 commit dff1b77
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG/CHANGELOG-2.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ 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://datastax.jira.com/browse/ZDM-616): Security vulnerabilities in ZDM version 2.3.0

### Improvements

### Bug Fixes

## v2.3.0 - 2024-07-04

### New Features
Expand Down
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ 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 GoLang to 1.22 and _github.com/prometheus/client_golang_ to 1.11.1 to resolve security vulnerabilities.

[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 dff1b77

Please sign in to comment.