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: prepare release 2.0.0 #1763

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/add_bus_routes_to_openapi_spec.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/add_host_sectors_table.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/add_openapiyml_file_with_autopilot_routes.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/add_ratelimit_to_max_drift.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/add_worker_api_to_openapi_spec.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/automate_changelog_generation.md

This file was deleted.

This file was deleted.

This file was deleted.

29 changes: 0 additions & 29 deletions .changeset/extend_openapi_spec.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix_migration_00030_host_sectors.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix_ndf_in_testusablehosts.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/fix_testblocklist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix_testscoredhostsrandselectbyscore_ndf.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/have_knope_bot_ignore_conventional_commits.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/implement_support_for_pruning_using_rhp4.md

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/integrate_rhp4_for_uploads.md

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/move_autopilots_into_autopilot_state.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/move_hosts_allowredundantips_config.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/move_migrations_to_the_autopilot.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/move_upload_manager_to_internal_package.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/remove_contract_sets.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/remove_current_period.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/remove_event_webhooks.md

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/remove_partial_setting_updates.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/track_contract_elements.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update_openapi_spec.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update_ui_to_v0680.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update_web_to_0720.md

This file was deleted.

31 changes: 28 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,32 @@
## 1.1.0
## 2.0.0 (2024-12-20)

### Breaking changes
### Breaking Changes

- Enforced S3 bucket name validation rules ([#1722](https://github.com/SiaFoundation/renterd/pull/1722)).
- Moved migrations to the autopilot ([#1735](https://github.com/SiaFoundation/renterd/pull/1735)).
- Removed contract sets ([#1657](https://github.com/SiaFoundation/renterd/pull/1657)).
- Removed support for multiple autopilots ([#1657](https://github.com/SiaFoundation/renterd/pull/1657)).
- Removed event webhooks ([#1699](https://github.com/SiaFoundation/renterd/pull/1699)).
- Removed partial setting updates ([#1688](https://github.com/SiaFoundation/renterd/pull/1688)).
- Updated `ContractMetadata` to exclude the host IP and siamux address ([#1712](https://github.com/SiaFoundation/renterd/pull/1712)).

### Features

### Fixed
- Integrated RHP4 support ([#1723](https://github.com/SiaFoundation/renterd/pull/1723), [#1710](https://github.com/SiaFoundation/renterd/pull/1710), [#1711](https://github.com/SiaFoundation/renterd/pull/1711), [#1680](https://github.com/SiaFoundation/renterd/pull/1680), [#1693](https://github.com/SiaFoundation/renterd/pull/1693)).
- Added OpenAPI documentation and validation to the API ([#1724](https://github.com/SiaFoundation/renterd/pull/1724), [#1733](https://github.com/SiaFoundation/renterd/pull/1733), [#1737](https://github.com/SiaFoundation/renterd/pull/1737)).
- Monitors file contracts and unlocks funds upon expiration ([#1720](https://github.com/SiaFoundation/renterd/pull/1720)).
- Removed the "current period" concept from the contractor ([#1692](https://github.com/SiaFoundation/renterd/pull/1692)).
- Updated autopilot configuration by removing the ability to toggle redundant host IPs ([#1692](https://github.com/SiaFoundation/renterd/pull/1692)).
- Updated gouging settings to remove the migration surcharge multiplier ([#1696](https://github.com/SiaFoundation/renterd/pull/1696)).
- Updated UI to version `v0.72.0`. ([#1764](https://github.com/SiaFoundation/renterd/pull/1764)).

### Fixes

- Automated changelog generation ([#1681](https://github.com/SiaFoundation/renterd/pull/1681)).
- Automatically reset account drift using rate limiting ([#1714](https://github.com/SiaFoundation/renterd/pull/1714)).
- Fixed a bug where the low max duration was not considered when fetching hosts ([#1755](https://github.com/SiaFoundation/renterd/pull/1755)).
- Fixed default settings not being applied if missing in the database ([#1761](https://github.com/SiaFoundation/renterd/pull/1761)).
- Fixed a bug in host sector deletion ([#1762](https://github.com/SiaFoundation/renterd/pull/1762)).
- Fixed various non-deterministic failures (NDFs) in tests.
- Added `contract_elements` table to track accumulator state elements for file contracts ([#1703](https://github.com/SiaFoundation/renterd/pull/1703)).
- Added `host_sectors` table to track which sectors are stored on which hosts ([#1704](https://github.com/SiaFoundation/renterd/pull/1704)).
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module go.sia.tech/renterd
module go.sia.tech/renterd // v2.0.0

go 1.23.1

Expand Down
Loading