generated from Cray-HPE/metal-template
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Release 1.6.27 #236
Merged
Release 1.6.27 #236
Conversation
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 removes the `.version` files and uses git-tags. `canu` now versions itself within `setup.py` based on `git describe --tags`. This also builds canu inside of the RPM `specfile` using `pyinstaller` and no longer uses a special `pyinstaller` image. The spec file will create a `canu` user. All of the `requirements` files were converted into `setup.py`, this tidies up the repository by using less files. All references to the `.version` files were replaced by leveraging the `pkg_resources` module to fetch the version from the module `PKG_INFO`. This also breaks apart the GitHub actions for lint, docs, and tests into their own workflows allowing for more parallelization. Lastly this adds an automated, weekly dependabot scan for making PRs to update dependencies.
Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.2 to 3.1.2. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.0.2...3.1.2) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [openpyxl](https://openpyxl.readthedocs.io) from 3.0.9 to 3.0.10. --- updated-dependencies: - dependency-name: openpyxl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Fix tests bump version
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.4.1 to 6.0. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](yaml/pyyaml@5.4.1...6.0) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [nornir-scrapli](https://github.com/scrapli/nornir_scrapli) from 2022.1.30 to 2022.7.30. - [Release notes](https://github.com/scrapli/nornir_scrapli/releases) - [Commits](scrapli/nornir_scrapli@2022.01.30...2022.07.30) --- updated-dependencies: - dependency-name: nornir-scrapli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [kubernetes](https://github.com/kubernetes-client/python) from 20.13.0 to 24.2.0. - [Release notes](https://github.com/kubernetes-client/python/releases) - [Changelog](https://github.com/kubernetes-client/python/blob/master/CHANGELOG.md) - [Commits](kubernetes-client/python@v20.13.0...v24.2.0) --- updated-dependencies: - dependency-name: kubernetes dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: lukebates123 <[email protected]>
Signed-off-by: lukebates123 <[email protected]>
Signed-off-by: lukebates123 <[email protected]>
Signed-off-by: lukebates123 <[email protected]>
Signed-off-by: lukebates123 <[email protected]>
Signed-off-by: lukebates123 <[email protected]>
If Snyk scanning is ever added, then `setup.py` will be referred to in an isolated environment for dependnecy scanning that does not contain `PKG-INFO` (or `.git/` for that matter). Snyk will fail when invoking `get_version()` unless it reesolves the version from the already installed `canu` app.
SonarCloud Quality Gate failed.
|
kosonenj
approved these changes
Nov 17, 2022
Wait for #237 , it's coming in hot/shortly! |
lukebates123
approved these changes
Nov 17, 2022
lukebates123
pushed a commit
that referenced
this pull request
Apr 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary and Scope
Overview:
canu validate shcd-cabling
andcanu validate paddle-cabling
have been fixed to better handle incoming LLDP data. This required enhancement of the CANU internal network model.Details:
canu generate switch/network config
to clean up output.