Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Tags: vmware-archive/kubewatch

Tags

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge #227

227: Implement simple SMTP handler r=mkmik a=mkmik

Closes #215

This PR implements a SMTP client (supporting auth, TLS etc).

```
$ kubewatch  config  add smtp
CLI setters not implemented yet, please edit ~/.kubewatch.yaml directly. Example:

handler:
  smtp:
    to: "myteam@mycompany.com"
    from: "kubewatch@mycluster.com"
    smarthost: smtp.mycompany.com:2525
    subject: Test notification
    auth:
      username: myusername
      password: mypassword
    requireTLS: true
```

TODO: template the subject based on the event metadata/actions.

Co-authored-by: Marko Mikulicic <mkmik@vmware.com>
Co-authored-by: Marko Mikulicic <mkm@bitnami.com>

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #108 from nabadger/feat-watch-ingress

Add support for monitoring ingress events.

v0.0.3

Toggle v0.0.3's commit message
Merge pull request #61 from ngtuna/refactor-watcher

Refactor watcher

0.0.1-alpha

Toggle 0.0.1-alpha's commit message
Merge pull request #55 from ngtuna/config-path

revert config path to `$HOME`