Skip to content

Commit 0c16602

Browse files
authored
DOCS-16306 100.7.4/100.7.5 release notes (#98)
* DOCS-16306 Release Notes for 100.7.5 * Removes Ubuntu 18.04 support * DOCS-16277 Release Notes for 100.7.4 * Fixes per Ian
1 parent 5d83541 commit 0c16602

File tree

4 files changed

+47
-1
lines changed

4 files changed

+47
-1
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
.. _100.7.4-changelog:
2+
3+
100.7.4 Changelog
4+
-----------------
5+
6+
*Released 2023-07-21*
7+
8+
This release fixes issues with mongorestore that ommitted all namespaces
9+
containing "admin" when restoring to an Atlas Proxy Cluster. This release
10+
also fixes an issue with mongodump where the process failed against clusters
11+
using Atlas Online Archive.
12+
13+
Bug
14+
~~~
15+
16+
* :issue:`TOOLS-3338` - Mongorestore to Atlas Proxy fails for any collection
17+
containing "admin"
18+
* :issue:`TOOLS-3344` - Mongodump does not work with Atlas Data Federation.
19+
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.. _100.7.5-changelog:
2+
3+
100.7.5 Changelog
4+
-----------------
5+
6+
*Released 2023-08-07*
7+
8+
This version updates Go to 1.19.12. This release of Go includes a security fix
9+
to the crypto/tls package.
10+
11+
This version no longer supports the PowerPC Ubuntu 18.04 platform.
12+
13+
Task
14+
~~~~
15+
16+
* :issue:`TOOLS-3349` - Add integration testing for mongodump/restore on
17+
config db (and other special case dbs)
18+
19+
Release
20+
~~~~~~~
21+
22+
* :issue:`TOOLS-3365` - Release Database Tools 100.7.5 with golang 1.19.12
23+

source/includes/fact-platform-support.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
* - Ubuntu 18.04
9393
- |checkmark|
9494
- |checkmark|
95-
- |checkmark|
95+
-
9696
-
9797

9898
* - Ubuntu 16.04

source/release-notes/database-tools-changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Database Tools Changelog
1212

1313
.. include:: /includes/changelogs/releases/100.8.0.rst
1414

15+
.. include:: /includes/changelogs/releases/100.7.5.rst
16+
17+
.. include:: /includes/changelogs/releases/100.7.4.rst
18+
1519
.. include:: /includes/changelogs/releases/100.7.3.rst
1620

1721
.. include:: /includes/changelogs/releases/100.7.2.rst

0 commit comments

Comments
 (0)