1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 10:15:22 +00:00

Merge branch 'librenms:master' into master

This commit is contained in:
La 2022-03-19 13:06:16 +08:00 committed by GitHub
commit dd18b85b02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View file

@ -23,7 +23,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
-
name: Docker meta
id: meta

View file

@ -14,7 +14,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
-
name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v3

View file

@ -1,5 +1,9 @@
# Changelog
## 22.2.2-r0 (2022/03/13)
* LibreNMS 22.2.2 (#257)
## 22.2.1-r0 (2022/02/20)
* LibreNMS 22.2.1 (#254)