suzieq
suzieq copied to clipboard
0.24.0 housekeeping
Set develop as target branch of this PR (delete this line before issuing the PR)
Test inclusion requirements
In case the PR contains an enhancement or a new platform/service support, some tests have to be added for the new functionality:
- any fix or enhancement SHOULD include relevant new tests or test updates, if any tests need updating.
- a new platform support MUST include the relevant input files similar to what we have in tests/integration/sqcmds/-input directories, along with the relevant tests in the tests/integration/sqcmds/-samples dir. That list MUST include the all.yml file fully filled out.
- any new service (or table) addition MUST include comments about what network OS are supported (along with version) with this command along with test samples for those platforms and input files in the *-input dir
For additional information about tests, follow this link
Related Issue
Fixes #
Description
Minor updates to 0.24.0:
- Add .github/dependabot.yaml to auto check outdated dependencies
- Update GitHub actions
- Remove last references to Python3.7
Type of change
Please delete options that are not relevant.
- Housekeeping
- Documentation update
New Behavior
No real massive changes. Just more housekeeping.
...
Contrast to Current Behavior
No real massive changes. Just more housekeeping.
...
Discussion: Benefits and Drawbacks
No real massive changes. Just more housekeeping.
...
Changes to the Documentation
...
Proposed Release Note Entry
- Remove final references to Python3.7
...
Comments
Include additional comments about the this pull request
Double Check
- [X] I have read the comments and followed the CONTRIBUTING.md.
- [X] I have explained my PR according to the information in the comments or in a linked issue.
- [X] My PR source branch is created from the
developbranch. - [X] My PR targets the
developbranch. - [X] All my commits have
--signoffapplied