You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
9
9
## 1.21.0 - 2022-08-23
10
10
11
-
### Fixed
12
-
- Fix to remove dataset from a space [#349](https://github.com/clowder-framework/clowder/issues/349)
13
-
(The count might be off to existing spaces, please run fixCounts script)
14
-
15
11
**_Important:_** This update requires a MongoDB update schema due to a bug in the original migration of showing summary statistics at the
16
12
space level. Make sure to start the application with -DMONGOUPDATE=1. You can also run the [fixCounts.js](https://github.com/clowder-framework/clowder/blob/develop/scripts/updates/fix-counts.js)
17
13
script prior to upgrading to minimize the downtime.
@@ -28,6 +24,7 @@ script prior to upgrading to minimize the downtime.
28
24
- Send email to all admins and request user in a single email when any admin accepts/rejects 'Request access' for a space [#330](https://github.com/clowder-framework/clowder/issues/330)
29
25
- script/code to count space in files was not correct [#366](https://github.com/clowder-framework/clowder/issues/336)
30
26
- github actions would fail for docker builds due to secrets not existing
27
+
- Fix to remove dataset from a space [#349](https://github.com/clowder-framework/clowder/issues/349)
0 commit comments