소스 검색

giza: update readme, changelog some setup instructions and small fix to yarn.lock

Mokhtar Naamani 3 년 전
부모
커밋
f0bc38390c
4개의 변경된 파일8개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      README.md
  2. 4 2
      runtime/CHANGELOG.md
  3. 2 0
      setup.sh
  4. 1 1
      yarn.lock

+ 1 - 1
README.md

@@ -14,7 +14,7 @@ The following tools are required for building, testing and contributing to this
 - [Rust](https://www.rust-lang.org/tools/install) toolchain - _required_
 - [nodejs](https://nodejs.org/) v14.x - _required_
 - [yarn classic](https://classic.yarnpkg.com/en/docs/install) package manager v1.22.x- _required_
-- [docker](https://www.docker.com/get-started) and docker-compose - _required_
+- [docker](https://www.docker.com/get-started) and docker-compose v.1.29 or higher - _required_
 - [ansible](https://www.ansible.com/) - _optional_
 
 If you use VSCode as your code editor we recommend using the workspace [settings](devops/vscode/settings.json) for recommend eslint plugin to function properly.

+ 4 - 2
runtime/CHANGELOG.md

@@ -1,7 +1,9 @@
-### Version 9.10.0 - Giza
+### Version 9.14.0 - Giza - upgrade
 - New storage and distribution runtime module
 - Renaming of working groups and adding new working group for distributor role
-- Enhancements to content directory module, supporting deletion of channels and videos.
+- Enhancements to content directory module
+  - can delete channels and videos
+  - collaborators
 
 ### Version 9.9.0 - Sumer - upgrade
 - Increase the max allowed working group mint capacity that can be set by council via proposals

+ 2 - 0
setup.sh

@@ -10,6 +10,8 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
     sudo apt-get install -y coreutils clang llvm jq curl gcc xz-utils sudo pkg-config unzip libc6-dev make libssl-dev python
     # docker
     sudo apt-get install -y docker.io docker-compose containerd runc
+    # older linux distro may install old version of docker-compose
+    # Minimum required v1.29 - see https://docs.docker.com/compose/install/
 elif [[ "$OSTYPE" == "darwin"* ]]; then
     # install brew package manager
     if ! which brew >/dev/null 2>&1; then

+ 1 - 1
yarn.lock

@@ -3131,7 +3131,7 @@
     yaml-validator "^3.0.0"
 
 "@joystream/types@link:types":
-  version "0.17.1"
+  version "0.17.2"
   dependencies:
     "@polkadot/api" "5.9.1"
     "@polkadot/keyring" "7.3.1"