Skip to content

Commit

Permalink
Updating all submodules to latest stable release (#254)
Browse files Browse the repository at this point in the history
* Updating federation

* Update opa

* Update htsget

* Updating federation

* Update opa

* Update htsget

* Update candig-data-portal

* Update stable_pr_template.md
  • Loading branch information
daisieh authored Jul 22, 2023
1 parent 15db896 commit d707e04
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions PULL_REQUEST_TEMPLATE/stable_pr_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add a summary description of the main user-facing changes made in this release,

### Other changes

- [] All submodule versions have been updated in etc/env/example.env
- [] Submodules point to latest stable release on each repo
- [] Appropriate integration tests have been made to validate the changes
- [] Passes integration tests on a development instance
- [ ] All submodule versions have been updated in etc/env/example.env
- [ ] Submodules point to latest stable release on each repo
- [ ] Appropriate integration tests have been made to validate the changes
- [ ] Passes integration tests on a development instance
8 changes: 4 additions & 4 deletions etc/env/example.env
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ MINIO_SELF_CERT=0


# htsget
HTSGET_VERSION=v2.1.0
HTSGET_VERSION=v2.2.0
HTSGET_PRIVATE_URL=http://htsget:3000
HTSGET_PUBLIC_URL=${TYK_LOGIN_TARGET_URL}/${TYK_HTSGET_API_LISTEN_PATH}
HTSGET_PORT=3333
Expand Down Expand Up @@ -113,7 +113,7 @@ TOIL_WORKER_PORT=5051


# federation
FEDERATION_VERSION=v1.0.0
FEDERATION_VERSION=v1.0.1
FEDERATION_IP=0.0.0.0
FEDERATION_PORT=4232
FEDERATION_SERVICE_URL=http://${CANDIG_DOMAIN}:${FEDERATION_PORT}
Expand Down Expand Up @@ -261,7 +261,7 @@ VAULT_SERVICE_URL=http://vault:8200


# OPA
OPA_VERSION=v1.3.2
OPA_VERSION=v1.3.3
OPA_PORT=8181
OPA_LOG_LEVEL=debug
OPA_URL=http://${CANDIG_DOMAIN}:${OPA_PORT}
Expand All @@ -270,7 +270,7 @@ OPA_SITE_ADMIN_KEY=site_admin


# candig-data-server (previously mcode)
CANDIG_DATA_PORTAL_VERSION=v0.1.9
CANDIG_DATA_PORTAL_VERSION=v1.0.0
CANDIG_DATA_PORTAL_PORT=2543
CANDIG_DATA_PORTAL_URL=http://${CANDIG_DOMAIN}:${CANDIG_DATA_PORTAL_PORT}/data-portal
CANDIG_DATA_PORTAL_PRIVATE_URL=http://candig-data-portal:3000
Expand Down
2 changes: 1 addition & 1 deletion lib/federation/federation
Submodule federation updated 2 files
+165 −0 LICENSE
+1 −0 requirements.txt
2 changes: 1 addition & 1 deletion lib/opa/opa
Submodule opa updated 1 files
+165 −201 LICENSE

0 comments on commit d707e04

Please sign in to comment.