Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update in Nuget, DEB and sample email

...

No Format
apache-ignite (2.7.6-1) unstable; urgency=low

  * Updated Apache Ignite to version 2.7.6

 -- Petr Ivanov <mr.weider@gmail.com>  FriWed, 20 Aug 2019 20:58:44 +0300

Check dates are correct, and version is postfixed with '-1' - it is package version number, it is required by format

4.1.3.2. Update packaging/rpm/apache-ignite.spec, change current version; insert new line to changes log:

...

No Format
* Fri 20 Aug 2019 Peter Ivanov <mr.weider@gmail.com> - 2.7.6-1
- Updated Apache Ignite to version 2.7.6

Make sure dates are correct, add package build number, '-1' at the end of package version.

4.1.3.3. (optional) ask for review on the list.

4.1.3.4. Commit package version changes into master and a release branch.

...

No Format
dpkg-sig -k 612654F7 --sign builder packages/*.deb

Processing packages/apache-ignite_2.7.5-1_all.deb... 
You need a passphrase to unlock the secret key for
user: "Apache User (CODE SIGNING KEY) <login@apache.org>"
4096-bit RSA key, ID 612654F7, created 2019-03-19

Signed deb packages/apache-ignite_2.7.5-1_all.deb

You can validate that file modification time was changed after singing. 


4.3.3.2. Sign artfacts

...

This will produce .nupkg files as build artifcats, and push the packages to https://www.myget.org/F/apache-ignite-staging/ for easier testing.

Check results at myget UI, https://www.myget.org/feed/apache-ignite-staging/package/nuget/Apache.Ignite

4.6  Sending Release For Vote

...

Expand


Code Block
languagexml
Dear Community,

WeI have uploaded release candidate to
https://dist.apache.org/repos/dist/dev/ignite/2.7.56-rc3/
 
The rc1/
https://dist.apache.org/repos/dist/dev/ignite/packages_2.7.6-rc1/
 
The following staging can be used for a dependent project for testing:
https://repository.apache.org/content/repositories/orgapacheignite-1438/
 
This is the verysecond importantmaintenance release containing initial versions of Ignite.NET
and Ignite C++ and many other important features.
for 2.7.x with a number of fixes.
 
Tag name is
1 2.57.0.final-rc3

1.5.0 changes:
* Ignite.NET: Initial Release.
* Ignite C++: Initial Release.
* Massive performance improvements for cache operations and SQL.
* Added new binary cache object marshalling implementation.
* Added IgniteSemaphore data structure.
* Added MQTT Streamer.
* Added Twitter Streamer.
* Added Ignite Sink (integration with Apache Flume).
* Fixed optimistic serializable transactions: implemented "deadlock-free"
locking algorithm.
* Fixed failover for continuous queries.
* Fixed compilation and runtime errors under OpenJDK and IBM JDK.
* Fixed Integer.size limitation for cache.
* Fixed and improved cache types configuration.
* Fixed cache rebalancing.
* Many stability and fault-tolerance fixes.
* Added example to demonstrate the usage of EntryProcessor.

Complete list of closed issues:
https://issues.apache.org/jira/issues/?jql=project+%3D+IGNITE+AND+fixVersion+%3D+1.5+AND+status+%3D+closed

DEVNOTES
https://git-wip-us6-rc1: https://gitbox.apache.org/repos/asf?p=ignite.git;a=tag;h=refs/tags/2.7.6-rc1
 
2.7.6 changes:
 * Ignite work directory is now set to the current user's home directory by default, native persistence files will not be stored in the Temp directory anymore
 * Fixed a bug that caused a SELECT query with an equality predicate on a part of the primary compound key to return a single row even if the query matched multiple rows
 * Fixed an issue that could cause data corruption during checkpointing
 * Fixed an issue where a row size was calculated incorrectly for shared cache groups, which caused a tree corruption
 * Reduced java heap footprint by optimizing GridDhtPartitionsFullMessage maps in exchange history
 * .NET: Native persistence now works with a custom affinity function
 * Fixed an issue where an outdated node with a destroyed cache caused the cluster to hang
 * Fixed a bug that made it impossible to change the inline_size property of an existing index after it was dropped and recreated with a different value
 
RELEASE NOTES: https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTESRELEASE_NOTES.txt;hb=refs/tags/1.5.0.final-rc3

RELEASENOTES
https://git-wip-usignite-2.7.6
 
Complete list of resolved issues: https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%20fixVersion%20%3D%202.7.6 
 
DEVNOTES https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTESDEVNOTES.txt;hb=refs/tags/1.5.0.final-rc3
ignite-2.7.6
 
The vote is formal, see voting guidelines https://www.apache.org/foundation/voting.html
 
+1 - to accept Apache Ignite 12.57.0.final6-rc3rc1
0 - don't care either way
-1 - DO NOT accept Apache Ignite Ignite 12.57.0.final6-rc3rc1 (explain why)
 
See notes on how to verify release here https://www.apache.org/info/verification.html
and https://cwiki.apache.org/confluence/display/IGNITE/Release+Process#ReleaseProcess-P5.VotingonReleaseandReleaseVerification
 
This vote will be open for at least 723 hoursdays till MaySun Aug 2325, 1418:00 UTC.
 https://www.timeanddate.com/countdown/to?year=2019&month=58&day=2325&hour=1418&min=0&sec=0&p0=utc-1


Examples of Voting threads Vote on 2.7.5; Vote on 2.7.0

...