sentry-kubernetes icon indicating copy to clipboard operation
sentry-kubernetes copied to clipboard

Kubernetes event reporter for Sentry

Results 32 sentry-kubernetes issues
Sort by recently updated
recently updated
newest added

# Description Deprecated client is unable to send event to Kubernetes cluster (e.g. [sentry-kubernetes chart](https://github.com/sentry-kubernetes/charts) ) This PR is created to replace deprecated sentry client with the new Sentry SDK...

Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.4.0. Release notes Sourced from pyjwt's releases. 2.4.0 Security [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24 What's Changed Add support for Python...

dependencies

Point users to the charts properly maintained location in the GitHub orga that confusingly uses the same name as this project.

as below, it will drop all tables with _dist suffix and recreate them. Will this permanently delete the existing data in the Clickhouse? ``` command: - /bin/bash - -ec -...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 4.0 to 4.7. Changelog Sourced from rsa's changelog. Version 4.7 - released 2021-01-10 Fix #165: CVE-2020-25658 - Bleichenbacher-style timing oracle in PKCS#1 v1.5 decryption code Add padding...

dependencies

As of Kubernetes 1.8+, RBAC is enabled by default. You'll need the following setup to allow the program to access the events: ``` kubectl create sa sentry-kubernetes kubectl create clusterrole...

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

**Disclaimer: this project is not officially maintained by Sentry.** The code is under the `getsentry` GitHub organization because it was created by a former employee as an internal Hack Week...

help wanted

`CERTIFICATE_VERIFY_FAILED` is a common [issue](https://github.com/kubernetes-client/python/issues/490) for k8s python client and I have this problem with the cluster provided by AliCloud. It would be convenient to have an env var to...