Skip to content

Commit

Permalink
Prepping for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Doyle committed Mar 12, 2020
1 parent fcecdf0 commit face730
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Simp ChangeLog

## 1.4.1 - Mar 12, 2020

* added new required config settings to control redis connection settings
* read_timeout, write_timeout, reconnect, reconnect_every settings exposed in config for data and poller

* added more complete SNMPv3 connection options
* auth_password, auth_protocol, priv_key, priv_password, priv_protocol. See Net::SNMP docs for meanings


# Simp ChangeLog

## 1.4.0 - Sept 18, 2019

* add require_match/invert_match to data fields
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=simp
VERSION=1.4.0
VERSION=1.4.1

.PHONY: dist

Expand Down
2 changes: 1 addition & 1 deletion simp-comp.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: A system for fetching data from simp and compiling the data into a composite
Name: simp-comp
Version: 1.4.0
Version: 1.4.1
Release: 1%{dist}
License: GRNOC
Group: GRNOC
Expand Down
2 changes: 1 addition & 1 deletion simp-data.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: A small system for fetching SNMP data from redis and returning it via RabbitMQ
Name: simp-data
Version: 1.4.0
Version: 1.4.1
Release: 1%{dist}
License: GRNOC
Group: GRNOC
Expand Down
2 changes: 1 addition & 1 deletion simp-monitor.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: simp-monitor
Version: 1.4.0
Version: 1.4.1
Release: 1%{?dist}
Summary: A functionality to monitor SIMP
License: GRNOC
Expand Down
2 changes: 1 addition & 1 deletion simp-poller.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: A small system for gathering large amounts of SNMP data and pushing them into redis
Name: simp-poller
Version: 1.4.0
Version: 1.4.1
Release: 1%{dist}
License: GRNOC
Group: GRNOC
Expand Down
2 changes: 1 addition & 1 deletion simp-tsds.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: SIMP TSDS Collector
Name: simp-tsds
Version: 1.4.0
Version: 1.4.1
Release: 1%{dist}
License: APL 2.0
Group: Network
Expand Down

0 comments on commit face730

Please sign in to comment.