Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit a155f057 authored by Natalia Szakiel's avatar Natalia Szakiel
Browse files

changed version

parent fa86dfa1
No related branches found
No related tags found
1 merge request!92Feature/logs added
Pipeline #279026 passed
......@@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
## [0.1.12] - 2025-02-05
## [0.1.12] - 2025-03-07
### Fix
- Moved changelog file to correct directory
......@@ -10,13 +10,16 @@ All notable changes to this project will be documented in this file.
### Changed
- Changed default values for kibana resources
### Added
- Added logs parsing for new containers
- Added end user manual for dashboards
## [0.1.11] - 2025-02-05
### Fixed
- Fixed empty string in helm env variables
- Fixed empty string in helm env variables. Note: helm variables need to be defined with export in pipeline.variables.sh file. Otherwise they will be replaced by empty string by gitlab pipeline.
## [0.1.10] - 2025-01-20
......
# Changelog
All notable changes to this project will be documented in this file.
## [0.1.11] - 2025-02-12
### Fixed
- Fixed bug with empty values in logstash and filebeat configmaps
## [0.1.10] - 2025-01-20
### Changed
- Changed destination of values.yaml file from eck-monitoring/charts/values/dev/observability/values.yaml to eck-monitoring/charts/values.yaml
## [0.1.9] - 2025-01-17
### Added
- Added configuration for EDC
## [0.1.8] - 2025-01-01
### Fixed
- Removed acme.cert-manager.io/http01-edit-in-place: "true" from ingresses
## [0.1.5] - 2024-12-13
### Added
- Changed internal issuer into cluster issuer to enable cross namespace communication between logstash and filebeat
- Added external Elasticsearch API
## [0.1.4] - 2024-11-29
### Added
- Added documentation in readme regarding Performance parameters
- Added documentation in readme regarding ILM
- Parsing onboarding technical and business logs
### Fixed
- Decreased cpu requests
PROJECT_VERSION_NUMBER="0.1.11"
PROJECT_VERSION_NUMBER="0.1.12"
export LOGSTASH_HOSTS="\${LOGSTASH_HOSTS}"
export ELASTIC_ELASTICSEARCH_ES_HOSTS="\${ELASTIC_ELASTICSEARCH_ES_HOSTS}"
export LOGSTASH_USER="\${LOGSTASH_USER}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment