Skip to content

Commit

Permalink
Merge pull request #166 from Progress1/main
Browse files Browse the repository at this point in the history
Prepare for v23.09.1 release (CHANGELOG.md, VERSION.md, .env)
  • Loading branch information
milankowww authored Oct 3, 2023
2 parents 09c9ec7 + 88c96be commit 2299930
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 4 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,37 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [v23.09.1] - 2023-09-27
### Added
* New reports (OSINT, Disinfo, Offensive, Weekly)
* Keycloak authentication support
* JSON presenter
* Email presenter
* LDAP authentication
* Support for password authentication (database), removed test_authenticator
* More product information inside the presenter to be able to use it in reports
* Password data were logged in plain text, now replaced by string CENSORED

### Changed
* In Products, display "Report type" instead of the string "Title" in row detail
* Fixed GUI shortcuts
* Collectors: better logs, fixed "Popup close" crash
* Fixed Access denied by ACL in News items (deleting Osint sources)
* Fixed MISP template
* Confidentiality not showing TOP SECRET on PDF, HTML, HTML WEEKLY templates
* TLC updated: WHITE to CLEAR, added AMBER+STRICT
* CASE INSENSITIVE search for attributes
* Fixed time zone displacement out of range error when time > 16:00 + wrong datetime evaluated in SQL queries
* Fixed error: Signature has expired
* Properly display attributes in an aggregate
* Fixed bad authentication required for the product (PUBLISH_ACCESS, PRODUCT_TYPE_ACCESS)
* Fixed bots crash, better Regex
* Added missing TOR binary to the collectors
* Improved templates
* A lot of various fixes

Thanks for the contributions: @sebix, @multiflexi

## [v21.11.1] - 2021-11-19
### Added
* Added collector management to manage.py - https://github.com/SK-CERT/Taranis-NG/issues/18
Expand Down Expand Up @@ -68,6 +99,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Merged multiple Taranis NG repositories into one for easier understanding and management of the project


[v23.09.1]: https://github.com/SK-CERT/Taranis-NG/releases/tag/v23.09.1
[v21.11.1]: https://github.com/SK-CERT/Taranis-NG/releases/tag/v21.11.1
[v21.10.6]: https://github.com/SK-CERT/Taranis-NG/releases/tag/v21.10.6
[v21.10.5]: https://github.com/SK-CERT/Taranis-NG/releases/tag/v21.10.5
Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v21.11.1
v23.09.1
3 changes: 2 additions & 1 deletion docker/.env
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# General
COMPOSE_PROJECT_NAME=taranis-ng
TARANIS_NG_AUTHENTICATOR=password
HTTP_PROXY=
HTTPS_PROXY=

# Versions
REDIS_TAG=6-alpine
POSTGRES_TAG=13-alpine
TARANIS_NG_TAG=v22.12.1
TARANIS_NG_TAG=v23.09.1

# Timezone for all containers
TZ=Europe/Bratislava
Expand Down
2 changes: 0 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ services:
DB_POOL_RECYCLE: 300
DB_POOL_TIMEOUT: 30
TARANIS_NG_AUTHENTICATOR: "${TARANIS_NG_AUTHENTICATOR}"
LDAP_SERVER: "${LDAP_SERVER}"
LDAP_BASE_DN: "${LDAP_BASE_DN}"

JWT_SECRET_KEY: "${JWT_SECRET_KEY}"
OPENID_LOGOUT_URL: ""
Expand Down

0 comments on commit 2299930

Please sign in to comment.