Skip to content

Commit

Permalink
PYTHON-4423 [pymongocrypt] Bundle libmongocrypt 1.10.0 (#841)
Browse files Browse the repository at this point in the history
* PYTHON-4423 [pymongocrypt] Bundle libmongocrypt 1.10.0

* update sbom

* update release branch
  • Loading branch information
blink1073 authored Jun 24, 2024
1 parent c4d1106 commit 7ca32b2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bindings/python/libmongocrypt-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0
1.10.0
2 changes: 1 addition & 1 deletion bindings/python/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -o errexit # Exit the script with error if any of the commands fail
LIBMONGOCRYPT_VERSION=$(cat ./libmongocrypt-version.txt)
REVISION=$(git rev-list -n 1 $LIBMONGOCRYPT_VERSION)
# The libmongocrypt release branch.
BRANCH="r1.9"
BRANCH="r1.10"
# The python executable to use.
PYTHON=${PYTHON:-python}

Expand Down
19 changes: 10 additions & 9 deletions bindings/python/sbom.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"components": [
{
"bom-ref": "pkg:github/mongodb/libmongocrypt@1.9.0",
"bom-ref": "pkg:github/mongodb/libmongocrypt@1.10.0",
"externalReferences": [
{
"type": "distribution",
"url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.9.0.tar.gz"
"url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.10.0.tar.gz"
},
{
"type": "website",
"url": "https://github.com/mongodb/libmongocrypt/tree/1.9.0"
"url": "https://github.com/mongodb/libmongocrypt/tree/1.10.0"
}
],
"group": "mongodb",
"name": "libmongocrypt",
"purl": "pkg:github/mongodb/libmongocrypt@1.9.0",
"purl": "pkg:github/mongodb/libmongocrypt@1.10.0",
"type": "library",
"version": "1.9.0"
"version": "1.10.0"
}
],
"dependencies": [
{
"ref": "pkg:github/mongodb/libmongocrypt@1.9.0"
"ref": "pkg:github/mongodb/libmongocrypt@1.10.0"
}
],
"metadata": {
"timestamp": "2024-06-03T13:55:11.135812+00:00",
"timestamp": "2024-06-24T11:03:28.988933+00:00",
"tools": [
{
"externalReferences": [
Expand Down Expand Up @@ -68,9 +68,10 @@
}
]
},
"serialNumber": "urn:uuid:e7358393-f4d3-4856-98bb-22547b234979",
"serialNumber": "urn:uuid:25bc9dfb-017e-4c41-a4cd-12aa13766b63",
"version": 1,
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.5"
"specVersion": "1.5",
"vulnerabilities": []
}

0 comments on commit 7ca32b2

Please sign in to comment.