This is an automated email from the ASF dual-hosted git repository. vinish pushed a change to branch release-guide-xtable in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
omit cd6524d1 Add release guide for XTable add a2a93d8e added docker file (#1) add b2efb42a docs: fix typos and tidying add fc262c03 Upgrade parent pom version from 31 to 33 add 481b4397 Incorrect product name and distribution years in NOTICE file inside jars (#509) add d4dc5bf1 only the blogs add 15cc0f8b add missing images add 0837c9cf Add release guide for XTable add 28a6eff2 Address comments based on Stamatis feedback This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (cd6524d1) \ N -- N -- N refs/heads/release-guide-xtable (28a6eff2) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: Dockerfile | 58 +++++++++++++++++++++ README.md | 18 ++++++- pom.xml | 17 +++++- release/release_guide.md | 50 ++++++------------ release/scripts/create_source_release.sh | 12 +++-- release/scripts/cut_release_branch.sh | 7 +-- release/scripts/validate_staged_release.sh | 16 +++--- website/blog/aws-mwaa.mdx | 18 +++++++ website/blog/xtable-databricks.mdx | 17 ++++++ website/blog/xtable-iceberg-fs-catalog.mdx | 16 ++++++ website/blog/xtable-unity.mdx | 17 ++++++ website/static/images/blog/aws-mwaa/aws_mwaa.jpg | Bin 0 -> 196756 bytes .../images/blog/iceberg-fs-catalog/ice-fs.jpg | Bin 0 -> 209892 bytes .../static/images/blog/xtable-db/xtable-db-use.jpg | Bin 0 -> 179642 bytes .../images/blog/xtable-unity/xtable_unity.jpg | Bin 0 -> 344175 bytes 15 files changed, 194 insertions(+), 52 deletions(-) create mode 100644 Dockerfile create mode 100644 website/blog/aws-mwaa.mdx create mode 100644 website/blog/xtable-databricks.mdx create mode 100644 website/blog/xtable-iceberg-fs-catalog.mdx create mode 100644 website/blog/xtable-unity.mdx create mode 100644 website/static/images/blog/aws-mwaa/aws_mwaa.jpg create mode 100644 website/static/images/blog/iceberg-fs-catalog/ice-fs.jpg create mode 100644 website/static/images/blog/xtable-db/xtable-db-use.jpg create mode 100644 website/static/images/blog/xtable-unity/xtable_unity.jpg