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

chore: release #151

Closed
wants to merge 1 commit into from
Closed

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 19, 2024

🤖 New release

  • route_verification_bgp: 0.5.0 -> 0.6.0 (⚠️ API breaking changes)
  • route_verification_as_path_regex: 0.1.0 -> 0.2.0 (⚠️ API breaking changes)
  • route_verification_ir: 0.2.0 -> 0.3.0 (⚠️ API breaking changes)
  • route_verification_shared_struct: 0.1.1 -> 0.2.0 (⚠️ API breaking changes)
  • route_verification_irr: 0.2.0 -> 0.2.1 (✓ API compatible changes)
  • route_verification_parse: 0.2.0 -> 0.3.0 (⚠️ API breaking changes)
  • route_verification_rib_stats: 0.1.2 -> 0.1.3
  • route_verification: 0.5.0 -> 0.5.1 (✓ API compatible changes)

⚠️ route_verification_bgp breaking changes

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/method_parameter_count_changed.ron

Failed in:
  route_verification_bgp::cmp::as_regex::AsRegex::check now takes 2 parameters instead of 3, in /tmp/.tmpiTEqRm/internet_route_verification/route_verification/bgp/src/cmp/as_regex.rs:14
  route_verification_bgp::cmp::as_regex::AsRegex::asn_chars now takes 2 parameters instead of 4, in /tmp/.tmpiTEqRm/internet_route_verification/route_verification/bgp/src/cmp/as_regex.rs:43

⚠️ route_verification_as_path_regex breaking changes

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/inherent_method_missing.ron

Failed in:
  Interpreter::as_peering_char, previously in file /tmp/.tmpmBUIoG/route_verification_as_path_regex/src/interpreter.rs:34
  Interpreter::as_peering_char, previously in file /tmp/.tmpmBUIoG/route_verification_as_path_regex/src/interpreter.rs:34

⚠️ route_verification_ir breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/enum_variant_added.ron

Failed in:
  variant Filter:PeerAS in /tmp/.tmpiTEqRm/internet_route_verification/route_verification/ir/src/filter.rs:120
  variant Filter:PeerAS in /tmp/.tmpiTEqRm/internet_route_verification/route_verification/ir/src/filter.rs:120

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/enum_variant_missing.ron

Failed in:
  variant Filter::Invalid, previously in file /tmp/.tmpmBUIoG/route_verification_ir/src/filter.rs:169
  variant Filter::Invalid, previously in file /tmp/.tmpmBUIoG/route_verification_ir/src/filter.rs:169

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/function_missing.ron

Failed in:
  function route_verification_ir::peer_as_filter, previously in file /tmp/.tmpmBUIoG/route_verification_ir/src/filter.rs:43
  function route_verification_ir::filter::peer_as_filter, previously in file /tmp/.tmpmBUIoG/route_verification_ir/src/filter.rs:43

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/function_parameter_count_changed.ron

Failed in:
  route_verification_ir::filter::parse_path_attribute now takes 2 parameters instead of 3, in /tmp/.tmpiTEqRm/internet_route_verification/route_verification/ir/src/filter.rs:8

⚠️ route_verification_shared_struct breaking changes

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field peer_as_point of struct Counts, previously in file /tmp/.tmpmBUIoG/route_verification_shared_struct/src/stats.rs:21
  field complex_peer_as of struct Counts, previously in file /tmp/.tmpmBUIoG/route_verification_shared_struct/src/stats.rs:23

⚠️ route_verification_parse breaking changes

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/function_parameter_count_changed.ron

Failed in:
  route_verification_parse::filter::parse_filter now takes 2 parameters instead of 3, in /tmp/.tmpiTEqRm/internet_route_verification/route_verification/parse/src/filter.rs:6
  route_verification_parse::parse_filter now takes 2 parameters instead of 3, in /tmp/.tmpiTEqRm/internet_route_verification/route_verification/parse/src/filter.rs:6
Changelog

route_verification_bgp

0.6.0 - 2024-05-10

Other

  • resolve PeerAS at run time

route_verification_as_path_regex

0.2.0 - 2024-05-10

Other

  • resolve PeerAS at run time
  • make new clippy happy

route_verification_ir

0.3.0 - 2024-05-10

Other

  • resolve PeerAS at run time

route_verification_shared_struct

0.2.0 - 2024-05-10

Other

  • resolve PeerAS at run time

route_verification_irr

0.2.1 - 2024-05-10

Other

  • pypy3python in Rust to use with rye

route_verification_parse

0.3.0 - 2024-05-10

Other

  • resolve PeerAS at run time

route_verification_rib_stats

0.1.3 - 2024-05-10

Other

  • RIB stats for all4

route_verification

0.5.1 - 2024-05-10

Other

  • count community filter #158
  • RIB stats for all4
  • pypy3python in Rust to use with rye
  • resolve PeerAS at run time
  • make new clippy happy
  • BGPq3-compatible rules CDF plot #137
  • basic last-modified stats&CDF #130
  • update filter AS script after verbosity changes


This PR was generated with release-plz.

@github-actions github-actions bot changed the title chore: release chore(route_verification): release v0.5.1 May 1, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-04-19T13-31-03Z branch 3 times, most recently from d7960ba to 580b713 Compare May 2, 2024 14:59
@github-actions github-actions bot changed the title chore(route_verification): release v0.5.1 chore: release May 2, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-04-19T13-31-03Z branch from 580b713 to 8a96fd9 Compare May 2, 2024 15:05
@github-actions github-actions bot force-pushed the release-plz-2024-04-19T13-31-03Z branch from 8a96fd9 to 35ab1a6 Compare May 10, 2024 05:27
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot force-pushed the release-plz-2024-04-19T13-31-03Z branch from 35ab1a6 to c9c8d16 Compare May 10, 2024 08:14
@github-actions github-actions bot closed this May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants