Skip to content

Commit

Permalink
changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
dodancs committed Nov 19, 2021
1 parent 9117ae7 commit 268024f
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,55 @@ 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/).

## [v21.11.1] - 2021-11-19
### Added
* Added collector management to manage.py - https://github.com/SK-CERT/Taranis-NG/issues/18

### Changed
* Docker readme: Fix URLs/Ports with switch to HTTPS by @sebix in https://github.com/SK-CERT/Taranis-NG/pull/21
* Tidied up word lists
* Re-worked proxy handling for the RSS collector
* Fixed issues with collector node and OSINT source status models and schemas - https://github.com/SK-CERT/Taranis-NG/issues/23

## [v21.10.6] - 2021-11-10
### Added
- added sample word block list for tag cloud

### Changed
- more verbose logging in the RSS collector
- usability fixes in collectors
- fixed asset group updates
- improved default templates for products

## [v21.10.5] - 2021-11-09
### Added
- authors of _Product templates_ may now use the new `Configuration -> Product types` help screen, which lists all the fields defined in a chosen _Report item type_. This simplifies the development of new product templates.

### Changed
- GUI and RSS collector fixes

## [v21.10.4] - 2021-11-08
### Added
- keycloak container (not enabled yet)

### Changed
- gui: fix news item group operations
- gui: bundle fonts
- gui: upgrade for security (breaks minor stuff, will be fixed in a later release)
- web collector: minor improvements

## [v21.10.3] - 2021-11-08
### Changed
- minor fixes and improvements across the entire project
- security patches for third party libraries
- docker:
- deployment now includes Traefik as a reverse proxy for more convenient deployment (supports self generated, pre-uploaded, and letsencrypt certificates)
- collectors container minimised
- complete rewrite of web collector: more robust, better support for various selectors, upgrade to selenium 4.0.0

### New Contributors
- @sebix made their first contribution in https://github.com/SK-CERT/Taranis-NG/pull/5

This comment has been minimized.

Copy link
@sebix

sebix Nov 19, 2021

Contributor

That one was the third :)
#2
#4


## [v21.10.2] - 2021-09-25
### Added
- sample templates for products (PDF, HTML, TXT, MISP)
Expand All @@ -19,5 +68,10 @@ 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


[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
[v21.10.4]: https://github.com/SK-CERT/Taranis-NG/releases/tag/v21.10.4
[v21.10.3]: https://github.com/SK-CERT/Taranis-NG/releases/tag/v21.10.3
[v21.10.2]: https://github.com/SK-CERT/Taranis-NG/releases/tag/v21.10.2
[v21.10.1]: https://github.com/SK-CERT/Taranis-NG/releases/tag/v21.10.1
2 changes: 1 addition & 1 deletion docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ TRAEFIK_MANAGEMENT_PORT=127.0.0.1:8081
# Versions
REDIS_TAG=6-alpine
POSTGRES_TAG=13-alpine
TARANIS_NG_TAG=v21.10.6
TARANIS_NG_TAG=v21.11.1

# Limits
DB_SHARED_BUFFERS=64MB
Expand Down

0 comments on commit 268024f

Please sign in to comment.