Releases: eosnetworkfoundation/devhub
v1.0.5
v1.0.4
1.0.2
v1.0.1
v1.0.0
Frontend CICD Deployment Test
This release literally contains no changes, the purpose of this was to demonstrate a successful CICD deployment to production.
Map the site being served to you to a CICD build.
time curl -fsSL 'https://learn.eosnetwork.com/package.json' | jq '.git'
Example output.
{
"actor": "kj4ezj",
"branch": null,
"build": 92,
"build_id": 3756990268,
"build_url": "https://github.com/eosnetworkfoundation/devhub/actions/runs/3756990268",
"commit": "ee0c61539305fe3031362a103e240c916baa80e9",
"email": "[email protected]",
"node": "v16.18.1",
"ref_type": "tag",
"repo": "https://github.com/eosnetworkfoundation/devhub",
"tag": "v0.1.2",
"triggering_actor": "kj4ezj"
}
For information on prior DevHub changes, see previous release notes.
Frontend CICD
This release contains no material changes to learn.eosnetwork.com. However, we now push a file containing metadata to learn.eosnetwork.com/package.json which will enable engineers to determine what version or build of the site is being served by the content delivery network (CDN). To retrieve the relevant information, run:
time curl -fsSL 'https://learn.eosnetwork.com/package.json' | jq '.git'
Otherwise, this release contains a CICD system to build the DevHub frontend. Builds against a git
tag will publish the frontend to learn.eosnetwork.com. The git
tag must match the version
string in the package.json
when prefixed with a v
. So if the tag is v0.1.1
, the version string in the package.json
must be 0.1.1
.
Frontend Release
This is the version of the frontend that was built and published to learn.eosnetwork.com at 2022-12-13 16:57 EST. This version of the code is what was up for the public announcement and is still the version live at the time of this writing.
Frontend Beta
This version of the code was built and published to learn.eosnetwork.com at 2022-12-13 16:20 EST for testing.
Frontend beta release
0.0.1 profile finished course link fix