mirror of
https://github.com/YunoHost-Apps/netdata_ynh.git
synced 2024-09-03 19:46:33 +02:00
Upgrade to upstream version 1.22.1
This commit is contained in:
parent
b5e54be197
commit
e205a9fbfd
5 changed files with 11 additions and 6 deletions
|
@ -4,13 +4,18 @@ Changelog
|
|||
## Unreleased
|
||||
- Nothing for now...
|
||||
|
||||
## [1.22.1~ynh1](https://github.com/YunoHost-Apps/netdata_ynh/pull/48) - 2020-05-13
|
||||
|
||||
#### Changed
|
||||
* [Update to 1.22.1](https://github.com/YunoHost-Apps/netdata_ynh/pull/48)
|
||||
|
||||
## [1.22.0~ynh1](https://github.com/YunoHost-Apps/netdata_ynh/pull/47) - 2020-05-12
|
||||
|
||||
#### Added
|
||||
* [Add issue_template.md](https://github.com/YunoHost-Apps/netdata_ynh/pull/46)
|
||||
|
||||
#### Changed
|
||||
* [Update to 1.21.1](https://github.com/YunoHost-Apps/netdata_ynh/pull/46)
|
||||
* [Update to 1.22.0](https://github.com/YunoHost-Apps/netdata_ynh/pull/46)
|
||||
|
||||
## [1.21.1~ynh2](https://github.com/YunoHost-Apps/netdata_ynh/pull/44) - 2020-04-27
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste
|
|||
(**physical** & **virtual** servers, **containers**, **IoT** devices), without
|
||||
disrupting their core function._
|
||||
|
||||
**Shipped version:** 1.22.0
|
||||
**Shipped version:** 1.22.1
|
||||
|
||||
**Customization brought by the package:**
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
SOURCE_URL=https://github.com/netdata/netdata/releases/download/v1.22.0/netdata-v1.22.0.tar.gz
|
||||
SOURCE_SUM=270cf7de482d0106c600035dde1ab4e24bc213abb6e85049ade22b76e7b905bf
|
||||
SOURCE_URL=https://github.com/netdata/netdata/releases/download/v1.22.1/netdata-v1.22.1.tar.gz
|
||||
SOURCE_SUM=f169c8615a6823448c2f1923c87c286d798132ea29d26f366e96d26e0aec3697
|
||||
SOURCE_FORMAT=tar.gz
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "real-time performance and health monitoring",
|
||||
"fr": "Monitoring serveur en temps reel"
|
||||
},
|
||||
"version": "1.22.0~ynh1",
|
||||
"version": "1.22.1~ynh1",
|
||||
"url": "http://my-netdata.io/",
|
||||
"license": "GPL-3.0",
|
||||
"maintainer": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Common variables
|
||||
#
|
||||
|
||||
pkg_dependencies="zlib1g-dev uuid-dev libmnl-dev gcc make git autoconf autoconf-archive autogen automake pkg-config curl jq nodejs python-mysqldb libipmimonitoring-dev acl python-psycopg2 python-pymongo libuv1-dev liblz4-dev libjudy-dev libssl-dev cmake libjson-c-dev"
|
||||
pkg_dependencies="zlib1g-dev uuid-dev libmnl-dev gcc make git autoconf autoconf-archive autogen automake pkg-config curl jq nodejs python-mysqldb libipmimonitoring-dev acl python-psycopg2 python-pymongo libuv1-dev liblz4-dev libjudy-dev libssl-dev cmake"
|
||||
# Configure NetData
|
||||
configure_netdata() {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue