summaryrefslogtreecommitdiff
path: root/vendor/github.com/sirupsen/logrus/CHANGELOG.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-02-17 13:17:34 -0500
committerGitHub <noreply@github.com>2021-02-17 13:17:34 -0500
commit6ea9ff2f21b583e4bc61a72d97c889ee7057a32e (patch)
treed378b355d2357ec41e03d4c7ead9d359a9336345 /vendor/github.com/sirupsen/logrus/CHANGELOG.md
parent516dc6d1ff618019079bc68055dd7f6c2a447aa2 (diff)
parent6842907250e84b2b315a7fa609b52f20258ebfa1 (diff)
downloadpodman-6ea9ff2f21b583e4bc61a72d97c889ee7057a32e.tar.gz
podman-6ea9ff2f21b583e4bc61a72d97c889ee7057a32e.tar.bz2
podman-6ea9ff2f21b583e4bc61a72d97c889ee7057a32e.zip
Merge pull request #9406 from containers/dependabot/go_modules/github.com/sirupsen/logrus-1.7.1
Bump github.com/sirupsen/logrus from 1.7.0 to 1.7.1
Diffstat (limited to 'vendor/github.com/sirupsen/logrus/CHANGELOG.md')
-rw-r--r--vendor/github.com/sirupsen/logrus/CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/vendor/github.com/sirupsen/logrus/CHANGELOG.md b/vendor/github.com/sirupsen/logrus/CHANGELOG.md
index 584026d67..f68fb86bd 100644
--- a/vendor/github.com/sirupsen/logrus/CHANGELOG.md
+++ b/vendor/github.com/sirupsen/logrus/CHANGELOG.md
@@ -1,3 +1,23 @@
+# 1.7.1
+Code quality:
+ * use go 1.15 in travis
+ * use magefile as task runner
+
+Fixes:
+ * small fixes about new go 1.13 error formatting system
+ * Fix for long time race condiction with mutating data hooks
+
+Features:
+ * build support for zos
+
+# 1.7.0
+Fixes:
+ * the dependency toward a windows terminal library has been removed
+
+Features:
+ * a new buffer pool management API has been added
+ * a set of `<LogLevel>Fn()` functions have been added
+
# 1.6.0
Fixes:
* end of line cleanup