Skip to content

Commit 56eb63f

Browse files
chore(release): 1.5.7
## [1.5.7](v1.5.6...v1.5.7) (2022-02-14) ### Bug Fixes * increase rabbitmq timeout, fix trap mib loading, add mongo indexers ([#398](#398)) ([274062b](274062b)), closes [#390](#390) [#390](#390) [#392](#392) [#392](#392) [#393](#393) [#393](#393) [#391](#391) [#391](#391) [#394](#394) [#396](#396) [#395](#395) [#395](#395) [#397](#397) [#397](#397)
1 parent 274062b commit 56eb63f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/splunk-connect-for-snmp/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ type: application
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
1616

17-
version: 1.5.7-beta.6
17+
version: 1.5.7
1818
# This is the version number of the application being deployed. This version number should be
1919
# incremented each time you make changes to the application. Versions are not expected to
2020
# follow Semantic Versioning. They should reflect the version the application is using.
2121
# It is recommended to use it with quotes.
22-
appVersion: "1.5.7-beta.6"
22+
appVersion: "1.5.7"
2323
#
2424
dependencies:
2525
- name: mongodb

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "splunk-connect-for-snmp"
3-
version = "1.5.7-beta.6"
3+
version = "1.5.7"
44
description = ""
55
authors = ["rfaircloth-splunk <[email protected]>"]
66
license = "Apache-2.0"

splunk_connect_for_snmp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
#
1616

1717

18-
__version__ = "1.5.7-beta.6"
18+
__version__ = "1.5.7"

0 commit comments

Comments
 (0)