Skip to content

chore: bump patch versions to force registry update for supportLevel changes - #75645

Merged
Aaron ("AJ") Steers (aaronsteers) merged 1 commit into
masterfrom
devin/1774926477-bump-versions-force-registry-update
Mar 31, 2026
Merged

chore: bump patch versions to force registry update for supportLevel changes#75645
Aaron ("AJ") Steers (aaronsteers) merged 1 commit into
masterfrom
devin/1774926477-bump-versions-force-registry-update

Conversation

@aaronsteers

@aaronsteers Aaron ("AJ") Steers (aaronsteers) commented Mar 31, 2026

Copy link
Copy Markdown
Member

What

Bumps patch versions for 5 destination connectors whose supportLevel was changed in #75299 and #75642 but whose registry entries were never updated. The previous PRs only modified supportLevel without a version bump, and the publish pipeline does not resync per-connector latest/ metadata in GCS unless the version changes — so the cloud registry still reflects the old classification.

How

Patch version bump via the bump_version_in_repo Ops MCP tool, which updates metadata.yaml, pyproject.toml, and the docs changelog for each connector:

Connector Old Version New Version
destination-motherduck 0.2.2 0.2.3
destination-pgvector 0.1.8 0.1.9
destination-weaviate 0.2.60 0.2.61
destination-milvus 0.0.57 0.0.58
destination-snowflake-cortex 0.2.27 0.2.28

No code changes. The version bump will cause the publish pipeline to rebuild and publish new Docker images (functionally identical) and, critically, resync the latest/ metadata to GCS so the registry compile picks up the supportLevel changes from the prior PRs.

Review guide

Each connector has three files changed — verify version consistency between metadata.yaml and pyproject.toml, and that the changelog entry in docs/ is present:

  1. destination-milvus/metadata.yaml + pyproject.toml + docs/integrations/destinations/milvus.md
  2. destination-motherduck/metadata.yaml + pyproject.toml + docs/integrations/destinations/motherduck.md
  3. destination-pgvector/metadata.yaml + pyproject.toml + docs/integrations/destinations/pgvector.md
  4. destination-snowflake-cortex/metadata.yaml + pyproject.toml + docs/integrations/destinations/snowflake-cortex.md
  5. destination-weaviate/metadata.yaml + pyproject.toml + docs/integrations/destinations/weaviate.md

Note: This will trigger full connector image builds and publishes for all 5 connectors on merge.

Human review checklist

  • Confirm version strings match between metadata.yaml (dockerImageTag) and pyproject.toml (version) for each connector
  • Verify that triggering 5 connector publishes for a metadata-only change is acceptable (no code changes, images will be functionally identical)

User Impact

After merge and publish, the cloud registry will correctly reflect:

Users will see the corrected "Airbyte Connector" vs "Marketplace" classification in the Cloud UI connector catalog.

Can this PR be safely reverted and rolled back?

  • YES 💚

Link to Devin session: https://app.devin.ai/sessions/0d4c25fa273147bba0ed9ed9d4f76a0b
Requested by: Aaron ("AJ") Steers (@aaronsteers)


Open with Devin

@devin-ai-integration

Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@github-actions

Copy link
Copy Markdown
Contributor

👋 Greetings, Airbyte Team Member!

Here are some helpful tips and reminders for your convenience.

💡 Show Tips and Tricks

PR Slash Commands

Airbyte Maintainers (that's you!) can execute the following slash commands on your PR:

  • 🛠️ Quick Fixes
    • /format-fix - Fixes most formatting issues.
    • /bump-version - Bumps connector versions, scraping changelog description from the PR title.
  • ❇️ AI Testing and Review (internal link: AI-SDLC Docs):
    • /ai-prove-fix - Runs prerelease readiness checks, including testing against customer connections.
    • /ai-canary-prerelease - Rolls out prerelease to 5-10 connections for canary testing.
    • /ai-review - AI-powered PR review for connector safety and quality gates.
  • 🚀 Connector Releases:
    • /publish-connectors-prerelease - Publishes pre-release connector builds (tagged as {version}-preview.{git-sha}) for all modified connectors in the PR.
    • /bump-progressive-rollout-version - Bumps connector version with an RC suffix (2.16.10-rc.1) for progressive rollouts (enableProgressiveRollout: true).
      • Example: /bump-progressive-rollout-version changelog="Add new feature for progressive rollout"
  • ☕️ JVM connectors:
    • /update-connector-cdk-version connector=<CONNECTOR_NAME> - Updates the specified connector to the latest CDK version.
      Example: /update-connector-cdk-version connector=destination-bigquery
  • 🐍 Python connectors:
    • /poe connector source-example lock - Run the Poe lock task on the source-example connector, committing the results back to the branch.
    • /poe source example lock - Alias for /poe connector source-example lock.
    • /poe source example use-cdk-branch my/branch - Pin the source-example CDK reference to the branch name specified.
    • /poe source example use-cdk-latest - Update the source-example CDK dependency to the latest available version.
  • ⚙️ Admin commands:
    • /force-merge reason="<REASON>" - Force merges the PR using admin privileges, bypassing CI checks. Requires a reason.
      Example: /force-merge reason="CI is flaky, tests pass locally"
📚 Show Repo Guidance

Helpful Resources

📝 Edit this welcome message.

@github-actions

github-actions Bot commented Mar 31, 2026

Copy link
Copy Markdown
Contributor

destination-weaviate Connector Test Results

23 tests   21 ✅  4s ⏱️
 2 suites   2 💤
 2 files     0 ❌

Results for commit 401b088.

♻️ This comment has been updated with latest results.

@github-actions

github-actions Bot commented Mar 31, 2026

Copy link
Copy Markdown
Contributor

destination-pgvector Connector Test Results

7 tests   5 ✅  13s ⏱️
2 suites  2 💤
2 files    0 ❌

Results for commit 401b088.

♻️ This comment has been updated with latest results.

@github-actions

github-actions Bot commented Mar 31, 2026

Copy link
Copy Markdown
Contributor

destination-milvus Connector Test Results

15 tests   13 ✅  5s ⏱️
 2 suites   2 💤
 2 files     0 ❌

Results for commit 401b088.

♻️ This comment has been updated with latest results.

@github-actions

github-actions Bot commented Mar 31, 2026

Copy link
Copy Markdown
Contributor

destination-snowflake-cortex Connector Test Results

7 tests   5 ✅  13s ⏱️
2 suites  2 💤
2 files    0 ❌

Results for commit 401b088.

♻️ This comment has been updated with latest results.

@github-actions

github-actions Bot commented Mar 31, 2026

Copy link
Copy Markdown
Contributor

destination-motherduck Connector Test Results

50 tests   48 ✅  19s ⏱️
 2 suites   2 💤
 2 files     0 ❌

Results for commit 401b088.

♻️ This comment has been updated with latest results.

…changes

Uses bump_version_in_repo tool to properly update metadata.yaml, pyproject.toml, and docs changelog for all 5 connectors:
- destination-motherduck: 0.2.2 → 0.2.3 (certified)
- destination-pgvector: 0.1.8 → 0.1.9 (community)
- destination-weaviate: 0.2.60 → 0.2.61 (community)
- destination-milvus: 0.0.57 → 0.0.58 (community)
- destination-snowflake-cortex: 0.2.27 → 0.2.28 (community)
@devin-ai-integration
devin-ai-integration Bot force-pushed the devin/1774926477-bump-versions-force-registry-update branch from 4619944 to 401b088 Compare March 31, 2026 03:18
@github-actions

Copy link
Copy Markdown
Contributor

Deploy preview for airbyte-docs ready!

✅ Preview
https://airbyte-docs-3ggqtgs4m-airbyte-growth.vercel.app

Built with commit 401b088.
This pull request is being automatically deployed with vercel-action

@aaronsteers
Aaron ("AJ") Steers (aaronsteers) marked this pull request as ready for review March 31, 2026 03:35
@aaronsteers
Aaron ("AJ") Steers (aaronsteers) merged commit c343b13 into master Mar 31, 2026
62 of 63 checks passed
@aaronsteers
Aaron ("AJ") Steers (aaronsteers) deleted the devin/1774926477-bump-versions-force-registry-update branch March 31, 2026 03:36

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

dilanalex pushed a commit to dilanalex/airbyte that referenced this pull request Apr 6, 2026
…changes (airbytehq#75645)

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants