-1 (binding) Hi Matt, thanks again for driving this release.
Unfortunately, I detected a drift in the dependencies and the LICENSE-binary since RC1. Between the two RCs, the iceberg-go dependency increased from 0.5.0 to 0.6.0 which led to additional modules being included in the binary. I think we should update the LICENSE-binary to reflect that. I think the recurring issue on maintaining the LICENSE-binary file is surfacing a need for us to invest in some automation regarding the release process, especially around detecting missing licenses for modules included in the binary. I've raised an issue [1] to track this work. A smaller non-blocking issue, the Go build info in the release binary embeds the RC version, as it copies the binary rather than rebuilding it. This doesn't impact the code itself, but it does impact provenance workflows, as SBOM tooling that reads Go build info will report v0.1.0-rc2 rather than 0.1.0. [2] Sung [1] https://github.com/apache/terraform-provider-iceberg/issues/101 [2] https://github.com/apache/terraform-provider-iceberg/issues/102 On 2026/08/13 23:52:30 Alex Stephen via dev wrote: > +1 (non-binding) > > Release script runs correctly. > > - RAT check succeeds > - Build and test works as expected > - Checksums look correct > > Thanks for driving this release Matt! Really excited to get this in the > hands of users. > > On Tue, Aug 11, 2026 at 1:00 PM Matt Topol <[email protected]> wrote: > > > Hi, > > > > I would like to propose the following release candidate (RC2) of the > > Apache Iceberg Terraform provider version v0.1.0. > > > > This release candidate is based on commit: > > 186d4f48b9e98386b044e1367d6fdf8d47a3ff8d [1] > > > > The source release rc2 is hosted at [2]. > > Convenience binaries for the Terraform/OpenTofu registries are attached to > > the > > GitHub prerelease at [3]. > > > > Please download, verify checksums and signatures, run the tests, and vote > > on > > the release. See [4] for how to validate a release candidate. > > > > The vote will be open for at least 72 hours. > > > > [ ] +1 Release this as Apache Iceberg Terraform provider v0.1.0 > > [ ] +0 > > [ ] -1 Do not release this as Apache Iceberg Terraform provider v0.1.0 > > because... > > > > [1]: > > https://github.com/apache/terraform-provider-iceberg/tree/186d4f48b9e98386b044e1367d6fdf8d47a3ff8d > > [2]: > > https://dist.apache.org/repos/dist/dev/iceberg/apache-iceberg-terraform-0.1.0-rc2 > > [3]: > > https://github.com/apache/terraform-provider-iceberg/releases/tag/v0.1.0-rc2 > > [4]: > > https://github.com/apache/terraform-provider-iceberg/blob/main/docs/releasing.md#verifying-a-release > > >
