Skip to content

Commit

Permalink
build(1.1.0): bump version and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Nov 22, 2024
1 parent d36d430 commit 158711d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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-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"
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-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:
Expand Down
2 changes: 1 addition & 1 deletion 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-rc.2
version: 1.1.0
```
## Requirements
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-rc.2
version: v1.1.0
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-rc.2
targetRevision: ssi-asr-1.1.0
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-rc.2
targetRevision: ssi-asr-1.1.0
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>rc.2</VersionSuffix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit 158711d

Please sign in to comment.