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!: Removed Deprecated --host-whitelist option #8012

Merged

Conversation

pr9t
Copy link
Contributor

@pr9t pr9t commented Dec 10, 2024

PR description

BREAKING CHANGE: --host-whitelist option has been removed.

Fixed Issue(s)

fixes #7761

Thanks for sending a pull request! Have you done the following?

  • Checked out our contribution guidelines?
  • Considered documentation and added the doc-change-required label to this PR if updates are required.
  • Considered the changelog and included an update if required.
  • For database changes (e.g. KeyValueSegmentIdentifier) considered compatibility and performed forwards and backwards compatibility tests

Locally, you can run these tests to catch failures early:

  • unit tests: ./gradlew build
  • acceptance tests: ./gradlew acceptanceTest
  • integration tests: ./gradlew integrationTest
  • reference tests: ./gradlew ethereum:referenceTests:referenceTests

@macfarla
Copy link
Contributor

@pr9t also need to update this file besu/src/test/resources/everything_config.toml - there's a unit test failing

Copy link
Contributor

@macfarla macfarla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also needs a changelog entry - this will be a breaking change in the upcoming release

@macfarla macfarla self-assigned this Dec 11, 2024
CHANGELOG.md Outdated Show resolved Hide resolved
@macfarla
Copy link
Contributor

also needs a changelog entry - this will be a breaking change in the upcoming release

ok I realise on re-reading that this is confusing. The "Unreleased" release gets turned into the next release at some point, and this PR will be a "breaking change" in that release rather than an "upcoming breaking change"

@pr9t pr9t changed the title Chore:Removed Deprecated --host-whitelist option Chore: Removed Deprecated --host-whitelist option Dec 11, 2024
@pr9t pr9t changed the title Chore: Removed Deprecated --host-whitelist option Chore!: Removed Deprecated --host-whitelist option Dec 11, 2024
@macfarla macfarla enabled auto-merge (squash) December 11, 2024 07:24
@macfarla macfarla merged commit e2bd137 into hyperledger:main Dec 11, 2024
43 checks passed
daniellehrner pushed a commit to daniellehrner/besu that referenced this pull request Dec 18, 2024
* Chore:Removed Deprecated --host-whitelist option
* chore: Update everything_config.toml and Updated upcoming Breaking Change in  CHANGELOG.md file

Signed-off-by: Preeti <[email protected]>

---------

Signed-off-by: Preeti <[email protected]>
Co-authored-by: Sally MacFarlane <[email protected]>
Signed-off-by: Daniel Lehrner <[email protected]>
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.

Remove deprecated --host-whitelist option
2 participants