Skip to content

Commit

Permalink
[Web5 Upgrade]: v0.12.0 (#1849)
Browse files Browse the repository at this point in the history
* Bump @web5/api to pre-release

* bump dwn

* adjust upgrade issue template

* final v0.12.0 release
  • Loading branch information
leordev authored Oct 23, 2024
1 parent a827c2c commit dabaec7
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 27 deletions.
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/web5-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body:
- label: (Web5 Team) Cut preview/alpha release for acceptance testing. Version - versionNumberHere. Link - here.
- label: (Web5 Team) Run Web5 tests against [acceptance suite](https://github.com/TBD54566975/bundler-bonanza). Link to branch with passing bundler-bonanza w/ upgraded Web5 dep -
- label: (Open Source Programs Engineering) Create new branch on site repo for the upgrade. Branch - Link here
- label: (Open Source Programs Engineering) Open PR on this branch. PR - Link here
- label: (Open Source Programs Engineering) Open PR on this branch. PR - Link here
- label: (Open Source Programs Engineering) This will trigger a Deploy Preview on Netlify. Deploy Preview - Link here
- label: (Open Source Programs Engineering) Update the Web5 version to the alpha release in site monorepo
- label: (Open Source Programs Engineering) Run the monorepo tests - this will cover code snippets and examples
Expand All @@ -27,6 +27,4 @@ body:
- label: (DevRel) If errors, issue updates to guides, examples in the release branch until tests pass
- label: (Web5 Team) Cut release of Web5 available on [Releases Page](https://github.com/TBD54566975/web5-js/releases)
- label: (Open Source Programs Engineering) Update Web5 version in site to new Web5 version on branch
- label: (Open Source Programs Engineering) The release of Web5 will trigger tbdocs automation and open a PR for that against the site. Merge that PR in the branch.
- label: (Open Source Programs Engineering) Rebase and merge site to `main`, run tests, push upstream
- label: (Open Source Programs Engineering) Retrain AskGPT bot on new data
10 changes: 5 additions & 5 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: "3"

services:
app:
Expand All @@ -7,7 +7,7 @@ services:
dockerfile: Apps.Dockerfile
target: feedback-server-app
ports:
- '3001:3001'
- "3001:3001"
environment:
DB_CONNECTION: postgresdb
DB_USER: feedback_user
Expand All @@ -27,15 +27,15 @@ services:
POSTGRES_PASSWORD: feedback_pass
POSTGRES_DB: feedback_widget
ports:
- '5432:5432'
- "5432:5432"
volumes:
- postgres_data:/var/lib/postgresql/data

dwn-server:
container_name: dwn-server
image: ghcr.io/tbd54566975/dwn-server:0.5.0
image: ghcr.io/tbd54566975/dwn-server:0.6.0
ports:
- '3000:3000'
- "3000:3000"

volumes:
postgres_data:
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@tbdex/http-client": "1.1.0",
"@tbdex/http-server": "1.1.0",
"@tbdex/protocol": "1.1.0",
"@web5/api": "0.11.0",
"@web5/api": "0.12.0",
"@web5/common": "1.0.0",
"@web5/credentials": "1.1.1",
"@web5/crypto": "1.0.5",
Expand Down
127 changes: 110 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@tbdex/http-client": "1.1.0",
"@tbdex/http-server": "1.1.0",
"@tbdex/protocol": "1.1.0",
"@web5/api": "0.11.0",
"@web5/api": "0.12.0",
"@web5/credentials": "1.1.1",
"@web5/crypto": "1.0.5",
"@web5/crypto-aws-kms": "1.0.5",
Expand Down

0 comments on commit dabaec7

Please sign in to comment.