diff --git a/.tractusx b/.tractusx index 9107789..64d5a03 100644 --- a/.tractusx +++ b/.tractusx @@ -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-rc.2/docs/api/asr-service.yaml" +- "https://raw.githubusercontent.com/eclipse-tractusx/ssi-authority-schema-registry/refs/tags/ssi-asr-1.1.0/docs/api/asr-service.yaml" diff --git a/charts/ssi-asr/Chart.yaml b/charts/ssi-asr/Chart.yaml index a3dc6c1..98dfdc4 100644 --- a/charts/ssi-asr/Chart.yaml +++ b/charts/ssi-asr/Chart.yaml @@ -20,8 +20,8 @@ apiVersion: v2 name: ssi-asr type: application -version: 1.1.0-rc.2 -appVersion: 1.1.0-rc.2 +version: 1.1.0 +appVersion: 1.1.0 description: Helm chart for SSI Authority & Schema Registry home: https://github.com/eclipse-tractusx/ssi-authority-schema-registry dependencies: diff --git a/charts/ssi-asr/README.md b/charts/ssi-asr/README.md index e738e87..a16d4e5 100644 --- a/charts/ssi-asr/README.md +++ b/charts/ssi-asr/README.md @@ -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-rc.2 + version: 1.1.0 ``` ## Requirements diff --git a/docs/api/asr-service.yaml b/docs/api/asr-service.yaml index 66cf057..d8452ac 100644 --- a/docs/api/asr-service.yaml +++ b/docs/api/asr-service.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: Org.Eclipse.TractusX.SsiAuthoritySchemaRegistry.Service - version: v1.1.0-rc.2 + version: v1.1.0 paths: /api/registry/credentials: get: diff --git a/environments/argocd-app-templates/appsetup-int.yaml b/environments/argocd-app-templates/appsetup-int.yaml index 28bd95e..d5e032c 100644 --- a/environments/argocd-app-templates/appsetup-int.yaml +++ b/environments/argocd-app-templates/appsetup-int.yaml @@ -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-rc.2 + targetRevision: ssi-asr-1.1.0 plugin: env: - name: AVP_SECRET diff --git a/environments/argocd-app-templates/appsetup-stable.yaml b/environments/argocd-app-templates/appsetup-stable.yaml index e73edb5..7149417 100644 --- a/environments/argocd-app-templates/appsetup-stable.yaml +++ b/environments/argocd-app-templates/appsetup-stable.yaml @@ -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-rc.2 + targetRevision: ssi-asr-1.1.0 plugin: env: - name: AVP_SECRET diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 07529a2..ef26776 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -20,6 +20,6 @@ 1.1.0 - rc.2 +