Skip to content

remove mentions of deprecated Nomad versions in docs #25515

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sofixa
Copy link
Contributor

@sofixa sofixa commented Mar 25, 2025

Description

A few docs had mentions such as "Starting Nomad x.x" where x.x are long since out of support, or contained obsolete upgrade guidance (e.g. to Raft version 3).

Contributor Checklist

  • Documentation If the change impacts user-facing functionality such as the CLI, API, UI,
    and job configuration, please update the Nomad website documentation to reflect this. Refer to
    the website README for docs guidelines. Please also consider whether the
    change requires notes within the upgrade guide.

Reviewer Checklist

  • Backport Labels Please add the correct backport labels as described by the internal
    backporting document.
  • Commit Type Ensure the correct merge method is selected which should be "squash and merge"
    in the majority of situations. The main exceptions are long-lived feature branches or merges where
    history should be preserved.
  • Enterprise PRs If this is an enterprise only PR, please add any required changelog entry
    within the public repository.
  • Review that the deprecated configs/features for which the docs were removed have the corresponding code removed (e.g. client options for plugin config, or port_map for port mapping).

@sofixa sofixa requested review from a team as code owners March 25, 2025 14:57
@aimeeu aimeeu added theme/docs Documentation issues and enhancements backport/website This will backport PR changes to `stable-website` && the latest release-branch backport/1.9.x backport to 1.9.x release line labels Mar 25, 2025
java
```

- `"fingerprint.allowlist"` `(string: "")` - Specifies a comma-separated list of
Copy link
Contributor

Choose a reason for hiding this comment

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

Are these fingerprinting parameters related to drivers? I thought the client agent does the fingerprinting.

Comment on lines -276 to -277
~> Note: In Nomad 0.9 client configuration options for drivers were deprecated.
Refer to the [plugin block][plugin-block] documentation for more information.
Copy link
Member

Choose a reason for hiding this comment

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

These are still deprecated, but they have not been removed. We should not remove this section, as some of the values don't have replacements yet. See #12420

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/website This will backport PR changes to `stable-website` && the latest release-branch backport/1.9.x backport to 1.9.x release line theme/docs Documentation issues and enhancements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants