Skip to content

Commit b702797

Browse files
authored
CXX-3229 bump downloaded C Driver version to 1.30.1 (#1349)
1 parent f8df297 commit b702797

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

Diff for: .evergreen/config_generator/components/funcs/install_c_driver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Only LIBMONGOC_DOWNLOAD_VERSION needs to be updated when pinning to an unreleased commit.
1515
# If pinning to an unreleased commit, create a "Blocked" JIRA ticket with
1616
# a "depends on" link to the appropriate C Driver version release ticket.
17-
MONGOC_VERSION_MINIMUM = '1.30.0'
17+
MONGOC_VERSION_MINIMUM = '1.30.1'
1818

1919

2020
class InstallCDriver(Function):

Diff for: .evergreen/generated_configs/functions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ functions:
398398
type: setup
399399
params:
400400
updates:
401-
- { key: mongoc_version_minimum, value: 1.30.0 }
401+
- { key: mongoc_version_minimum, value: 1.30.1 }
402402
- command: subprocess.exec
403403
type: setup
404404
params:

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ set(LIBBSON_REQUIRED_ABI_VERSION 1.0)
5454

5555
# Also update etc/purls.txt.
5656
set(LIBMONGOC_REQUIRED_VERSION 1.30.0)
57-
set(LIBMONGOC_DOWNLOAD_VERSION 1.30.0)
57+
set(LIBMONGOC_DOWNLOAD_VERSION 1.30.1)
5858
set(LIBMONGOC_REQUIRED_ABI_VERSION 1.0)
5959

6060
set(NEED_DOWNLOAD_C_DRIVER false)

Diff for: etc/augmented.sbom.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"components": [
33
{
4-
"bom-ref": "pkg:github/mongodb/[email protected].0",
4+
"bom-ref": "pkg:github/mongodb/[email protected].1",
55
"copyright": "Copyright 2009-present MongoDB, Inc.",
66
"externalReferences": [
77
{
88
"type": "distribution",
9-
"url": "https://github.com/mongodb/mongo-c-driver/archive/refs/tags/v1.30.0.tar.gz"
9+
"url": "https://github.com/mongodb/mongo-c-driver/archive/refs/tags/v1.30.1.tar.gz"
1010
},
1111
{
1212
"type": "website",
13-
"url": "https://github.com/mongodb/mongo-c-driver/tree/v1.30.0"
13+
"url": "https://github.com/mongodb/mongo-c-driver/tree/v1.30.1"
1414
}
1515
],
1616
"group": "mongodb",
@@ -22,18 +22,18 @@
2222
}
2323
],
2424
"name": "mongo-c-driver",
25-
"purl": "pkg:github/mongodb/[email protected].0",
25+
"purl": "pkg:github/mongodb/[email protected].1",
2626
"type": "library",
27-
"version": "v1.30.0"
27+
"version": "v1.30.1"
2828
}
2929
],
3030
"dependencies": [
3131
{
32-
"ref": "pkg:github/mongodb/[email protected].0"
32+
"ref": "pkg:github/mongodb/[email protected].1"
3333
}
3434
],
3535
"metadata": {
36-
"timestamp": "2025-02-19T20:40:45.380357+00:00",
36+
"timestamp": "2025-02-24T19:19:59.233810+00:00",
3737
"tools": [
3838
{
3939
"externalReferences": [

Diff for: etc/cyclonedx.sbom.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"components": [
33
{
4-
"bom-ref": "pkg:github/mongodb/[email protected].0",
4+
"bom-ref": "pkg:github/mongodb/[email protected].1",
55
"copyright": "Copyright 2009-present MongoDB, Inc.",
66
"externalReferences": [
77
{
88
"type": "distribution",
9-
"url": "https://github.com/mongodb/mongo-c-driver/archive/refs/tags/v1.30.0.tar.gz"
9+
"url": "https://github.com/mongodb/mongo-c-driver/archive/refs/tags/v1.30.1.tar.gz"
1010
},
1111
{
1212
"type": "website",
13-
"url": "https://github.com/mongodb/mongo-c-driver/tree/v1.30.0"
13+
"url": "https://github.com/mongodb/mongo-c-driver/tree/v1.30.1"
1414
}
1515
],
1616
"group": "mongodb",
@@ -22,18 +22,18 @@
2222
}
2323
],
2424
"name": "mongo-c-driver",
25-
"purl": "pkg:github/mongodb/[email protected].0",
25+
"purl": "pkg:github/mongodb/[email protected].1",
2626
"type": "library",
27-
"version": "v1.30.0"
27+
"version": "v1.30.1"
2828
}
2929
],
3030
"dependencies": [
3131
{
32-
"ref": "pkg:github/mongodb/[email protected].0"
32+
"ref": "pkg:github/mongodb/[email protected].1"
3333
}
3434
],
3535
"metadata": {
36-
"timestamp": "2025-02-19T20:40:45.380357+00:00",
36+
"timestamp": "2025-02-24T19:17:22.359043+00:00",
3737
"tools": [
3838
{
3939
"externalReferences": [

Diff for: etc/make_release.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
show_default=True,
8989
help='The remote reference which points to the mongodb/mongo-cxx-driver repo')
9090
@click.option('--c-driver-build-ref',
91-
default='1.30.0',
91+
default='1.30.1',
9292
show_default=True,
9393
help='When building the C driver, build at this Git reference')
9494
@click.option('--with-c-driver',

Diff for: etc/purls.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# re-generate the SBOM JSON file!
77

88
# libbson and libmongoc are obtained via cmake/FetchMongoC.cmake.
9-
pkg:github/mongodb/[email protected].0
9+
pkg:github/mongodb/[email protected].1

0 commit comments

Comments
 (0)