PackageTrack

Go modules · #1725

github.com/timonwong/prometheus-webhook-dingtalk

v1.4.0timonwong/prometheus-webhook-dingtalk

Release timeline

27 releases since 2017
2019202120232025

Releases

  1. v1.4.1-0.20220811054641-589d858c1f7c11 Aug 2022pre-release

    Nothing published for this version

  2. v1.4.1-0.20220421073035-ad8209bf659f21 Apr 2022pre-release

    Nothing published for this version

  3. v1.4.1-0.20220421062807-d2d6a6e2924e21 Apr 2022pre-release

    Nothing published for this version

  4. v1.4.1-0.20220421031804-d35a38bf9d8b21 Apr 2022pre-release

    Nothing published for this version

  5. v1.4.1-0.20220401005954-351c62829df91 Apr 2022pre-release

    Nothing published for this version

  6. v1.4.1-0.20220228061527-d4ecfcbac62828 Feb 2022pre-release

    Nothing published for this version

  7. v1.4.1-0.20220220084219-3035a4a2a21820 Feb 2022pre-release

    Nothing published for this version

  8. v1.4.1-0.20220220075728-2fd699d9415a20 Feb 2022pre-release

    Nothing published for this version

  9. v1.4.1-0.20211215065030-70f6b18f741715 Dec 2021pre-release

    Nothing published for this version

  10. v1.4.1-0.20211121053736-f3d21b9b650f21 Nov 2021pre-release

    Nothing published for this version

  11. v1.4.1-0.20211011153106-85e9bceda60511 Oct 2021pre-release

    Nothing published for this version

  12. v1.4.1-0.20210819133206-6481c32630b619 Aug 2021pre-release

    Nothing published for this version

  13. v1.4.1-0.20201001013623-4635b53740a21 Oct 2020pre-release

    Nothing published for this version

  14. v1.4.1-0.20200612030136-cf009447dd2512 Jun 2020pre-release

    Nothing published for this version

  15. v1.4.011 Dec 2019

    Nothing published for this version

  16. v1.3.09 Dec 2019

    Nothing published for this version

  17. v1.2.29 Dec 2019

    Nothing published for this version

  18. v1.2.18 Dec 2019

    Nothing published for this version

  19. v1.2.08 Dec 2019

    Nothing published for this version

  20. v1.1.06 Dec 2019

    Nothing published for this version

  21. v1.0.05 Dec 2019
    Release notes

    BREAKING CHANGES

    Now instead of configuration via command line arguments, the YAML configuration file is used for better flexibility.

    The example configuration file looks like:

    ## Request timeout
    # timeout: 5s
    
    ## Customizable template file path
    ## In docker, by default the current working directory is set to /prometheus-webhook-dingtalk
    ## However it's recommended to use absolute path whenever possible
    # template: template/default.tmpl
    
    ## Targets, previously was known as "profiles"
    targets:
      webhook1:
        url: https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxxxxx
        # secret for signature
        secret: SEC000000000000000000000
      webhook2:
        url: https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxxxxx
      webhook_mention_all:
        url: https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxxxxx
        mention:
          all: true
      webhook_mention_users:
        mention:
          mobiles: ['156xxxx8827', '189xxxx8325']
    • [ENHANCEMENT] Add various template functions from sprig. #47
    • [ENHANCEMENT] Add signature support due to the new security enforcement requirement of dingtalk. #49
    • [ENHANCEMENT] Add user mention support (all or specific mobiles) to dingtalk notification/ #54
    Open source →
    Release notes

    v1.0.0 Released - BREAKING CHANGE

    Compare

    Choose a tag to compare

    Open source →
  22. v0.3.021 Dec 2017
    Release notes

    Release v0.3.0

    Compare

    Choose a tag to compare

    Open source →
  23. v0.2.521 Dec 2017

    Nothing published for this version

  24. v0.2.418 Oct 2017

    Nothing published for this version

  25. v0.2.318 Oct 2017

    Nothing published for this version

  26. v0.1.116 Oct 2017

    Nothing published for this version

  27. v0.1.016 Oct 2017

    Nothing published for this version