observability-workshop icon indicating copy to clipboard operation
observability-workshop copied to clipboard

Results 48 observability-workshop issues
Sort by recently updated
recently updated
newest added

As an user or developer of the observability stack, I want to have up-to-date software to have a maintainable and secure software running. ## Acceptance Criteria * Spring Boot has...

maintenance
backend

https://github.com/feature-creeps/observability-workshop/pull/129#pullrequestreview-1374188440

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.3. Release notes Sourced from socket.io-parser's releases. 4.2.3 :warning: This release contains an important security fix :warning: A malicious client could send a specially crafted...

dependencies
javascript

This PR drastically simplifies the local setup by adding FluxCD to deploy all infrastructure components. I moved to `kind` rather than `k3d` because I could not get flux working with...

Bumps [engine.io](https://github.com/socketio/engine.io) from 6.4.1 to 6.4.2. Release notes Sourced from engine.io's releases. 6.4.2 :warning: This release contains an important security fix :warning: A malicious client could send a specially crafted...

dependencies
javascript

In `11_deploy_dima.sh` scripts, the namespace creation is done manually via kubectl. Instead, this can be moved to the helm command. Further, there is a k8s manifest `local/kubernetes/infrastructure/namespaces.yaml, which is only...

Currently all services are built and deployed via docker-compose. The scripts and the current pipeline only support rebuild and redeploy of all services together, which can be time consuming.