astro
astro copied to clipboard
[alpha] Emit Datadog monitors based on Kubernetes state.
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.20.2 to 0.25.0. Commits 2666bd2 Update dependencies to v0.25.0 tag b3e4a40 Merge remote-tracking branch 'origin/master' into release-1.25 c2f61ae Update removal warnings to 1.26 54e42ab update-gofmt ef26118 Revert...
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.20.2 to 0.24.4. Commits 97e5df2 fix remove implicit copy of a lock 6550efd Merge pull request #109102 from liggitt/darwin-tls 00f0711 Merge pull request #109031 from Jefftree/openapiv3beta 53a85ef...
Bumps golang from 1.14 to 1.19.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.1 to 1.5.0. Release notes Sourced from github.com/spf13/cobra's releases. v1.5.0 Spring 2022 Release 🌥️ Hello everyone! Welcome to another release of cobra. Completions continue to get better...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.1 to 1.8.0. Release notes Sourced from github.com/stretchr/testify's releases. Minor improvements and bug fixes Minor feature improvements and bug fixes Commits 181cea6 impr: CallerInfo should print full...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.8.1 to 0.12.3. Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.12.3 What's Changed :sparkles: Provide access to admission.Request in custom validator/defaulter in kubernetes-sigs/controller-runtime#1952 Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.12.2...v0.12.3 v0.12.2 changes...
### Context Based on the documentation [here ](https://github.com/FairwindsOps/astro#overriding-configuration,) overriding alert configurations with the field "**threshold-critical"** does not work. ### Process - Created a custom monitor (apdex-alert) in configuration file -...
Using [kubebuilder](https://book.kubebuilder.io/), create initial CRD manifests based on the design in [DESIGN.md](https://github.com/FairwindsOps/astro/blob/main/DESIGN.md)
Add endpoints for liveness & readiness probes
Support for muting monitors by adding an annotation would be beneficial. For example, an annotation could be added to a kubernetes object: ``` kubernetes.io/astro/mute-until: "2019-12-30 00:00:00" ``` and a downtime...