Skip to content

Commit 8d5aa4f

Browse files
chore(release): 1.4.0
# [1.4.0](v1.3.3...v1.4.0) (2022-01-16) ### Bug Fixes * add option to change indexes names ([#337](#337)) ([d2413bf](d2413bf)) * bump ([c6a94c5](c6a94c5)) * bump ([5ddab14](5ddab14)) * correct if syntax ([a0a4576](a0a4576)) * handle short varbind tables ([813f662](813f662)) * poller username secrets ([#336](#336)) ([6207c6f](6207c6f)) * rework of enricher mongo data model ([#334](#334)) ([41129cf](41129cf)) ### Features * bump docs ([021ad01](021ad01)) * Load all standard mibs ([5b6600c](5b6600c)) * more hosts per address ([#333](#333)) ([3d45c6a](3d45c6a)) ### Reverts * Revert "chore(release): 1.4.0-beta.1" ([8821a96](8821a96))
1 parent f089955 commit 8d5aa4f

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.4.0-beta.1
17+
version: 1.4.0
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.4.0-beta.1"
22+
appVersion: "1.4.0"
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.4.0-beta.1"
3+
version = "1.4.0"
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.4.0-beta.1"
18+
__version__ = "1.4.0"

0 commit comments

Comments
 (0)