Skip to content

Commit

Permalink
chore(release): 1.10.0
Browse files Browse the repository at this point in the history
# [1.10.0](v1.9.3...v1.10.0) (2024-03-05)

### Features

* release 1.10.0 ([#972](#972)) ([1be3947](1be3947)), closes [#904](#904) [#904](#904) [#905](#905) [#917](#917) [#916](#916) [#920](#920) [#920](#920) [#914](#914) [#926](#926) [#901](#901) [#924](#924) [#922](#922) [#921](#921) [#902](#902) [#912](#912) [#911](#911) [#910](#910) [#903](#903) [#909](#909) [#906](#906) [#907](#907) [#915](#915) [#927](#927) [#913](#913) [#940](#940) [#940](#940) [#948](#948) [#945](#945) [#947](#947) [#953](#953) [#953](#953) [#957](#957) [#956](#956) [#956](#956) [#944](#944) [#962](#962) [#962](#962) [#961](#961) [#950](#950) [#971](#971)
  • Loading branch information
srv-rr-github-token committed Mar 5, 2024
1 parent 1be3947 commit d26ba44
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: 1.10.0-beta.6
version: 1.10.0
# 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: "1.10.0-beta.6"
appVersion: "1.10.0"
#
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 = "1.10.0-beta.6"
version = "1.10.0"
description = ""
authors = ["omrozowicz-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__ = "1.10.0-beta.6"
__version__ = "1.10.0"

0 comments on commit d26ba44

Please sign in to comment.