Skip to content

Releases: eosnetworkfoundation/devhub

v1.0.5

18 May 22:18
Compare
Choose a tag to compare

Adds meta data to all pages

v1.0.4

18 May 21:48
Compare
Choose a tag to compare
bump version

1.0.2

10 May 14:34
Compare
Choose a tag to compare

Removes the discord growth earn initiative

v1.0.1

19 Jan 15:38
Compare
Choose a tag to compare
z-index fix for mobile menu

v1.0.0

19 Jan 13:59
Compare
Choose a tag to compare
version bump

Frontend CICD Deployment Test

22 Dec 11:05
ee0c615
Compare
Choose a tag to compare

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

22 Dec 10:30
3d125b9
Compare
Choose a tag to compare

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

17 Dec 01:38
Compare
Choose a tag to compare

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

17 Dec 01:34
Compare
Choose a tag to compare
Frontend Beta Pre-release
Pre-release

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

08 Dec 13:22
Compare
Choose a tag to compare
0.0.1

profile finished course link fix