From dd4b17b62c94a73ef7430a559e55166b66d57570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 00:16:01 +0000 Subject: [PATCH 1/2] build(deps): bump docker/build-push-action from 3.0.0 to 3.1.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v3.1.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/at_server.yaml | 16 ++++++++-------- .github/workflows/at_server_dev_deploy.yaml | 2 +- .github/workflows/at_server_prod_deploy.yaml | 2 +- .github/workflows/ve_base.yaml | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/at_server.yaml b/.github/workflows/at_server.yaml index 21b4bcf3d..d50db502c 100644 --- a/.github/workflows/at_server.yaml +++ b/.github/workflows/at_server.yaml @@ -168,7 +168,7 @@ jobs: ls -laR at_virtual_environment/ve/* - name: Build docker image - uses: docker/build-push-action@v3.0.0 + uses: docker/build-push-action@v3.1.0 with: file: at_virtual_environment/ve/Dockerfile context: at_virtual_environment/ve @@ -228,7 +228,7 @@ jobs: # Builds and pushes the secondary server image to docker hub. - name: Build and push secondary image for x64 id: docker_build_secondary - uses: docker/build-push-action@v3.0.0 + uses: docker/build-push-action@v3.1.0 with: push: true context: at_secondary @@ -373,7 +373,7 @@ jobs: # Builds and pushes the at_virtual_env to docker hub. - name: Build and push id: docker_build - uses: docker/build-push-action@v3.0.0 + uses: docker/build-push-action@v3.1.0 with: file: at_virtual_environment/ve/Dockerfile.vip push: true @@ -425,7 +425,7 @@ jobs: # Builds and pushes the secondary server image to docker hub. - name: Build and push secondary image for amd64 and arm64 id: docker_build_secondary - uses: docker/build-push-action@v3.0.0 + uses: docker/build-push-action@v3.1.0 with: push: true context: at_secondary @@ -497,7 +497,7 @@ jobs: # Builds and pushes the secondary server image to docker hub. - name: Build and push secondary image for amd64 and arm64 id: docker_build_observable_secondary - uses: docker/build-push-action@v3.0.0 + uses: docker/build-push-action@v3.1.0 with: push: true file: ./at_secondary/Dockerfile.observe @@ -549,7 +549,7 @@ jobs: # Builds and pushes the secondary server image to docker hub. - name: Build and push secondary image for amd64 and arm64 id: docker_build_secondary - uses: docker/build-push-action@v3.0.0 + uses: docker/build-push-action@v3.1.0 with: push: true context: at_secondary @@ -599,7 +599,7 @@ jobs: # Builds and pushes the secondary server image to docker hub. - name: Build and push secondary image for amd64 and arm64 id: docker_build_secondary - uses: docker/build-push-action@v3.0.0 + uses: docker/build-push-action@v3.1.0 with: push: true context: at_secondary @@ -668,7 +668,7 @@ jobs: - name: Build and push id: docker_build - uses: docker/build-push-action@v3.0.0 + uses: docker/build-push-action@v3.1.0 with: file: at_virtual_environment/ve/Dockerfile.vip push: true diff --git a/.github/workflows/at_server_dev_deploy.yaml b/.github/workflows/at_server_dev_deploy.yaml index 4cdd1b75f..e917adb9c 100644 --- a/.github/workflows/at_server_dev_deploy.yaml +++ b/.github/workflows/at_server_dev_deploy.yaml @@ -27,7 +27,7 @@ jobs: # Build the Docker image for Dev - name: Build and push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3.1.0 with: file: at_root/at_root_server/Dockerfile context: at_root/at_root_server diff --git a/.github/workflows/at_server_prod_deploy.yaml b/.github/workflows/at_server_prod_deploy.yaml index 10ca48fad..fd44b2fd6 100644 --- a/.github/workflows/at_server_prod_deploy.yaml +++ b/.github/workflows/at_server_prod_deploy.yaml @@ -27,7 +27,7 @@ jobs: # Build the Docker image for Dev - name: Build and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v3.1.0 with: file: at_root/at_root_server/Dockerfile context: at_root/at_root_server diff --git a/.github/workflows/ve_base.yaml b/.github/workflows/ve_base.yaml index 6e4eaee27..ed976f800 100644 --- a/.github/workflows/ve_base.yaml +++ b/.github/workflows/ve_base.yaml @@ -22,7 +22,7 @@ jobs: - name: Build and push id: docker_build - uses: docker/build-push-action@v3.0.0 + uses: docker/build-push-action@v3.1.0 with: file: at_virtual_environment/ve_base/Dockerfile push: true From d5a66d34dafe483ed6dc30bd439303d942a62c6e Mon Sep 17 00:00:00 2001 From: Sitaram Date: Wed, 20 Jul 2022 10:48:08 +0530 Subject: [PATCH 2/2] build: update at_secondary_server version and CHANGELOG.md --- at_secondary/at_secondary_server/CHANGELOG.md | 3 +++ at_secondary/at_secondary_server/pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/at_secondary/at_secondary_server/CHANGELOG.md b/at_secondary/at_secondary_server/CHANGELOG.md index ab3f0b2cd..18522c5eb 100644 --- a/at_secondary/at_secondary_server/CHANGELOG.md +++ b/at_secondary/at_secondary_server/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.0.20 +- fix: Bypass cache rename fix +- feat: Set isEncrypted to true when notify text message is encrypted. ## 3.0.19 - Upgrade at_persistence_secondary_server version to 3.0.28 which replaces null commitId(s) with hive internal key(s) on server startup - Enhance scan verb to display hidden keys when showHiddenKeys is set to true diff --git a/at_secondary/at_secondary_server/pubspec.yaml b/at_secondary/at_secondary_server/pubspec.yaml index a6e1c34d2..fce1eb357 100644 --- a/at_secondary/at_secondary_server/pubspec.yaml +++ b/at_secondary/at_secondary_server/pubspec.yaml @@ -1,6 +1,6 @@ name: at_secondary description: Implementation of secondary server. -version: 3.0.19 +version: 3.0.20 repository: https://github.com/atsign-foundation/at_server homepage: https://www.example.com publish_to: none @@ -18,7 +18,7 @@ dependencies: collection: ^1.15.0 basic_utils: ^3.0.2 at_persistence_secondary_server: ^3.0.29 - at_lookup: ^3.0.26 + at_lookup: ^3.0.27 at_server_spec: ^3.0.9 #dependency_overrides: