Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐙 source-salesforce: run up-to-date pipeline [2025-03-08] #51921

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

airbyteio
Copy link
Collaborator

@airbyteio airbyteio commented Jan 18, 2025

Update source-salesforce

This PR was autogenerated by running airbyte-ci connectors --name=source-salesforce up_to_date --pull

We've set the auto-merge label on it, so it will be automatically merged if the CI pipelines pass.
If you don't want to merge it automatically, please remove the auto-merge label.
Please reach out to the Airbyte Connector Tooling team if you have any questions or concerns.

Operations

  • Upgrade the base image to the latest version in metadata.yaml: Successful

  • Update versions of libraries in poetry.: Successful

  • PATCH bump source-salesforce version to 2.6.6: Successful

  • Build source-salesforce docker image for platform(s) linux/amd64, linux/arm64: Successful

  • Get dependency updates: Successful

  • Create or update pull request on Airbyte repository: Successful

  • Add changelog entry: Successful

Dependency updates

We use syft to generate a SBOM for the latest connector version and the one from the PR.
It allows us to spot the dependencies that have been updated at all levels and for all types of dependencies (system, python, java etc.).
Here are the dependencies that have been updated compared to airbyte/source-salesforce:latest.
Keep in mind that :latest does not always match the connector code on the main branch.
It is the latest released connector image when the head commit of this branch was created.

Type Name State Previous Version New Version
python CacheControl updated 0.13.1 0.14.2
python Deprecated updated 1.2.15 1.2.18
python Jinja2 updated 3.1.5 3.1.6
python RapidFuzz updated 3.10.1 3.12.1
python attrs updated 24.3.0 25.1.0
deb base-files updated 12.4+deb12u8 12.4+deb12u9
deb bsdutils updated 1:2.38.1-5+deb12u2 1:2.38.1-5+deb12u3
python build updated 0.10.0 1.2.2.post1
python cachetools updated 5.5.0 5.5.2
python certifi updated 2024.8.30 2025.1.31
python cryptography updated 43.0.3 44.0.0
python filelock updated 3.16.1 3.17.0
python importlib_metadata updated 8.5.0 8.6.1
python jsonschema updated 4.17.3 3.2.0
deb libblkid1 updated 2.38.1-5+deb12u2 2.38.1-5+deb12u3
deb libglib2.0-0 updated 2.74.6-2+deb12u4 2.74.6-2+deb12u5
deb libglib2.0-data updated 2.74.6-2+deb12u4 2.74.6-2+deb12u5
deb libmount1 updated 2.38.1-5+deb12u2 2.38.1-5+deb12u3
deb libopenjp2-7 updated 2.5.0-2 2.5.0-2+deb12u1
deb libsmartcols1 updated 2.38.1-5+deb12u2 2.38.1-5+deb12u3
deb libsystemd0 updated 252.31-1~deb12u1 252.33-1~deb12u1
deb libtiff6 updated 4.5.0-6+deb12u1 4.5.0-6+deb12u2
deb libudev1 updated 252.31-1~deb12u1 252.33-1~deb12u1
deb libuuid1 updated 2.38.1-5+deb12u2 2.38.1-5+deb12u3
python more-itertools updated 10.5.0 10.6.0
deb mount updated 2.38.1-5+deb12u2 2.38.1-5+deb12u3
python numpy updated 2.2.1 2.2.3
python orjson updated 3.10.14 3.10.15
python pkginfo updated 1.11.2 1.12.0
python poetry updated 1.6.1 1.8.4
python poetry-core updated 1.7.0 1.9.1
python poetry-plugin-export updated 1.6.0 1.8.0
python pydantic updated 2.10.5 2.10.6
binary python updated 3.10.14 3.11.11
python serpyco-rs updated 1.11.0 1.13.0
python setuptools updated 75.8.0 75.8.2
python tomli updated 2.1.0 2.0.1
python trove-classifiers updated 2024.10.21.16 2025.1.15.22
deb tzdata updated 2024a-0+deb12u1 2024b-0+deb12u1
python tzdata updated 2024.2 2025.1
deb util-linux updated 2.38.1-5+deb12u2 2.38.1-5+deb12u3
deb util-linux-extra updated 2.38.1-5+deb12u2 2.38.1-5+deb12u3
python virtualenv updated 20.27.1 20.29.1
python wheel updated 0.44.0 0.45.1
python wrapt updated 1.17.1 1.17.2
python fastjsonschema added not present 2.21.1
python exceptiongroup removed 1.2.2 not present

Copy link

vercel bot commented Jan 18, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 9, 2025 1:13am

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@airbyteio airbyteio force-pushed the up-to-date/source-salesforce branch from ecbaa9b to fba3004 Compare January 18, 2025 20:07
@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label Jan 18, 2025
@airbyteio airbyteio force-pushed the up-to-date/source-salesforce branch from fba3004 to a7af445 Compare January 25, 2025 21:22
@octavia-squidington-iii octavia-squidington-iii removed the area/documentation Improvements or additions to documentation label Jan 25, 2025
@airbyteio airbyteio changed the title 🐙 source-salesforce: run up-to-date pipeline [2025-01-18] 🐙 source-salesforce: run up-to-date pipeline [2025-01-25] Jan 25, 2025
@airbyteio airbyteio force-pushed the up-to-date/source-salesforce branch from a7af445 to 9f08889 Compare January 25, 2025 21:23
@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label Jan 25, 2025
@airbyteio airbyteio force-pushed the up-to-date/source-salesforce branch from 9f08889 to 579224d Compare February 1, 2025 18:43
@octavia-squidington-iii octavia-squidington-iii removed the area/documentation Improvements or additions to documentation label Feb 1, 2025
@airbyteio airbyteio changed the title 🐙 source-salesforce: run up-to-date pipeline [2025-01-25] 🐙 source-salesforce: run up-to-date pipeline [2025-02-01] Feb 1, 2025
@airbyteio airbyteio force-pushed the up-to-date/source-salesforce branch from 579224d to d0bed56 Compare February 1, 2025 18:44
@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label Feb 1, 2025
@airbyteio airbyteio force-pushed the up-to-date/source-salesforce branch from d0bed56 to bed7fdf Compare February 8, 2025 18:33
@airbyteio airbyteio requested a review from a team as a code owner February 8, 2025 18:33
@airbyteio airbyteio changed the title 🐙 source-salesforce: run up-to-date pipeline [2025-02-01] 🐙 source-salesforce: run up-to-date pipeline [2025-02-08] Feb 8, 2025
@airbyteio airbyteio force-pushed the up-to-date/source-salesforce branch from bed7fdf to 7a07665 Compare February 8, 2025 18:33
@airbyteio airbyteio force-pushed the up-to-date/source-salesforce branch from 7a07665 to fa654af Compare February 15, 2025 20:26
@octavia-squidington-iii octavia-squidington-iii removed the area/documentation Improvements or additions to documentation label Feb 15, 2025
@airbyteio airbyteio changed the title 🐙 source-salesforce: run up-to-date pipeline [2025-02-08] 🐙 source-salesforce: run up-to-date pipeline [2025-02-15] Feb 15, 2025
@airbyteio airbyteio force-pushed the up-to-date/source-salesforce branch from fa654af to 1192de9 Compare February 15, 2025 20:27
@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label Feb 15, 2025
@airbyteio airbyteio force-pushed the up-to-date/source-salesforce branch from 1192de9 to c80ce12 Compare February 23, 2025 01:49
@octavia-squidington-iii octavia-squidington-iii removed the area/documentation Improvements or additions to documentation label Feb 23, 2025
@airbyteio airbyteio changed the title 🐙 source-salesforce: run up-to-date pipeline [2025-02-15] 🐙 source-salesforce: run up-to-date pipeline [2025-02-23] Feb 23, 2025
@airbyteio airbyteio force-pushed the up-to-date/source-salesforce branch from c80ce12 to 0861b15 Compare February 23, 2025 01:49
@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label Feb 23, 2025
@airbyteio airbyteio force-pushed the up-to-date/source-salesforce branch from 0861b15 to e6eb693 Compare March 1, 2025 20:26
@airbyteio airbyteio changed the title 🐙 source-salesforce: run up-to-date pipeline [2025-02-23] 🐙 source-salesforce: run up-to-date pipeline [2025-03-01] Mar 1, 2025
@airbyteio airbyteio force-pushed the up-to-date/source-salesforce branch from e6eb693 to dc6ea6c Compare March 1, 2025 20:26
@airbyteio airbyteio force-pushed the up-to-date/source-salesforce branch from dc6ea6c to bc9d27f Compare March 8, 2025 21:10
@airbyteio airbyteio changed the title 🐙 source-salesforce: run up-to-date pipeline [2025-03-01] 🐙 source-salesforce: run up-to-date pipeline [2025-03-08] Mar 8, 2025
@octavia-squidington-iii octavia-squidington-iii removed the area/documentation Improvements or additions to documentation label Mar 8, 2025
Update versions of libraries in poetry.
PATCH bump source-salesforce version to 2.6.6
Build source-salesforce docker image for platform(s) linux/amd64, linux/arm64
Get dependency updates
Create or update pull request on Airbyte repository
Add changelog entry
@airbyteio airbyteio force-pushed the up-to-date/source-salesforce branch from bc9d27f to fb60ddf Compare March 8, 2025 21:10
@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation auto-merge connectors/source/salesforce up-to-date
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants