Skip to content

chore(source-intercom): promote to stable 0.13.19, revert dev CDK, disable progressive rollout#76182

Merged
Anatolii Yatsuk (tolik0) merged 4 commits into
masterfrom
devin/1775723148-source-intercom-stable
Apr 9, 2026
Merged

chore(source-intercom): promote to stable 0.13.19, revert dev CDK, disable progressive rollout#76182
Anatolii Yatsuk (tolik0) merged 4 commits into
masterfrom
devin/1775723148-source-intercom-stable

Conversation

@devin-ai-integration
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot commented Apr 9, 2026

What

Promotes source-intercom from 0.13.19-rc.1 to stable 0.13.19, reverts the base image from the dev CDK back to stable CDK 7.15.0, and disables progressive rollout.

How

  • Reverted baseImage from dev CDK (source-declarative-manifest:7.17.0.post4.dev24089021469) back to stable 7.15.0.
  • Promoted dockerImageTag from 0.13.19-rc.1 to 0.13.19.
  • Set enableProgressiveRollout: false.
  • Added 0.13.19 stable changelog entry.

Updates since last revision

  • Reverted all dev CDK and 0.13.20-rc.1 changes from previous revisions. This PR now purely promotes to stable 0.13.19 with the stable CDK and progressive rollout disabled, per request. The dev CDK HTTP pool update will be part of a separate PR (#73717).

Review guide

  1. airbyte-integrations/connectors/source-intercom/metadata.yaml — CDK revert to 7.15.0, version bump to 0.13.19, progressive rollout disabled.
  2. docs/integrations/sources/intercom.md — one new changelog row for 0.13.19.

Items for reviewer attention:

  • Confirm the 7.15.0 base image digest (sha256:eecde84a1c8efced5b35f04900ed983eb306028d262cdb0673f26526aaabd7fc) is correct — it was taken from the commit that originally introduced CDK 7.15.0 (7069ebe).

User Impact

All connections will receive stable 0.13.19 (same functionality as 0.13.19-rc.1 — HTTP connection pool size increase). Progressive rollout is now disabled.

Can this PR be safely reverted and rolled back?

  • YES 💚

Link to Devin session: https://app.devin.ai/sessions/d6a9f278fbce4ac3a0d8b527de67927f

…sive rollout

Co-Authored-By: gl_anatolii.yatsuk <gl_anatolii.yatsuk@airbyte.io>
@devin-ai-integration
Copy link
Copy Markdown
Contributor Author

🤖 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

@octavia-bot octavia-bot Bot marked this pull request as draft April 9, 2026 08:26
@octavia-bot
Copy link
Copy Markdown
Contributor

octavia-bot Bot commented Apr 9, 2026

Note

📝 PR Converted to Draft

More info...

Thank you for creating this PR. As a policy to protect our engineers' time, Airbyte requires all PRs to be created first in draft status. Your PR has been automatically converted to draft status in respect for this policy.

As soon as your PR is ready for formal review, you can proceed to convert the PR to "ready for review" status by clicking the "Ready for review" button at the bottom of the PR page.

To skip draft status in future PRs, please include [ready] in your PR title or add the skip-draft-status label when creating your PR.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 9, 2026

👋 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.
      • Bump types: patch (default), minor, major, major_rc, rc, promote.
      • The rc type is a smart default: applies minor_rc if stable, or bumps the RC number if already RC.
      • The promote type strips the RC suffix to finalize a release.
      • Example: /bump-version type=rc or /bump-version type=minor
    • /bump-progressive-rollout-version - Alias for /bump-version type=rc. Bumps with an RC suffix and enables progressive rollout.
  • ❇️ 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.
  • ☕️ 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
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 9, 2026

Deploy preview for airbyte-docs ready!

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

Built with commit 2c7ac02.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 9, 2026

source-intercom Connector Test Results

13 tests   9 ✅  12s ⏱️
 2 suites  4 💤
 2 files    0 ❌

Results for commit 2c7ac02.

♻️ This comment has been updated with latest results.

Co-Authored-By: gl_anatolii.yatsuk <gl_anatolii.yatsuk@airbyte.io>
@tolik0 Anatolii Yatsuk (tolik0) marked this pull request as ready for review April 9, 2026 15:35
… 0.13.20-rc.1

Co-Authored-By: gl_anatolii.yatsuk <gl_anatolii.yatsuk@airbyte.io>
@devin-ai-integration devin-ai-integration Bot changed the title chore(source-intercom): promote to stable 0.13.19 and disable progressive rollout chore(source-intercom): bump to 0.13.20-rc.1 with dev CDK HTTP pool fix Apr 9, 2026
…19, disable progressive rollout

Co-Authored-By: gl_anatolii.yatsuk <gl_anatolii.yatsuk@airbyte.io>
@devin-ai-integration devin-ai-integration Bot changed the title chore(source-intercom): bump to 0.13.20-rc.1 with dev CDK HTTP pool fix chore(source-intercom): promote to stable 0.13.19, revert dev CDK, disable progressive rollout Apr 9, 2026
@tolik0 Anatolii Yatsuk (tolik0) merged commit 8bf066f into master Apr 9, 2026
44 checks passed
@tolik0 Anatolii Yatsuk (tolik0) deleted the devin/1775723148-source-intercom-stable branch April 9, 2026 16:09
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