Skip to content

chore: release#1654

Merged
baszalmstra merged 1 commit intomainfrom
release-plz-2025-09-04T11-57-18Z
Sep 4, 2025
Merged

chore: release#1654
baszalmstra merged 1 commit intomainfrom
release-plz-2025-09-04T11-57-18Z

Conversation

@baszalmstra
Copy link
Collaborator

@baszalmstra baszalmstra commented Sep 4, 2025

🤖 New release

  • rattler_networking: 0.25.11 -> 0.25.12 (✓ API compatible changes)
  • rattler: 0.37.0 -> 0.37.1 (✓ API compatible changes)
  • rattler_repodata_gateway: 0.24.2 -> 0.24.3 (✓ API compatible changes)
  • rattler_upload: 0.2.1 -> 0.3.0 (⚠ API breaking changes)
  • rattler_index: 0.24.12 -> 0.25.0 (⚠ API breaking changes)
  • rattler_sandbox: 0.1.10 -> 0.1.11 (✓ API compatible changes)
  • rattler_package_streaming: 0.23.2 -> 0.23.3
  • rattler_cache: 0.3.32 -> 0.3.33
  • rattler_s3: 0.1.0 -> 0.1.1

rattler_upload breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field S3Opts.credentials in /tmp/.tmpT3NP9b/rattler/crates/rattler_upload/src/upload/opt.rs:435
  field S3Opts.force in /tmp/.tmpT3NP9b/rattler/crates/rattler_upload/src/upload/opt.rs:439

--- 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.43.0/src/lints/function_parameter_count_changed.ron

Failed in:
  rattler_upload::upload::upload_package_to_s3 now takes 5 parameters instead of 9, in /tmp/.tmpT3NP9b/rattler/crates/rattler_upload/src/upload/s3.rs:13

--- 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.43.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field endpoint_url of struct S3Opts, previously in file /tmp/.tmpr94ilx/rattler_upload/src/upload/opt.rs:435
  field region of struct S3Opts, previously in file /tmp/.tmpr94ilx/rattler_upload/src/upload/opt.rs:439
  field force_path_style of struct S3Opts, previously in file /tmp/.tmpr94ilx/rattler_upload/src/upload/opt.rs:443
  field access_key_id of struct S3Opts, previously in file /tmp/.tmpr94ilx/rattler_upload/src/upload/opt.rs:447
  field secret_access_key of struct S3Opts, previously in file /tmp/.tmpr94ilx/rattler_upload/src/upload/opt.rs:451
  field session_token of struct S3Opts, previously in file /tmp/.tmpr94ilx/rattler_upload/src/upload/opt.rs:455

rattler_index breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field IndexS3Config.credentials in /tmp/.tmpT3NP9b/rattler/crates/rattler_index/src/lib.rs:614

--- 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.43.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field region of struct IndexS3Config, previously in file /tmp/.tmpr94ilx/rattler_index/src/lib.rs:598
  field endpoint_url of struct IndexS3Config, previously in file /tmp/.tmpr94ilx/rattler_index/src/lib.rs:600
  field force_path_style of struct IndexS3Config, previously in file /tmp/.tmpr94ilx/rattler_index/src/lib.rs:602
  field access_key_id of struct IndexS3Config, previously in file /tmp/.tmpr94ilx/rattler_index/src/lib.rs:605
  field secret_access_key of struct IndexS3Config, previously in file /tmp/.tmpr94ilx/rattler_index/src/lib.rs:608
  field session_token of struct IndexS3Config, previously in file /tmp/.tmpr94ilx/rattler_index/src/lib.rs:611
Changelog

rattler_upload

0.3.0 - 2025-09-04

Added

  • derive default credentials from aws sdk (#1629)

rattler_s3

0.1.1 - 2025-09-04

Other

  • updated the following local packages: rattler_networking


This PR was generated with release-plz.

@baszalmstra baszalmstra force-pushed the release-plz-2025-09-04T11-57-18Z branch from b94f5b1 to 3175f6d Compare September 4, 2025 13:58
@baszalmstra baszalmstra changed the title chore(rattler_index): release v0.24.13 chore: release Sep 4, 2025
@baszalmstra baszalmstra force-pushed the release-plz-2025-09-04T11-57-18Z branch from 3175f6d to ab96cee Compare September 4, 2025 14:16
@baszalmstra baszalmstra enabled auto-merge (squash) September 4, 2025 14:17
@baszalmstra baszalmstra force-pushed the release-plz-2025-09-04T11-57-18Z branch from ab96cee to e03777a Compare September 4, 2025 15:13
@baszalmstra baszalmstra disabled auto-merge September 4, 2025 15:41
@baszalmstra baszalmstra merged commit 1d259e3 into main Sep 4, 2025
16 of 20 checks passed
@baszalmstra baszalmstra deleted the release-plz-2025-09-04T11-57-18Z branch September 4, 2025 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant