Skip to content

Commit

Permalink
Release 2.3.1 (#2687)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonkopliku authored Jun 10, 2024
1 parent 24e74e9 commit 4073bff
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [2.3.1](https://github.com/trento-project/web/tree/2.3.1) (2024-06-10)

[Full Changelog](https://github.com/trento-project/web/compare/2.3.0...2.3.1)

**Fixed bugs:**

- Default empty string for smtp server [\#2681](https://github.com/trento-project/web/pull/2681) ([CDimonaco](https://github.com/CDimonaco))
- Fix SAP systems policy receiving an empty list of instances [\#2677](https://github.com/trento-project/web/pull/2677) ([dottorblaster](https://github.com/dottorblaster))
- Fix SMTP usage in runtime configuration [\#2675](https://github.com/trento-project/web/pull/2675) ([CDimonaco](https://github.com/CDimonaco))
- Fix Websocket usage with https [\#2671](https://github.com/trento-project/web/pull/2671) ([CDimonaco](https://github.com/CDimonaco))
- Make discovery payload nullable in schema [\#2638](https://github.com/trento-project/web/pull/2638) ([arbulu89](https://github.com/arbulu89))

**Merged pull requests:**

- Rename `TRENTO_DOMAIN` to `TRENTO_WEB_ORIGIN` [\#2682](https://github.com/trento-project/web/pull/2682) ([nelsonkopliku](https://github.com/nelsonkopliku))
- Allow to continue when cert-manager has already been installed in the CI [\#2680](https://github.com/trento-project/web/pull/2680) ([rtorrero](https://github.com/rtorrero))
- Fix misspelling of resource in a test [\#2678](https://github.com/trento-project/web/pull/2678) ([dottorblaster](https://github.com/dottorblaster))
- Add HTTPS using cert-manager for demo env [\#2632](https://github.com/trento-project/web/pull/2632) ([rtorrero](https://github.com/rtorrero))

## [2.3.0](https://github.com/trento-project/web/tree/2.3.0) (2024-05-22)

[Full Changelog](https://github.com/trento-project/web/compare/2.2.0...2.3.0)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Trento.MixProject do
use Mix.Project

@source_url "https://github.com/trento-project/web"
@version "2.3.0"
@version "2.3.1"

def project do
[
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trento-e2e-tests",
"version": "2.3.0",
"version": "2.3.1",
"description": "E2E testing for Trento",
"scripts": {
"cypress:open": "cypress open",
Expand Down

0 comments on commit 4073bff

Please sign in to comment.