Skip to content

Commit

Permalink
build: bump version for v1.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil91 committed Nov 13, 2024
1 parent 6d586bc commit b40a043
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .tractusx
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
product: "SSI Authority & Schema Registry"
leadingRepository: "https://github.com/eclipse-tractusx/ssi-authority-schema-registry"
openApiSpecs:
- "https://raw.githubusercontent.com/eclipse-tractusx/ssi-authority-schema-registry/refs/tags/ssi-asr-1.1.0-alpha.1/docs/api/asr-service.yaml"
- "https://raw.githubusercontent.com/eclipse-tractusx/ssi-authority-schema-registry/refs/tags/ssi-asr-1.1.0-rc.1/docs/api/asr-service.yaml"
4 changes: 2 additions & 2 deletions charts/ssi-asr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
apiVersion: v2
name: ssi-asr
type: application
version: 1.1.0-alpha.1
appVersion: 1.1.0-alpha.1
version: 1.1.0-rc.1
appVersion: 1.1.0-rc.1
description: Helm chart for SSI Authority & Schema Registry
home: https://github.com/eclipse-tractusx/ssi-authority-schema-registry
dependencies:
Expand Down
8 changes: 5 additions & 3 deletions charts/ssi-asr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To use the helm chart as a dependency:
dependencies:
- name: ssi-asr
repository: https://eclipse-tractusx.github.io/charts/dev
version: 1.1.0-alpha.1
version: 1.1.0-rc.1
```
## Requirements
Expand All @@ -40,6 +40,9 @@ dependencies:
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| authorities | object | `{"authorityOne":{"bpn":"BPNL00000003CRHK"},"authorityTwo":{"bpn":"BPNL00000003CRHL"}}` | Set information related the authorities |
| authorities.authorityOne | object | `{"bpn":"BPNL00000003CRHK"}` | The first authority |
| authorities.authorityTwo | object | `{"bpn":"BPNL00000003CRHL"}` | The second authority |
| service.image.name | string | `"docker.io/tractusx/ssi-authority-schema-registry-service"` | |
| service.image.tag | string | `""` | |
| service.image.pullSecrets | list | `[]` | |
Expand All @@ -59,8 +62,7 @@ dependencies:
| migrations.image.pullSecrets | list | `[]` | |
| migrations.imagePullPolicy | string | `"IfNotPresent"` | |
| migrations.resources | object | `{"limits":{"cpu":"75m","memory":"200M"},"requests":{"cpu":"25m","memory":"200M"}}` | We recommend to review the default resource limits as this should a conscious choice. |
| migrations.seeding.testDataEnvironments | string | `""` | |
| migrations.seeding.testDataPaths | string | `"Seeder/Data"` | |
| migrations.seeding.useInitial | bool | `true` | Enables dynamic seeding of information related to the operator company: operator.bpn; If set to `true` the data configured in the config map 'configmap-seeding-initialdata.yaml' will be taken to insert the initial data; |
| migrations.logging.default | string | `"Information"` | |
| dotnetEnvironment | string | `"Production"` | |
| dbConnection.schema | string | `"asr"` | |
Expand Down
2 changes: 1 addition & 1 deletion docs/api/asr-service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.1
info:
title: Org.Eclipse.TractusX.SsiAuthoritySchemaRegistry.Service
version: v1.1.0-alpha.1
version: v1.1.0-rc.1
paths:
/api/registry/credentials:
get:
Expand Down
2 changes: 1 addition & 1 deletion environments/argocd-app-templates/appsetup-int.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/ssi-asr
repoURL: 'https://github.com/eclipse-tractusx/ssi-authority-schema-registry.git'
targetRevision: ssi-asr-1.1.0-alpha.1
targetRevision: ssi-asr-1.1.0-rc.1
plugin:
env:
- name: AVP_SECRET
Expand Down
2 changes: 1 addition & 1 deletion environments/argocd-app-templates/appsetup-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/ssi-asr
repoURL: 'https://github.com/eclipse-tractusx/ssi-authority-schema-registry.git'
targetRevision: ssi-asr-1.1.0-alpha.1
targetRevision: ssi-asr-1.1.0-rc.1
plugin:
env:
- name: AVP_SECRET
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionSuffix>alpha.1</VersionSuffix>
<VersionSuffix>rc.1</VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit b40a043

Please sign in to comment.