diff --git a/.github/ISSUE_TEMPLATE/release-a-new-version.md b/.github/ISSUE_TEMPLATE/release-a-new-version.md index ac0a200eeb..586c5cf1bd 100644 --- a/.github/ISSUE_TEMPLATE/release-a-new-version.md +++ b/.github/ISSUE_TEMPLATE/release-a-new-version.md @@ -26,7 +26,5 @@ assignees: '' - [ ] If necessary, update the badges versions in [docs/00 - Stellar Anchor Platform.md]. - [ ] Create the pull request `release/2.2.x -> main`: this should require two approvals. DO NOT squash merge. - [ ] Create another pull request `release/2.2.x -> develop`: AFTER the release branch is merged with the `main` branch. DO NOT squash merge. -- [ ] (Optional) You'll need to manually publish a new version of the SDK to [Maven Central](https://search.maven.org/search?q=g:org.stellar.anchor-sdk). -- [ ] (Optional) You'll need to manually upload the jar file from [Maven Central](https://search.maven.org/search?q=g:org.stellar.anchor-sdk) to the GH release. -- [ ] (Optional) If necessary, open a PR for stellar/helm-charts and [update with the latest helm chart](https://docs.google.com/document/d/10ujUQZvBCMUyciObQPouxjtlnOdI5OpAz2Pk1LFdDDE) to publish -- [ ] (Optional) Bump helm chart version. +- [ ] (Optional) Generate the new Anchor Platform documentation version in the stellar-docs repository if this is a new major or minor version. +- [ ] (Optional) You'll need to manually publish a new version of the SDK to [Maven Central](https://search.maven.org/search?q=g:org.stellar.anchor-sdk) in the `legacy/release-1.0`. diff --git a/.github/workflows/sub_essential_tests.yml b/.github/workflows/sub_essential_tests.yml index 6b0b1c250f..ca4cf119d9 100644 --- a/.github/workflows/sub_essential_tests.yml +++ b/.github/workflows/sub_essential_tests.yml @@ -50,10 +50,10 @@ jobs: - name: Pull Stellar Validation Tests Docker Image run: docker pull stellar/anchor-tests:latest & - - name: Run Kafka, Postgres, and Sep24 UI with docker-compose + - name: Run Kafka, Postgres, and Sep24 UI with docker compose env: TEST_PROFILE_NAME: default - run: docker-compose -f /home/runner/java-stellar-anchor-sdk/service-runner/src/main/resources/docker-compose-test.yaml up -d --build + run: docker compose -f /home/runner/java-stellar-anchor-sdk/service-runner/src/main/resources/docker-compose-test.yaml up -d --build - name: Run sep server, platform server, observer, and reference servers for integration tests env: diff --git a/.github/workflows/sub_extended_tests.yml b/.github/workflows/sub_extended_tests.yml index 567d935974..90aac095fb 100644 --- a/.github/workflows/sub_extended_tests.yml +++ b/.github/workflows/sub_extended_tests.yml @@ -46,8 +46,8 @@ jobs: ############################################# - - name: Run Kafka, Postgres, and Sep24 UI with docker-compose - run: docker-compose -f /home/runner/java-stellar-anchor-sdk/service-runner/src/main/resources/docker-compose-test.yaml up -d --build + - name: Run Kafka, Postgres, and Sep24 UI with docker compose + run: docker compose -f /home/runner/java-stellar-anchor-sdk/service-runner/src/main/resources/docker-compose-test.yaml up -d --build # `custody` Tests - name: Start `custody` configuration diff --git a/.run/Custody Server_ custody.run.xml b/.run/Custody Server_ custody.run.xml index 6d72f93a07..f522449602 100644 --- a/.run/Custody Server_ custody.run.xml +++ b/.run/Custody Server_ custody.run.xml @@ -1,8 +1,18 @@ - +