mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Glances to d04e9c3
This commit is contained in:
parent
b46767a183
commit
b07319be1d
4 changed files with 10 additions and 139 deletions
|
@ -796,10 +796,10 @@ SOFTWARE.
|
|||
[foldingathome-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
[foldingathome-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
|
||||
[foldingathome-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
|
||||
[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/7c03702
|
||||
[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/7c03702/README.md
|
||||
[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/d04e9c3
|
||||
[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/d04e9c3/README.md
|
||||
[glances-issue]: https://github.com/hassio-addons/addon-glances/issues
|
||||
[glances-version-shield]: https://img.shields.io/badge/version-7c03702-blue.svg
|
||||
[glances-version-shield]: https://img.shields.io/badge/version-d04e9c3-blue.svg
|
||||
[glances-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[glances-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[glances-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,34 +1,9 @@
|
|||
# Changelog since v0.15.0
|
||||
- 📚 Use new My Home Assistant link format (#265)
|
||||
- ⬆️ Upgrades add-on base image to 12.0.0 (#264)
|
||||
# Changelog since v0.16.0
|
||||
- Bump zeroconf from 0.38.6 to 0.38.7 in /glances (#266)
|
||||
|
||||
* ⬆️ Upgrades add-on base image to 12.0.0
|
||||
|
||||
* Shellcheck actually caught a bug! :D
|
||||
|
||||
* Init true is the default
|
||||
- Bump requests from 2.27.1 to 2.28.0 in /glances (#263)
|
||||
|
||||
Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.28.0.
|
||||
- [Release notes](https://github.com/psf/requests/releases)
|
||||
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
|
||||
- [Commits](https://github.com/psf/requests/compare/v2.27.1...v2.28.0)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: requests
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-minor
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- Bump zeroconf from 0.38.5 to 0.38.6 in /glances (#257)
|
||||
|
||||
Bumps [zeroconf](https://github.com/jstasiak/python-zeroconf) from 0.38.5 to 0.38.6.
|
||||
Bumps [zeroconf](https://github.com/jstasiak/python-zeroconf) from 0.38.6 to 0.38.7.
|
||||
- [Release notes](https://github.com/jstasiak/python-zeroconf/releases)
|
||||
- [Commits](https://github.com/jstasiak/python-zeroconf/compare/0.38.5...0.38.6)
|
||||
- [Commits](https://github.com/jstasiak/python-zeroconf/compare/0.38.6...0.38.7)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
|
@ -40,107 +15,3 @@ updated-dependencies:
|
|||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- Bump bottle from 0.12.19 to 0.12.21 in /glances (#262)
|
||||
|
||||
Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.19 to 0.12.21.
|
||||
- [Release notes](https://github.com/bottlepy/bottle/releases)
|
||||
- [Changelog](https://github.com/bottlepy/bottle/blob/master/docs/changelog.rst)
|
||||
- [Commits](https://github.com/bottlepy/bottle/compare/0.12.19...0.12.21)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: bottle
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- Bump glances from 3.2.6.3 to 3.2.6.4 in /glances (#261)
|
||||
|
||||
Bumps [glances](https://github.com/nicolargo/glances) from 3.2.6.3 to 3.2.6.4.
|
||||
- [Release notes](https://github.com/nicolargo/glances/releases)
|
||||
- [Changelog](https://github.com/nicolargo/glances/blob/develop/NEWS.rst)
|
||||
- [Commits](https://github.com/nicolargo/glances/compare/v3.2.6.3...v3.2.6.4)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: glances
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- Bump glances from 3.2.6.1 to 3.2.6.3 in /glances (#260)
|
||||
|
||||
Bumps [glances](https://github.com/nicolargo/glances) from 3.2.6.1 to 3.2.6.3.
|
||||
- [Release notes](https://github.com/nicolargo/glances/releases)
|
||||
- [Changelog](https://github.com/nicolargo/glances/blob/develop/NEWS.rst)
|
||||
- [Commits](https://github.com/nicolargo/glances/compare/v3.2.6.1...v3.2.6.3)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: glances
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- Bump glances from 3.2.5 to 3.2.6.1 in /glances (#259)
|
||||
|
||||
Bumps [glances](https://github.com/nicolargo/glances) from 3.2.5 to 3.2.6.1.
|
||||
- [Release notes](https://github.com/nicolargo/glances/releases)
|
||||
- [Changelog](https://github.com/nicolargo/glances/blob/develop/NEWS.rst)
|
||||
- [Commits](https://github.com/nicolargo/glances/compare/v3.2.5...v3.2.6.1)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: glances
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- Bump psutil from 5.9.0 to 5.9.1 in /glances (#258)
|
||||
|
||||
Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.0 to 5.9.1.
|
||||
- [Release notes](https://github.com/giampaolo/psutil/releases)
|
||||
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
|
||||
- [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.0...release-5.9.1)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: psutil
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- Bump zeroconf from 0.38.4 to 0.38.5 in /glances (#256)
|
||||
|
||||
Bumps [zeroconf](https://github.com/jstasiak/python-zeroconf) from 0.38.4 to 0.38.5.
|
||||
- [Release notes](https://github.com/jstasiak/python-zeroconf/releases)
|
||||
- [Commits](https://github.com/jstasiak/python-zeroconf/compare/0.38.4...0.38.5)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: zeroconf
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- Bump glances from 3.2.4.2 to 3.2.5 in /glances (#255)
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
|
|
|
@ -49,6 +49,6 @@ If you are more interested in stable releases of our add-ons:
|
|||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||
[patreon]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-7c03702-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-glances/tree/7c03702
|
||||
[release-shield]: https://img.shields.io/badge/version-d04e9c3-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-glances/tree/d04e9c3
|
||||
[screenshot]: https://github.com/hassio-addons/addon-glances/raw/main/images/screenshot.png
|
|
@ -69,4 +69,4 @@ schema:
|
|||
slug: glances
|
||||
startup: services
|
||||
url: https://github.com/hassio-addons/addon-glances
|
||||
version: 7c03702
|
||||
version: d04e9c3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue