Skip to content

Commit

Permalink
chore(release): 1.4.0-beta.1
Browse files Browse the repository at this point in the history
# [1.4.0-beta.1](v1.3.3...v1.4.0-beta.1) (2022-01-16)

### Bug Fixes

* add option to change indexes names ([#337](#337)) ([d2413bf](d2413bf))
* 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))
  • Loading branch information
semantic-release-bot committed Jan 16, 2022
1 parent 8821a96 commit f825bfb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/splunk-connect-for-snmp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 0.0.0
version: 1.4.0-beta.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.0.0"
appVersion: "1.4.0-beta.1"
#
dependencies:
- name: mongodb
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "splunk-connect-for-snmp"
version = "0.0.0"
version = "1.4.0-beta.1"
description = ""
authors = ["rfaircloth-splunk <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion splunk_connect_for_snmp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
#


__version__ = "0.0.0"
__version__ = "1.4.0-beta.1"

0 comments on commit f825bfb

Please sign in to comment.