Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: release version 1.9.3 #899

Merged
merged 91 commits into from
Oct 24, 2023
Merged

fix: release version 1.9.3 #899

merged 91 commits into from
Oct 24, 2023

Conversation

ajasnosz
Copy link
Collaborator

@ajasnosz ajasnosz commented Oct 23, 2023

Description

Changed

  • add regex and option to negate conditional profiles search
  • downgrade of some log messages from warning to info
  • upgrade of pymongo to v4
  • make max walk retries configurable and decrease it from 50 to 5 by default to not waste time and resources on
    continuously ask devices that does not respond

Fixed

  • empty profile name when MIB family name and a polled varbind differs
  • stop mib search on vendor if oid is for enterprise tree

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • New feature
  • Refactor/improvement

How Has This Been Tested?

Integration tests, unit tests, manual tests

Checklist

  • My commit message is conventional
  • I have run pre-commit on all files before creating the PR
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have checked my code and corrected any misspellings

ajasnosz and others added 30 commits July 31, 2023 16:49
* chore: update troubleshooting docs

* chore: fix typos

* chore: add quotes

* chore: fix typos
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…#808)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
## [1.9.3-beta.1](v1.9.2...v1.9.3-beta.1) (2023-08-07)

### Reverts

* Revert "chore(deps): update dependency celery to v5.3.1 (#809)" (#816) ([f9ddc3c](f9ddc3c)), closes [#809](#809) [#816](#816)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…o v1.19.0 (#814)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…fying its port, and later adding expicite port, the previous configuration with the default port from the inventory will be deleted (#807)
## [1.9.3-beta.2](v1.9.3-beta.1...v1.9.3-beta.2) (2023-08-07)

### Bug Fixes

* while configuring host inside the group without explicitly specifying its port, and later adding expicite port, the previous configuration with the default port from the inventory will be deleted ([#807](#807)) ([59e26a0](59e26a0))
* chore: traps aggregation

* chore: move config to traps

* chore: reformat code
## [1.9.3-beta.3](v1.9.3-beta.2...v1.9.3-beta.3) (2023-08-08)

### Bug Fixes

* bump version ([#821](#821)) ([e32951c](e32951c))
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ajasnosz and others added 18 commits October 11, 2023 13:20
## [1.9.3-beta.10](v1.9.3-beta.9...v1.9.3-beta.10) (2023-10-11)

### Bug Fixes

* stop search for enterprise oid ([#888](#888)) ([5d0d9b9](5d0d9b9))
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
….4.1 (#889)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
## [1.9.3-beta.11](v1.9.3-beta.10...v1.9.3-beta.11) (2023-10-20)

### Bug Fixes

* make walk max retries parameter configurable ([#879](#879)) ([a5d218a](a5d218a))
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@github-actions
Copy link
Contributor

github-actions bot commented Oct 23, 2023

CLA Assistant Lite bot: All contributors have NOT signed the COC Document


I have read the Code of Conduct and I hereby accept the Terms


5 out of 6 committers have signed the CLA.
@ajasnosz
@wojtekzyla
@omrozowicz-splunk
@srv-rr-github-token
@sbylica-splunk
@semantic-release-bot
You can retrigger this bot by commenting recheck in this Pull Request

@codecov-commenter
Copy link

codecov-commenter commented Oct 23, 2023

Codecov Report

Merging #899 (65c23b1) into main (7b73063) will increase coverage by 0.16%.
Report is 1 commits behind head on main.
The diff coverage is 96.61%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##             main     #899      +/-   ##
==========================================
+ Coverage   87.43%   87.59%   +0.16%     
==========================================
  Files          27       27              
  Lines        1815     1887      +72     
==========================================
+ Hits         1587     1653      +66     
- Misses        228      234       +6     
Files Coverage Δ
splunk_connect_for_snmp/__init__.py 100.00% <100.00%> (ø)
...unk_connect_for_snmp/common/inventory_processor.py 96.94% <100.00%> (+0.12%) ⬆️
splunk_connect_for_snmp/common/inventory_record.py 99.07% <100.00%> (ø)
splunk_connect_for_snmp/common/schema_migration.py 95.38% <100.00%> (ø)
splunk_connect_for_snmp/common/task_generator.py 100.00% <100.00%> (ø)
splunk_connect_for_snmp/customtaskmanager.py 97.14% <100.00%> (+1.22%) ⬆️
splunk_connect_for_snmp/enrich/tasks.py 90.09% <100.00%> (-3.61%) ⬇️
splunk_connect_for_snmp/inventory/loader.py 90.62% <100.00%> (+0.30%) ⬆️
splunk_connect_for_snmp/inventory/tasks.py 95.28% <100.00%> (+0.43%) ⬆️
splunk_connect_for_snmp/snmp/tasks.py 91.20% <100.00%> (+0.19%) ⬆️
... and 3 more

ajasnosz and others added 2 commits October 23, 2023 15:14
## [1.9.3-beta.12](v1.9.3-beta.11...v1.9.3-beta.12) (2023-10-23)

### Bug Fixes

* update semantic-relese ([#900](#900)) ([65c23b1](65c23b1))
@sbylica-splunk
Copy link
Contributor

I have read the Code of Conduct and I hereby accept the Terms

@ajasnosz ajasnosz merged commit f08e3c6 into main Oct 24, 2023
17 of 22 checks passed
@ajasnosz ajasnosz deleted the develop branch October 24, 2023 07:18
@github-actions github-actions bot locked and limited conversation to collaborators Oct 24, 2023
@srv-rr-github-token
Copy link
Contributor

🎉 This PR is included in version 1.9.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants