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
While we will continue to "divide by 1024", if the remaining
value is still over 1000, we will divide by 1024 again. It feels
more natural to read "1GiB" instead of "1024MiB".
Copy file name to clipboardExpand all lines: docs/content/releases/4.5.0.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,7 @@ To remove an annotation, one follows the format:
135
135
- Any customizations for the cluster (e.g. custom PostgreSQL configuration) will be available.
136
136
- This also fixes several bugs that were reported with the `pgo restore` functionality, some of which are captured further down in these release notes.
137
137
- The [Downward API](https://kubernetes.io/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information/) is now available to PostgreSQL instances.
138
+
- The `pgo df` command will round values over 1000 up to the next unit type, e.g. `1GiB` instead of `1024MiB`.
0 commit comments