You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2017/05/15 15:13:52 UTC

storm git commit: Added STORM-2496 to CHANGELOG.

Repository: storm
Updated Branches:
  refs/heads/master dd6b48708 -> 013edc967


Added STORM-2496 to CHANGELOG.


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/013edc96
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/013edc96
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/013edc96

Branch: refs/heads/master
Commit: 013edc967ff7b290bf5e384b343715c522fb2c1b
Parents: dd6b487
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Mon May 15 08:13:33 2017 -0700
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Mon May 15 08:13:33 2017 -0700

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/013edc96/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1a08e8a..5ff28bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -245,6 +245,7 @@
  * STORM-1769: Added a test to check local nimbus with notifier plugin
 
 ## 1.1.1
+ * STORM-2496: Dependency artifacts should be uploaded to blobstore with READ permission for all
  * STORM-2512: Make constructor public and add one more builder constructor
  * STORM-2482: Refactor the Storm auto credential plugins to be more usable
  * STORM-2343: New Kafka spout can stop emitting tuples if more than maxUncommittedOffsets tuples fail at once.