Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Release mediator tagFormat #285

Merged
merged 3 commits into from
Apr 17, 2024
Merged

fix: Release mediator tagFormat #285

merged 3 commits into from
Apr 17, 2024

Conversation

milosbackonja
Copy link
Contributor

Description:

Summarize the changes you're submitting in a few sentences, including Jira ticket ATL-xxxx if applicable.
Link to any discussion, related issues, and bug reports to give the context and help the reviewer understand the PR.

Alternatives Considered (optional):

Link to existing ADR (Architecture Decision Record), if any. If relevant, describe other approaches explored and the selected approach. Documenting why the methods were not selected will create a knowledge base for future reference, helping prevent others from revisiting less optimal ideas.

Checklist:

  • [] My PR follows the contribution guidelines of this project
  • [] My PR is free of third-party dependencies that don't comply with the Allowlist
  • [] I have commented my code, particularly in hard-to-understand areas
  • [] I have made corresponding changes to the documentation
  • [] I have added tests that prove my fix is effective or that my feature works
  • [] I have checked the PR title to follow the conventional commit specification

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>
Signed-off-by: Milos Backonja <milos.backonja@iohk.io>
Signed-off-by: Milos Backonja <milos.backonja@iohk.io>
@milosbackonja milosbackonja merged commit 93d5ba9 into main Apr 17, 2024
2 checks passed
@milosbackonja milosbackonja deleted the fix/release-mediator branch April 17, 2024 09:11
@@ -28,7 +28,7 @@
"prerelease": "snapshot"
}
],
"tagFormat": "v${version}",
"tagFormat": "identus-mediator-v${version}",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have removed this on purpose we dont need this

@@ -77,7 +77,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "docker buildx build --platform=linux/arm64,linux/amd64 --push -t ghcr.io/input-output-hk/atala-prism-mediator:${nextRelease.version} ./mediator/target/docker/stage"
"prepareCmd": "docker buildx build --platform=linux/arm64,linux/amd64 --push -t ghcr.io/input-output-hk/${name}:${nextRelease.version} ./mediator/target/docker/stage"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure this work

atala-dev added a commit that referenced this pull request Apr 17, 2024
## [0.14.3](identus-mediator-v0.14.2...identus-mediator-v0.14.3) (2024-04-17)

### Bug Fixes

* Change from name var to fix name ([#286](#286)) ([82611be](82611be))
* Release mediator tagFormat ([#285](#285)) ([93d5ba9](93d5ba9))
mineme0110 pushed a commit that referenced this pull request Apr 30, 2024
* fix: Release mediator tagFormat

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

* fix: Rename package in docker build

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

* fix: Change back version

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

---------

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>
mineme0110 pushed a commit that referenced this pull request Apr 30, 2024
## [0.14.3](identus-mediator-v0.14.2...identus-mediator-v0.14.3) (2024-04-17)

### Bug Fixes

* Change from name var to fix name ([#286](#286)) ([82611be](82611be))
* Release mediator tagFormat ([#285](#285)) ([93d5ba9](93d5ba9))
mineme0110 pushed a commit that referenced this pull request Apr 30, 2024
* fix: Release mediator tagFormat

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

* fix: Rename package in docker build

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

* fix: Change back version

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

---------

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>
Signed-off-by: Milos <Backonja>
mineme0110 pushed a commit that referenced this pull request Apr 30, 2024
## [0.14.3](identus-mediator-v0.14.2...identus-mediator-v0.14.3) (2024-04-17)

### Bug Fixes

* Change from name var to fix name ([#286](#286)) ([82611be](82611be))
* Release mediator tagFormat ([#285](#285)) ([93d5ba9](93d5ba9))

Signed-off-by: atala-dev <atala.dev@iohk.io>
mineme0110 pushed a commit that referenced this pull request May 1, 2024
* fix: Release mediator tagFormat

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

* fix: Rename package in docker build

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

* fix: Change back version

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

---------

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>
Signed-off-by: Milos <Backonja>
mineme0110 pushed a commit that referenced this pull request May 1, 2024
## [0.14.3](identus-mediator-v0.14.2...identus-mediator-v0.14.3) (2024-04-17)

### Bug Fixes

* Change from name var to fix name ([#286](#286)) ([82611be](82611be))
* Release mediator tagFormat ([#285](#285)) ([93d5ba9](93d5ba9))

Signed-off-by: atala-dev <atala.dev@iohk.io>
mineme0110 pushed a commit that referenced this pull request May 1, 2024
* fix: Release mediator tagFormat

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

* fix: Rename package in docker build

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

* fix: Change back version

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

---------

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>
Signed-off-by: Milos Backonja <35807060+milosbackonja@users.noreply.github.com>
mineme0110 pushed a commit that referenced this pull request May 1, 2024
## [0.14.3](identus-mediator-v0.14.2...identus-mediator-v0.14.3) (2024-04-17)

### Bug Fixes

* Change from name var to fix name ([#286](#286)) ([82611be](82611be))
* Release mediator tagFormat ([#285](#285)) ([93d5ba9](93d5ba9))

Signed-off-by: atala-dev <atala.dev@iohk.io>
mineme0110 pushed a commit that referenced this pull request May 1, 2024
* fix: Release mediator tagFormat

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

* fix: Rename package in docker build

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

* fix: Change back version

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

---------

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>
Signed-off-by: Milos Backonja <35807060+milosbackonja@users.noreply.github.com>
Signed-off-by: mineme0110 <shailesh.patil@iohk.io>
mineme0110 pushed a commit that referenced this pull request May 1, 2024
## [0.14.3](identus-mediator-v0.14.2...identus-mediator-v0.14.3) (2024-04-17)

### Bug Fixes

* Change from name var to fix name ([#286](#286)) ([82611be](82611be))
* Release mediator tagFormat ([#285](#285)) ([93d5ba9](93d5ba9))

Signed-off-by: atala-dev <atala.dev@iohk.io>
Signed-off-by: mineme0110 <shailesh.patil@iohk.io>
mineme0110 pushed a commit that referenced this pull request May 1, 2024
* fix: Release mediator tagFormat

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

* fix: Rename package in docker build

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

* fix: Change back version

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

---------

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>
Signed-off-by: Milos Backonja <35807060+milosbackonja@users.noreply.github.com>

Signed-off-by: Shailesh Patil <shailesh.patil@iohk.io>
mineme0110 pushed a commit that referenced this pull request May 1, 2024
## [0.14.3](identus-mediator-v0.14.2...identus-mediator-v0.14.3) (2024-04-17)

### Bug Fixes

* Change from name var to fix name ([#286](#286)) ([82611be](82611be))
* Release mediator tagFormat ([#285](#285)) ([93d5ba9](93d5ba9))

Signed-off-by: atala-dev <atala.dev@iohk.io>

Signed-off-by: Shailesh Patil <shailesh.patil@iohk.io>
mineme0110 pushed a commit that referenced this pull request May 1, 2024
* fix: Release mediator tagFormat

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

* fix: Rename package in docker build

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

* fix: Change back version

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

---------

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>
Signed-off-by: Milos Backonja <35807060+milosbackonja@users.noreply.github.com>

Signed-off-by: Shailesh Patil <shailesh.patil@iohk.io>
mineme0110 pushed a commit that referenced this pull request May 1, 2024
## [0.14.3](identus-mediator-v0.14.2...identus-mediator-v0.14.3) (2024-04-17)

### Bug Fixes

* Change from name var to fix name ([#286](#286)) ([82611be](82611be))
* Release mediator tagFormat ([#285](#285)) ([93d5ba9](93d5ba9))

Signed-off-by: atala-dev <atala.dev@iohk.io>

Signed-off-by: Shailesh Patil <shailesh.patil@iohk.io>
mineme0110 pushed a commit that referenced this pull request May 1, 2024
* fix: Release mediator tagFormat

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

* fix: Rename package in docker build

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

* fix: Change back version

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>

---------

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>
Signed-off-by: Milos Backonja <35807060+milosbackonja@users.noreply.github.com>

Signed-off-by: Shailesh Patil <shailesh.patil@iohk.io>
mineme0110 pushed a commit that referenced this pull request May 1, 2024
## [0.14.3](identus-mediator-v0.14.2...identus-mediator-v0.14.3) (2024-04-17)

### Bug Fixes

* Change from name var to fix name ([#286](#286)) ([82611be](82611be))
* Release mediator tagFormat ([#285](#285)) ([93d5ba9](93d5ba9))

Signed-off-by: atala-dev <atala.dev@iohk.io>

Signed-off-by: Shailesh Patil <shailesh.patil@iohk.io>
atala-dev added a commit that referenced this pull request May 8, 2024
# 1.0.0 (2024-05-08)

### Bug Fixes

* Add and enable websocket on apisix route ([#179](#179)) ([9060b73](9060b73))
* Added DidSubject to report problem when not enrolled ([#111](#111)) ([397a00a](397a00a))
* alias list is empty in new acounts by default ([#87](#87)) ([c35ba20](c35ba20))
* allowed memory to increase gradually in CI ([#37](#37)) ([59eb4e6](59eb4e6))
* Annotate Headers & Update zio-http to version 3.0.0-RC2 ([#106](#106)) ([37e3343](37e3343))
* Change atala-prism-mediator to identus-mediator ([#287](#287)) ([0341a45](0341a45))
* Change from name var to fix name ([#286](#286)) ([c6d046f](c6d046f))
* collectionName messages.outbound ([#92](#92)) ([fa09262](fa09262))
* correct endpoint for wss in deployment.yaml ([#178](#178)) ([b56b06c](b56b06c))
* disabled documentation generation ([#24](#24)) ([6fe228f](6fe228f))
* Discord links to never expires ([#141](#141)) ([49ce87c](49ce87c))
* dynamic DID on the web page ([#40](#40)) ([dcf6f58](dcf6f58))
* Encoder for VerificationMethodReferenced as String ([#110](#110)) ([fda478f](fda478f))
* execute the ProtocolExecute's jobToRun zio ([#8](#8)) ([e8eb809](e8eb809))
* field name routing_did in keylist response body ([#22](#22)) ([eace0fd](eace0fd))
* Fix release job (add more ram) ([#32](#32)) ([39d5719](39d5719))
* force release.. ([#190](#190)) ([96baea3](96baea3))
* Hardcode the atala prism did identity ([#9](#9)) ([2be3df0](2be3df0))
* Id/hash of the message must be deterministic ([#53](#53)) ([4ec7396](4ec7396))
* incorrect body of the message results in problem report ([#161](#161)) ([f866daa](f866daa))
* **infra:** add sync-wave to certificate template ([#134](#134)) ([daecc08](daecc08))
* make content-type header case insensitive & remove support for ws ([#7](#7)) ([c2f064e](c2f064e))
* mediator ATL-4883 pickup status message to sync reply ([#59](#59)) ([eb5ce56](eb5ce56))
* mediator db not storing the orignal  value for protected header ([#15](#15)) ([1bba75f](1bba75f))
* mediator docker-compose image repo and version ([#39](#39)) ([803b74c](803b74c))
* mediator oob webpage added logo  ([#42](#42)) ([faf43d9](faf43d9))
* mediator rename package and refactoring ([#41](#41)) ([286e742](286e742))
* mediator test ([#71](#71)) ([c32f34e](c32f34e))
* mediator unique constraint issue ([#25](#25)) ([c1f0230](c1f0230))
* **mediator:** Enabled X-Request-Id ATL-5568 ([#104](#104)) ([f96d683](f96d683))
* **mediator:** Update the readme and docker with type of key forma… ([#267](#267)) ([529be58](529be58))
* MissingProtocolExecuter ([#140](#140)) ([d71bca5](d71bca5))
* mongodb init script updated infrastructure mongodb yaml ([#94](#94)) ([a900d64](a900d64))
* OutOfBand qrcode with base url ([#133](#133)) ([28df290](28df290))
* parsing error when return_route is none ([#77](#77)) ([672037d](672037d))
* re-enable the logging based on X-Request-Id header ([#211](#211)) ([0136326](0136326))
* register the transport ([#192](#192)) ([76d4b35](76d4b35))
* Release mediator tagFormat ([#285](#285)) ([602f0e5](602f0e5))
* reply condition check ReturnRoute ([#88](#88)) ([c2a091c](c2a091c))
* sbt config enable docker plugin ([#6](#6)) ([4cf6d90](4cf6d90))
* Send problemReport for duplicate message ([#157](#157)) ([bf589df](bf589df))
* send status message on delivery request If no messages are avail… ([#139](#139)) ([f42239d](f42239d))
* set default endpoint to localhost ([#102](#102)) ([b607ca2](b607ca2))
* sign ProblemReport when TO is unspecified ([#105](#105)) ([670d5e4](670d5e4))
* Support alias (DID) in Live mode ([#235](#235)) ([5d258bb](5d258bb)), closes [#230](#230)
* trustPing call back not working ([#23](#23)) ([303af83](303af83))
* Update local docker-compose configuration by adding the SERVICE_ENDPOINT port ([#128](#128)) ([071f929](071f929))
* Update README.md ([#292](#292)) ([9f3e3d9](9f3e3d9))
* UserAccountRepo.createOrFindDidAccount ([#69](#69)) ([dc2ccfd](dc2ccfd))
* websocket correct indentation ([#182](#182)) ([4a5b607](4a5b607))

### Features

* Add config from application.conf and docker-compose and an example ([#10](#10)) ([0031067](0031067))
* Add docker config to build.sbt ([#5](#5)) ([b2908ad](b2908ad))
* add endpoint to get the OOB mediate invitation ([#63](#63)) ([11ef6d1](11ef6d1))
* add helm-chart for mediator ([#64](#64)) ([c379a62](c379a62)), closes [#61](#61) [#63](#63)
* add MediatorBuildInfo & /did and /version endpoints ([#120](#120)) ([e41098a](e41098a))
* Add Storage ([#8](#8)) ([ebf4597](ebf4597))
* add tag latest to the mediator docker image ([#118](#118)) ([1ae2b87](1ae2b87))
* Added test for executor and problem reports  ([#117](#117)) ([8e26535](8e26535))
* Better error handling for connection refused ([#47](#47)) ([80d1956](80d1956))
* Error handling and Send Problem Reports ([#65](#65)) ([933cefc](933cefc))
* fix mongo config when no port & support gzip ([#35](#35)) ([11c9330](11c9330))
* Helm Chart Publish ([#301](#301)) ([9f0e118](9f0e118))
* helm-chart appVersion bump and addtional fixes ([#67](#67)) ([539150b](539150b))
* mediator  added more logs and associated message Hash and structured logging ([#16](#16)) ([d9c6926](d9c6926))
* mediator added test for storage layer ([#13](#13)) ([969f50c](969f50c))
* mediator initial release ([#4](#4)) ([98ee905](98ee905))
* mediator rename package and organise the packages ([#12](#12)) ([594081c](594081c))
* new a Webapp to show the QR Code  ([#21](#21)) ([d47fc0d](d47fc0d))
* Not send response errors to the caller ([#50](#50)) ([6cf0ac1](6cf0ac1))
* process KeylistQuery and return Keylist ([#30](#30)) ([04d2980](04d2980))
* reply asynchronous unless return_route all ([#86](#86)) ([a306d59](a306d59))
* reply to StatusRequest ([#26](#26)) ([3b44d2f](3b44d2f))
* Return 202 HTTP code (for DID Comm) ([#162](#162)) ([2ceab73](2ceab73)), closes [#160](#160)
* Store outbound messages ([#84](#84)) ([e97cd1d](e97cd1d))
* Support protocol discover-features 2.0 ([#154](#154)) ([0e93dca](0e93dca))
* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([551ce49](551ce49)), closes [#158](#158)
* Update timeout settings for websocket ([#191](#191)) ([bfd228f](bfd228f))
* websockets support ([#172](#172)) ([3d32b51](3d32b51))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants