[RESULT][VOTE] Release Apache NiFi 1.12.1 (rc2)

2020-09-28 Thread Joe Witt
Apache NiFi Community,

I am pleased to announce that the 1.12.1 release of Apache NiFi passes with
7 +1 (binding) votes
4 +1 (non-binding) votes
0 0 votes
0 -1 votes

Thanks to everyone for their quick efforts to address a range of important
defects and improvements!

Here is the PMC vote thread:
https://lists.apache.org/thread.html/r7621607daa7eb1027133c5bf9023b45c887196a4f7ccfa1607b56f94%40%3Cdev.nifi.apache.org%3E

On Mon, Sep 28, 2020 at 9:31 AM Joe Witt  wrote:

> +1 binding
>
> On Mon, Sep 28, 2020 at 9:20 AM Mark Payne  wrote:
>
>> +1 (binding)
>>
>> During build, I did run into a problem with unit tests:
>>
>>
>> [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
>> 0.399 s <<< FAILURE! - in
>> org.apache.nifi.web.security.oidc.StandardOidcIdentityProviderGroovyTest
>> [ERROR]
>> testConvertOIDCTokenToNiFiTokenShouldHandleBlankIdentityAndNoEmailClaim(org.apache.nifi.web.security.oidc.StandardOidcIdentityProviderGroovyTest)
>> Time elapsed: 0.265 s  <<< FAILURE!
>> java.lang.AssertionError: Closure
>> org.apache.nifi.web.security.oidc.StandardOidcIdentityProviderGroovyTest$_testConvertOIDCTokenToNiFiTokenShouldHandleBlankIdentityAndNoEmailClaim_closure6@534c6767
>> should have failed with an exception of type java.net.ConnectException,
>> instead got Exception javax.net.ssl.SSLHandshakeException:
>> java.security.cert.CertificateException: No subject alternative DNS name
>> matching localhost found.
>> at
>> org.apache.nifi.web.security.oidc.StandardOidcIdentityProviderGroovyTest.testConvertOIDCTokenToNiFiTokenShouldHandleBlankIdentityAndNoEmailClaim(StandardOidcIdentityProviderGroovyTest.groovy:432)
>>
>> However, this appears to be a problem with my local setup. Digging into
>> the code it’s attempting to make an HTTP Request to
>> https://localhost/oidc/userInfo
>> I attempted the same request via curl and got a similar issue:
>>
>>
>> ~ $ curl https://localhost/oidc/userInfo
>> curl: (60) SSL certificate problem: unable to get local issuer certificate
>> More details here: https://curl.haxx.se/docs/sslcerts.htmlcurl failed to
>> verify the legitimacy of the server and therefore could not
>> establish a secure connection to it. To learn more about this situation
>> and
>> how to fix it, please visit the web page mentioned above.
>>
>> So it appears that somehow I’m not able to get a DNS name for
>> “localhost”. Not sure exactly what that means, but it definitely appears to
>> be environment-specific.
>> We might want to consider changing this from a Unit Test to an
>> Integration Test. But otherwise, all seems good.
>>
>> Finished building without unit tests. Started up, verified some of the
>> specific 1.12.0 features and 1.12.1 fixes. Didn’t notice any problems.
>>
>> Thanks for putting this release together, Joe!
>>
>> -Mark
>>
>>
>> On Sep 25, 2020, at 11:45 AM, Pierre Villard > > wrote:
>>
>> +1 (binding)
>>
>> Went through usual verification steps.
>> Thanks Joe for RM'ing!
>>
>> Le ven. 25 sept. 2020 à 13:30, Tony Kurc > tk...@apache.org>> a écrit :
>>
>> +1 (binding)
>>
>> Verified signature and hashes. Built without issue on ubuntu 18.04 x86_64
>> with openjdk11. Saw no issues with LICENSE or NOTICE.
>>
>> Tony
>>
>> On Wed, Sep 23, 2020, 6:10 PM Joe Witt > joew...@apache.org>> wrote:
>>
>> Hello,
>>
>> I am pleased to be calling this vote for the source release of Apache
>> NiFi
>> 1.12.1.
>>
>> The source zip, including signatures, digests, etc. can be found at:
>> https://repository.apache.org/content/repositories/orgapachenifi-1170
>>
>> The source being voted upon and the convenience binaries can be found at:
>> https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/
>>
>> A helpful reminder on how the release candidate verification process
>> works:
>>
>>
>>
>> https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
>>
>> The Git tag is nifi-1.12.1-RC2
>> The Git commit ID is accfaa3034fa5c3ef55d6402ac31e500247100f9
>>
>>
>>
>> https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=accfaa3034fa5c3ef55d6402ac31e500247100f9
>>
>> Checksums of nifi-1.12.1-source-release.zip:
>> SHA256: 7735c632c6795bb0d299631454bd81006db33d51192cacc1404a5c9779607802
>> SHA512:
>>
>>
>>
>> e7f06afc7617df7e3325bce8e34d1d78c4d130c40135661e59ae0eabef50df888759a125dae3ab9556fc940d621c695a50e674ebad8c3066716bfb5fbd27c1c4
>>
>> Release artifacts are signed with the following key:
>> https://people.apache.org/keys/committer/joewitt.asc
>>
>> KEYS file available here:
>> https://dist.apache.org/repos/dist/release/nifi/KEYS
>>
>> 39 issues were closed/resolved for this release:
>>
>>
>>
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757
>>
>> Release note highlights can be found here:
>>
>>
>>
>> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1
>>
>> The vote will be open for 72 hours.
>> Please download 

Re: [VOTE] Release Apache NiFi 1.12.1 (rc2)

2020-09-28 Thread Joe Witt
+1 binding

On Mon, Sep 28, 2020 at 9:20 AM Mark Payne  wrote:

> +1 (binding)
>
> During build, I did run into a problem with unit tests:
>
>
> [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
> 0.399 s <<< FAILURE! - in
> org.apache.nifi.web.security.oidc.StandardOidcIdentityProviderGroovyTest
> [ERROR]
> testConvertOIDCTokenToNiFiTokenShouldHandleBlankIdentityAndNoEmailClaim(org.apache.nifi.web.security.oidc.StandardOidcIdentityProviderGroovyTest)
> Time elapsed: 0.265 s  <<< FAILURE!
> java.lang.AssertionError: Closure
> org.apache.nifi.web.security.oidc.StandardOidcIdentityProviderGroovyTest$_testConvertOIDCTokenToNiFiTokenShouldHandleBlankIdentityAndNoEmailClaim_closure6@534c6767
> should have failed with an exception of type java.net.ConnectException,
> instead got Exception javax.net.ssl.SSLHandshakeException:
> java.security.cert.CertificateException: No subject alternative DNS name
> matching localhost found.
> at
> org.apache.nifi.web.security.oidc.StandardOidcIdentityProviderGroovyTest.testConvertOIDCTokenToNiFiTokenShouldHandleBlankIdentityAndNoEmailClaim(StandardOidcIdentityProviderGroovyTest.groovy:432)
>
> However, this appears to be a problem with my local setup. Digging into
> the code it’s attempting to make an HTTP Request to
> https://localhost/oidc/userInfo
> I attempted the same request via curl and got a similar issue:
>
>
> ~ $ curl https://localhost/oidc/userInfo
> curl: (60) SSL certificate problem: unable to get local issuer certificate
> More details here: https://curl.haxx.se/docs/sslcerts.htmlcurl failed to
> verify the legitimacy of the server and therefore could not
> establish a secure connection to it. To learn more about this situation and
> how to fix it, please visit the web page mentioned above.
>
> So it appears that somehow I’m not able to get a DNS name for “localhost”.
> Not sure exactly what that means, but it definitely appears to be
> environment-specific.
> We might want to consider changing this from a Unit Test to an Integration
> Test. But otherwise, all seems good.
>
> Finished building without unit tests. Started up, verified some of the
> specific 1.12.0 features and 1.12.1 fixes. Didn’t notice any problems.
>
> Thanks for putting this release together, Joe!
>
> -Mark
>
>
> On Sep 25, 2020, at 11:45 AM, Pierre Villard  > wrote:
>
> +1 (binding)
>
> Went through usual verification steps.
> Thanks Joe for RM'ing!
>
> Le ven. 25 sept. 2020 à 13:30, Tony Kurc  tk...@apache.org>> a écrit :
>
> +1 (binding)
>
> Verified signature and hashes. Built without issue on ubuntu 18.04 x86_64
> with openjdk11. Saw no issues with LICENSE or NOTICE.
>
> Tony
>
> On Wed, Sep 23, 2020, 6:10 PM Joe Witt  joew...@apache.org>> wrote:
>
> Hello,
>
> I am pleased to be calling this vote for the source release of Apache
> NiFi
> 1.12.1.
>
> The source zip, including signatures, digests, etc. can be found at:
> https://repository.apache.org/content/repositories/orgapachenifi-1170
>
> The source being voted upon and the convenience binaries can be found at:
> https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/
>
> A helpful reminder on how the release candidate verification process
> works:
>
>
>
> https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
>
> The Git tag is nifi-1.12.1-RC2
> The Git commit ID is accfaa3034fa5c3ef55d6402ac31e500247100f9
>
>
>
> https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=accfaa3034fa5c3ef55d6402ac31e500247100f9
>
> Checksums of nifi-1.12.1-source-release.zip:
> SHA256: 7735c632c6795bb0d299631454bd81006db33d51192cacc1404a5c9779607802
> SHA512:
>
>
>
> e7f06afc7617df7e3325bce8e34d1d78c4d130c40135661e59ae0eabef50df888759a125dae3ab9556fc940d621c695a50e674ebad8c3066716bfb5fbd27c1c4
>
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/joewitt.asc
>
> KEYS file available here:
> https://dist.apache.org/repos/dist/release/nifi/KEYS
>
> 39 issues were closed/resolved for this release:
>
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757
>
> Release note highlights can be found here:
>
>
>
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1
>
> The vote will be open for 72 hours.
> Please download the release candidate and evaluate the necessary items
> including checking hashes, signatures, build
> from source, and test. Then please vote:
>
> [ ] +1 Release this package as nifi-1.12.1
> [ ] +0 no opinion
> [ ] -1 Do not release this package because...
>
>
>
>


Re: [VOTE] Release Apache NiFi 1.12.1 (rc2)

2020-09-28 Thread Mark Payne
+1 (binding)

During build, I did run into a problem with unit tests:


[ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.399 
s <<< FAILURE! - in 
org.apache.nifi.web.security.oidc.StandardOidcIdentityProviderGroovyTest
[ERROR] 
testConvertOIDCTokenToNiFiTokenShouldHandleBlankIdentityAndNoEmailClaim(org.apache.nifi.web.security.oidc.StandardOidcIdentityProviderGroovyTest)
  Time elapsed: 0.265 s  <<< FAILURE!
java.lang.AssertionError: Closure 
org.apache.nifi.web.security.oidc.StandardOidcIdentityProviderGroovyTest$_testConvertOIDCTokenToNiFiTokenShouldHandleBlankIdentityAndNoEmailClaim_closure6@534c6767
 should have failed with an exception of type java.net.ConnectException, 
instead got Exception javax.net.ssl.SSLHandshakeException: 
java.security.cert.CertificateException: No subject alternative DNS name 
matching localhost found.
at 
org.apache.nifi.web.security.oidc.StandardOidcIdentityProviderGroovyTest.testConvertOIDCTokenToNiFiTokenShouldHandleBlankIdentityAndNoEmailClaim(StandardOidcIdentityProviderGroovyTest.groovy:432)

However, this appears to be a problem with my local setup. Digging into the 
code it’s attempting to make an HTTP Request to https://localhost/oidc/userInfo
I attempted the same request via curl and got a similar issue:


~ $ curl https://localhost/oidc/userInfo
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.haxx.se/docs/sslcerts.htmlcurl failed to verify 
the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

So it appears that somehow I’m not able to get a DNS name for “localhost”. Not 
sure exactly what that means, but it definitely appears to be 
environment-specific.
We might want to consider changing this from a Unit Test to an Integration 
Test. But otherwise, all seems good.

Finished building without unit tests. Started up, verified some of the specific 
1.12.0 features and 1.12.1 fixes. Didn’t notice any problems.

Thanks for putting this release together, Joe!

-Mark


On Sep 25, 2020, at 11:45 AM, Pierre Villard 
mailto:pierre.villard...@gmail.com>> wrote:

+1 (binding)

Went through usual verification steps.
Thanks Joe for RM'ing!

Le ven. 25 sept. 2020 à 13:30, Tony Kurc 
mailto:tk...@apache.org>> a écrit :

+1 (binding)

Verified signature and hashes. Built without issue on ubuntu 18.04 x86_64
with openjdk11. Saw no issues with LICENSE or NOTICE.

Tony

On Wed, Sep 23, 2020, 6:10 PM Joe Witt 
mailto:joew...@apache.org>> wrote:

Hello,

I am pleased to be calling this vote for the source release of Apache
NiFi
1.12.1.

The source zip, including signatures, digests, etc. can be found at:
https://repository.apache.org/content/repositories/orgapachenifi-1170

The source being voted upon and the convenience binaries can be found at:
https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/

A helpful reminder on how the release candidate verification process
works:


https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate

The Git tag is nifi-1.12.1-RC2
The Git commit ID is accfaa3034fa5c3ef55d6402ac31e500247100f9


https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=accfaa3034fa5c3ef55d6402ac31e500247100f9

Checksums of nifi-1.12.1-source-release.zip:
SHA256: 7735c632c6795bb0d299631454bd81006db33d51192cacc1404a5c9779607802
SHA512:


e7f06afc7617df7e3325bce8e34d1d78c4d130c40135661e59ae0eabef50df888759a125dae3ab9556fc940d621c695a50e674ebad8c3066716bfb5fbd27c1c4

Release artifacts are signed with the following key:
https://people.apache.org/keys/committer/joewitt.asc

KEYS file available here:
https://dist.apache.org/repos/dist/release/nifi/KEYS

39 issues were closed/resolved for this release:


https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757

Release note highlights can be found here:


https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1

The vote will be open for 72 hours.
Please download the release candidate and evaluate the necessary items
including checking hashes, signatures, build
from source, and test. Then please vote:

[ ] +1 Release this package as nifi-1.12.1
[ ] +0 no opinion
[ ] -1 Do not release this package because...





Re: [VOTE] Release Apache NiFi 1.12.1 (rc2)

2020-09-26 Thread Peter Turcsanyi
+1 (non-binding)

- verified checksums and signatures
- built source (empty local maven repo, AdoptOpenJDK 1.8.0_265 on Ubuntu
20.04)
- untar and ran the provided convenience binary
- tested some simple flows, check NIFI-7794 (fixed regression in
PutAzureBlobStorage)

Peter

On Fri, Sep 25, 2020 at 11:38 AM Kotaro Terada  wrote:

> +1 (non-binding)
>
> Verified signatures and hashes.
> Built with OpenJDK 1.8 and OpenJDK 11.
> Set up a secure 3-node cluster.
> Tested some dataflows.
> Confirmed that it works fine with multiple SAN.
>
> Thanks,
> Kotaro
>
>
> On Fri, Sep 25, 2020 at 8:45 AM Robert Fellows 
> wrote:
>
> > +1 (non-binding)
> >
> > Ran through the release helper.
> > Built and ran with Java 11 (OpenJDK Runtime Environment AdoptOpenJDK
> (build
> > 11.0.8+10))
> > On Mac OS 10.15.6
> >
> > Tested a few simple flows.
> >
> > Thanks for RM'ing, Joe.
> >
> > -- Rob
> >
> > On Thu, Sep 24, 2020 at 5:24 PM Matt Burgess 
> wrote:
> >
> > > +1 (binding)
> > >
> > > Ran through release helper, verified some simple flows, verified
> > > NIFI-7742 was included. Thanks for handling the release Joe!
> > >
> > > On Wed, Sep 23, 2020 at 6:10 PM Joe Witt  wrote:
> > > >
> > > > Hello,
> > > >
> > > > I am pleased to be calling this vote for the source release of Apache
> > > NiFi
> > > > 1.12.1.
> > > >
> > > > The source zip, including signatures, digests, etc. can be found at:
> > > >
> https://repository.apache.org/content/repositories/orgapachenifi-1170
> > > >
> > > > The source being voted upon and the convenience binaries can be found
> > at:
> > > > https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/
> > > >
> > > > A helpful reminder on how the release candidate verification process
> > > works:
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
> > > >
> > > > The Git tag is nifi-1.12.1-RC2
> > > > The Git commit ID is accfaa3034fa5c3ef55d6402ac31e500247100f9
> > > >
> > >
> >
> https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=accfaa3034fa5c3ef55d6402ac31e500247100f9
> > > >
> > > > Checksums of nifi-1.12.1-source-release.zip:
> > > > SHA256:
> > 7735c632c6795bb0d299631454bd81006db33d51192cacc1404a5c9779607802
> > > > SHA512:
> > > >
> > >
> >
> e7f06afc7617df7e3325bce8e34d1d78c4d130c40135661e59ae0eabef50df888759a125dae3ab9556fc940d621c695a50e674ebad8c3066716bfb5fbd27c1c4
> > > >
> > > > Release artifacts are signed with the following key:
> > > > https://people.apache.org/keys/committer/joewitt.asc
> > > >
> > > > KEYS file available here:
> > > > https://dist.apache.org/repos/dist/release/nifi/KEYS
> > > >
> > > > 39 issues were closed/resolved for this release:
> > > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757
> > > >
> > > > Release note highlights can be found here:
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1
> > > >
> > > > The vote will be open for 72 hours.
> > > > Please download the release candidate and evaluate the necessary
> items
> > > > including checking hashes, signatures, build
> > > > from source, and test. Then please vote:
> > > >
> > > > [ ] +1 Release this package as nifi-1.12.1
> > > > [ ] +0 no opinion
> > > > [ ] -1 Do not release this package because...
> > >
> >
> >
> > --
> > ---
> > Rob Fellows
> >
>


Re: [VOTE] Release Apache NiFi 1.12.1 (rc2)

2020-09-25 Thread Pierre Villard
+1 (binding)

Went through usual verification steps.
Thanks Joe for RM'ing!

Le ven. 25 sept. 2020 à 13:30, Tony Kurc  a écrit :

> +1 (binding)
>
> Verified signature and hashes. Built without issue on ubuntu 18.04 x86_64
> with openjdk11. Saw no issues with LICENSE or NOTICE.
>
> Tony
>
> On Wed, Sep 23, 2020, 6:10 PM Joe Witt  wrote:
>
> > Hello,
> >
> > I am pleased to be calling this vote for the source release of Apache
> NiFi
> > 1.12.1.
> >
> > The source zip, including signatures, digests, etc. can be found at:
> > https://repository.apache.org/content/repositories/orgapachenifi-1170
> >
> > The source being voted upon and the convenience binaries can be found at:
> > https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/
> >
> > A helpful reminder on how the release candidate verification process
> works:
> >
> >
> https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
> >
> > The Git tag is nifi-1.12.1-RC2
> > The Git commit ID is accfaa3034fa5c3ef55d6402ac31e500247100f9
> >
> >
> https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=accfaa3034fa5c3ef55d6402ac31e500247100f9
> >
> > Checksums of nifi-1.12.1-source-release.zip:
> > SHA256: 7735c632c6795bb0d299631454bd81006db33d51192cacc1404a5c9779607802
> > SHA512:
> >
> >
> e7f06afc7617df7e3325bce8e34d1d78c4d130c40135661e59ae0eabef50df888759a125dae3ab9556fc940d621c695a50e674ebad8c3066716bfb5fbd27c1c4
> >
> > Release artifacts are signed with the following key:
> > https://people.apache.org/keys/committer/joewitt.asc
> >
> > KEYS file available here:
> > https://dist.apache.org/repos/dist/release/nifi/KEYS
> >
> > 39 issues were closed/resolved for this release:
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757
> >
> > Release note highlights can be found here:
> >
> >
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1
> >
> > The vote will be open for 72 hours.
> > Please download the release candidate and evaluate the necessary items
> > including checking hashes, signatures, build
> > from source, and test. Then please vote:
> >
> > [ ] +1 Release this package as nifi-1.12.1
> > [ ] +0 no opinion
> > [ ] -1 Do not release this package because...
> >
>


Re: [VOTE] Release Apache NiFi 1.12.1 (rc2)

2020-09-25 Thread Tony Kurc
+1 (binding)

Verified signature and hashes. Built without issue on ubuntu 18.04 x86_64
with openjdk11. Saw no issues with LICENSE or NOTICE.

Tony

On Wed, Sep 23, 2020, 6:10 PM Joe Witt  wrote:

> Hello,
>
> I am pleased to be calling this vote for the source release of Apache NiFi
> 1.12.1.
>
> The source zip, including signatures, digests, etc. can be found at:
> https://repository.apache.org/content/repositories/orgapachenifi-1170
>
> The source being voted upon and the convenience binaries can be found at:
> https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/
>
> A helpful reminder on how the release candidate verification process works:
>
> https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
>
> The Git tag is nifi-1.12.1-RC2
> The Git commit ID is accfaa3034fa5c3ef55d6402ac31e500247100f9
>
> https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=accfaa3034fa5c3ef55d6402ac31e500247100f9
>
> Checksums of nifi-1.12.1-source-release.zip:
> SHA256: 7735c632c6795bb0d299631454bd81006db33d51192cacc1404a5c9779607802
> SHA512:
>
> e7f06afc7617df7e3325bce8e34d1d78c4d130c40135661e59ae0eabef50df888759a125dae3ab9556fc940d621c695a50e674ebad8c3066716bfb5fbd27c1c4
>
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/joewitt.asc
>
> KEYS file available here:
> https://dist.apache.org/repos/dist/release/nifi/KEYS
>
> 39 issues were closed/resolved for this release:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757
>
> Release note highlights can be found here:
>
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1
>
> The vote will be open for 72 hours.
> Please download the release candidate and evaluate the necessary items
> including checking hashes, signatures, build
> from source, and test. Then please vote:
>
> [ ] +1 Release this package as nifi-1.12.1
> [ ] +0 no opinion
> [ ] -1 Do not release this package because...
>


Re: [VOTE] Release Apache NiFi 1.12.1 (rc2)

2020-09-25 Thread Kotaro Terada
+1 (non-binding)

Verified signatures and hashes.
Built with OpenJDK 1.8 and OpenJDK 11.
Set up a secure 3-node cluster.
Tested some dataflows.
Confirmed that it works fine with multiple SAN.

Thanks,
Kotaro


On Fri, Sep 25, 2020 at 8:45 AM Robert Fellows 
wrote:

> +1 (non-binding)
>
> Ran through the release helper.
> Built and ran with Java 11 (OpenJDK Runtime Environment AdoptOpenJDK (build
> 11.0.8+10))
> On Mac OS 10.15.6
>
> Tested a few simple flows.
>
> Thanks for RM'ing, Joe.
>
> -- Rob
>
> On Thu, Sep 24, 2020 at 5:24 PM Matt Burgess  wrote:
>
> > +1 (binding)
> >
> > Ran through release helper, verified some simple flows, verified
> > NIFI-7742 was included. Thanks for handling the release Joe!
> >
> > On Wed, Sep 23, 2020 at 6:10 PM Joe Witt  wrote:
> > >
> > > Hello,
> > >
> > > I am pleased to be calling this vote for the source release of Apache
> > NiFi
> > > 1.12.1.
> > >
> > > The source zip, including signatures, digests, etc. can be found at:
> > > https://repository.apache.org/content/repositories/orgapachenifi-1170
> > >
> > > The source being voted upon and the convenience binaries can be found
> at:
> > > https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/
> > >
> > > A helpful reminder on how the release candidate verification process
> > works:
> > >
> >
> https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
> > >
> > > The Git tag is nifi-1.12.1-RC2
> > > The Git commit ID is accfaa3034fa5c3ef55d6402ac31e500247100f9
> > >
> >
> https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=accfaa3034fa5c3ef55d6402ac31e500247100f9
> > >
> > > Checksums of nifi-1.12.1-source-release.zip:
> > > SHA256:
> 7735c632c6795bb0d299631454bd81006db33d51192cacc1404a5c9779607802
> > > SHA512:
> > >
> >
> e7f06afc7617df7e3325bce8e34d1d78c4d130c40135661e59ae0eabef50df888759a125dae3ab9556fc940d621c695a50e674ebad8c3066716bfb5fbd27c1c4
> > >
> > > Release artifacts are signed with the following key:
> > > https://people.apache.org/keys/committer/joewitt.asc
> > >
> > > KEYS file available here:
> > > https://dist.apache.org/repos/dist/release/nifi/KEYS
> > >
> > > 39 issues were closed/resolved for this release:
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757
> > >
> > > Release note highlights can be found here:
> > >
> >
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1
> > >
> > > The vote will be open for 72 hours.
> > > Please download the release candidate and evaluate the necessary items
> > > including checking hashes, signatures, build
> > > from source, and test. Then please vote:
> > >
> > > [ ] +1 Release this package as nifi-1.12.1
> > > [ ] +0 no opinion
> > > [ ] -1 Do not release this package because...
> >
>
>
> --
> ---
> Rob Fellows
>


Re: [VOTE] Release Apache NiFi 1.12.1 (rc2)

2020-09-24 Thread Robert Fellows
+1 (non-binding)

Ran through the release helper.
Built and ran with Java 11 (OpenJDK Runtime Environment AdoptOpenJDK (build
11.0.8+10))
On Mac OS 10.15.6

Tested a few simple flows.

Thanks for RM'ing, Joe.

-- Rob

On Thu, Sep 24, 2020 at 5:24 PM Matt Burgess  wrote:

> +1 (binding)
>
> Ran through release helper, verified some simple flows, verified
> NIFI-7742 was included. Thanks for handling the release Joe!
>
> On Wed, Sep 23, 2020 at 6:10 PM Joe Witt  wrote:
> >
> > Hello,
> >
> > I am pleased to be calling this vote for the source release of Apache
> NiFi
> > 1.12.1.
> >
> > The source zip, including signatures, digests, etc. can be found at:
> > https://repository.apache.org/content/repositories/orgapachenifi-1170
> >
> > The source being voted upon and the convenience binaries can be found at:
> > https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/
> >
> > A helpful reminder on how the release candidate verification process
> works:
> >
> https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
> >
> > The Git tag is nifi-1.12.1-RC2
> > The Git commit ID is accfaa3034fa5c3ef55d6402ac31e500247100f9
> >
> https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=accfaa3034fa5c3ef55d6402ac31e500247100f9
> >
> > Checksums of nifi-1.12.1-source-release.zip:
> > SHA256: 7735c632c6795bb0d299631454bd81006db33d51192cacc1404a5c9779607802
> > SHA512:
> >
> e7f06afc7617df7e3325bce8e34d1d78c4d130c40135661e59ae0eabef50df888759a125dae3ab9556fc940d621c695a50e674ebad8c3066716bfb5fbd27c1c4
> >
> > Release artifacts are signed with the following key:
> > https://people.apache.org/keys/committer/joewitt.asc
> >
> > KEYS file available here:
> > https://dist.apache.org/repos/dist/release/nifi/KEYS
> >
> > 39 issues were closed/resolved for this release:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757
> >
> > Release note highlights can be found here:
> >
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1
> >
> > The vote will be open for 72 hours.
> > Please download the release candidate and evaluate the necessary items
> > including checking hashes, signatures, build
> > from source, and test. Then please vote:
> >
> > [ ] +1 Release this package as nifi-1.12.1
> > [ ] +0 no opinion
> > [ ] -1 Do not release this package because...
>


-- 
---
Rob Fellows


Re: [VOTE] Release Apache NiFi 1.12.1 (rc2)

2020-09-24 Thread Matt Burgess
+1 (binding)

Ran through release helper, verified some simple flows, verified
NIFI-7742 was included. Thanks for handling the release Joe!

On Wed, Sep 23, 2020 at 6:10 PM Joe Witt  wrote:
>
> Hello,
>
> I am pleased to be calling this vote for the source release of Apache NiFi
> 1.12.1.
>
> The source zip, including signatures, digests, etc. can be found at:
> https://repository.apache.org/content/repositories/orgapachenifi-1170
>
> The source being voted upon and the convenience binaries can be found at:
> https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/
>
> A helpful reminder on how the release candidate verification process works:
> https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
>
> The Git tag is nifi-1.12.1-RC2
> The Git commit ID is accfaa3034fa5c3ef55d6402ac31e500247100f9
> https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=accfaa3034fa5c3ef55d6402ac31e500247100f9
>
> Checksums of nifi-1.12.1-source-release.zip:
> SHA256: 7735c632c6795bb0d299631454bd81006db33d51192cacc1404a5c9779607802
> SHA512:
> e7f06afc7617df7e3325bce8e34d1d78c4d130c40135661e59ae0eabef50df888759a125dae3ab9556fc940d621c695a50e674ebad8c3066716bfb5fbd27c1c4
>
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/joewitt.asc
>
> KEYS file available here:
> https://dist.apache.org/repos/dist/release/nifi/KEYS
>
> 39 issues were closed/resolved for this release:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757
>
> Release note highlights can be found here:
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1
>
> The vote will be open for 72 hours.
> Please download the release candidate and evaluate the necessary items
> including checking hashes, signatures, build
> from source, and test. Then please vote:
>
> [ ] +1 Release this package as nifi-1.12.1
> [ ] +0 no opinion
> [ ] -1 Do not release this package because...


Re: [VOTE] Release Apache NiFi 1.12.1 (rc2)

2020-09-24 Thread Joey Frazee
+1 (non-binding)
Verified checksums, hashes, signatures
Ran full build w/ Java 1.8 and 11
Ran build w/ -Prpm profile
Created secure cluster using tls-toolkit and multiple SANs
Tested fixes for NIFI-7768 and NIFI-7794

-joey
On Sep 24, 2020, 1:05 PM -0700, Andrew Lim , wrote:
> +1 (binding)
>
> -Ran full clean install on OS X (Catalina 10.15.2)
> -Tested secure NiFi with secure NiFi Registry 0.7.0
> -Ran basic flows successfully; tested basic versioned flow functionality
> -Reviewed UI fixes and documentation updates
>
> Drew
>
> > On Sep 23, 2020, at 6:10 PM, Joe Witt  wrote:
> >
> > Hello,
> >
> > I am pleased to be calling this vote for the source release of Apache NiFi
> > 1.12.1.
> >
> > The source zip, including signatures, digests, etc. can be found at:
> > https://repository.apache.org/content/repositories/orgapachenifi-1170
> >
> > The source being voted upon and the convenience binaries can be found at:
> > https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/
> >
> > A helpful reminder on how the release candidate verification process works:
> > https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
> >
> > The Git tag is nifi-1.12.1-RC2
> > The Git commit ID is accfaa3034fa5c3ef55d6402ac31e500247100f9
> > https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=accfaa3034fa5c3ef55d6402ac31e500247100f9
> >
> > Checksums of nifi-1.12.1-source-release.zip:
> > SHA256: 7735c632c6795bb0d299631454bd81006db33d51192cacc1404a5c9779607802
> > SHA512:
> > e7f06afc7617df7e3325bce8e34d1d78c4d130c40135661e59ae0eabef50df888759a125dae3ab9556fc940d621c695a50e674ebad8c3066716bfb5fbd27c1c4
> >
> > Release artifacts are signed with the following key:
> > https://people.apache.org/keys/committer/joewitt.asc
> >
> > KEYS file available here:
> > https://dist.apache.org/repos/dist/release/nifi/KEYS
> >
> > 39 issues were closed/resolved for this release:
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757
> >
> > Release note highlights can be found here:
> > https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1
> >
> > The vote will be open for 72 hours.
> > Please download the release candidate and evaluate the necessary items
> > including checking hashes, signatures, build
> > from source, and test. Then please vote:
> >
> > [ ] +1 Release this package as nifi-1.12.1
> > [ ] +0 no opinion
> > [ ] -1 Do not release this package because...
>


Re: [VOTE] Release Apache NiFi 1.12.1 (rc2)

2020-09-24 Thread Andrew Lim
+1 (binding)

-Ran full clean install on OS X (Catalina 10.15.2)
-Tested secure NiFi with secure NiFi Registry 0.7.0
-Ran basic flows successfully; tested basic versioned flow functionality
-Reviewed UI fixes and documentation updates

Drew

> On Sep 23, 2020, at 6:10 PM, Joe Witt  wrote:
> 
> Hello,
> 
> I am pleased to be calling this vote for the source release of Apache NiFi
> 1.12.1.
> 
> The source zip, including signatures, digests, etc. can be found at:
> https://repository.apache.org/content/repositories/orgapachenifi-1170
> 
> The source being voted upon and the convenience binaries can be found at:
> https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/
> 
> A helpful reminder on how the release candidate verification process works:
> https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
> 
> The Git tag is nifi-1.12.1-RC2
> The Git commit ID is accfaa3034fa5c3ef55d6402ac31e500247100f9
> https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=accfaa3034fa5c3ef55d6402ac31e500247100f9
> 
> Checksums of nifi-1.12.1-source-release.zip:
> SHA256: 7735c632c6795bb0d299631454bd81006db33d51192cacc1404a5c9779607802
> SHA512:
> e7f06afc7617df7e3325bce8e34d1d78c4d130c40135661e59ae0eabef50df888759a125dae3ab9556fc940d621c695a50e674ebad8c3066716bfb5fbd27c1c4
> 
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/joewitt.asc
> 
> KEYS file available here:
> https://dist.apache.org/repos/dist/release/nifi/KEYS
> 
> 39 issues were closed/resolved for this release:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757
> 
> Release note highlights can be found here:
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1
> 
> The vote will be open for 72 hours.
> Please download the release candidate and evaluate the necessary items
> including checking hashes, signatures, build
> from source, and test. Then please vote:
> 
> [ ] +1 Release this package as nifi-1.12.1
> [ ] +0 no opinion
> [ ] -1 Do not release this package because...



Re: [VOTE] Release Apache NiFi 1.12.1 (rc2)

2020-09-23 Thread Andy LoPresto
+1, binding. 

Verified the checksums, the GPG signature, the LICENSE/NOTICE/README.md files, 
the full build, and started a simple node on Mac OS X 10.15.6. 

Specifically verified the results of NIFI-7804 [1] and examined the resulting 
nifi-security-utils and nifi-security-utils-api JAR files. 

 ..n/nifi-1.12.1   main ●  ls -alGFh 
work/nar/extensions/nifi-standard-nar-1.12.1.nar-unpacked/NAR-INF/bundled-dependencies/
 | grep nifi-security
-rw-r--r--1 alopresto  staff   180K Sep 23 16:56 
nifi-security-utils-1.12.1.jar
 ..n/nifi-1.12.1   main ●  ls -alGFh 
work/nar/extensions/nifi-standard-services-api-nar-1.12.1.nar-unpacked/NAR-INF/bundled-dependencies/
 | grep nifi-security
-rw-r--r--   1 alopresto  staff13K Sep 23 16:56 
nifi-security-utils-api-1.12.1.jar

Thanks for taking this effort on, Joe. 

[1] https://issues.apache.org/jira/browse/NIFI-7804

Andy LoPresto
alopre...@apache.org
alopresto.apa...@gmail.com
He/Him
PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69

> On Sep 23, 2020, at 3:10 PM, Joe Witt  wrote:
> 
> Hello,
> 
> I am pleased to be calling this vote for the source release of Apache NiFi
> 1.12.1.
> 
> The source zip, including signatures, digests, etc. can be found at:
> https://repository.apache.org/content/repositories/orgapachenifi-1170
> 
> The source being voted upon and the convenience binaries can be found at:
> https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/
> 
> A helpful reminder on how the release candidate verification process works:
> https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
> 
> The Git tag is nifi-1.12.1-RC2
> The Git commit ID is accfaa3034fa5c3ef55d6402ac31e500247100f9
> https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=accfaa3034fa5c3ef55d6402ac31e500247100f9
> 
> Checksums of nifi-1.12.1-source-release.zip:
> SHA256: 7735c632c6795bb0d299631454bd81006db33d51192cacc1404a5c9779607802
> SHA512:
> e7f06afc7617df7e3325bce8e34d1d78c4d130c40135661e59ae0eabef50df888759a125dae3ab9556fc940d621c695a50e674ebad8c3066716bfb5fbd27c1c4
> 
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/joewitt.asc
> 
> KEYS file available here:
> https://dist.apache.org/repos/dist/release/nifi/KEYS
> 
> 39 issues were closed/resolved for this release:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757
> 
> Release note highlights can be found here:
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1
> 
> The vote will be open for 72 hours.
> Please download the release candidate and evaluate the necessary items
> including checking hashes, signatures, build
> from source, and test. Then please vote:
> 
> [ ] +1 Release this package as nifi-1.12.1
> [ ] +0 no opinion
> [ ] -1 Do not release this package because...



[VOTE] Release Apache NiFi 1.12.1 (rc2)

2020-09-23 Thread Joe Witt
Hello,

I am pleased to be calling this vote for the source release of Apache NiFi
1.12.1.

The source zip, including signatures, digests, etc. can be found at:
https://repository.apache.org/content/repositories/orgapachenifi-1170

The source being voted upon and the convenience binaries can be found at:
https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/

A helpful reminder on how the release candidate verification process works:
https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate

The Git tag is nifi-1.12.1-RC2
The Git commit ID is accfaa3034fa5c3ef55d6402ac31e500247100f9
https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=accfaa3034fa5c3ef55d6402ac31e500247100f9

Checksums of nifi-1.12.1-source-release.zip:
SHA256: 7735c632c6795bb0d299631454bd81006db33d51192cacc1404a5c9779607802
SHA512:
e7f06afc7617df7e3325bce8e34d1d78c4d130c40135661e59ae0eabef50df888759a125dae3ab9556fc940d621c695a50e674ebad8c3066716bfb5fbd27c1c4

Release artifacts are signed with the following key:
https://people.apache.org/keys/committer/joewitt.asc

KEYS file available here:
https://dist.apache.org/repos/dist/release/nifi/KEYS

39 issues were closed/resolved for this release:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757

Release note highlights can be found here:
https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1

The vote will be open for 72 hours.
Please download the release candidate and evaluate the necessary items
including checking hashes, signatures, build
from source, and test. Then please vote:

[ ] +1 Release this package as nifi-1.12.1
[ ] +0 no opinion
[ ] -1 Do not release this package because...


[CANCEL][VOTE] Release Apache NiFi 1.12.1

2020-09-11 Thread Joe Witt
Team,

-1 (binding).

Unfortunately the RC1 release is being cancelled due to an issue just
reported in the general slack room.  It relates to a version change of
commons config done in [1].  The reporter of the issue is putting a JIRA
together now. The build/tests didn't catch this so that will be considered
as well.

Once that is sorted out I'll kick off RC2 again.

[1] https://issues.apache.org/jira/browse/NIFI-7485

On Fri, Sep 11, 2020 at 8:09 AM Tony Kurc  wrote:

> +1 (binding)
>
> Built with openjdk 1.8, reviewed license,notice, and checked signature and
> hashes.
>
> On Fri, Sep 11, 2020 at 9:25 AM Kotaro Terada  wrote:
>
> > +1 (non-binding)
> >
> > Verified signatures and hashes.
> > Built packages with OpenJDK 1.8 and OpenJDK 11.
> > Set up a secure 3-node cluster.
> > Confirmed that the multiple SAN issue is resolved.
> >
> > Thanks,
> > Kotaro
> >
> >
> > On Fri, Sep 11, 2020 at 12:00 PM Chad Zobrisky 
> > wrote:
> >
> > > +1 (non-binding)
> > >
> > > - Verified checksums, signatures
> > > - Licenses + README looks good
> > > - built in wsl using java 8
> > > - ran using docker image secured with a certificate that had multiple
> > SANS
> > > and started up fine
> > >
> > > Chad
> > >
> > > On Thu, Sep 10, 2020 at 4:25 PM Peter Turcsanyi 
> > > wrote:
> > >
> > > > +1 (non-binding)
> > > >
> > > > - verified checksums and signatures
> > > > - built source (empty local maven repo, AdoptOpenJDK 1.8.0_265 on
> > Ubuntu
> > > > 18.04.5), start up the binary
> > > > - untar and ran the convenience binary too
> > > > - tested some simple flows, including NIFI-7760 (fixed regression in
> > > > UnpackContent)
> > > >
> > > > Peter
> > > >
> > > > On Thu, Sep 10, 2020 at 2:31 AM Joey Frazee  > > > .invalid>
> > > > wrote:
> > > >
> > > > > +1 (non-binding)
> > > > > Verified checksums and signatures
> > > > > Ran full build with contrib check on Linux and Zulu OpenJDK 11.0.7
> > > > > Tested TLS toolkit and secure cluster with multiple SANs
> > > > >
> > > > > -joey
> > > > > On Sep 9, 2020, 8:51 AM -0700, Kevin Doran ,
> > wrote:
> > > > > > +1 (binding)
> > > > > >
> > > > > > - Checked hashes/sigs
> > > > > > - L is present
> > > > > > - Built from source and built docker images from resulting
> > artifacts
> > > > > > - Ran a docker compose environment with NiFi Registry 0.7.0 and
> > NiFi
> > > > > 1.12.1 RC1
> > > > > > - Tested flow authoring and Registry integration in the test
> > > > environment
> > > > > >
> > > > > > One thing to note is that running the docker profile from the
> > > > > decompressed source distribution still results in some build errors
> > due
> > > > to
> > > > > shell scripts we use for our docker container tests not being
> > > executable.
> > > > > At some point we should look into improving our release process to
> > try
> > > to
> > > > > preserve those permissions, our making our build plugins robust
> > enough
> > > > that
> > > > > those permissions are not required at build time.
> > > > > >
> > > > > > Kevin
> > > > > >
> > > > > > > On Sep 9, 2020, at 10:48, Bryan Bende 
> wrote:
> > > > > > >
> > > > > > > +1 (binding)
> > > > > > >
> > > > > > > Ran through the release helper and everything looks good, used
> > > 1.12.1
> > > > > > > toolkit to generate certs for a secure instance.
> > > > > > >
> > > > > > > On Tue, Sep 8, 2020 at 11:36 PM Andrew Lim <
> > > > andrewlim.apa...@gmail.com
> > > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > > > +1 (binding)
> > > > > > > >
> > > > > > > > -Ran full clean install on OS X (Catalina 10.15.2)
> > > > > > > > -Tested secure NiFi with secure NiFi Registry 0.7.0
> > > > > > > > -Ran basic flows successfully; tested basic versioned flow
> > > > > functionality
> > > > > > > > -Reviewed documentation updates
> > > > > > > >
> > > > > > > > Drew
> > > > > > > >
> > > > > > > > > On Sep 8, 2020, at 12:59 PM, Joe Witt 
> > > > wrote:
> > > > > > > > >
> > > > > > > > > Hello,
> > > > > > > > >
> > > > > > > > > I am pleased to be calling this vote for the source release
> > of
> > > > > Apache
> > > > > > > > NiFi
> > > > > > > > > 1.12.1.
> > > > > > > > >
> > > > > > > > > The source zip, including signatures, digests, etc. can be
> > > found
> > > > > at:
> > > > > > > > >
> > > > >
> > https://repository.apache.org/content/repositories/orgapachenifi-1167
> > > > > > > > >
> > > > > > > > > The source being voted upon and the convenience binaries
> can
> > be
> > > > > found at:
> > > > > > > > > https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/
> > > > > > > > >
> > > > > > > > > A helpful reminder on how the release candidate
> verification
> > > > > process
> > > > > > > > works:
> > > > > > > > >
> > > > > > > >
> > > > >
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
> > > > > > > > >
> > > > > > > > > The Git tag is nifi-1.12.1-RC1
> > > > > > > > > The Git commit ID is
> e8f708b3945183b7ab1b356c00d0fcbd929d6163
> > > > > > 

Re: [VOTE] Release Apache NiFi 1.12.1

2020-09-11 Thread Tony Kurc
+1 (binding)

Built with openjdk 1.8, reviewed license,notice, and checked signature and
hashes.

On Fri, Sep 11, 2020 at 9:25 AM Kotaro Terada  wrote:

> +1 (non-binding)
>
> Verified signatures and hashes.
> Built packages with OpenJDK 1.8 and OpenJDK 11.
> Set up a secure 3-node cluster.
> Confirmed that the multiple SAN issue is resolved.
>
> Thanks,
> Kotaro
>
>
> On Fri, Sep 11, 2020 at 12:00 PM Chad Zobrisky 
> wrote:
>
> > +1 (non-binding)
> >
> > - Verified checksums, signatures
> > - Licenses + README looks good
> > - built in wsl using java 8
> > - ran using docker image secured with a certificate that had multiple
> SANS
> > and started up fine
> >
> > Chad
> >
> > On Thu, Sep 10, 2020 at 4:25 PM Peter Turcsanyi 
> > wrote:
> >
> > > +1 (non-binding)
> > >
> > > - verified checksums and signatures
> > > - built source (empty local maven repo, AdoptOpenJDK 1.8.0_265 on
> Ubuntu
> > > 18.04.5), start up the binary
> > > - untar and ran the convenience binary too
> > > - tested some simple flows, including NIFI-7760 (fixed regression in
> > > UnpackContent)
> > >
> > > Peter
> > >
> > > On Thu, Sep 10, 2020 at 2:31 AM Joey Frazee  > > .invalid>
> > > wrote:
> > >
> > > > +1 (non-binding)
> > > > Verified checksums and signatures
> > > > Ran full build with contrib check on Linux and Zulu OpenJDK 11.0.7
> > > > Tested TLS toolkit and secure cluster with multiple SANs
> > > >
> > > > -joey
> > > > On Sep 9, 2020, 8:51 AM -0700, Kevin Doran ,
> wrote:
> > > > > +1 (binding)
> > > > >
> > > > > - Checked hashes/sigs
> > > > > - L is present
> > > > > - Built from source and built docker images from resulting
> artifacts
> > > > > - Ran a docker compose environment with NiFi Registry 0.7.0 and
> NiFi
> > > > 1.12.1 RC1
> > > > > - Tested flow authoring and Registry integration in the test
> > > environment
> > > > >
> > > > > One thing to note is that running the docker profile from the
> > > > decompressed source distribution still results in some build errors
> due
> > > to
> > > > shell scripts we use for our docker container tests not being
> > executable.
> > > > At some point we should look into improving our release process to
> try
> > to
> > > > preserve those permissions, our making our build plugins robust
> enough
> > > that
> > > > those permissions are not required at build time.
> > > > >
> > > > > Kevin
> > > > >
> > > > > > On Sep 9, 2020, at 10:48, Bryan Bende  wrote:
> > > > > >
> > > > > > +1 (binding)
> > > > > >
> > > > > > Ran through the release helper and everything looks good, used
> > 1.12.1
> > > > > > toolkit to generate certs for a secure instance.
> > > > > >
> > > > > > On Tue, Sep 8, 2020 at 11:36 PM Andrew Lim <
> > > andrewlim.apa...@gmail.com
> > > > >
> > > > > > wrote:
> > > > > >
> > > > > > > +1 (binding)
> > > > > > >
> > > > > > > -Ran full clean install on OS X (Catalina 10.15.2)
> > > > > > > -Tested secure NiFi with secure NiFi Registry 0.7.0
> > > > > > > -Ran basic flows successfully; tested basic versioned flow
> > > > functionality
> > > > > > > -Reviewed documentation updates
> > > > > > >
> > > > > > > Drew
> > > > > > >
> > > > > > > > On Sep 8, 2020, at 12:59 PM, Joe Witt 
> > > wrote:
> > > > > > > >
> > > > > > > > Hello,
> > > > > > > >
> > > > > > > > I am pleased to be calling this vote for the source release
> of
> > > > Apache
> > > > > > > NiFi
> > > > > > > > 1.12.1.
> > > > > > > >
> > > > > > > > The source zip, including signatures, digests, etc. can be
> > found
> > > > at:
> > > > > > > >
> > > >
> https://repository.apache.org/content/repositories/orgapachenifi-1167
> > > > > > > >
> > > > > > > > The source being voted upon and the convenience binaries can
> be
> > > > found at:
> > > > > > > > https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/
> > > > > > > >
> > > > > > > > A helpful reminder on how the release candidate verification
> > > > process
> > > > > > > works:
> > > > > > > >
> > > > > > >
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
> > > > > > > >
> > > > > > > > The Git tag is nifi-1.12.1-RC1
> > > > > > > > The Git commit ID is e8f708b3945183b7ab1b356c00d0fcbd929d6163
> > > > > > > >
> > > > > > >
> > > >
> > >
> >
> https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=e8f708b3945183b7ab1b356c00d0fcbd929d6163
> > > > > > > >
> > > > > > > > Checksums of nifi-1.12.1-source-release.zip:
> > > > > > > > SHA256:
> > > > 6fa7e4389ff33957133292e9749876affe1258e6f30d4e60b53e8c2d01d032cb
> > > > > > > > SHA512:
> > > > > > > >
> > > > > > >
> > > >
> > >
> >
> fee615ee885b05a290a4d6c7399ecf0b70a93cc1d5d9b019c7840ceb89d3279a540da4de75765c589c301fff751e62c9e15cc33d078b5fad03bbbd28e74f8ea9
> > > > > > > >
> > > > > > > > Release artifacts are signed with the following key:
> > > > > > > > https://people.apache.org/keys/committer/joewitt.asc
> > > > > > > >
> > > > > > > > KEYS file available here:
> > > > > > > > 

Re: [VOTE] Release Apache NiFi 1.12.1

2020-09-11 Thread Kotaro Terada
+1 (non-binding)

Verified signatures and hashes.
Built packages with OpenJDK 1.8 and OpenJDK 11.
Set up a secure 3-node cluster.
Confirmed that the multiple SAN issue is resolved.

Thanks,
Kotaro


On Fri, Sep 11, 2020 at 12:00 PM Chad Zobrisky  wrote:

> +1 (non-binding)
>
> - Verified checksums, signatures
> - Licenses + README looks good
> - built in wsl using java 8
> - ran using docker image secured with a certificate that had multiple SANS
> and started up fine
>
> Chad
>
> On Thu, Sep 10, 2020 at 4:25 PM Peter Turcsanyi 
> wrote:
>
> > +1 (non-binding)
> >
> > - verified checksums and signatures
> > - built source (empty local maven repo, AdoptOpenJDK 1.8.0_265 on Ubuntu
> > 18.04.5), start up the binary
> > - untar and ran the convenience binary too
> > - tested some simple flows, including NIFI-7760 (fixed regression in
> > UnpackContent)
> >
> > Peter
> >
> > On Thu, Sep 10, 2020 at 2:31 AM Joey Frazee  > .invalid>
> > wrote:
> >
> > > +1 (non-binding)
> > > Verified checksums and signatures
> > > Ran full build with contrib check on Linux and Zulu OpenJDK 11.0.7
> > > Tested TLS toolkit and secure cluster with multiple SANs
> > >
> > > -joey
> > > On Sep 9, 2020, 8:51 AM -0700, Kevin Doran , wrote:
> > > > +1 (binding)
> > > >
> > > > - Checked hashes/sigs
> > > > - L is present
> > > > - Built from source and built docker images from resulting artifacts
> > > > - Ran a docker compose environment with NiFi Registry 0.7.0 and NiFi
> > > 1.12.1 RC1
> > > > - Tested flow authoring and Registry integration in the test
> > environment
> > > >
> > > > One thing to note is that running the docker profile from the
> > > decompressed source distribution still results in some build errors due
> > to
> > > shell scripts we use for our docker container tests not being
> executable.
> > > At some point we should look into improving our release process to try
> to
> > > preserve those permissions, our making our build plugins robust enough
> > that
> > > those permissions are not required at build time.
> > > >
> > > > Kevin
> > > >
> > > > > On Sep 9, 2020, at 10:48, Bryan Bende  wrote:
> > > > >
> > > > > +1 (binding)
> > > > >
> > > > > Ran through the release helper and everything looks good, used
> 1.12.1
> > > > > toolkit to generate certs for a secure instance.
> > > > >
> > > > > On Tue, Sep 8, 2020 at 11:36 PM Andrew Lim <
> > andrewlim.apa...@gmail.com
> > > >
> > > > > wrote:
> > > > >
> > > > > > +1 (binding)
> > > > > >
> > > > > > -Ran full clean install on OS X (Catalina 10.15.2)
> > > > > > -Tested secure NiFi with secure NiFi Registry 0.7.0
> > > > > > -Ran basic flows successfully; tested basic versioned flow
> > > functionality
> > > > > > -Reviewed documentation updates
> > > > > >
> > > > > > Drew
> > > > > >
> > > > > > > On Sep 8, 2020, at 12:59 PM, Joe Witt 
> > wrote:
> > > > > > >
> > > > > > > Hello,
> > > > > > >
> > > > > > > I am pleased to be calling this vote for the source release of
> > > Apache
> > > > > > NiFi
> > > > > > > 1.12.1.
> > > > > > >
> > > > > > > The source zip, including signatures, digests, etc. can be
> found
> > > at:
> > > > > > >
> > > https://repository.apache.org/content/repositories/orgapachenifi-1167
> > > > > > >
> > > > > > > The source being voted upon and the convenience binaries can be
> > > found at:
> > > > > > > https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/
> > > > > > >
> > > > > > > A helpful reminder on how the release candidate verification
> > > process
> > > > > > works:
> > > > > > >
> > > > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
> > > > > > >
> > > > > > > The Git tag is nifi-1.12.1-RC1
> > > > > > > The Git commit ID is e8f708b3945183b7ab1b356c00d0fcbd929d6163
> > > > > > >
> > > > > >
> > >
> >
> https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=e8f708b3945183b7ab1b356c00d0fcbd929d6163
> > > > > > >
> > > > > > > Checksums of nifi-1.12.1-source-release.zip:
> > > > > > > SHA256:
> > > 6fa7e4389ff33957133292e9749876affe1258e6f30d4e60b53e8c2d01d032cb
> > > > > > > SHA512:
> > > > > > >
> > > > > >
> > >
> >
> fee615ee885b05a290a4d6c7399ecf0b70a93cc1d5d9b019c7840ceb89d3279a540da4de75765c589c301fff751e62c9e15cc33d078b5fad03bbbd28e74f8ea9
> > > > > > >
> > > > > > > Release artifacts are signed with the following key:
> > > > > > > https://people.apache.org/keys/committer/joewitt.asc
> > > > > > >
> > > > > > > KEYS file available here:
> > > > > > > https://dist.apache.org/repos/dist/release/nifi/KEYS
> > > > > > >
> > > > > > > 19 issues were closed/resolved for this release:
> > > > > > >
> > > > > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757
> > > > > > >
> > > > > > > Release note highlights can be found here:
> > > > > > >
> > > > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1
> > > > > > >
> > > > > > > The vote will be open 

Re: [VOTE] Release Apache NiFi 1.12.1

2020-09-10 Thread Chad Zobrisky
+1 (non-binding)

- Verified checksums, signatures
- Licenses + README looks good
- built in wsl using java 8
- ran using docker image secured with a certificate that had multiple SANS
and started up fine

Chad

On Thu, Sep 10, 2020 at 4:25 PM Peter Turcsanyi 
wrote:

> +1 (non-binding)
>
> - verified checksums and signatures
> - built source (empty local maven repo, AdoptOpenJDK 1.8.0_265 on Ubuntu
> 18.04.5), start up the binary
> - untar and ran the convenience binary too
> - tested some simple flows, including NIFI-7760 (fixed regression in
> UnpackContent)
>
> Peter
>
> On Thu, Sep 10, 2020 at 2:31 AM Joey Frazee  .invalid>
> wrote:
>
> > +1 (non-binding)
> > Verified checksums and signatures
> > Ran full build with contrib check on Linux and Zulu OpenJDK 11.0.7
> > Tested TLS toolkit and secure cluster with multiple SANs
> >
> > -joey
> > On Sep 9, 2020, 8:51 AM -0700, Kevin Doran , wrote:
> > > +1 (binding)
> > >
> > > - Checked hashes/sigs
> > > - L is present
> > > - Built from source and built docker images from resulting artifacts
> > > - Ran a docker compose environment with NiFi Registry 0.7.0 and NiFi
> > 1.12.1 RC1
> > > - Tested flow authoring and Registry integration in the test
> environment
> > >
> > > One thing to note is that running the docker profile from the
> > decompressed source distribution still results in some build errors due
> to
> > shell scripts we use for our docker container tests not being executable.
> > At some point we should look into improving our release process to try to
> > preserve those permissions, our making our build plugins robust enough
> that
> > those permissions are not required at build time.
> > >
> > > Kevin
> > >
> > > > On Sep 9, 2020, at 10:48, Bryan Bende  wrote:
> > > >
> > > > +1 (binding)
> > > >
> > > > Ran through the release helper and everything looks good, used 1.12.1
> > > > toolkit to generate certs for a secure instance.
> > > >
> > > > On Tue, Sep 8, 2020 at 11:36 PM Andrew Lim <
> andrewlim.apa...@gmail.com
> > >
> > > > wrote:
> > > >
> > > > > +1 (binding)
> > > > >
> > > > > -Ran full clean install on OS X (Catalina 10.15.2)
> > > > > -Tested secure NiFi with secure NiFi Registry 0.7.0
> > > > > -Ran basic flows successfully; tested basic versioned flow
> > functionality
> > > > > -Reviewed documentation updates
> > > > >
> > > > > Drew
> > > > >
> > > > > > On Sep 8, 2020, at 12:59 PM, Joe Witt 
> wrote:
> > > > > >
> > > > > > Hello,
> > > > > >
> > > > > > I am pleased to be calling this vote for the source release of
> > Apache
> > > > > NiFi
> > > > > > 1.12.1.
> > > > > >
> > > > > > The source zip, including signatures, digests, etc. can be found
> > at:
> > > > > >
> > https://repository.apache.org/content/repositories/orgapachenifi-1167
> > > > > >
> > > > > > The source being voted upon and the convenience binaries can be
> > found at:
> > > > > > https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/
> > > > > >
> > > > > > A helpful reminder on how the release candidate verification
> > process
> > > > > works:
> > > > > >
> > > > >
> >
> https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
> > > > > >
> > > > > > The Git tag is nifi-1.12.1-RC1
> > > > > > The Git commit ID is e8f708b3945183b7ab1b356c00d0fcbd929d6163
> > > > > >
> > > > >
> >
> https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=e8f708b3945183b7ab1b356c00d0fcbd929d6163
> > > > > >
> > > > > > Checksums of nifi-1.12.1-source-release.zip:
> > > > > > SHA256:
> > 6fa7e4389ff33957133292e9749876affe1258e6f30d4e60b53e8c2d01d032cb
> > > > > > SHA512:
> > > > > >
> > > > >
> >
> fee615ee885b05a290a4d6c7399ecf0b70a93cc1d5d9b019c7840ceb89d3279a540da4de75765c589c301fff751e62c9e15cc33d078b5fad03bbbd28e74f8ea9
> > > > > >
> > > > > > Release artifacts are signed with the following key:
> > > > > > https://people.apache.org/keys/committer/joewitt.asc
> > > > > >
> > > > > > KEYS file available here:
> > > > > > https://dist.apache.org/repos/dist/release/nifi/KEYS
> > > > > >
> > > > > > 19 issues were closed/resolved for this release:
> > > > > >
> > > > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757
> > > > > >
> > > > > > Release note highlights can be found here:
> > > > > >
> > > > >
> >
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1
> > > > > >
> > > > > > The vote will be open for 72 hours.
> > > > > > Please download the release candidate and evaluate the necessary
> > items
> > > > > > including checking hashes, signatures, build
> > > > > > from source, and test. Then please vote:
> > > > > >
> > > > > > [ ] +1 Release this package as nifi-1.12.1
> > > > > > [ ] +0 no opinion
> > > > > > [ ] -1 Do not release this package because...
> > > > >
> > > > >
> > >
> >
>


Re: [VOTE] Release Apache NiFi 1.12.1

2020-09-10 Thread Peter Turcsanyi
+1 (non-binding)

- verified checksums and signatures
- built source (empty local maven repo, AdoptOpenJDK 1.8.0_265 on Ubuntu
18.04.5), start up the binary
- untar and ran the convenience binary too
- tested some simple flows, including NIFI-7760 (fixed regression in
UnpackContent)

Peter

On Thu, Sep 10, 2020 at 2:31 AM Joey Frazee 
wrote:

> +1 (non-binding)
> Verified checksums and signatures
> Ran full build with contrib check on Linux and Zulu OpenJDK 11.0.7
> Tested TLS toolkit and secure cluster with multiple SANs
>
> -joey
> On Sep 9, 2020, 8:51 AM -0700, Kevin Doran , wrote:
> > +1 (binding)
> >
> > - Checked hashes/sigs
> > - L is present
> > - Built from source and built docker images from resulting artifacts
> > - Ran a docker compose environment with NiFi Registry 0.7.0 and NiFi
> 1.12.1 RC1
> > - Tested flow authoring and Registry integration in the test environment
> >
> > One thing to note is that running the docker profile from the
> decompressed source distribution still results in some build errors due to
> shell scripts we use for our docker container tests not being executable.
> At some point we should look into improving our release process to try to
> preserve those permissions, our making our build plugins robust enough that
> those permissions are not required at build time.
> >
> > Kevin
> >
> > > On Sep 9, 2020, at 10:48, Bryan Bende  wrote:
> > >
> > > +1 (binding)
> > >
> > > Ran through the release helper and everything looks good, used 1.12.1
> > > toolkit to generate certs for a secure instance.
> > >
> > > On Tue, Sep 8, 2020 at 11:36 PM Andrew Lim  >
> > > wrote:
> > >
> > > > +1 (binding)
> > > >
> > > > -Ran full clean install on OS X (Catalina 10.15.2)
> > > > -Tested secure NiFi with secure NiFi Registry 0.7.0
> > > > -Ran basic flows successfully; tested basic versioned flow
> functionality
> > > > -Reviewed documentation updates
> > > >
> > > > Drew
> > > >
> > > > > On Sep 8, 2020, at 12:59 PM, Joe Witt  wrote:
> > > > >
> > > > > Hello,
> > > > >
> > > > > I am pleased to be calling this vote for the source release of
> Apache
> > > > NiFi
> > > > > 1.12.1.
> > > > >
> > > > > The source zip, including signatures, digests, etc. can be found
> at:
> > > > >
> https://repository.apache.org/content/repositories/orgapachenifi-1167
> > > > >
> > > > > The source being voted upon and the convenience binaries can be
> found at:
> > > > > https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/
> > > > >
> > > > > A helpful reminder on how the release candidate verification
> process
> > > > works:
> > > > >
> > > >
> https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
> > > > >
> > > > > The Git tag is nifi-1.12.1-RC1
> > > > > The Git commit ID is e8f708b3945183b7ab1b356c00d0fcbd929d6163
> > > > >
> > > >
> https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=e8f708b3945183b7ab1b356c00d0fcbd929d6163
> > > > >
> > > > > Checksums of nifi-1.12.1-source-release.zip:
> > > > > SHA256:
> 6fa7e4389ff33957133292e9749876affe1258e6f30d4e60b53e8c2d01d032cb
> > > > > SHA512:
> > > > >
> > > >
> fee615ee885b05a290a4d6c7399ecf0b70a93cc1d5d9b019c7840ceb89d3279a540da4de75765c589c301fff751e62c9e15cc33d078b5fad03bbbd28e74f8ea9
> > > > >
> > > > > Release artifacts are signed with the following key:
> > > > > https://people.apache.org/keys/committer/joewitt.asc
> > > > >
> > > > > KEYS file available here:
> > > > > https://dist.apache.org/repos/dist/release/nifi/KEYS
> > > > >
> > > > > 19 issues were closed/resolved for this release:
> > > > >
> > > >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757
> > > > >
> > > > > Release note highlights can be found here:
> > > > >
> > > >
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1
> > > > >
> > > > > The vote will be open for 72 hours.
> > > > > Please download the release candidate and evaluate the necessary
> items
> > > > > including checking hashes, signatures, build
> > > > > from source, and test. Then please vote:
> > > > >
> > > > > [ ] +1 Release this package as nifi-1.12.1
> > > > > [ ] +0 no opinion
> > > > > [ ] -1 Do not release this package because...
> > > >
> > > >
> >
>


Re: [VOTE] Release Apache NiFi 1.12.1

2020-09-09 Thread Joey Frazee
+1 (non-binding)
Verified checksums and signatures
Ran full build with contrib check on Linux and Zulu OpenJDK 11.0.7
Tested TLS toolkit and secure cluster with multiple SANs

-joey
On Sep 9, 2020, 8:51 AM -0700, Kevin Doran , wrote:
> +1 (binding)
>
> - Checked hashes/sigs
> - L is present
> - Built from source and built docker images from resulting artifacts
> - Ran a docker compose environment with NiFi Registry 0.7.0 and NiFi 1.12.1 
> RC1
> - Tested flow authoring and Registry integration in the test environment
>
> One thing to note is that running the docker profile from the decompressed 
> source distribution still results in some build errors due to shell scripts 
> we use for our docker container tests not being executable. At some point we 
> should look into improving our release process to try to preserve those 
> permissions, our making our build plugins robust enough that those 
> permissions are not required at build time.
>
> Kevin
>
> > On Sep 9, 2020, at 10:48, Bryan Bende  wrote:
> >
> > +1 (binding)
> >
> > Ran through the release helper and everything looks good, used 1.12.1
> > toolkit to generate certs for a secure instance.
> >
> > On Tue, Sep 8, 2020 at 11:36 PM Andrew Lim 
> > wrote:
> >
> > > +1 (binding)
> > >
> > > -Ran full clean install on OS X (Catalina 10.15.2)
> > > -Tested secure NiFi with secure NiFi Registry 0.7.0
> > > -Ran basic flows successfully; tested basic versioned flow functionality
> > > -Reviewed documentation updates
> > >
> > > Drew
> > >
> > > > On Sep 8, 2020, at 12:59 PM, Joe Witt  wrote:
> > > >
> > > > Hello,
> > > >
> > > > I am pleased to be calling this vote for the source release of Apache
> > > NiFi
> > > > 1.12.1.
> > > >
> > > > The source zip, including signatures, digests, etc. can be found at:
> > > > https://repository.apache.org/content/repositories/orgapachenifi-1167
> > > >
> > > > The source being voted upon and the convenience binaries can be found 
> > > > at:
> > > > https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/
> > > >
> > > > A helpful reminder on how the release candidate verification process
> > > works:
> > > >
> > > https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
> > > >
> > > > The Git tag is nifi-1.12.1-RC1
> > > > The Git commit ID is e8f708b3945183b7ab1b356c00d0fcbd929d6163
> > > >
> > > https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=e8f708b3945183b7ab1b356c00d0fcbd929d6163
> > > >
> > > > Checksums of nifi-1.12.1-source-release.zip:
> > > > SHA256: 6fa7e4389ff33957133292e9749876affe1258e6f30d4e60b53e8c2d01d032cb
> > > > SHA512:
> > > >
> > > fee615ee885b05a290a4d6c7399ecf0b70a93cc1d5d9b019c7840ceb89d3279a540da4de75765c589c301fff751e62c9e15cc33d078b5fad03bbbd28e74f8ea9
> > > >
> > > > Release artifacts are signed with the following key:
> > > > https://people.apache.org/keys/committer/joewitt.asc
> > > >
> > > > KEYS file available here:
> > > > https://dist.apache.org/repos/dist/release/nifi/KEYS
> > > >
> > > > 19 issues were closed/resolved for this release:
> > > >
> > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757
> > > >
> > > > Release note highlights can be found here:
> > > >
> > > https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1
> > > >
> > > > The vote will be open for 72 hours.
> > > > Please download the release candidate and evaluate the necessary items
> > > > including checking hashes, signatures, build
> > > > from source, and test. Then please vote:
> > > >
> > > > [ ] +1 Release this package as nifi-1.12.1
> > > > [ ] +0 no opinion
> > > > [ ] -1 Do not release this package because...
> > >
> > >
>


Re: [VOTE] Release Apache NiFi 1.12.1

2020-09-09 Thread Kevin Doran
+1 (binding)

- Checked hashes/sigs
- L is present
- Built from source and built docker images from resulting artifacts
- Ran a docker compose environment with NiFi Registry 0.7.0 and NiFi 1.12.1 RC1
- Tested flow authoring and Registry integration in the test environment

One thing to note is that running the docker profile from the decompressed 
source distribution still results in some build errors due to shell scripts we 
use for our docker container tests not being executable. At some point we 
should look into improving our release process to try to preserve those 
permissions, our making our build plugins robust enough that those permissions 
are not required at build time.

Kevin

> On Sep 9, 2020, at 10:48, Bryan Bende  wrote:
> 
> +1 (binding)
> 
> Ran through the release helper and everything looks good, used 1.12.1
> toolkit to generate certs for a secure instance.
> 
> On Tue, Sep 8, 2020 at 11:36 PM Andrew Lim 
> wrote:
> 
>> +1 (binding)
>> 
>> -Ran full clean install on OS X (Catalina 10.15.2)
>> -Tested secure NiFi with secure NiFi Registry 0.7.0
>> -Ran basic flows successfully; tested basic versioned flow functionality
>> -Reviewed documentation updates
>> 
>> Drew
>> 
>>> On Sep 8, 2020, at 12:59 PM, Joe Witt  wrote:
>>> 
>>> Hello,
>>> 
>>> I am pleased to be calling this vote for the source release of Apache
>> NiFi
>>> 1.12.1.
>>> 
>>> The source zip, including signatures, digests, etc. can be found at:
>>> https://repository.apache.org/content/repositories/orgapachenifi-1167
>>> 
>>> The source being voted upon and the convenience binaries can be found at:
>>> https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/
>>> 
>>> A helpful reminder on how the release candidate verification process
>> works:
>>> 
>> https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
>>> 
>>> The Git tag is nifi-1.12.1-RC1
>>> The Git commit ID is e8f708b3945183b7ab1b356c00d0fcbd929d6163
>>> 
>> https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=e8f708b3945183b7ab1b356c00d0fcbd929d6163
>>> 
>>> Checksums of nifi-1.12.1-source-release.zip:
>>> SHA256: 6fa7e4389ff33957133292e9749876affe1258e6f30d4e60b53e8c2d01d032cb
>>> SHA512:
>>> 
>> fee615ee885b05a290a4d6c7399ecf0b70a93cc1d5d9b019c7840ceb89d3279a540da4de75765c589c301fff751e62c9e15cc33d078b5fad03bbbd28e74f8ea9
>>> 
>>> Release artifacts are signed with the following key:
>>> https://people.apache.org/keys/committer/joewitt.asc
>>> 
>>> KEYS file available here:
>>> https://dist.apache.org/repos/dist/release/nifi/KEYS
>>> 
>>> 19 issues were closed/resolved for this release:
>>> 
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757
>>> 
>>> Release note highlights can be found here:
>>> 
>> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1
>>> 
>>> The vote will be open for 72 hours.
>>> Please download the release candidate and evaluate the necessary items
>>> including checking hashes, signatures, build
>>> from source, and test. Then please vote:
>>> 
>>> [ ] +1 Release this package as nifi-1.12.1
>>> [ ] +0 no opinion
>>> [ ] -1 Do not release this package because...
>> 
>> 



Re: [VOTE] Release Apache NiFi 1.12.1

2020-09-09 Thread Bryan Bende
+1 (binding)

Ran through the release helper and everything looks good, used 1.12.1
toolkit to generate certs for a secure instance.

On Tue, Sep 8, 2020 at 11:36 PM Andrew Lim 
wrote:

> +1 (binding)
>
> -Ran full clean install on OS X (Catalina 10.15.2)
> -Tested secure NiFi with secure NiFi Registry 0.7.0
> -Ran basic flows successfully; tested basic versioned flow functionality
> -Reviewed documentation updates
>
> Drew
>
> > On Sep 8, 2020, at 12:59 PM, Joe Witt  wrote:
> >
> > Hello,
> >
> > I am pleased to be calling this vote for the source release of Apache
> NiFi
> > 1.12.1.
> >
> > The source zip, including signatures, digests, etc. can be found at:
> > https://repository.apache.org/content/repositories/orgapachenifi-1167
> >
> > The source being voted upon and the convenience binaries can be found at:
> > https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/
> >
> > A helpful reminder on how the release candidate verification process
> works:
> >
> https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
> >
> > The Git tag is nifi-1.12.1-RC1
> > The Git commit ID is e8f708b3945183b7ab1b356c00d0fcbd929d6163
> >
> https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=e8f708b3945183b7ab1b356c00d0fcbd929d6163
> >
> > Checksums of nifi-1.12.1-source-release.zip:
> > SHA256: 6fa7e4389ff33957133292e9749876affe1258e6f30d4e60b53e8c2d01d032cb
> > SHA512:
> >
> fee615ee885b05a290a4d6c7399ecf0b70a93cc1d5d9b019c7840ceb89d3279a540da4de75765c589c301fff751e62c9e15cc33d078b5fad03bbbd28e74f8ea9
> >
> > Release artifacts are signed with the following key:
> > https://people.apache.org/keys/committer/joewitt.asc
> >
> > KEYS file available here:
> > https://dist.apache.org/repos/dist/release/nifi/KEYS
> >
> > 19 issues were closed/resolved for this release:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757
> >
> > Release note highlights can be found here:
> >
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1
> >
> > The vote will be open for 72 hours.
> > Please download the release candidate and evaluate the necessary items
> > including checking hashes, signatures, build
> > from source, and test. Then please vote:
> >
> > [ ] +1 Release this package as nifi-1.12.1
> > [ ] +0 no opinion
> > [ ] -1 Do not release this package because...
>
>


Re: [VOTE] Release Apache NiFi 1.12.1

2020-09-08 Thread Andrew Lim
+1 (binding)

-Ran full clean install on OS X (Catalina 10.15.2)
-Tested secure NiFi with secure NiFi Registry 0.7.0
-Ran basic flows successfully; tested basic versioned flow functionality
-Reviewed documentation updates

Drew

> On Sep 8, 2020, at 12:59 PM, Joe Witt  wrote:
> 
> Hello,
> 
> I am pleased to be calling this vote for the source release of Apache NiFi
> 1.12.1.
> 
> The source zip, including signatures, digests, etc. can be found at:
> https://repository.apache.org/content/repositories/orgapachenifi-1167
> 
> The source being voted upon and the convenience binaries can be found at:
> https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/
> 
> A helpful reminder on how the release candidate verification process works:
> https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
> 
> The Git tag is nifi-1.12.1-RC1
> The Git commit ID is e8f708b3945183b7ab1b356c00d0fcbd929d6163
> https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=e8f708b3945183b7ab1b356c00d0fcbd929d6163
> 
> Checksums of nifi-1.12.1-source-release.zip:
> SHA256: 6fa7e4389ff33957133292e9749876affe1258e6f30d4e60b53e8c2d01d032cb
> SHA512:
> fee615ee885b05a290a4d6c7399ecf0b70a93cc1d5d9b019c7840ceb89d3279a540da4de75765c589c301fff751e62c9e15cc33d078b5fad03bbbd28e74f8ea9
> 
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/joewitt.asc
> 
> KEYS file available here:
> https://dist.apache.org/repos/dist/release/nifi/KEYS
> 
> 19 issues were closed/resolved for this release:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757
> 
> Release note highlights can be found here:
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1
> 
> The vote will be open for 72 hours.
> Please download the release candidate and evaluate the necessary items
> including checking hashes, signatures, build
> from source, and test. Then please vote:
> 
> [ ] +1 Release this package as nifi-1.12.1
> [ ] +0 no opinion
> [ ] -1 Do not release this package because...



Re: [VOTE] Release Apache NiFi 1.12.1

2020-09-08 Thread rstjohn67
+1 non-binding

Compiled with Corretto 1.8
Tested site-to-site from 1.11.4

--
Richard St. John, PhD
Asymmetrik
AGILITY | EXPERIENCE | RESULTS
308 Sentinel Drive, Suite 400
Annapolis Junction, MD 20701
On Sep 8, 2020, 1:00 PM -0400, Joe Witt , wrote:
> Hello,
>
> I am pleased to be calling this vote for the source release of Apache NiFi
> 1.12.1.
>
> The source zip, including signatures, digests, etc. can be found at:
> https://repository.apache.org/content/repositories/orgapachenifi-1167
>
> The source being voted upon and the convenience binaries can be found at:
> https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/
>
> A helpful reminder on how the release candidate verification process works:
> https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
>
> The Git tag is nifi-1.12.1-RC1
> The Git commit ID is e8f708b3945183b7ab1b356c00d0fcbd929d6163
> https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=e8f708b3945183b7ab1b356c00d0fcbd929d6163
>
> Checksums of nifi-1.12.1-source-release.zip:
> SHA256: 6fa7e4389ff33957133292e9749876affe1258e6f30d4e60b53e8c2d01d032cb
> SHA512:
> fee615ee885b05a290a4d6c7399ecf0b70a93cc1d5d9b019c7840ceb89d3279a540da4de75765c589c301fff751e62c9e15cc33d078b5fad03bbbd28e74f8ea9
>
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/joewitt.asc
>
> KEYS file available here:
> https://dist.apache.org/repos/dist/release/nifi/KEYS
>
> 19 issues were closed/resolved for this release:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757
>
> Release note highlights can be found here:
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1
>
> The vote will be open for 72 hours.
> Please download the release candidate and evaluate the necessary items
> including checking hashes, signatures, build
> from source, and test. Then please vote:
>
> [ ] +1 Release this package as nifi-1.12.1
> [ ] +0 no opinion
> [ ] -1 Do not release this package because...


Re: [VOTE] Release Apache NiFi 1.12.1

2020-09-08 Thread Andy LoPresto
+1 (binding)

Ran through normal release verification process and specifically checked the 
resolutions to NIFI-7730 [1] and NIFI-7767 [2]. 

[1] https://issues.apache.org/jira/browse/NIFI-7730
[2] https://issues.apache.org/jira/browse/NIFI-7767

Andy LoPresto
alopre...@apache.org
alopresto.apa...@gmail.com
He/Him
PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69

> On Sep 8, 2020, at 2:20 PM, Matt Burgess  wrote:
> 
> +1 (binding) Release this package as nifi-1.12.1
> 
> Ran through the release helper and various flows. Thanks for RM'ing Joe!
> 
> On Tue, Sep 8, 2020 at 1:00 PM Joe Witt  wrote:
>> 
>> Hello,
>> 
>> I am pleased to be calling this vote for the source release of Apache NiFi
>> 1.12.1.
>> 
>> The source zip, including signatures, digests, etc. can be found at:
>> https://repository.apache.org/content/repositories/orgapachenifi-1167
>> 
>> The source being voted upon and the convenience binaries can be found at:
>> https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/
>> 
>> A helpful reminder on how the release candidate verification process works:
>> https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
>> 
>> The Git tag is nifi-1.12.1-RC1
>> The Git commit ID is e8f708b3945183b7ab1b356c00d0fcbd929d6163
>> https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=e8f708b3945183b7ab1b356c00d0fcbd929d6163
>> 
>> Checksums of nifi-1.12.1-source-release.zip:
>> SHA256: 6fa7e4389ff33957133292e9749876affe1258e6f30d4e60b53e8c2d01d032cb
>> SHA512:
>> fee615ee885b05a290a4d6c7399ecf0b70a93cc1d5d9b019c7840ceb89d3279a540da4de75765c589c301fff751e62c9e15cc33d078b5fad03bbbd28e74f8ea9
>> 
>> Release artifacts are signed with the following key:
>> https://people.apache.org/keys/committer/joewitt.asc
>> 
>> KEYS file available here:
>> https://dist.apache.org/repos/dist/release/nifi/KEYS
>> 
>> 19 issues were closed/resolved for this release:
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757
>> 
>> Release note highlights can be found here:
>> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1
>> 
>> The vote will be open for 72 hours.
>> Please download the release candidate and evaluate the necessary items
>> including checking hashes, signatures, build
>> from source, and test. Then please vote:
>> 
>> [ ] +1 Release this package as nifi-1.12.1
>> [ ] +0 no opinion
>> [ ] -1 Do not release this package because...



Re: [VOTE] Release Apache NiFi 1.12.1

2020-09-08 Thread Matt Burgess
+1 (binding) Release this package as nifi-1.12.1

Ran through the release helper and various flows. Thanks for RM'ing Joe!

On Tue, Sep 8, 2020 at 1:00 PM Joe Witt  wrote:
>
> Hello,
>
> I am pleased to be calling this vote for the source release of Apache NiFi
> 1.12.1.
>
> The source zip, including signatures, digests, etc. can be found at:
> https://repository.apache.org/content/repositories/orgapachenifi-1167
>
> The source being voted upon and the convenience binaries can be found at:
> https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/
>
> A helpful reminder on how the release candidate verification process works:
> https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
>
> The Git tag is nifi-1.12.1-RC1
> The Git commit ID is e8f708b3945183b7ab1b356c00d0fcbd929d6163
> https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=e8f708b3945183b7ab1b356c00d0fcbd929d6163
>
> Checksums of nifi-1.12.1-source-release.zip:
> SHA256: 6fa7e4389ff33957133292e9749876affe1258e6f30d4e60b53e8c2d01d032cb
> SHA512:
> fee615ee885b05a290a4d6c7399ecf0b70a93cc1d5d9b019c7840ceb89d3279a540da4de75765c589c301fff751e62c9e15cc33d078b5fad03bbbd28e74f8ea9
>
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/joewitt.asc
>
> KEYS file available here:
> https://dist.apache.org/repos/dist/release/nifi/KEYS
>
> 19 issues were closed/resolved for this release:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757
>
> Release note highlights can be found here:
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1
>
> The vote will be open for 72 hours.
> Please download the release candidate and evaluate the necessary items
> including checking hashes, signatures, build
> from source, and test. Then please vote:
>
> [ ] +1 Release this package as nifi-1.12.1
> [ ] +0 no opinion
> [ ] -1 Do not release this package because...


Re: [VOTE] Release Apache NiFi 1.12.1

2020-09-08 Thread Sushil Kumar
+1
I tried with my helm chart.
I wanted to test the issue I was facing with self-signed certificates
generated via toolkit.

On Tue, Sep 8, 2020 at 10:00 AM Joe Witt  wrote:

> Hello,
>
> I am pleased to be calling this vote for the source release of Apache NiFi
> 1.12.1.
>
> The source zip, including signatures, digests, etc. can be found at:
> https://repository.apache.org/content/repositories/orgapachenifi-1167
>
> The source being voted upon and the convenience binaries can be found at:
> https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/
>
> A helpful reminder on how the release candidate verification process works:
>
> https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
>
> The Git tag is nifi-1.12.1-RC1
> The Git commit ID is e8f708b3945183b7ab1b356c00d0fcbd929d6163
>
> https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=e8f708b3945183b7ab1b356c00d0fcbd929d6163
>
> Checksums of nifi-1.12.1-source-release.zip:
> SHA256: 6fa7e4389ff33957133292e9749876affe1258e6f30d4e60b53e8c2d01d032cb
> SHA512:
>
> fee615ee885b05a290a4d6c7399ecf0b70a93cc1d5d9b019c7840ceb89d3279a540da4de75765c589c301fff751e62c9e15cc33d078b5fad03bbbd28e74f8ea9
>
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/joewitt.asc
>
> KEYS file available here:
> https://dist.apache.org/repos/dist/release/nifi/KEYS
>
> 19 issues were closed/resolved for this release:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757
>
> Release note highlights can be found here:
>
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1
>
> The vote will be open for 72 hours.
> Please download the release candidate and evaluate the necessary items
> including checking hashes, signatures, build
> from source, and test. Then please vote:
>
> [ ] +1 Release this package as nifi-1.12.1
> [ ] +0 no opinion
> [ ] -1 Do not release this package because...
>


-- 
-- 

Thanks

Sushil Kumar
+1-(206)-698-4116


Re: [VOTE] Release Apache NiFi 1.12.1

2020-09-08 Thread Pierre Villard
+1 binding

I deployed a secured cluster on GCP using my terraform scripts (with ZK
3.5.8) and I confirmed the SAN issue was addressed.
Updated: https://github.com/pvillard31/nifi-gcp-terraform

Le mar. 8 sept. 2020 à 19:00, Joe Witt  a écrit :

> Hello,
>
> I am pleased to be calling this vote for the source release of Apache NiFi
> 1.12.1.
>
> The source zip, including signatures, digests, etc. can be found at:
> https://repository.apache.org/content/repositories/orgapachenifi-1167
>
> The source being voted upon and the convenience binaries can be found at:
> https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/
>
> A helpful reminder on how the release candidate verification process works:
>
> https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
>
> The Git tag is nifi-1.12.1-RC1
> The Git commit ID is e8f708b3945183b7ab1b356c00d0fcbd929d6163
>
> https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=e8f708b3945183b7ab1b356c00d0fcbd929d6163
>
> Checksums of nifi-1.12.1-source-release.zip:
> SHA256: 6fa7e4389ff33957133292e9749876affe1258e6f30d4e60b53e8c2d01d032cb
> SHA512:
>
> fee615ee885b05a290a4d6c7399ecf0b70a93cc1d5d9b019c7840ceb89d3279a540da4de75765c589c301fff751e62c9e15cc33d078b5fad03bbbd28e74f8ea9
>
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/joewitt.asc
>
> KEYS file available here:
> https://dist.apache.org/repos/dist/release/nifi/KEYS
>
> 19 issues were closed/resolved for this release:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757
>
> Release note highlights can be found here:
>
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1
>
> The vote will be open for 72 hours.
> Please download the release candidate and evaluate the necessary items
> including checking hashes, signatures, build
> from source, and test. Then please vote:
>
> [ ] +1 Release this package as nifi-1.12.1
> [ ] +0 no opinion
> [ ] -1 Do not release this package because...
>


[VOTE] Release Apache NiFi 1.12.1

2020-09-08 Thread Joe Witt
Hello,

I am pleased to be calling this vote for the source release of Apache NiFi
1.12.1.

The source zip, including signatures, digests, etc. can be found at:
https://repository.apache.org/content/repositories/orgapachenifi-1167

The source being voted upon and the convenience binaries can be found at:
https://dist.apache.org/repos/dist/dev/nifi/nifi-1.12.1/

A helpful reminder on how the release candidate verification process works:
https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate

The Git tag is nifi-1.12.1-RC1
The Git commit ID is e8f708b3945183b7ab1b356c00d0fcbd929d6163
https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=e8f708b3945183b7ab1b356c00d0fcbd929d6163

Checksums of nifi-1.12.1-source-release.zip:
SHA256: 6fa7e4389ff33957133292e9749876affe1258e6f30d4e60b53e8c2d01d032cb
SHA512:
fee615ee885b05a290a4d6c7399ecf0b70a93cc1d5d9b019c7840ceb89d3279a540da4de75765c589c301fff751e62c9e15cc33d078b5fad03bbbd28e74f8ea9

Release artifacts are signed with the following key:
https://people.apache.org/keys/committer/joewitt.asc

KEYS file available here:
https://dist.apache.org/repos/dist/release/nifi/KEYS

19 issues were closed/resolved for this release:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12348757

Release note highlights can be found here:
https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.12.1

The vote will be open for 72 hours.
Please download the release candidate and evaluate the necessary items
including checking hashes, signatures, build
from source, and test. Then please vote:

[ ] +1 Release this package as nifi-1.12.1
[ ] +0 no opinion
[ ] -1 Do not release this package because...