Re: [VOTE] Release Apache Doris 1.2.5-rc01

2023-06-15 Thread De Li
Here is my +1(binding),

I checked:  
[x] Checksum and PGP signature are legitimate.
[x] DISCLAIMER is included.
[x] The source code matches the current release.
[x] No compiled content is included in the source package.
[x] The compilation can be executed without problems.

---
# cd /data/community_release_test
# wget 
https://dist.apache.org/repos/dist/dev/doris/1.2.5-rc01/apache-doris-1.2.5-src.tar.gz
# tar -xf apache-doris-1.2.5-src.tar.gz 
# cd apache-doris-1.2.5-src/
# docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header 
check
INFO Loading configuration from file: .licenserc.yaml 
INFO Totally checked 12457 files, valid: 6168, invalid: 0, ignored: 6289, 
fixed: 0 

# wget 
https://dist.apache.org/repos/dist/dev/doris/1.2.5-rc01/apache-doris-1.2.5-src.tar.gz.asc
# wget https://downloads.apache.org/doris/KEYS
# wget 
https://dist.apache.org/repos/dist/dev/doris/1.2.5-rc01/apache-doris-1.2.5-src.tar.gz.sha512
# gpg --import KEYS
# gpg --verify apache-doris-1.2.5-src.tar.gz.asc apache-doris-1.2.5-src.tar.gz
gpg: Signature made Thu 15 Jun 2023 08:45:08 AM CST
gpg:using RSA key 8DE0D1B11AA95839C3BB8020B377F66415713A55
gpg:issuer "morning...@apache.org"
gpg: Good signature from "morningman " [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:  There is no indication that the signature belongs to the owner.
Primary key fingerprint: 8DE0 D1B1 1AA9 5839 C3BB  8020 B377 F664 1571 3A55

# sha512sum --check apache-doris-1.2.5-src.tar.gz.sha512
apache-doris-1.2.5-src.tar.gz: OK
# docker run -it -v 
/data/community_release_test/apache-doris-1.2.5-src/.m2:/root/.m2 -v 
/data/community_release_test/apache-doris-1.2.5-src/:/root/apache-doris-1.2.5-src/
 apache/doris:build-env-for-1.2
# cd /root/apache-doris-1.2.5-src/
# sh build.sh
...

---
lide-reed
l...@apache.org


On 2023/06/15 01:23:23 Mingyu Chen wrote:
> Hi all,
> 
> Please review and vote on Apache Doris 1.2.5-rc01 release.
> The release candidate has been tagged in GitHub as 1.2.5-rc01, available here:
> https://github.com/apache/doris/releases/tag/1.2.5-rc01
> 
> This is a bug fix release of 1.2 branch. Release Notes are here:
> https://github.com/apache/doris/issues/20827 
> 
> The source package corresponding to this release candidate can be found here:
> 
> https://dist.apache.org/repos/dist/dev/doris/1.2.5-rc01/
> 
> The convience binaries can be downloaded here:
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.5-bin-aarch64.tar.xz
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.5-bin-aarch64.tar.xz.asc
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.5-bin-aarch64.tar.xz.sha512
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.5-bin-x86_64-noavx2.tar.xz
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.5-bin-x86_64-noavx2.tar.xz.asc
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.5-bin-x86_64-noavx2.tar.xz.sha512
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.5-bin-x86_64.tar.xz
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.5-bin-x86_64.tar.xz.asc
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.5-bin-x86_64.tar.xz.sha512
>  
> 
> This has been signed with PGP key 8DE0D1B11AA95839C3BB8020B377F66415713A55, 
> corresponding to
> morning...@apache.org.
> 
> KEYS file is available here:
> https://downloads.apache.org/doris/KEYS
> It is also listed here:
> https://people.apache.org/keys/committer/morningman.asc
> 
> To verify and build, you can refer to following link:
> https://doris.apache.org/community/release-and-verify/release-verify
> 
> The vote will be open for at least 72 hours.
> 
> [ ] +1 Approve the release
> [ ] +0 No opinion
> [ ] -1 Do not release this package because ...
> 
> --
> Best Regards
> Mingyu Chen
> 
> Email:
> morning...@apache.org
> -
> To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
> For additional commands, e-mail: dev-h...@doris.apache.org
> 

-
To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
For additional commands, e-mail: dev-h...@doris.apache.org



Re: [VOTE] Release Apache Doris 1.2.5-rc01

2023-06-15 Thread Jiafeng.Zhang
Here is my +1(binding).

I checked:
[x] The download link is legal and the PGP signature are valid.
[x] The source code matches the current release version.
[x] The LICENSE and NOTICE files are correct.

Jiafeng.Zhang / 张家锋
Email: jiafengzh...@apache.org

De Li  于2023年6月15日周四 15:28写道:

> Here is my +1(binding),
>
> I checked:
> [x] Checksum and PGP signature are legitimate.
> [x] DISCLAIMER is included.
> [x] The source code matches the current release.
> [x] No compiled content is included in the source package.
> [x] The compilation can be executed without problems.
>
> ---
> # cd /data/community_release_test
> # wget
> https://dist.apache.org/repos/dist/dev/doris/1.2.5-rc01/apache-doris-1.2.5-src.tar.gz
> # tar -xf apache-doris-1.2.5-src.tar.gz
> # cd apache-doris-1.2.5-src/
> # docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes
> header check
> INFO Loading configuration from file: .licenserc.yaml
> INFO Totally checked 12457 files, valid: 6168, invalid: 0, ignored: 6289,
> fixed: 0
>
> # wget
> https://dist.apache.org/repos/dist/dev/doris/1.2.5-rc01/apache-doris-1.2.5-src.tar.gz.asc
> # wget https://downloads.apache.org/doris/KEYS
> # wget
> https://dist.apache.org/repos/dist/dev/doris/1.2.5-rc01/apache-doris-1.2.5-src.tar.gz.sha512
> # gpg --import KEYS
> # gpg --verify apache-doris-1.2.5-src.tar.gz.asc
> apache-doris-1.2.5-src.tar.gz
> gpg: Signature made Thu 15 Jun 2023 08:45:08 AM CST
> gpg:using RSA key 8DE0D1B11AA95839C3BB8020B377F66415713A55
> gpg:issuer "morning...@apache.org"
> gpg: Good signature from "morningman " [unknown]
> gpg: WARNING: This key is not certified with a trusted signature!
> gpg:  There is no indication that the signature belongs to the
> owner.
> Primary key fingerprint: 8DE0 D1B1 1AA9 5839 C3BB  8020 B377 F664 1571 3A55
>
> # sha512sum --check apache-doris-1.2.5-src.tar.gz.sha512
> apache-doris-1.2.5-src.tar.gz: OK
> # docker run -it -v
> /data/community_release_test/apache-doris-1.2.5-src/.m2:/root/.m2 -v
> /data/community_release_test/apache-doris-1.2.5-src/:/root/apache-doris-1.2.5-src/
> apache/doris:build-env-for-1.2
> # cd /root/apache-doris-1.2.5-src/
> # sh build.sh
> ...
>
> ---
> lide-reed
> l...@apache.org
>
>
> On 2023/06/15 01:23:23 Mingyu Chen wrote:
> > Hi all,
> >
> > Please review and vote on Apache Doris 1.2.5-rc01 release.
> > The release candidate has been tagged in GitHub as 1.2.5-rc01, available
> here:
> > https://github.com/apache/doris/releases/tag/1.2.5-rc01
> >
> > This is a bug fix release of 1.2 branch. Release Notes are here:
> > https://github.com/apache/doris/issues/20827
> >
> > The source package corresponding to this release candidate can be found
> here:
> >
> > https://dist.apache.org/repos/dist/dev/doris/1.2.5-rc01/
> >
> > The convience binaries can be downloaded here:
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.5-bin-aarch64.tar.xz
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.5-bin-aarch64.tar.xz.asc
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.5-bin-aarch64.tar.xz.sha512
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.5-bin-x86_64-noavx2.tar.xz
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.5-bin-x86_64-noavx2.tar.xz.asc
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.5-bin-x86_64-noavx2.tar.xz.sha512
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.5-bin-x86_64.tar.xz
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.5-bin-x86_64.tar.xz.asc
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.5-bin-x86_64.tar.xz.sha512
> >
> > This has been signed with PGP key
> 8DE0D1B11AA95839C3BB8020B377F66415713A55, corresponding to
> > morning...@apache.org.
> >
> > KEYS file is available here:
> > https://downloads.apache.org/doris/KEYS
> > It is also listed here:
> > https://people.apache.org/keys/committer/morningman.asc
> >
> > To verify and build, you can refer to following link:
> > https://doris.apache.org/community/release-and-verify/release-verify
> >
> > The vote will be open for at least 72 hours.
> >
> > [ ] +1 Approve the release
> > [ ] +0 No opinion
> > [ ] -1 Do not release this package because ...
> >
> > --
> > Best Regards
> > Mingyu Chen
> >
> > Email:
> > morning...@apache.org
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
> > For additional commands, e-mail: dev-h...@doris.apache.org
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
> For additional commands, e-mail: dev-h...@doris.apache.org
>
>

-- 
张家峰


Re: [VOTE] Release Apache Doris Flink Connector 1.4.0

2023-06-15 Thread Yongqiang YANG
Here is my +1(binding).

I checked:
[x] The download link is legal and the PGP signature are valid.
[x] The source code matches the current release version.
[x] The LICENSE and NOTICE files are correct.

On Tue, Jun 13, 2023 at 4:33 PM wudi <676366...@qq.com.invalid> wrote:

> Hi all,
>
> This is a call for the vote to release Apache Doris Flink Connector 1.4.0
>
> The git tag for the release:
> https://github.com/apache/doris-flink-connector/releases/tag/1.4.0
>
> Release Notes are here:
> https://github.com/apache/doris-flink-connector/issues/148
>
> Thanks to everyone who has contributed to this release.
>
> The release candidates:
> https://dist.apache.org/repos/dist/dev/doris/flink-connector/1.4.0/
>
> This has been signed with PGP key
> A692590313BF6657160079C0211FCDC7FC019983, corresponding to
> d...@apache.org.
>
> KEYS file is available here:
> https://downloads.apache.org/doris/KEYS
>
> To verify and build, you can refer to following link:
> https://doris.apache.org/community/release-and-verify/release-verify
>
> The vote will be open for at least 72 hours.
>
> [ ] +1 Approve the release
> [ ] +0 No opinion
> [ ] -1 Do not release this package because …
>
>
> Brs,
> di.wu
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
> For additional commands, e-mail: dev-h...@doris.apache.org
>
>


Re: [VOTE] Release Apache Doris-Shade 1.0.1

2023-06-15 Thread Yongqiang YANG
+1 (binding)
I checked:


[x] The download link is legal.
[x] The PGP signature are valid.
[x] The source code matches the current release version.
[x] The LICENSE and NOTICE files are correct.
[x] All files carry the necessary protocol header.
[x] The compiled content is not included in the source package.

On Tue, Jun 13, 2023 at 10:18 AM wudi <676366...@qq.com.invalid> wrote:

> Hi all,
>
> This is a call for the vote to release Apache Doris-Shade 1.0.1
>
> The git tag for the release:
> https://github.com/apache/doris-shade/releases/tag/doris-shade-1.0.1 <
> https://github.com/apache/doris-shade/releases/tag/doris-shade-1.0.1>
>
> Release Notes are here:
> https://github.com/apache/doris-shade/blob/doris-shade-1.0.1/CHANGE-LOG.txt
> <
> https://github.com/apache/doris-shade/blob/doris-shade-1.0.1/CHANGE-LOG.txt
> >
>
> Thanks to everyone who has contributed to this release.
>
> The release candidates:
> https://dist.apache.org/repos/dist/dev/doris/doris-shade/1.0.1/ <
> https://dist.apache.org/repos/dist/dev/doris/doris-shade/1.0.1/>
> This has been signed with PGP key
> A692590313BF6657160079C0211FCDC7FC019983, corresponding to
> d...@apache.org .
>
> KEYS file is available here:
> https://downloads.apache.org/doris/KEYS <
> https://downloads.apache.org/doris/KEYS>
>
> To verify and build, you can refer to following link:
> https://doris.apache.org/community/release-and-verify/release-verify <
> https://doris.apache.org/community/release-and-verify/release-verify>
> The vote will be open for at least 72 hours.
>
> [ ] +1 Approve the release
> [ ] +0 No opinion
> [ ] -1 Do not release this package because …
>
>