Skip to content

Commit 4355d59

Browse files
authored
Merge pull request #129 from abnamro/2458003-release-v.1.4.0
[#2458003] Release - RESC v1.4.0
2 parents cb34e57 + a168cd6 commit 4355d59

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

components/resc-frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "resc-frontend",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"author": "ABN AMRO Bank",
55
"description": "Repository Scanner Frontend",
66
"repository": {

components/resc-vcs-scanner/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requests==2.31.0
44
typing==3.7.4.3
55
pydantic==1.8.2
66
GitPython==3.1.30
7-
resc-backend>=1.2.0
7+
resc-backend>=1.4.0
88
tenacity==8.0.1
99
prettytable==3.6.0
1010
termcolor==2.2.0

components/resc-vcs-scanner/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = resc_vcs_scanner
33
description = Repository Scanner - Version Control System - Scanner
4-
version = 1.3.0
4+
version = 1.4.0
55
author = ABN AMRO
66
author_email = resc@nl.abnamro.com
77
url = https://github.com/ABNAMRO/repository-scanner

components/resc-vcs-scraper/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = resc_vcs_scraper
33
description = Repository Scanner - Version Control System - Scraper
4-
version = 1.3.0
4+
version = 1.4.0
55
author = ABN AMRO
66
author_email = resc@nl.abnamro.com
77
url = https://github.com/ABNAMRO/repository-scanner

deployment/kubernetes/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: A Helm chart for the Repository Scanner
44

55
type: application
66

7-
version: 1.3.0
7+
version: 1.4.0
88

9-
appVersion: "1.3.0"
9+
appVersion: "1.4.0"
1010

1111
dependencies:
1212
- name: resc-vcs-instances

deployment/resc-helm-wizard/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = resc_helm_wizard
33
description = Repository Scanner - Helm Wizard
4-
version = 1.0.5
4+
version = 1.0.6
55
author = ABN AMRO
66
author_email = resc@nl.abnamro.com
77
url = https://github.com/ABNAMRO/repository-scanner

0 commit comments

Comments
 (0)