From 3eafd0c48db4d6f2f8b91dc1fa0caf90b18e3a1e Mon Sep 17 00:00:00 2001 From: Erik Kieckhafer Date: Fri, 25 Sep 2020 13:57:50 -0700 Subject: [PATCH 1/3] updates for reaction-admin beta-v3.0.0-beta.8 Signed-off-by: Erik Kieckhafer --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- config.mk | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 829a2a0..ada23e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v3.8.0 + +This release is coordinated with the release of [Reaction Admin v3.0.0-beta.8](https://github.com/reactioncommerce/reaction-admin/releases/tag/v3.0.0-beta.8) to keep the `reaction-development-platform` up-to-date with the latest version of all our development platform projects. + # v3.7.0 This release is coordinated with the release of [Reaction v3.8.0](https://github.com/reactioncommerce/reaction/releases/tag/v3.8.0), [Example Storefront v3.1.0](https://github.com/reactioncommerce/example-storefront/releases/tag/v3.1.0) and [Reaction Identity v3.1.0](https://github.com/reactioncommerce/reaction-identity/releases/tag/v3.1.0) to keep the `reaction-development-platform` up-to-date with the latest version of all our development platform projects. diff --git a/README.md b/README.md index a87f139..830056f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ These services will be running when the initial `make` command is complete: |-----------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | [OAuth2 Server (Hydra)][12] (http://localhost:4444) | [ORY Hydra][11] OAuth2 token server. | | [Reaction Identity][17] (http://localhost:4100) | The OAuth2-compatible user interface for Reaction Identity, such as login and registration. | -| [Reaction API][10] (http://localhost:3000) | The Reaction API, which includes [a GraphQL endpoint](http://localhost:3000/graphql-beta). See [GraphQL Playground](https://www.apollographql.com/docs/apollo-server/features/graphql-playground/). | +| [Reaction API][10] (http://localhost:3000) | The Reaction API, which includes [a GraphQL endpoint](http://localhost:3000/graphql). See [GraphQL Playground](https://www.apollographql.com/docs/apollo-server/features/graphql-playground/). | | [Reaction Admin][19] (http://localhost:4080) | A user interface for administrators and shop managers to configure shops, manage products, and process orders. | | [Example Storefront][13] (http://localhost:4000) | An example Reaction storefront UI built with [Next.JS](https://github.com/zeit/next.js/). | @@ -258,7 +258,7 @@ The following table provides the most current version of each project used by th | [reaction-hydra][12] | [`3.0.0`](https://github.com/reactioncommerce/reaction-hydra/tree/v3.0.0) | | [reaction-identity][17] | [`3.1.0`](https://github.com/reactioncommerce/reaction-identity/tree/v3.1.0) | | [example-storefront][13] | [`3.1.0`](https://github.com/reactioncommerce/example-storefront/tree/v3.1.0) | -| [reaction-admin (beta)][19] | [`3.0.0-beta.7`](https://github.com/reactioncommerce/reaction-admin/tree/v3.0.0-beta.7) | +| [reaction-admin (beta)][19] | [`3.0.0-beta.8`](https://github.com/reactioncommerce/reaction-admin/tree/v3.0.0-beta.8) | | [api-migrations][20] | [`3.8.0`](https://github.com/reactioncommerce/api-migrations/tree/v3.8.0) | ### Developer Certificate of Origin diff --git a/config.mk b/config.mk index 45896f8..5f06ed9 100644 --- a/config.mk +++ b/config.mk @@ -30,7 +30,7 @@ define SUBPROJECT_REPOS https://github.com/reactioncommerce/reaction-hydra.git,reaction-hydra,v3.0.0 \ https://github.com/reactioncommerce/reaction.git,reaction,v3.8.0 \ https://github.com/reactioncommerce/reaction-identity.git,reaction-identity,v3.1.0 \ -https://github.com/reactioncommerce/reaction-admin.git,reaction-admin,v3.0.0-beta.7 \ +https://github.com/reactioncommerce/reaction-admin.git,reaction-admin,v3.0.0-beta.8 \ https://github.com/reactioncommerce/example-storefront.git,example-storefront,v3.1.0 endef From be4378fdf36986a10bd98f81c4c69c13aa144949 Mon Sep 17 00:00:00 2001 From: Erik Kieckhafer Date: Fri, 25 Sep 2020 14:05:48 -0700 Subject: [PATCH 2/3] Update README.md Signed-off-by: Erik Kieckhafer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 830056f..224476a 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ The following table provides the most current version of each project used by th | Project | Latest release / tag | |-------------------------------------|-----------------------------------------------------------------------------------------------------| -| [reaction-development-platform][10] | [`3.3.0`](https://github.com/reactioncommerce/reaction-development-platform/tree/v3.3.0) | +| [reaction-development-platform][10] | [`3.8.0`](https://github.com/reactioncommerce/reaction-development-platform/tree/v3.8.0) | | [reaction][10] | [`3.8.0`](https://github.com/reactioncommerce/reaction/tree/v3.8.0) | | [reaction-hydra][12] | [`3.0.0`](https://github.com/reactioncommerce/reaction-hydra/tree/v3.0.0) | | [reaction-identity][17] | [`3.1.0`](https://github.com/reactioncommerce/reaction-identity/tree/v3.1.0) | From 9a270f5cdc8d2be692b59695d7cd329bb63932d0 Mon Sep 17 00:00:00 2001 From: Erik Kieckhafer Date: Fri, 25 Sep 2020 14:10:26 -0700 Subject: [PATCH 3/3] config file Signed-off-by: Erik Kieckhafer --- config/reaction-oss/reaction-v3.8.0.mk | 34 ++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 config/reaction-oss/reaction-v3.8.0.mk diff --git a/config/reaction-oss/reaction-v3.8.0.mk b/config/reaction-oss/reaction-v3.8.0.mk new file mode 100644 index 0000000..d25614e --- /dev/null +++ b/config/reaction-oss/reaction-v3.8.0.mk @@ -0,0 +1,34 @@ +############################################################################### +### Reaction OSS v3.7.0 +### +### See: `/config.mk` for documentation. +############################################################################### + +# List of tools that must be installed. +# A simple check to determine the tool is available. No version check, etc. +define REQUIRED_SOFTWARE +docker \ +docker-compose \ +git \ +node \ +yarn +endef + +# Defined here are the subprojects in a comma-separated format +# GIT_REPO_URL,SUBDIR_NAME,TAG +# GIT_REPO_URL is the URL of the git repository +# SUBDIR_NAME is just the directory name itself +# TAG is the git tag or branch to checkout +# Projects will be started in this order +define SUBPROJECT_REPOS +https://github.com/reactioncommerce/reaction-hydra.git,reaction-hydra,v3.0.0 \ +https://github.com/reactioncommerce/reaction.git,reaction,v3.8.0 \ +https://github.com/reactioncommerce/reaction-identity.git,reaction-identity,v3.1.0 \ +https://github.com/reactioncommerce/reaction-admin.git,reaction-admin,v3.0.0-beta.8 \ +https://github.com/reactioncommerce/example-storefront.git,example-storefront,v3.1.0 +endef + +# List of user defined networks that should be created. +define DOCKER_NETWORKS +reaction.localhost +endef