From a7043dc2729c83c82acffe546542a8a10f94a5b7 Mon Sep 17 00:00:00 2001 From: Alexander Zagniotov Date: Mon, 24 Jan 2022 12:44:33 +0900 Subject: [PATCH] v7.5.2 (#454) --- docs/DOCKERHUB.md | 12 ++++++------ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/DOCKERHUB.md b/docs/DOCKERHUB.md index 8e677711..7e425e80 100644 --- a/docs/DOCKERHUB.md +++ b/docs/DOCKERHUB.md @@ -36,15 +36,15 @@ The following `stubby4j` Docker images are available ([Alpine-Native Zulu OpenJD See [https://github.com/azagniotov/stubby4j/blob/master/CHANGELOG.md](https://github.com/azagniotov/stubby4j/blob/master/CHANGELOG.md) for more information #### stubby4j versions on Alpine-Native Zulu OpenJDK JRE 8 -* [`7.5.1-jre8`](https://github.com/azagniotov/stubby4j/blob/v7.5.1/docker/jdk8/Dockerfile) +* [`7.5.2-jre8`](https://github.com/azagniotov/stubby4j/blob/v7.5.2/docker/jdk8/Dockerfile) * [`latest-jre8`](https://github.com/azagniotov/stubby4j/blob/master/docker/jdk8/Dockerfile) #### stubby4j versions on Alpine-Native Zulu OpenJDK JRE 11 -* [`7.5.1-jre11`](https://github.com/azagniotov/stubby4j/blob/v7.5.1/docker/jdk11/Dockerfile) +* [`7.5.2-jre11`](https://github.com/azagniotov/stubby4j/blob/v7.5.2/docker/jdk11/Dockerfile) * [`latest-jre11`](https://github.com/azagniotov/stubby4j/blob/master/docker/jdk11/Dockerfile) #### stubby4j versions on Alpine-Native Zulu OpenJDK JRE 16 -* [`7.5.1-jre16`](https://github.com/azagniotov/stubby4j/blob/v7.5.1/docker/jdk16/Dockerfile) +* [`7.5.2-jre16`](https://github.com/azagniotov/stubby4j/blob/v7.5.2/docker/jdk16/Dockerfile) * [`latest-jre16`](https://github.com/azagniotov/stubby4j/blob/master/docker/jdk16/Dockerfile) @@ -109,7 +109,7 @@ $ docker run --rm \ --env YAML_CONFIG=stubs.yaml \ --volume /Users/zaggy/docker-playground/yaml:/home/stubby4j/data \ -p 8882:8882 -p 8889:8889 -p 7443:7443 \ - azagniotov/stubby4j:7.5.1-jre8 + azagniotov/stubby4j:7.5.2-jre8 ``` ### Full command @@ -125,7 +125,7 @@ docker run --rm \ --env WITH_ARGS="--enable_tls_with_alpn_and_http_2 --disable_stub_caching --debug --watch" \ --volume /Users/zaggy/docker-playground/yaml:/home/stubby4j/data \ -p 9991:9991 -p 8889:8889 -p 8443:8443 \ - azagniotov/stubby4j:7.5.1-jre8 + azagniotov/stubby4j:7.5.2-jre8 ``` ... where the command: @@ -171,7 +171,7 @@ See smoke test [https://github.com/azagniotov/stubby4j/docker/smoke-test/docker- ## Container application logs -Currently, only in the Docker images tagged as `latest-jreXX` and `7.3.3-jreXX` and higher (i.e.: `7.5.1-jreXX`), the `stubby4j` service emits file-based logs (i.e.: generated by `log4j2` library) as well as `STDOUT` output stream logs. In images tagged as <= `7.3.2-jreXX`, only `STDOUT` output stream logs are available. +Currently, only in the Docker images tagged as `latest-jreXX` and `7.3.3-jreXX` and higher (i.e.: `7.5.2-jreXX`), the `stubby4j` service emits file-based logs (i.e.: generated by `log4j2` library) as well as `STDOUT` output stream logs. In images tagged as <= `7.3.2-jreXX`, only `STDOUT` output stream logs are available. The file-based logs persisted in the container volume `/home/stubby4j/data` under `logs` directory, i.e.:`/home/stubby4j/data/logs` diff --git a/gradle.properties b/gradle.properties index eade068b..82e0943c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,4 +10,4 @@ mockitoVersion=3.12.4 stubbyProjectName=stubby4j stubbyProjectGroup=io.github.azagniotov -stubbyProjectVersion=7.5.2-SNAPSHOT +stubbyProjectVersion=7.5.3-SNAPSHOT