This is an automated email from the ASF dual-hosted git repository.
tzulitai pushed a change to branch release-2.0
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git.
from 7eb114b [hotfix] [legal] Add font-awesome dependency to source NOTICE
and LICENSE
new 6de1987 [FLINK-16730][docs] Python SDK Getting Started (#77)
new 621a6ee [FLINK-16841] Do not bundle Protobuf .proto source files in
jars
new c0934bb [FLINK-16843] [py] Add LICENSE and NOTICE to Python SDK dists
new 767e428 [FLINK-16842] Use maven-shade-plugin to package ridesharing
example simulator
new 9ac2d38 [FLINK-16842] Add NOTICE and licenses for
statefun-ridesharing-example-simulator
new 2b77e20 [FLINK-16842] Add explicit NOTICE file for statefun-flink-core
new 541f957 [FLINK-16838] [docker] Build image with version tag
new c379227 [FLINK-16838] Let Dockerfile in quickstart point to a
specific image version tag
new 95ef9d4 [FLINK-16838] Update base image definitions in examples and
E2E tests
new bc3c424 [FLINK-16838] Update image name in docs and README.
new 1a98294 [FLINK-16838] Update base image version tag in
update_branch_version.sh
new d0d6e47 [hofix] [docs] Fix image name and version tag in
walkthrough.md
new 6e8d855 [hotfix] [docs] Fix github_branch value in _config.yml
The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 2 +-
docs/_config.yml | 2 +-
docs/deployment-and-operations/packaging.md | 2 +-
.../greeter => docs/downloads}/Dockerfile | 3 -
.../downloads/build-walkthrough-dist.sh | 17 +-
.../main.py => docs/downloads/greeter.py | 22 +-
docs/getting-started/walkthrough.md | 450 +++++++++---
pom.xml | 1 -
.../src/test/resources/Dockerfile | 2 +-
.../src/test/resources/Dockerfile | 2 +-
.../statefun-greeter-example/Dockerfile | 2 +-
.../statefun-python-greeter/Dockerfile | 2 +-
.../statefun-python-k8s/Dockerfile.statefun | 2 +-
.../Dockerfile.functions | 2 +-
.../Dockerfile | 2 +-
.../statefun-ridesharing-example-simulator/pom.xml | 48 +-
.../src/main/resources/META-INF/NOTICE | 82 +++
.../licenses/LICENSE.animal-sniffer-annotations | 19 +
.../META-INF/licenses/LICENSE.checker-qual | 22 +
.../META-INF/licenses/LICENSE.javax.annotation-api | 759 +++++++++++++++++++++
.../META-INF/licenses/LICENSE.jul-to-slf4j | 21 +
.../META-INF/licenses/LICENSE.logback-classic | 24 +
.../META-INF/licenses/LICENSE.logback-core | 24 +
.../META-INF/licenses/LICENSE.protobuf-java | 0
.../resources/META-INF/licenses/LICENSE.slf4j-api | 21 +
.../META-INF/licenses/LICENSE.sockjs-client | 21 +
.../statefun-shopping-cart-example/Dockerfile | 2 +-
.../src/main/resources/META-INF/NOTICE | 10 +
LICENSE => statefun-python-sdk/LICENSE | 0
statefun-python-sdk/NOTICE | 5 +
statefun-python-sdk/setup.py | 1 +
.../main/resources/archetype-resources/Dockerfile | 2 +-
tools/docker/README.md | 22 +
tools/docker/build-stateful-functions.sh | 8 +-
tools/releasing/update_branch_version.sh | 4 +
35 files changed, 1455 insertions(+), 153 deletions(-)
copy {statefun-examples/statefun-python-greeter/greeter =>
docs/downloads}/Dockerfile (89%)
copy statefun-python-sdk/build-distribution.sh =>
docs/downloads/build-walkthrough-dist.sh (66%)
copy statefun-examples/statefun-python-k8s/main.py =>
docs/downloads/greeter.py (74%)
create mode 100644
statefun-examples/statefun-ridesharing-example/statefun-ridesharing-example-simulator/src/main/resources/META-INF/NOTICE
create mode 100644
statefun-examples/statefun-ridesharing-example/statefun-ridesharing-example-simulator/src/main/resources/META-INF/licenses/LICENSE.animal-sniffer-annotations
create mode 100644
statefun-examples/statefun-ridesharing-example/statefun-ridesharing-example-simulator/src/main/resources/META-INF/licenses/LICENSE.checker-qual
create mode 100644
statefun-examples/statefun-ridesharing-example/statefun-ridesharing-example-simulator/src/main/resources/META-INF/licenses/LICENSE.javax.annotation-api
create mode 100644
statefun-examples/statefun-ridesharing-example/statefun-ridesharing-example-simulator/src/main/resources/META-INF/licenses/LICENSE.jul-to-slf4j
create mode 100644
statefun-examples/statefun-ridesharing-example/statefun-ridesharing-example-simulator/src/main/resources/META-INF/licenses/LICENSE.logback-classic
create mode 100644
statefun-examples/statefun-ridesharing-example/statefun-ridesharing-example-simulator/src/main/resources/META-INF/licenses/LICENSE.logback-core
copy {statefun-flink/statefun-flink-distribution =>
statefun-examples/statefun-ridesharing-example/statefun-ridesharing-example-simulator}/src/main/resources/META-INF/licenses/LICENSE.protobuf-java
(100%)
create mode 100644
statefun-examples/statefun-ridesharing-example/statefun-ridesharing-example-simulator/src/main/resources/META-INF/licenses/LICENSE.slf4j-api
create mode 100644
statefun-examples/statefun-ridesharing-example/statefun-ridesharing-example-simulator/src/main/resources/META-INF/licenses/LICENSE.sockjs-client
create mode 100644
statefun-flink/statefun-flink-core/src/main/resources/META-INF/NOTICE
copy LICENSE => statefun-python-sdk/LICENSE (100%)
create mode 100644 statefun-python-sdk/NOTICE
create mode 100644 tools/docker/README.md