Skip to content

Commit

Permalink
Merge pull request #23 from eclipse-tractusx/release/0.0.1
Browse files Browse the repository at this point in the history
Release version 0.0.1
  • Loading branch information
paullatzelsperger authored Mar 26, 2024
2 parents b992e2e + 91556e9 commit 27aa807
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ jobs:
strategy:
fail-fast: false
matrix:
variant: [ { dir: runtimes, img: bdrs-server } ]
variant: [
{ dir: runtimes, img: bdrs-server },
{ dir: runtimes, img: bdrs-server-memory },
]

permissions:
contents: write
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/publish-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,16 @@ jobs:
needs: [ release-version ]
permissions:
contents: write
packages: write
if: github.event.pull_request.merged == true && needs.release-version.outputs.RELEASE_VERSION

strategy:
fail-fast: false
matrix:
variant: [ { dir: edc-controlplane, img: edc-runtime-memory },
{ dir: edc-controlplane, img: edc-controlplane-postgresql-hashicorp-vault },
{ dir: edc-controlplane, img: edc-controlplane-postgresql-azure-vault },
{ dir: edc-dataplane, img: edc-dataplane-azure-vault },
{ dir: edc-dataplane, img: edc-dataplane-hashicorp-vault } ]
variant: [
{ dir: runtimes, img: bdrs-server },
{ dir: runtimes, img: bdrs-server-memory },
]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -168,7 +168,8 @@ jobs:
# Release: GitHub tag & release; Merges back releases into main; Starts a new development cycle;
github-release:
name: Publish new github release
needs: [ release-version, maven-release, docker-release, helm-release ]
# needs: [ release-version, maven-release, docker-release, helm-release ]
needs: [ release-version, docker-release, helm-release ]
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
1 change: 0 additions & 1 deletion charts/bdrs-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ appVersion: "0.0.1"
home: https://github.com/eclipse-tractusx/bpn-did-resolution-service/tree/main/charts/bdrs-server
sources:
- https://github.com/eclipse-tractusx/bpn-did-resolution-service/tree/main/charts/bdrs-server

dependencies:
# PostgreSQL
- name: postgresql
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#
#
group=org.eclipse.tractusx
version=0.0.1-SNAPSHOT
version=0.0.1
# these define the versions of the EDC Build Plugin, the Annotation Processor and the Metamodel.
# generally this should match the version of EDC in gradle/libs.versions.toml
edcGradlePluginsVersion=0.5.1
Expand Down

0 comments on commit 27aa807

Please sign in to comment.