Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 27, 2025

Bumps rocm-docs-core from 1.13.0 to 1.23.0.

Release notes

Sourced from rocm-docs-core's releases.

v1.23.0 (2025-08-26)

Feat

  • add aqlprofile to project list
  • Add valid versions mapping

Fix

  • add edge cases to SSH pattern matching

[main 320b44a] bump: version 1.22.0 → 1.23.0 3 files changed, 15 insertions(+), 4 deletions(-)

v1.22.0 (2025-07-29)

Feat

  • add configurable version value for the header

[main d4f0486] bump: version 1.21.1 → 1.22.0 3 files changed, 10 insertions(+), 4 deletions(-)

v1.21.1 (2025-06-24)

Fix

  • add missing theme name to supported_flavors list

[main 7dc2bb8] bump: version 1.21.0 → 1.21.1 3 files changed, 10 insertions(+), 4 deletions(-)

v1.21.0 (2025-06-23)

Feat

  • Add rocm-ls project
  • correct project name
  • Add hipcim and rocm-ls theme

[main 285603f] bump: version 1.20.1 → 1.21.0 3 files changed, 12 insertions(+), 4 deletions(-)

v1.20.1 (2025-06-09)

Fix

  • Pin pydata-sphinx-theme ver to fix sidebar

[main bffadef] bump: version 1.20.0 → 1.20.1

... (truncated)

Changelog

Sourced from rocm-docs-core's changelog.

v1.23.0 (2025-08-26)

Feat

  • add aqlprofile to project list
  • Add valid versions mapping

Fix

  • add edge cases to SSH pattern matching

v1.22.0 (2025-07-29)

Feat

  • add configurable version value for the header

v1.21.1 (2025-06-24)

Fix

  • add missing theme name to supported_flavors list

v1.21.0 (2025-06-23)

Feat

  • Add rocm-ls project
  • correct project name
  • Add hipcim and rocm-ls theme

v1.20.1 (2025-06-09)

Fix

  • Pin pydata-sphinx-theme ver to fix sidebar

v1.20.0 (2025-05-30)

Feat

  • projects.yaml: Add new component rocm-compute-viewer to projects.yaml

v1.19.1 (2025-05-29)

Fix

  • repo publication approved; revert back menu items

v1.19.0 (2025-05-26)

... (truncated)

Commits
  • 320b44a bump: version 1.22.0 → 1.23.0
  • 9c28d36 Merge pull request #1400 from ROCm/alexxu12/add-aqlprofile
  • aff4a6e feat: add aqlprofile to project list
  • d9da10c Merge pull request #1372 from ROCm/valid_versions_mapping
  • fb790fb feat: Add valid versions mapping
  • 4fe6411 Merge pull request #1355 from ROCm/alexxu12/fix-url-parse
  • 9d094e0 Merge pull request #1388 from ROCm/dependabot/pip/virtualenv-20.34.0
  • e5145cf Merge pull request #1387 from ROCm/dependabot/pip/wrapt-1.17.3
  • c7d02f6 Merge pull request #1386 from ROCm/dependabot/pip/tornado-6.5.2
  • caf780c Merge pull request #1385 from ROCm/dependabot/pip/mdit-py-plugins-0.5.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.13.0 to 1.23.0.
- [Release notes](https://github.com/ROCm/rocm-docs-core/releases)
- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v1.13.0...v1.23.0)

---
updated-dependencies:
- dependency-name: rocm-docs-core
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added ci:docs-only dependencies Pull requests that update a dependency file labels Aug 27, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 27, 2025

Labels

The following labels could not be found: documentation. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 24, 2025

Superseded by #235.

@dependabot dependabot bot closed this Sep 24, 2025
@dependabot dependabot bot deleted the dependabot/pip/docs/sphinx/rocm-docs-core-1.23.0 branch September 24, 2025 14:12
ammallya pushed a commit that referenced this pull request Oct 28, 2025
…ries switchover (#233)

This is a companion to ROCm/rocm-libraries#232.
It updates the hiprand docs index page, install instructions, and links
to the GitHub to reference rocm-libraries rather than the legacy hipRAND
repo. It also adds a note directing users of pre-7.0 branches to the old
repository and documentation.

NOTE: This is intended for the 7.0 branch and later. A different change
will be applied to the 6.4 branch explaining the situation from the
perspective of older branches.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:docs-only dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant