Compare commits
	
		
			15 Commits
		
	
	
		
			v0.6.0
			...
			3c141a2d40
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 3c141a2d40 | |||
| 0999fdf705 | |||
| 6c71c5f364 | |||
| c551a242c7 | |||
| ec36309d8d | |||
| 93ff24ac73 | |||
| 614fda9b7d | |||
| 78b8d6872a | |||
| d09d09e526 | |||
| 806757a913 | |||
| d40f35a2d6 | |||
| c61bc4fc8d | |||
| cbd981cf19 | |||
| f4457a1275 | |||
| 377885f802 | 
							
								
								
									
										23
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										23
									
								
								.drone.yml
									
									
									
									
									
								
							@@ -47,19 +47,19 @@ steps:
 | 
				
			|||||||
  image: gcr.io/kaniko-project/executor:debug
 | 
					  image: gcr.io/kaniko-project/executor:debug
 | 
				
			||||||
  pull: always
 | 
					  pull: always
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
 | 
					  - |
 | 
				
			||||||
 | 
					    export VALID_TAG=$(cat .version 2> /dev/null) && [ -n "$VALID_TAG" ] || (echo 'No release tag - exiting'; exit 0)
 | 
				
			||||||
  - |
 | 
					  - |
 | 
				
			||||||
    wget https://github.com/jqlang/jq/releases/download/jq-1.6/jq-linux64 -qO /bin/jq
 | 
					    wget https://github.com/jqlang/jq/releases/download/jq-1.6/jq-linux64 -qO /bin/jq
 | 
				
			||||||
    chmod +x /bin/jq
 | 
					    chmod +x /bin/jq
 | 
				
			||||||
  - |
 | 
					  - |
 | 
				
			||||||
    /bin/jq '.auths["https://bv11-cr01.bessems.eu/v2/"].auth="'"$(echo -n $HARBOR_USERNAME':'$HARBOR_PASSWORD | base64)"'"' --null-input > /kaniko/.docker/config.json
 | 
					    /bin/jq '.auths["https://bv11-cr01.bessems.eu/v2/"].auth="'"$(echo -n $HARBOR_USERNAME':'$HARBOR_PASSWORD | base64)"'"' --null-input > /kaniko/.docker/config.json
 | 
				
			||||||
  - |
 | 
					 | 
				
			||||||
    export IMAGE_TAG=$(cat .version)
 | 
					 | 
				
			||||||
  - |
 | 
					  - |
 | 
				
			||||||
    /kaniko/executor \
 | 
					    /kaniko/executor \
 | 
				
			||||||
      --dockerfile=Dockerfile \
 | 
					      --dockerfile=Dockerfile \
 | 
				
			||||||
      --context=dir://. \
 | 
					      --context=dir://. \
 | 
				
			||||||
      --destination=bv11-cr01.bessems.eu/library/json-server:latest \
 | 
					      --destination=bv11-cr01.bessems.eu/library/json-server:latest \
 | 
				
			||||||
      --destination=bv11-cr01.bessems.eu/library/json-server:$IMAGE_TAG
 | 
					      --destination=bv11-cr01.bessems.eu/library/json-server:$VALID_TAG
 | 
				
			||||||
  environment:
 | 
					  environment:
 | 
				
			||||||
    HARBOR_USERNAME:
 | 
					    HARBOR_USERNAME:
 | 
				
			||||||
      from_secret: harbor_username
 | 
					      from_secret: harbor_username
 | 
				
			||||||
@@ -72,11 +72,11 @@ steps:
 | 
				
			|||||||
  image: gcr.io/kaniko-project/executor:debug
 | 
					  image: gcr.io/kaniko-project/executor:debug
 | 
				
			||||||
  pull: always
 | 
					  pull: always
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
 | 
					  - |
 | 
				
			||||||
 | 
					    export VALID_TAG=$(cat .version 2> /dev/null) && [ -n "$VALID_TAG" ] || (echo 'No release tag - exiting'; exit 0)
 | 
				
			||||||
  - |
 | 
					  - |
 | 
				
			||||||
    wget https://github.com/jqlang/jq/releases/download/jq-1.6/jq-linux64 -qO /bin/jq
 | 
					    wget https://github.com/jqlang/jq/releases/download/jq-1.6/jq-linux64 -qO /bin/jq
 | 
				
			||||||
    chmod +x /bin/jq
 | 
					    chmod +x /bin/jq
 | 
				
			||||||
  - |
 | 
					 | 
				
			||||||
    export IMAGE_TAG=$(cat .version)
 | 
					 | 
				
			||||||
  - |
 | 
					  - |
 | 
				
			||||||
    /bin/jq '.auths["https://index.docker.io/v1/"].auth="'"$(echo -n $DOCKER_USERNAME':'$DOCKER_PASSWORD | base64)"'"' --null-input > /kaniko/.docker/config.json
 | 
					    /bin/jq '.auths["https://index.docker.io/v1/"].auth="'"$(echo -n $DOCKER_USERNAME':'$DOCKER_PASSWORD | base64)"'"' --null-input > /kaniko/.docker/config.json
 | 
				
			||||||
  - |
 | 
					  - |
 | 
				
			||||||
@@ -84,7 +84,7 @@ steps:
 | 
				
			|||||||
      --dockerfile=Dockerfile \
 | 
					      --dockerfile=Dockerfile \
 | 
				
			||||||
      --context=dir://. \
 | 
					      --context=dir://. \
 | 
				
			||||||
      --destination=docker.io/djpbessems/json-server:latest \
 | 
					      --destination=docker.io/djpbessems/json-server:latest \
 | 
				
			||||||
      --destination=docker.io/djpbessems/json-server:$IMAGE_TAG
 | 
					      --destination=docker.io/djpbessems/json-server:$VALID_TAG
 | 
				
			||||||
  environment:
 | 
					  environment:
 | 
				
			||||||
    DOCKER_USERNAME:
 | 
					    DOCKER_USERNAME:
 | 
				
			||||||
      from_secret: docker_username
 | 
					      from_secret: docker_username
 | 
				
			||||||
@@ -98,9 +98,9 @@ steps:
 | 
				
			|||||||
  pull: always
 | 
					  pull: always
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
  - |
 | 
					  - |
 | 
				
			||||||
    export CHART_VERSION=$(cat .version)
 | 
					    export VALID_TAG=$(cat .version 2> /dev/null) && [ -n "$VALID_TAG" ] || (echo 'No release tag - exiting'; exit 0)
 | 
				
			||||||
    sed -i 's/{{ chart_version }}/'$CHART_VERSION'/g' charts/json-server/Chart.yaml
 | 
					    sed -i 's/{{ chart_version }}/'$VALID_TAG'/g' charts/json-server/Chart.yaml
 | 
				
			||||||
    sed -i 's/tag: latest/tag: '$CHART_VERSION'/g' charts/json-server/values.yaml
 | 
					    sed -i 's/{{ image_tag }}/'$VALID_TAG'/g' charts/json-server/values.yaml
 | 
				
			||||||
  - |
 | 
					  - |
 | 
				
			||||||
    helm package ./charts/json-server
 | 
					    helm package ./charts/json-server
 | 
				
			||||||
  - |
 | 
					  - |
 | 
				
			||||||
@@ -128,6 +128,8 @@ steps:
 | 
				
			|||||||
  image: bv11-cr01.bessems.eu/proxy/library/node:20-slim
 | 
					  image: bv11-cr01.bessems.eu/proxy/library/node:20-slim
 | 
				
			||||||
  pull: always
 | 
					  pull: always
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
 | 
					  - |
 | 
				
			||||||
 | 
					    export VALID_TAG=$(cat .version 2> /dev/null) && [ -n "$VALID_TAG" ] || (echo 'No release tag - exiting'; exit 0)
 | 
				
			||||||
  - |
 | 
					  - |
 | 
				
			||||||
    apt-get update
 | 
					    apt-get update
 | 
				
			||||||
  - |
 | 
					  - |
 | 
				
			||||||
@@ -137,6 +139,7 @@ steps:
 | 
				
			|||||||
  - |
 | 
					  - |
 | 
				
			||||||
    npm install \
 | 
					    npm install \
 | 
				
			||||||
      semantic-release \
 | 
					      semantic-release \
 | 
				
			||||||
 | 
					      @semantic-release/changelog \
 | 
				
			||||||
      @semantic-release/commit-analyzer \
 | 
					      @semantic-release/commit-analyzer \
 | 
				
			||||||
      @semantic-release/git \
 | 
					      @semantic-release/git \
 | 
				
			||||||
      @semantic-release/release-notes-generator
 | 
					      @semantic-release/release-notes-generator
 | 
				
			||||||
@@ -146,7 +149,7 @@ steps:
 | 
				
			|||||||
    npx semantic-release \
 | 
					    npx semantic-release \
 | 
				
			||||||
      --branches ${DRONE_BRANCH} \
 | 
					      --branches ${DRONE_BRANCH} \
 | 
				
			||||||
      --tag-format "v\$${version}" \
 | 
					      --tag-format "v\$${version}" \
 | 
				
			||||||
      --plugins @semantic-release/commit-analyzer,@semantic-release/release-notes-generator,@semantic-release/git
 | 
					      --plugins @semantic-release/commit-analyzer,@semantic-release/release-notes-generator,@semantic-release/changelog,@semantic-release/git
 | 
				
			||||||
  environment:
 | 
					  environment:
 | 
				
			||||||
    GIT_APIKEY:
 | 
					    GIT_APIKEY:
 | 
				
			||||||
      from_secret: git_apikey
 | 
					      from_secret: git_apikey
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										27
									
								
								CHANGELOG.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								CHANGELOG.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,27 @@
 | 
				
			|||||||
 | 
					## [0.7.3](https://code.spamasaurus.com/djpbessems/ContainerImage.JSONServer/compare/v0.7.2...v0.7.3) (2023-07-14)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Bug Fixes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* Missing period in chart template ([0999fdf](https://code.spamasaurus.com/djpbessems/ContainerImage.JSONServer/commit/0999fdf7051d6e8a2161333980bd1aedd9f180ef))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## [0.7.2](https://code.spamasaurus.com/djpbessems/ContainerImage.JSONServer/compare/v0.7.1...v0.7.2) (2023-07-14)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Bug Fixes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* Adhere to naming convention in templates ([c551a24](https://code.spamasaurus.com/djpbessems/ContainerImage.JSONServer/commit/c551a242c7a49a445da68ba6e1e5966eeb5ce7d7))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## [0.7.1](https://code.spamasaurus.com/djpbessems/ContainerImage.JSONServer/compare/v0.7.0...v0.7.1) (2023-07-14)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Bug Fixes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* Adhere to naming convention in values.yaml ([614fda9](https://code.spamasaurus.com/djpbessems/ContainerImage.JSONServer/commit/614fda9b7d284862bd84a1eab62ba8144f798199))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# [0.7.0](https://code.spamasaurus.com/djpbessems/ContainerImage.JSONServer/compare/v0.6.0...v0.7.0) (2023-07-14)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Features
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* Add sidecar for continuous polling ([806757a](https://code.spamasaurus.com/djpbessems/ContainerImage.JSONServer/commit/806757a9135341d919b31d4183a84e3870c24f3f))
 | 
				
			||||||
							
								
								
									
										8
									
								
								charts/json-server/templates/clusterrole.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								charts/json-server/templates/clusterrole.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
				
			|||||||
 | 
					apiVersion: rbac.authorization.k8s.io/v1
 | 
				
			||||||
 | 
					kind: ClusterRole
 | 
				
			||||||
 | 
					metadata:
 | 
				
			||||||
 | 
					  name: {{ .Release.Name }}-clusterrole
 | 
				
			||||||
 | 
					rules:
 | 
				
			||||||
 | 
					- apiGroups: [""]
 | 
				
			||||||
 | 
					  resources: ["secrets"]
 | 
				
			||||||
 | 
					  verbs: ["get", "list"]
 | 
				
			||||||
							
								
								
									
										12
									
								
								charts/json-server/templates/clusterrolebinding.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								charts/json-server/templates/clusterrolebinding.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
				
			|||||||
 | 
					apiVersion: rbac.authorization.k8s.io/v1
 | 
				
			||||||
 | 
					kind: ClusterRoleBinding
 | 
				
			||||||
 | 
					metadata:
 | 
				
			||||||
 | 
					  name: {{ .Release.Name }}-clusterrolebinding
 | 
				
			||||||
 | 
					subjects:
 | 
				
			||||||
 | 
					- kind: ServiceAccount
 | 
				
			||||||
 | 
					  name: {{ include "json-server.serviceAccountName" . }}
 | 
				
			||||||
 | 
					  namespace: {{ .Release.Namespace }}
 | 
				
			||||||
 | 
					roleRef:
 | 
				
			||||||
 | 
					  kind: ClusterRole
 | 
				
			||||||
 | 
					  name: {{ .Release.Name }}-clusterrole
 | 
				
			||||||
 | 
					  apiGroup: rbac.authorization.k8s.io
 | 
				
			||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
{{- if not .Values.seedData.existingConfigMap }}
 | 
					{{- if not .Values.jsonServer.seedData.existingConfigMap }}
 | 
				
			||||||
apiVersion: v1
 | 
					apiVersion: v1
 | 
				
			||||||
kind: ConfigMap
 | 
					kind: ConfigMap
 | 
				
			||||||
metadata:
 | 
					metadata:
 | 
				
			||||||
@@ -55,5 +55,5 @@ data:
 | 
				
			|||||||
      </body>
 | 
					      </body>
 | 
				
			||||||
    </html>
 | 
					    </html>
 | 
				
			||||||
  db.json: |
 | 
					  db.json: |
 | 
				
			||||||
{{ include "common.tplvalues.render" ( dict "value" .Values.seedData.configInline "context" $) | indent 4 }}
 | 
					{{ include "common.tplvalues.render" ( dict "value" .Values.jsonServer.seedData.configInline "context" $) | indent 4 }}
 | 
				
			||||||
{{- end -}}
 | 
					{{- end -}}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -29,8 +29,8 @@ spec:
 | 
				
			|||||||
        - name: {{ .Chart.Name }}
 | 
					        - name: {{ .Chart.Name }}
 | 
				
			||||||
          securityContext:
 | 
					          securityContext:
 | 
				
			||||||
            {{- toYaml .Values.securityContext | nindent 12 }}
 | 
					            {{- toYaml .Values.securityContext | nindent 12 }}
 | 
				
			||||||
          image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
 | 
					          image: "{{ .Values.jsonServer.image.repository }}:{{ .Values.jsonServer.image.tag | default .Chart.AppVersion }}"
 | 
				
			||||||
          imagePullPolicy: {{ .Values.image.pullPolicy }}
 | 
					          imagePullPolicy: {{ .Values.jsonServer.image.pullPolicy }}
 | 
				
			||||||
          ports:
 | 
					          ports:
 | 
				
			||||||
            - name: http
 | 
					            - name: http
 | 
				
			||||||
              containerPort: {{ .Values.service.port }}
 | 
					              containerPort: {{ .Values.service.port }}
 | 
				
			||||||
@@ -52,6 +52,17 @@ spec:
 | 
				
			|||||||
          - name: {{ .Release.Name }}-configmap
 | 
					          - name: {{ .Release.Name }}-configmap
 | 
				
			||||||
            mountPath: /usr/local/lib/node_modules/json-server/public/index.html
 | 
					            mountPath: /usr/local/lib/node_modules/json-server/public/index.html
 | 
				
			||||||
            subPath: index.html
 | 
					            subPath: index.html
 | 
				
			||||||
 | 
					        - name: {{ .Chart.Name }}-sidecar
 | 
				
			||||||
 | 
					          securityContext:
 | 
				
			||||||
 | 
					            {{- toYaml .Values.securityContext | nindent 12 }}
 | 
				
			||||||
 | 
					          image: "{{ .Values.sidecar.image.repository }}:{{ .Values.sidecar.image.tag }}"
 | 
				
			||||||
 | 
					          imagePullPolicy: {{ .Values.sidecar.image.pullPolicy }}
 | 
				
			||||||
 | 
					          resources:
 | 
				
			||||||
 | 
					            {{- toYaml .Values.resources | nindent 12 }}
 | 
				
			||||||
 | 
					          command:
 | 
				
			||||||
 | 
					          - /bin/sh
 | 
				
			||||||
 | 
					          - -c
 | 
				
			||||||
 | 
					          - sleep infinity
 | 
				
			||||||
      volumes:
 | 
					      volumes:
 | 
				
			||||||
      - name: {{ .Release.Name }}-configmap
 | 
					      - name: {{ .Release.Name }}-configmap
 | 
				
			||||||
        configMap:
 | 
					        configMap:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,17 +1,24 @@
 | 
				
			|||||||
# Default values for json-server.
 | 
					# Default values for json-server.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					jsonServer:
 | 
				
			||||||
  seedData:
 | 
					  seedData:
 | 
				
			||||||
    # Not implemented yet
 | 
					    # Not implemented yet
 | 
				
			||||||
    # existingConfigMap: ""
 | 
					    # existingConfigMap: ""
 | 
				
			||||||
    configInline: {}
 | 
					    configInline: {}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
replicaCount: 1
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  image:
 | 
					  image:
 | 
				
			||||||
    repository: bv11-cr01.bessems.eu/library/json-server
 | 
					    repository: bv11-cr01.bessems.eu/library/json-server
 | 
				
			||||||
    pullPolicy: IfNotPresent
 | 
					    pullPolicy: IfNotPresent
 | 
				
			||||||
    # Overrides the image tag whose default is the chart appVersion.
 | 
					    # Overrides the image tag whose default is the chart appVersion.
 | 
				
			||||||
  tag: latest
 | 
					    tag: {{ image_tag }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					sidecar:
 | 
				
			||||||
 | 
					  image:
 | 
				
			||||||
 | 
					    repository: alpine/helm
 | 
				
			||||||
 | 
					    pullPolicy: IfNotPresent
 | 
				
			||||||
 | 
					    tag: 3.12.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					replicaCount: 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
imagePullSecrets: []
 | 
					imagePullSecrets: []
 | 
				
			||||||
nameOverride: ""
 | 
					nameOverride: ""
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										18
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										18
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@@ -5,6 +5,7 @@
 | 
				
			|||||||
  "packages": {
 | 
					  "packages": {
 | 
				
			||||||
    "": {
 | 
					    "": {
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
 | 
					        "@semantic-release/changelog": "^6.0.3",
 | 
				
			||||||
        "@semantic-release/commit-analyzer": "^10.0.1",
 | 
					        "@semantic-release/commit-analyzer": "^10.0.1",
 | 
				
			||||||
        "@semantic-release/exec": "^6.0.3",
 | 
					        "@semantic-release/exec": "^6.0.3",
 | 
				
			||||||
        "@semantic-release/git": "^10.0.1",
 | 
					        "@semantic-release/git": "^10.0.1",
 | 
				
			||||||
@@ -287,6 +288,23 @@
 | 
				
			|||||||
        "node": ">=12"
 | 
					        "node": ">=12"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					    "node_modules/@semantic-release/changelog": {
 | 
				
			||||||
 | 
					      "version": "6.0.3",
 | 
				
			||||||
 | 
					      "resolved": "https://registry.npmjs.org/@semantic-release/changelog/-/changelog-6.0.3.tgz",
 | 
				
			||||||
 | 
					      "integrity": "sha512-dZuR5qByyfe3Y03TpmCvAxCyTnp7r5XwtHRf/8vD9EAn4ZWbavUX8adMtXYzE86EVh0gyLA7lm5yW4IV30XUag==",
 | 
				
			||||||
 | 
					      "dependencies": {
 | 
				
			||||||
 | 
					        "@semantic-release/error": "^3.0.0",
 | 
				
			||||||
 | 
					        "aggregate-error": "^3.0.0",
 | 
				
			||||||
 | 
					        "fs-extra": "^11.0.0",
 | 
				
			||||||
 | 
					        "lodash": "^4.17.4"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "engines": {
 | 
				
			||||||
 | 
					        "node": ">=14.17"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "peerDependencies": {
 | 
				
			||||||
 | 
					        "semantic-release": ">=18.0.0"
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    "node_modules/@semantic-release/commit-analyzer": {
 | 
					    "node_modules/@semantic-release/commit-analyzer": {
 | 
				
			||||||
      "version": "10.0.1",
 | 
					      "version": "10.0.1",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-10.0.1.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-10.0.1.tgz",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
 | 
					    "@semantic-release/changelog": "^6.0.3",
 | 
				
			||||||
    "@semantic-release/commit-analyzer": "^10.0.1",
 | 
					    "@semantic-release/commit-analyzer": "^10.0.1",
 | 
				
			||||||
    "@semantic-release/exec": "^6.0.3",
 | 
					    "@semantic-release/exec": "^6.0.3",
 | 
				
			||||||
    "@semantic-release/git": "^10.0.1",
 | 
					    "@semantic-release/git": "^10.0.1",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user