Releases: unfor19/frigga
Releases · unfor19/frigga
1.1.1
1.1.0
- Added frigga's webserver - both WebSockets and HTTP, the default is WebSockets
- Added frigga's client - both WebSockets and HTTP, the default is WebSockets
- Added webserver to docker-compose/docker-compose.yml - both WebSockets (port=8084) and HTTP (port=8083)
- Added
frigga version
to print the installed version - [WIP] Added src/frigga/templates/index.html - Supports invoking functions with GUI (browser). Currently supports only
prometheus-get
. Will create another branch to continue this work
1.1.0rc6
- Added frigga's webserver - both WebSockets and HTTP, the default is WebSockets
- Added frigga's client - both WebSockets and HTTP, the default is WebSockets
- Added webserver to docker-compose/docker-compose.yml - both WebSockets (port=8084) and HTTP (port=8083)
- Added
frigga version
to print the installed version - [WIP] Added src/frigga/templates/index.html - Supports invoking functions with GUI (browser). Currently supports only
prometheus-get
. Will create another branch to continue this work
1.0.10
Enhancements
- Added
prometheus-get
to get the current number of dataseries that are scraped by Prometheus - Added
prometheus-reload
to reload Prometheus with its MANAGEMENT API - The frigga package can be imported as a Python package, previously it was possible to use it only as a CLI
- Project structure is according to unfor19/python-project
Docker
- Using alpine instead of Ubuntu, shrunk image size from 44MB to 18MB
- Using explicit UID and GID
Tests
- Fails on error
- Fully tested on minikube and docker-compose
- Updated Grafana's dashboards - replaced cadvisor with container-exporter
- Supports testing on Kubernetes (minikube) locally
- Using frigga instead of bash scripts for getting the number of datasereis and reloading Prometheus
1.0.10rc4
1.0.10rc3
- [ENHANCEMENT] Project structure is according to unfor19/python-project
- [ENHANCEMENT] The frigga package can be imported as a Python package, previously it was possible to use it only as a CLI
- [ENHANCEMENT] CI/CD is according to my "standards", see examples in unfor19/python-project workflows and the unfor19/python-project/Dockerfile
- [ENHANCEMENT] CI/CD fails on error
v1.0.9
v1.0.8
v1.0.7
v1.0.6
- Automatically builds the image on DockerHub - https://hub.docker.com/r/unfor19/frigga
- You can't use prompts when using the docker image, must use args, such as
-gurl 123 -gkey 123
- You can't use prompts when using the docker image, must use args, such as
- Fixed the issue with "query", the scraping is now per string type, hence no more errors
- Prints corrupted expressions if there are any
- Testing includes Kubernetes (minikube)