Skip to content

Commit

Permalink
build(1.1.0-alpha.1): bump version and update docs #82
Browse files Browse the repository at this point in the history
Reviewed-by: Phil Schneider <[email protected]>
  • Loading branch information
Phil91 authored Oct 25, 2024
2 parents 8e7c78b + 5194ddb commit be53b8e
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 11 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/heads/main/docs/api/asr-service.yaml"
- "https://raw.githubusercontent.com/eclipse-tractusx/ssi-authority-schema-registry/refs/tags/ssi-asr-1.1.0-alpha.1/docs/api/asr-service.yaml"
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.1.0-alpha.1](https://github.com/eclipse-tractusx/ssi-authority-schema-registry/compare/v1.0.0-rc.1...v1.1.0-alpha.1) (2024-10-24)


### Features

* add imagePullSecrets ([#52](https://github.com/eclipse-tractusx/ssi-authority-schema-registry/issues/52)) ([7c75f90](https://github.com/eclipse-tractusx/ssi-authority-schema-registry/commit/7c75f908d35692c688a49c98ea3008b66e8693bf))
* **api-hub:** create open api spec on build ([#66](https://github.com/eclipse-tractusx/ssi-authority-schema-registry/issues/66)) ([edc06c1](https://github.com/eclipse-tractusx/ssi-authority-schema-registry/commit/edc06c1c739bdbc679821a8acea79791b2f167a0)), closes [#64](https://github.com/eclipse-tractusx/ssi-authority-schema-registry/issues/64)
* **framework:** adjust seeding data ([#56](https://github.com/eclipse-tractusx/ssi-authority-schema-registry/issues/56)) ([dd74f2c](https://github.com/eclipse-tractusx/ssi-authority-schema-registry/commit/dd74f2c4bac81938ade7b92af303bdb77cc60f7c)), closes [#3](https://github.com/eclipse-tractusx/ssi-authority-schema-registry/issues/3)
* **validation:** adjust schema validation ([#76](https://github.com/eclipse-tractusx/ssi-authority-schema-registry/issues/76)) ([4f9a315](https://github.com/eclipse-tractusx/ssi-authority-schema-registry/commit/4f9a3158294b25b52624f68495deef84b9b615e6)), closes [#34](https://github.com/eclipse-tractusx/ssi-authority-schema-registry/issues/34)


### Miscellaneous Chores

* release 1.1.0-alpha.1 ([93097f0](https://github.com/eclipse-tractusx/ssi-authority-schema-registry/commit/93097f044fca637efd3e3284245f893a1595121a))

## 1.0.0-rc.1 (2024-07-16)


Expand Down
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.0.0
appVersion: 1.0.0
version: 1.1.0-alpha.1
appVersion: 1.1.0-alpha.1
description: Helm chart for SSI Authority & Schema Registry
home: https://github.com/eclipse-tractusx/ssi-authority-schema-registry
dependencies:
Expand Down
4 changes: 3 additions & 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.0.0
version: 1.1.0-alpha.1
```
## Requirements
Expand All @@ -42,6 +42,7 @@ dependencies:
|-----|------|---------|-------------|
| service.image.name | string | `"docker.io/tractusx/ssi-authority-schema-registry-service"` | |
| service.image.tag | string | `""` | |
| service.image.pullSecrets | list | `[]` | |
| service.imagePullPolicy | string | `"IfNotPresent"` | |
| service.resources | object | `{"limits":{"cpu":"45m","memory":"400M"},"requests":{"cpu":"15m","memory":"400M"}}` | We recommend to review the default resource limits as this should a conscious choice. |
| service.logging.businessLogic | string | `"Information"` | |
Expand All @@ -55,6 +56,7 @@ dependencies:
| migrations.name | string | `"migrations"` | |
| migrations.image.name | string | `"docker.io/tractusx/ssi-authority-schema-registry-migrations"` | |
| migrations.image.tag | string | `""` | |
| 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 | `""` | |
Expand Down
6 changes: 3 additions & 3 deletions docs/api/asr-service.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
openapi: 3.0.1

Check warning on line 1 in docs/api/asr-service.yaml

View workflow job for this annotation

GitHub Actions / Analyze

[MEDIUM] Global Server Object Uses HTTP

Global server object URL should use 'https' protocol instead of 'http'

Check warning on line 1 in docs/api/asr-service.yaml

View workflow job for this annotation

GitHub Actions / Analyze

[MEDIUM] Global Server Object Uses HTTP

Global server object URL should use 'https' protocol instead of 'http'

Check warning on line 1 in docs/api/asr-service.yaml

View workflow job for this annotation

GitHub Actions / Analyze

[MEDIUM] Global Server Object Uses HTTP

Global server object URL should use 'https' protocol instead of 'http'

Check warning on line 1 in docs/api/asr-service.yaml

View workflow job for this annotation

GitHub Actions / Analyze

[MEDIUM] Global Server Object Uses HTTP

Global server object URL should use 'https' protocol instead of 'http'

Check warning on line 1 in docs/api/asr-service.yaml

View workflow job for this annotation

GitHub Actions / Analyze

[MEDIUM] Global Server Object Uses HTTP

Global server object URL should use 'https' protocol instead of 'http'

Check warning on line 1 in docs/api/asr-service.yaml

View workflow job for this annotation

GitHub Actions / Analyze

[MEDIUM] Global Server Object Uses HTTP

Global server object URL should use 'https' protocol instead of 'http'

Check warning on line 1 in docs/api/asr-service.yaml

View workflow job for this annotation

GitHub Actions / Analyze

[MEDIUM] Global Server Object Uses HTTP

Global server object URL should use 'https' protocol instead of 'http'

Check warning on line 1 in docs/api/asr-service.yaml

View workflow job for this annotation

GitHub Actions / Analyze

[MEDIUM] Global Server Object Uses HTTP

Global server object URL should use 'https' protocol instead of 'http'

Check warning on line 1 in docs/api/asr-service.yaml

View workflow job for this annotation

GitHub Actions / Analyze

[MEDIUM] Global Server Object Uses HTTP

Global server object URL should use 'https' protocol instead of 'http'

Check warning on line 1 in docs/api/asr-service.yaml

View workflow job for this annotation

GitHub Actions / Analyze

[MEDIUM] Global Server Object Uses HTTP

Global server object URL should use 'https' protocol instead of 'http'

Check warning on line 1 in docs/api/asr-service.yaml

View workflow job for this annotation

GitHub Actions / Analyze

[MEDIUM] Global Server Object Uses HTTP

Global server object URL should use 'https' protocol instead of 'http'

Check warning on line 1 in docs/api/asr-service.yaml

View workflow job for this annotation

GitHub Actions / Analyze

[MEDIUM] Global Server Object Uses HTTP

Global server object URL should use 'https' protocol instead of 'http'

Check warning on line 1 in docs/api/asr-service.yaml

View workflow job for this annotation

GitHub Actions / Analyze

[MEDIUM] Global Server Object Uses HTTP

Global server object URL should use 'https' protocol instead of 'http'

Check warning on line 1 in docs/api/asr-service.yaml

View workflow job for this annotation

GitHub Actions / Analyze

[MEDIUM] Global Server Object Uses HTTP

Global server object URL should use 'https' protocol instead of 'http'
info:
title: Org.Eclipse.TractusX.SsiAuthoritySchemaRegistry.Service
version: v1.0.0
version: v1.1.0-alpha.1
paths:
/api/registry/credentials:
get:
tags:
- 'Org.Eclipse.TractusX.SsiAuthoritySchemaRegistry.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
- 'Org.Eclipse.TractusX.SsiAuthoritySchemaRegistry.Service, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null'
summary: Gets all credentials with optional filter possibilities
description: 'Example: GET: api/registry/credentials'
parameters:
Expand Down Expand Up @@ -42,7 +42,7 @@ paths:
/api/schema/validate:
post:
tags:
- 'Org.Eclipse.TractusX.SsiAuthoritySchemaRegistry.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
- 'Org.Eclipse.TractusX.SsiAuthoritySchemaRegistry.Service, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null'
summary: Gets all credentials with optional filter possibilities
description: 'Example: POST: api/schema/validate'
parameters:
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.0.0
targetRevision: ssi-asr-1.1.0-alpha.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.0.0
targetRevision: ssi-asr-1.1.0-alpha.1
plugin:
env:
- name: AVP_SECRET
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<Project>
<PropertyGroup>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionSuffix>alpha.1</VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit be53b8e

Please sign in to comment.