Skip to content

Add release changelog for v1.1.0 - #422

Merged
ravjotbrar merged 5 commits into
mainfrom
docs/release-changelog
Jul 31, 2026
Merged

Add release changelog for v1.1.0#422
ravjotbrar merged 5 commits into
mainfrom
docs/release-changelog

Conversation

@ravjotbrar

Copy link
Copy Markdown
Collaborator

No description provided.

Signed-off-by: ravjotb <ravjot.brar@improving.com>
Signed-off-by: ravjotb <ravjot.brar@improving.com>
Signed-off-by: ravjotb <ravjot.brar@improving.com>
@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: af54a723-ebc4-41c6-aaf2-86088d293025

📥 Commits

Reviewing files that changed from the base of the PR and between 6790f30 and 6ce9027.

📒 Files selected for processing (1)
  • docker/description.md

📝 Walkthrough

Walkthrough

The documentation site adds Valkey Admin v1.1.0 release notes dated July 2026. It updates navigation, homepage content, and Docker release references. The introduction page is removed.

Changes

Documentation site update

Layer / File(s) Summary
v1.1.0 release documentation
docs-site/src/content/docs/releases.md, docker/description.md
Adds v1.1.0 features, improvements, security updates, bug fixes, contributor attribution, release links, and container image references. Adds the v1.1.0 Dockerfile link and preserves the v1.0.1 entry.
Homepage and navigation updates
docs-site/astro.config.mjs, docs-site/src/content/docs/index.mdx
Changes the sidebar and primary documentation link to the releases page. Adds Big Keys Analysis content to the Features and Activity sections.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The pull request has no description and does not include the required change summary or visualization. Add a summary of the documentation changes and include before-and-after screenshots or a video as required by the template.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the primary change: adding the Valkey Admin v1.1.0 release changelog.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Nitpick comments (1)
docs-site/src/content/docs/releases.md (1)

40-42: 🔒 Security & Privacy | 🔵 Trivial | ⚡ Quick win

Add traceability to the security updates.

The dependency update does not identify the affected package, fixed version, advisory, or change reference. The CI permission change also has no pull request reference. Add these details so users can assess the scope of the security changes.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs-site/src/content/docs/releases.md` around lines 40 - 42, Update the
release-note entries in the releases content so the vulnerable dependency update
names the affected package, fixed version, relevant advisory, and pull request
or change reference. Also add the corresponding pull request reference to the CI
workflow permissions entry, preserving the existing release-note format.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs-site/src/content/docs/releases.md`:
- Line 60: Update the Full Changelog link in the release entry to compare v1.0.1
against the v1.1.0 tag, matching the release heading; use release/1.1.0 only if
the page explicitly documents that branch.

---

Nitpick comments:
In `@docs-site/src/content/docs/releases.md`:
- Around line 40-42: Update the release-note entries in the releases content so
the vulnerable dependency update names the affected package, fixed version,
relevant advisory, and pull request or change reference. Also add the
corresponding pull request reference to the CI workflow permissions entry,
preserving the existing release-note format.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 841eeaa5-1808-42a8-b294-499216da1d73

📥 Commits

Reviewing files that changed from the base of the PR and between 64265c9 and a5ebb56.

📒 Files selected for processing (1)
  • docs-site/src/content/docs/releases.md


@ravjotbrar, @ArgusLi, @nassery318, @dbaker-arch, @michaelstingl, @antonin-suzor

**Full Changelog**: [v1.0.1...v1.1.0](https://github.com/valkey-io/valkey-admin/compare/v1.0.1...release/1.1.0)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

repo='https://github.com/valkey-io/valkey-admin.git'

git ls-remote --exit-code --tags "$repo" 'refs/tags/v1.0.1*' >/dev/null
git ls-remote --exit-code --tags "$repo" 'refs/tags/v1.1.0*' >/dev/null
git ls-remote --exit-code --heads "$repo" 'refs/heads/release/1.1.0' >/dev/null

gh api repos/valkey-io/valkey-admin/compare/v1.0.1...v1.1.0 \
  --jq '{status, ahead_by, behind_by}'

gh api repos/valkey-io/valkey-admin/compare/v1.0.1...release/1.1.0 \
  --jq '{status, ahead_by, behind_by}'

Repository: valkey-io/valkey-admin

Length of output: 160


🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

repo='https://github.com/valkey-io/valkey-admin.git'

printf 'Tags:\n'
git ls-remote --tags "$repo" | rg '(refs/tags/v1\.0\.1|refs/tags/v1\.1\.0|release/1\.1\.0)$' || true

printf '\nBranches:\n'
git ls-remote --heads "$repo" | rg 'refs/heads/(release/1\.1\.0|release-1\.1\.0|v1\.1\.0.*|.*1\.1\.0.*)$' || true

printf '\nCommit objects for refs (no resolve):\n'
for ref in refs/tags/v1.0.1 refs/tags/v1.1.0 refs/heads/release/1.1.0; do
  git ls-remote "$repo" "$ref" || true
done

Repository: valkey-io/valkey-admin

Length of output: 464


🌐 Web query:

valkey-io valkey-admin v1.1.0 branch release/1.1.0

💡 Result:

As of July 31, 2026, there is no v1.1.0 release or branch for valkey-admin in the official valkey-io/valkey-admin repository [1][2]. The most recent stable version is v1.0.1, which was released on May 6, 2026 [3]. Development continues under the repository's main branch, but a release/1.1.0 branch has not been established [1][2].

Citations:


🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

printf 'docs-site/src/content/docs/releases.md around Line 60:\n'
sed -n '50,68p' docs-site/src/content/docs/releases.md | cat -n -v

printf '\nAll v1.1.0/release/1.1.0 references:\n'
rg -n "v1\.1\.0|release/1\.1\.0" docs-site/src/content/docs/releases.md docs-site -S || true

printf '\nRepository remote refs for v1.1.0 and release/1.1.0 (full):\n'
git ls-remote --tags https://github.com/valkey-io/valkey-admin.git | rg '(^|)[[:xdigit:]]{40}\s+refs/tags/v1\.1\.0|refs/tags/v1\.1\.0.*$' || true
git ls-remote --tags https://github.com/valkey-io/valkey-admin.git | rg 'v1\.1\.0' || true
git ls-remote --heads https://github.com/valkey-io/valkey-admin.git | rg 'release/1\.1\.0|v1\.1\.0' || true

printf '\nLocal git ref status:\n'
git status -sb
git rev-parse --verify v1.1.0 2>/dev/null || true
git rev-parse --verify release/1.1.0 2>/dev/null || true

Repository: valkey-io/valkey-admin

Length of output: 2338


Fix the mismatched changelog link.

Full Changelog links to v1.0.1...release/1.1.0, while the release entry uses v1.1.0. Use v1.0.1...v1.1.0; only use release/1.1.0 if this page documents that branch instead of the release tag.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs-site/src/content/docs/releases.md` at line 60, Update the Full Changelog
link in the release entry to compare v1.0.1 against the v1.1.0 tag, matching the
release heading; use release/1.1.0 only if the page explicitly documents that
branch.

Signed-off-by: ravjotb <ravjot.brar@improving.com>

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs-site/src/content/docs/index.mdx`:
- Around line 46-48: Update the Big Keys Analysis Card description in
docs-site/src/content/docs/index.mdx lines 46-48 to state that access-frequency
insights require an LFU eviction policy, and make the same documentation change
in the Activity card at lines 95-99.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 78214f6d-95a4-49a2-b550-44f8ec8ca89d

📥 Commits

Reviewing files that changed from the base of the PR and between a5ebb56 and 6790f30.

⛔ Files ignored due to path filters (2)
  • docs-site/package-lock.json is excluded by !**/package-lock.json
  • docs-site/src/assets/monitoring_big_keys.png is excluded by !**/*.png
📒 Files selected for processing (4)
  • docs-site/astro.config.mjs
  • docs-site/src/content/docs/index.mdx
  • docs-site/src/content/docs/introduction.mdx
  • docs-site/src/content/docs/releases.md
💤 Files with no reviewable changes (1)
  • docs-site/src/content/docs/introduction.mdx
🚧 Files skipped from review as they are similar to previous changes (1)
  • docs-site/src/content/docs/releases.md

Comment on lines +46 to +48
<Card title="Big Keys Analysis" icon="magnifier">
Scan the keyspace to find the largest keys by memory usage with access frequency insights.
</Card>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Document the conditional access-frequency behavior in both cards.

docs-site/src/content/docs/releases.md limits OBJECT FREQ access-frequency data to servers using an LFU eviction policy. Both homepage descriptions omit this condition.

  • docs-site/src/content/docs/index.mdx#L46-L48: state that access-frequency insights require an LFU eviction policy.
  • docs-site/src/content/docs/index.mdx#L95-L99: state the same prerequisite in the Activity card.
📍 Affects 1 file
  • docs-site/src/content/docs/index.mdx#L46-L48 (this comment)
  • docs-site/src/content/docs/index.mdx#L95-L99
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs-site/src/content/docs/index.mdx` around lines 46 - 48, Update the Big
Keys Analysis Card description in docs-site/src/content/docs/index.mdx lines
46-48 to state that access-frequency insights require an LFU eviction policy,
and make the same documentation change in the Activity card at lines 95-99.

nassery318
nassery318 previously approved these changes Jul 31, 2026
Signed-off-by: ravjotb <ravjot.brar@improving.com>
@ravjotbrar
ravjotbrar merged commit 4f10e96 into main Jul 31, 2026
9 checks passed
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.

2 participants