Skip to content

Commit

Permalink
released 0.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni Moreno Gimenez committed Mar 6, 2021
1 parent 32234fd commit 61eac23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v 0.10.0 ( unreleased )
# v 0.10.0 ( 2021-03-06 )
### New Features
* added support for PostgreSQL as config database.
* added option to redirect influxdb HTTP writes over HTTP(S)_PROXY variables.
Expand All @@ -8,6 +8,7 @@
* Added /api/rt/agent/shutdown as fast way to reload config when existing external tools to restart the snmpcollector instance (docker --restart=always) by example.
* added support to tags converted from int/float/bool types when is_tag is true.
* Added support for SNMPv3 AES192,AES192C,AES256,AES256C Privacy Protocols and SHA224,SHA256,SHA384,SHA512 Auth protocols.
* updated compiler platform to golang 1.16



Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Golang build container
FROM golang:1.13.4-alpine
FROM golang:1.16-alpine

RUN apk add --no-cache gcc g++ bash git

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"company": "Toni Inc"
},
"name": "snmpcollector",
"version": "0.9.1",
"version": "0.10.0",
"repository": {
"type": "git",
"url": "http://github.com/toni-moreno/snmpcollector.git"
Expand Down

0 comments on commit 61eac23

Please sign in to comment.