diff --git a/CHANGES.md b/CHANGES.md index 5c543da..768bd53 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## v0.0.3 + +* Update docs and example files to latest release. + ## v0.0.2 * Introduce `terminate-after` flag, which instructs the process to shutdown diff --git a/README.md b/README.md index 025acd1..fcf553b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Building Blocks or `bb` is a tool that can simulate many of the typical scenario of a cloud-native Service-Oriented Architecture based on microservices. ## Using `bb` -`bb` publishes a single container, `buoyantio/bb:v0.0.1`. Instances of this +`bb` publishes a single container, `buoyantio/bb:v0.0.3`. Instances of this container receive and return a simple message, described by the protobuf schema [in this repository](api.proto). This known interface allows for `bb` containers to be arranged in many different ways, just like building a structure @@ -79,11 +79,11 @@ You should then build a Docker image for `bb`: [...] Removing intermediate container f4f571b01dd8 Successfully built e6d76c5df612 - Successfully tagged buoyantio/bb:v0.0.1 + Successfully tagged buoyantio/bb:v0.0.3 A test run using the Docker CLI should return usage information and confirm that everything is ok: - $ docker run buoyantio/bb:v0.0.1 + $ docker run buoyantio/bb:v0.0.3 Building Blocks or `bb` is a tool that can simulate many of the typical scenarios of a cloud-native Service-Oriented Architecture based on microservices. diff --git a/examples/bb-readme/application.yaml b/examples/bb-readme/application.yaml index 03ae0ac..307a9dd 100644 --- a/examples/bb-readme/application.yaml +++ b/examples/bb-readme/application.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: http-to-grpc - image: buoyantio/bb:v0.0.1 + image: buoyantio/bb:v0.0.3 args: ["terminus", "--grpc-server-port", "9090", "--response-text", "BANANA"] ports: - containerPort: 9090 @@ -56,7 +56,7 @@ spec: spec: containers: - name: http-to-grpc - image: buoyantio/bb:v0.0.1 + image: buoyantio/bb:v0.0.3 args: ["point-to-point-channel", "--grpc-downstream-server", "bb-readme-terminus-svc:9090", "--h1-server-port", "8080"] ports: - containerPort: 8080 @@ -73,4 +73,4 @@ spec: ports: - name: http port: 8080 - targetPort: 8080 \ No newline at end of file + targetPort: 8080 diff --git a/examples/heavy-east-west/application.yaml b/examples/heavy-east-west/application.yaml index 94d088e..2acd7fa 100644 --- a/examples/heavy-east-west/application.yaml +++ b/examples/heavy-east-west/application.yaml @@ -23,7 +23,7 @@ spec: spec: containers: - name: http-to-grpc - image: buoyantio/bb:v0.0.1 + image: buoyantio/bb:v0.0.3 args: ["broadcast-channel", "--h1-server-port", "80", "--h1-downstream-server", "http://heavy-east-west-lab-t1-n1-svc:80", "--h1-downstream-server", "http://heavy-east-west-lab-t1-n2-svc:80", @@ -68,7 +68,7 @@ spec: spec: containers: - name: http-to-grpc - image: buoyantio/bb:v0.0.1 + image: buoyantio/bb:v0.0.3 args: ["broadcast-channel", "--h1-server-port", "80", "--grpc-downstream-server", "heavy-east-west-lab-t2-n1-svc:80", "--grpc-downstream-server", "heavy-east-west-lab-t2-n2-svc:80", @@ -110,7 +110,7 @@ spec: spec: containers: - name: http-to-grpc - image: buoyantio/bb:v0.0.1 + image: buoyantio/bb:v0.0.3 args: ["broadcast-channel", "--h1-server-port", "80", "--grpc-downstream-server", "heavy-east-west-lab-t2-n1-svc:80", "--grpc-downstream-server", "heavy-east-west-lab-t2-n2-svc:80", @@ -152,7 +152,7 @@ spec: spec: containers: - name: http-to-grpc - image: buoyantio/bb:v0.0.1 + image: buoyantio/bb:v0.0.3 args: ["broadcast-channel", "--h1-server-port", "80", "--grpc-downstream-server", "heavy-east-west-lab-t2-n1-svc:80", "--grpc-downstream-server", "heavy-east-west-lab-t2-n2-svc:80", @@ -194,7 +194,7 @@ spec: spec: containers: - name: http-to-grpc - image: buoyantio/bb:v0.0.1 + image: buoyantio/bb:v0.0.3 args: ["broadcast-channel", "--h1-server-port", "80", "--grpc-downstream-server", "heavy-east-west-lab-t2-n1-svc:80", "--grpc-downstream-server", "heavy-east-west-lab-t2-n2-svc:80", @@ -236,7 +236,7 @@ spec: spec: containers: - name: http-to-grpc - image: buoyantio/bb:v0.0.1 + image: buoyantio/bb:v0.0.3 args: ["broadcast-channel", "--h1-server-port", "80", "--grpc-downstream-server", "heavy-east-west-lab-t2-n1-svc:80", "--grpc-downstream-server", "heavy-east-west-lab-t2-n2-svc:80", @@ -280,7 +280,7 @@ spec: spec: containers: - name: http-to-grpc - image: buoyantio/bb:v0.0.1 + image: buoyantio/bb:v0.0.3 args: ["terminus", "--grpc-server-port", "80", "--response-text", "t2-n1", "--fire-and-forget"] ports: @@ -317,7 +317,7 @@ spec: spec: containers: - name: http-to-grpc - image: buoyantio/bb:v0.0.1 + image: buoyantio/bb:v0.0.3 args: ["terminus", "--grpc-server-port", "80", "--response-text", "t2-n2", "--fire-and-forget"] ports: @@ -354,7 +354,7 @@ spec: spec: containers: - name: http-to-grpc - image: buoyantio/bb:v0.0.1 + image: buoyantio/bb:v0.0.3 args: ["terminus", "--grpc-server-port", "80", "--response-text", "t2-n3", "--fire-and-forget"] ports: @@ -391,7 +391,7 @@ spec: spec: containers: - name: http-to-grpc - image: buoyantio/bb:v0.0.1 + image: buoyantio/bb:v0.0.3 args: ["terminus", "--grpc-server-port", "80", "--response-text", "t2-n4", "--fire-and-forget"] ports: @@ -428,7 +428,7 @@ spec: spec: containers: - name: http-to-grpc - image: buoyantio/bb:v0.0.1 + image: buoyantio/bb:v0.0.3 args: ["terminus", "--grpc-server-port", "80", "--response-text", "t2-n5", "--fire-and-forget"] ports: