Skip to content

Commit

Permalink
Prepared release 4.3.0 (#420)
Browse files Browse the repository at this point in the history
Co-authored-by: Juliana Karoline <[email protected]>
  • Loading branch information
github-actions[bot] and julianaklulo authored Feb 4, 2025
1 parent 5736d3e commit f57f269
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 7 deletions.
7 changes: 5 additions & 2 deletions lm-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
This file keeps track of all notable changes to `License Manager Agent`.

## Unreleased
* Updated Agent to find .env file [PENG-2499](https://sharing.clickup.com/t/h/c/18022949/PENG-2499/NJ7XCLHQ3O2MBAX)


## 4.3.0 -- 2025-02-03
* Updated Agent to find .env file [[PENG-2499](https://sharing.clickup.com/t/h/c/18022949/PENG-2499/NJ7XCLHQ3O2MBAX)]
* Fix DSLS parser to handle outputs with a warning line [ASP-5422]
* Fix License Report module to generate the correct feature report when the get_report_item fails [ASP-5422]
* Update Sentry integration to send only CRITICAL events [PENG-2622](https://sharing.clickup.com/t/h/c/18022949/PENG-2622/S2UYYUP3WLPE6WO)
* Update Sentry integration to send only CRITICAL events [[PENG-2622](https://sharing.clickup.com/t/h/c/18022949/PENG-2622/S2UYYUP3WLPE6WO)]
* Added configuration settings for customising Sentry's sample rates [[PENG-2592](https://sharing.clickup.com/t/h/c/18022949/PENG-2592/QQUQ1ABLAP6QSYX)]

## 4.2.0 -- 2024-11-18
Expand Down
2 changes: 1 addition & 1 deletion lm-agent/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "license-manager-agent"
version = "4.2.0"
version = "4.3.0"
description = "Provides an agent for interacting with license manager"
authors = ["OmniVector Solutions <[email protected]>"]
license = "MIT"
Expand Down
3 changes: 3 additions & 0 deletions lm-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
This file keeps track of all notable changes to `License Manager API`.

## Unreleased


## 4.3.0 -- 2025-02-03
* Use `pydantic_extra_types.pendulum_dt` to parse the `last_reported` field in `ClusterStatusSchema`
* Adjusted the default values of Sentry's sample rates [[PENG-2592](https://sharing.clickup.com/t/h/c/18022949/PENG-2592/QQUQ1ABLAP6QSYX)]

Expand Down
2 changes: 1 addition & 1 deletion lm-api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "license-manager-backend"
version = "4.2.0"
version = "4.3.0"
description = "Provides an API for managing license data"
authors = ["OmniVector Solutions <[email protected]>"]
license = "MIT"
Expand Down
3 changes: 3 additions & 0 deletions lm-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This file keeps track of all notable changes to `License Manager CLI`.
## Unreleased


## 4.3.0 -- 2025-02-03
* Bumped version to keep in sync with LM-API and LM-Agent

## 4.2.0 -- 2024-11-18
* Bumped version to keep in sync with LM-API

Expand Down
2 changes: 1 addition & 1 deletion lm-cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "license-manager-cli"
version = "4.2.0"
version = "4.3.0"
description = "License Manager CLI Client"
authors = ["Omnivector Solutions <[email protected]>"]
license = "MIT"
Expand Down
3 changes: 3 additions & 0 deletions lm-simulator-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This file keeps track of all notable changes to License Manager Simulator API
## Unreleased


## 4.3.0 -- 2025-02-03
* Bumped version to keep in sync with LM-API and LM-Agent

## 4.2.0 -- 2024-11-18
* Bumped version to keep in sync with LM-API

Expand Down
2 changes: 1 addition & 1 deletion lm-simulator-api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "license-manager-simulator-api"
version = "4.2.0"
version = "4.3.0"
description = "Provides an API for interfacing with License Manager Simulator"
authors = ["OmniVector Solutions <[email protected]>"]
license = "MIT"
Expand Down
3 changes: 3 additions & 0 deletions lm-simulator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This file keeps track of all notable changes to License Manager Simulator
## Unreleased


## 4.3.0 -- 2025-02-03
* Bumped version to keep in sync with LM-API and LM-Agent

## 4.2.0 -- 2024-11-18
* Bumped version to keep in sync with LM-API

Expand Down
2 changes: 1 addition & 1 deletion lm-simulator/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "license-manager-simulator"
version = "4.2.0"
version = "4.3.0"
description = "The License Manager Simulator is an application that simulates output from 5 license servers for use in the development of applications which interface to the license servers."
authors = ["OmniVector Solutions <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit f57f269

Please sign in to comment.