From ebdce796c438b8ed71b466b43f596c50ce6e3e27 Mon Sep 17 00:00:00 2001 From: Keshav Mishra Date: Mon, 14 Mar 2022 12:24:43 +0530 Subject: [PATCH 1/3] removed unused line --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index cb33f26c..8e6d5a05 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,3 @@ API documentation is available [here](https://mosip.github.io/documentation/). ## License This project is licensed under the terms of [Mozilla Public License 2.0](LICENSE). - - - From 39753fd625da1fa7f16c28d6b238b4ddde23f647 Mon Sep 17 00:00:00 2001 From: Keshav Mishra Date: Mon, 18 Jul 2022 08:44:24 +0530 Subject: [PATCH 2/3] [MOSIP-20028] added action for tagging --- .github/workflows/tag.yaml | 43 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .github/workflows/tag.yaml diff --git a/.github/workflows/tag.yaml b/.github/workflows/tag.yaml new file mode 100644 index 00000000..e9bba0e6 --- /dev/null +++ b/.github/workflows/tag.yaml @@ -0,0 +1,43 @@ +name: Tagging of repos + +env: + tag: v1.2.3 + +on: + workflow_dispatch: + inputs: + tag: + description: 'Tag to be published' + required: true + default: 'v1.2.3' + type: string + body: + description: 'Release body message' + required: true + default: 'Changes in this Release' + type: string + pre-release: + description: 'Pre-release? True/False' + required: true + default: False + type: string + +jobs: + build: + name: Create Release + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v2 + - name: Create Release + id: create_release + uses: actions/create-release@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token + with: + tag_name: ${{ github.event.inputs.tag }} + release_name: ${{ github.event.inputs.tag }} + body: | + ${{ github.event.inputs.body }} + draft: false + prerelease: ${{fromJSON(github.event.inputs.pre-release)}} From c80e5142f63fca03856a7c04d5a194b54d883563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 01:14:12 +0000 Subject: [PATCH 3/3] Bump postgresql in /kernel/kernel-keymanager-service Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.2 to 42.4.1. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.2...REL42.4.1) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- kernel/kernel-keymanager-service/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/kernel-keymanager-service/pom.xml b/kernel/kernel-keymanager-service/pom.xml index 574b033b..5c11fc13 100644 --- a/kernel/kernel-keymanager-service/pom.xml +++ b/kernel/kernel-keymanager-service/pom.xml @@ -55,7 +55,7 @@ 1.4.197 5.1.46 - 42.2.2 + 42.4.1 2.5.0 5.2.17.Final 6.0.12.Final