-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* build(pip): (deps-dev): bump pytest from 7.1.2 to 7.2.1 (#684) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.2.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.1.2...7.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: update poetry version and generate new lock file (#698) * chore: add missing setuptools for mike (#699) * chore: add gnome-keyring (#700) * fix: refactor varBinds mechanism and implement compound indexes (#704) * fix: refactor varBinds mechanism and implement compound indexes * fix: add docstrings and fix unit tests * fix: mapping method for profiles * fix: looking for a parent in a map * fix: run pre-commit * fix: bring back the previous behavior of IF-MIB and SNMPv2-MIB during walk profile operation * chore(release): 1.8.7-beta.1 ## [1.8.7-beta.1](v1.8.6...v1.8.7-beta.1) (2023-02-23) ### Bug Fixes * refactor varBinds mechanism and implement compound indexes ([#704](#704)) ([f4007f4](f4007f4)) * fix: cleanup helm structure different traps and polling (#688) * fix: helm cleanup, add more render manifests, cleanup values.yaml file, document configuration * fix: run make render and update Makefile with render_manifests.sh * fix: delete loggers, run pre-commit * fix: selector labels * fix: selector labels for yaml cm used by scheduler * fix: update documentation * fix: add polling and trap configuration to the offline and lightweight examples --------- Co-authored-by: semantic-release-bot <[email protected]> Co-authored-by: Wojciech Zyla <[email protected]> * chore(release): 1.8.7-beta.2 ## [1.8.7-beta.2](v1.8.7-beta.1...v1.8.7-beta.2) (2023-02-28) ### Bug Fixes * cleanup helm structure different traps and polling ([#688](#688)) ([86957f9](86957f9)) * fix: conditional profiles (#713) * fix: implement conditional profiles feature, add unit tests, refactor adding to assigned_profiles listm improve varBinds validation, change tagging conditional profiles in mongo, add documentation * fix: apply pre-commit * fix: documentation * chore: update CHANGELOG.md * chore(release): 1.8.7-beta.3 ## [1.8.7-beta.3](v1.8.7-beta.2...v1.8.7-beta.3) (2023-03-17) ### Bug Fixes * conditional profiles ([#713](#713)) ([7d8d5fc](7d8d5fc)) * fix: do not poll IF-MIB by default (#714) * fix: do not poll IF-MIB by default, add NOTE about IF-MIB not being polled by default * fix: update CHANGELOG and add unit test * fix: unit test * chore(release): 1.8.7-beta.4 ## [1.8.7-beta.4](v1.8.7-beta.3...v1.8.7-beta.4) (2023-03-21) ### Bug Fixes * do not poll IF-MIB by default ([#714](#714)) ([3d2a1f6](3d2a1f6)) * fix: tooBig error (#717) * fix: tooBig error * chore(release): 1.8.7-beta.5 ## [1.8.7-beta.5](v1.8.7-beta.4...v1.8.7-beta.5) (2023-03-24) ### Bug Fixes * tooBig error ([#717](#717)) ([d964746](d964746)) * test: adding syntax from poetry >= 1.2 (#716) * test: adding syntax from poetry >= 1.2 * fix: treating not existing group name as a hostname (#721) * chore(release): 1.8.7-beta.6 ## [1.8.7-beta.6](v1.8.7-beta.5...v1.8.7-beta.6) (2023-03-28) ### Bug Fixes * treating not existing group name as a hostname ([#721](#721)) ([5e46474](5e46474)) * fix: prepare release (#722) * doc: improve documentation * chore: improve GH workflow permissions * doc: update docs, delete outdated informations * chore(release): 1.8.7-beta.7 ## [1.8.7-beta.7](v1.8.7-beta.6...v1.8.7-beta.7) (2023-04-03) ### Bug Fixes * prepare release ([#722](#722)) ([b169d5d](b169d5d)) * fix: workflow permissions (#724) * chore(release): 1.8.7-beta.8 ## [1.8.7-beta.8](v1.8.7-beta.7...v1.8.7-beta.8) (2023-04-03) ### Bug Fixes * workflow permissions ([#724](#724)) ([7ffbc35](7ffbc35)) * fix: GitHub actions Helm permissions (#725) * fix: workflow permissions * chore(release): 1.8.7-beta.9 ## [1.8.7-beta.9](v1.8.7-beta.8...v1.8.7-beta.9) (2023-04-03) ### Bug Fixes * GitHub actions Helm permissions ([#725](#725)) ([dec2fef](dec2fef)) * doc: minor enhancements (#727) * doc: shorten step by step polling * doc: add search option to the documentation and update values.yaml with the new profiles * doc: add logLevel to the main values.yaml, run make render * doc: change values.yaml lint * doc: fix title (#728) * feat: prepare release, modify changelog (#729) * chore(release): 1.9.0-beta.1 # [1.9.0-beta.1](v1.8.7-beta.9...v1.9.0-beta.1) (2023-04-04) ### Features * prepare release, modify changelog ([#729](#729)) ([a373477](a373477)) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: semantic-release-bot <[email protected]> Co-authored-by: Wojciech Zyla <[email protected]> Co-authored-by: Lukasz Loboda <[email protected]>
- Loading branch information
1 parent
bc2e8d1
commit 3db5f1c
Showing
121 changed files
with
3,003 additions
and
1,389 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,9 @@ on: | |
jobs: | ||
call-workflow-agreements: | ||
uses: splunk/addonfactory-github-workflows/.github/workflows/[email protected] | ||
permissions: | ||
contents: read | ||
packages: write | ||
secrets: | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
PERSONAL_ACCESS_TOKEN: ${{ secrets.PAT_CLATOOL }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,9 @@ on: | |
|
||
jobs: | ||
call-workflow-preview: | ||
permissions: | ||
contents: write | ||
packages: write | ||
uses: splunk/addonfactory-github-workflows/.github/workflows/[email protected] | ||
secrets: | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
.PHONY: render | ||
render: | ||
rm -rf rendered/manifests | ||
helm template -n default --values rendered/values.yaml --output-dir rendered/manifests/tests charts/splunk-connect-for-snmp | ||
rm -rf rendered/manifests/tests/splunk-connect-for-snmp/charts | ||
./render_manifests.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,2 @@ | ||
Version 1.7 of SC4SNMP add new feature which enables horizontal worker pods autoscaling, in order to use it you will need to turn on microk8s metrics-server addon: | ||
|
||
microk8s enable metrics-server | ||
|
||
and you should also update worker configuration in values.yaml file according to the documentation: | ||
https://splunk.github.io/splunk-connect-for-snmp/main/configuration/worker-configuration | ||
|
||
values.yaml template is available here: | ||
https://splunk.github.io/splunk-connect-for-snmp/main/gettingstarted/sc4snmp-installation | ||
Walk profiles no longer include IF-MIB family by default. | ||
If you've used this functionality before, please update the walk profile with ['IF-MIB'] varBind. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.