Skip to content

Embed the Meshery v1.0 GA announcement in the Projects page#53

Merged
ritzorama merged 2 commits intomainfrom
copilot/embed-meshery-v1-0-announcement
Apr 3, 2026
Merged

Embed the Meshery v1.0 GA announcement in the Projects page#53
ritzorama merged 2 commits intomainfrom
copilot/embed-meshery-v1-0-announcement

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 1, 2026

This updates the site to surface the Meshery v1.0 general availability announcement in-place instead of leaving the Meshery section as a static project blurb. The announcement is now embedded directly in the existing Meshery card on /projects.

  • What changed

    • Expanded the existing Meshery project card with a dedicated announcement callout.
    • Added a concise summary of the v1.0 release focused on:
      • Infrastructure as Design
      • Kanvas Designer GA / Kanvas Operator beta
      • the Certified Meshery Contributor program
    • Added direct links to:
      • the official announcement
      • the GitHub release notes
  • Scope

    • Kept the change isolated to the existing Projects page.
    • Preserved the current page structure and styling patterns for external links.
  • Implementation

    • Updated /src/pages/Projects.tsx to embed the announcement content under the existing Meshery description.
<div className="mt-4 rounded-lg border border-primary/20 bg-primary/5 p-4">
  <p className="text-sm font-medium uppercase tracking-wide text-primary">
    Latest announcement
  </p>
  <h3 className="mt-2 text-lg font-semibold">Meshery v1.0 is generally available</h3>
  <p className="mt-2 text-muted-foreground">
    Announced at KubeCon + CloudNativeCon Europe 2026, Meshery v1.0 introduces
    Infrastructure as Design with Kanvas Designer in general availability and
    Kanvas Operator in beta...
  </p>
</div>
  • Screenshot
    Projects page with embedded Meshery v1.0 announcement

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • meshery.io
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI linked an issue Apr 1, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Embed the Meshery v1.0 announcement into site Embed the Meshery v1.0 GA announcement in the Projects page Apr 1, 2026
Copilot AI requested a review from miacycle April 1, 2026 02:49
@ritzorama ritzorama marked this pull request as ready for review April 3, 2026 18:37
Copilot AI review requested due to automatic review settings April 3, 2026 18:37
@ritzorama ritzorama merged commit da1b752 into main Apr 3, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Embeds the Meshery v1.0 GA announcement directly into the existing Meshery card on the /projects page to surface the latest release details and provide quick outbound links.

Changes:

  • Adds an in-card “Latest announcement” callout under the Meshery description.
  • Includes a short GA summary plus a bullet list of key highlights.
  • Adds external links to the official announcement and GitHub release notes.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +35 to +44
Read the announcement
</a>
<a
href="https://github.com/meshery/meshery/releases/tag/v1.0.0"
target="_blank"
rel="noopener noreferrer"
className="text-blue-500 purple hover:underline"
>
View release notes
</a>
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

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

For accessibility, the link text here is fairly generic ("Read the announcement" / "View release notes"). Consider making the anchor text more descriptive (e.g., include "Meshery v1.0" or the destination) so that it remains clear out of surrounding context (screen readers, link lists, etc.).

Copilot uses AI. Check for mistakes.
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.

Embed the Meshery v1.0 announcement into my site

5 participants