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

Bump network-config-analyzer from 1.9.2 to 1.9.6 #39

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2023

Bumps network-config-analyzer from 1.9.2 to 1.9.6.

Release notes

Sourced from network-config-analyzer's releases.

Release v1.9.6

Changes in this Release:

  • Bug fix: "Recursion limit exceeded" error when reading a json with a list of strings

Release v1.9.5

Changes in this Release:

  • Two more queries, interferes and pairwiseInterferes, can now benefit from optimized mode (run with -opt=true).
  • Bug fix: rarely, some diffs were not reported by semanticDiff query
  • Bug fix: Issue #569 - some warnings printed to stdout instead of stderr
  • Bug fix: Issue #573 - crash when hitting an illegal JSON file

Release v1.9.4

Changes in this Release:

  • Two more queries, equivalence and permits, can now benefit from optimized mode (run with -opt=true).
  • Fixed Issue #557: The exportTo field in VirtualService should be an array, not a string

Release v1.9.3

Changes in this Release:

  • Many improvements to the generated graphviz-based graph:
    • Endpoints sharing the same connectivity and the same namespace are grouped together to reduce the total number of edges.
    • If the graph contains a large-enough set of endpoints, in which each pair of endpoints is connected in exactly the same way, a Clique node will be created, and all endpoints in the set will connect to this (meta-)node. This also reduces the total number of edges
    • If the graph contains two large-enough sets of endpoints A and B, where the allowed connectivity from any endpoint in A to any endpoint in B is the same, a Bi-Clique node will be created, and every endpoint in A will connect to this (meta-)node, and the Bi-Clique will connect to every node in B.
    • Labels on edges are shortened, and a legend explains what each shortening means.
  • Explainability: A new flag, --explain, appends to connectivity reports the exact set of resources that take part in setting the allowed connectivity between endpoints. Such explanation can be provided for the connectivity between a given set of endpoint, e.g., --explain default/Pod1[Pod],ns2/deployment-D[Deployment] or between every pair of endpoints by specifying --explain ALL.
  • Istio traffic management: Supporting ServiceEntries as hosts in the spec of Sidecar egress.
  • Improved performance via a new data-structure. This is currently under a feature flag: -opt=true.
  • Graphviz added to docker images
  • Various bug fixes
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [network-config-analyzer](https://github.com/IBM/network-config-analyzer) from 1.9.2 to 1.9.6.
- [Release notes](https://github.com/IBM/network-config-analyzer/releases)
- [Commits](IBM/network-config-analyzer@v1.9.2...v1.9.6)

---
updated-dependencies:
- dependency-name: network-config-analyzer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 21, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 28, 2023

Looks like network-config-analyzer is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Aug 28, 2023
@dependabot dependabot bot deleted the dependabot/pip/network-config-analyzer-1.9.6 branch August 28, 2023 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants