diff --git a/.forestry/front_matter/templates/blog-post.yml b/.forestry/front_matter/templates/blog-post.yml index 20633312..01f69fba 100644 --- a/.forestry/front_matter/templates/blog-post.yml +++ b/.forestry/front_matter/templates/blog-post.yml @@ -119,6 +119,7 @@ fields: - IPLD - js-ipfs - Kademlia + - kubo - libp2p - MFS - mobile diff --git a/src/_blog/releasenotes.md b/src/_blog/releasenotes.md index 6ca2109c..91f49ebf 100644 --- a/src/_blog/releasenotes.md +++ b/src/_blog/releasenotes.md @@ -4,51 +4,58 @@ type: Release notes sitemap: exclude: true data: +- title: 'Just released: Kubo 0.17.0!' + date: 2022-11-22 + publish_date: + path: https://github.com/ipfs/kubo/releases/tag/v0.17.0 + tags: + - go-ipfs + - kubo - title: js-ipfs 0.64.0 date: 2022-09-07 - publish_date: 2022-09-07T12:00:00+00:00 + publish_date: 2022-09-07T12:00:00.000+00:00 path: https://github.com/ipfs/js-ipfs/releases/tag/ipfs-v0.64.0 card_image: "/header-image-js-ipfs-placeholder.png" tags: - js-ipfs - title: js-ipfs 0.63.0 date: 2022-05-22 - publish_date: 2022-05-22T12:00:00+00:00 + publish_date: 2022-05-22T12:00:00.000+00:00 path: https://github.com/ipfs/js-ipfs/releases/tag/ipfs-v0.63.0 card_image: "/header-image-js-ipfs-placeholder.png" tags: - js-ipfs - title: js-ipfs 0.62.0 date: 2022-01-27 - publish_date: 2022-01-27T12:00:00+00:00 + publish_date: 2022-01-27T12:00:00.000+00:00 path: https://github.com/ipfs/js-ipfs/releases/tag/ipfs-v0.62.0 card_image: "/header-image-js-ipfs-placeholder.png" tags: - js-ipfs - title: js-ipfs 0.61.0 date: 2021-12-15 - publish_date: 2021-12-21T12:00:00+00:00 + publish_date: 2021-12-21T12:00:00.000+00:00 path: https://github.com/ipfs/js-ipfs/releases/tag/ipfs%400.61.0 card_image: "/header-image-js-ipfs-placeholder.png" tags: - js-ipfs - title: js-libp2p v0.40.0 date: 2022-10-17 - publish_date: 2022-10-17T12:00:00+00:00 + publish_date: 2022-10-17T12:00:00.000+00:00 path: https://github.com/libp2p/js-libp2p/releases/tag/v0.40.0 card_image: "/header-image-libp2p.png" tags: - libp2p - title: js-libp2p v0.39.0 date: 2022-09-07 - publish_date: 2022-09-07T12:00:00+00:00 + publish_date: 2022-09-07T12:00:00.000+00:00 path: https://github.com/libp2p/js-libp2p/releases/tag/v0.39.0 card_image: "/header-image-libp2p.png" tags: - libp2p - title: js-libp2p v0.38.0 date: 2022-08-17 - publish_date: 2022-08-17T12:00:00+00:00 + publish_date: 2022-08-17T12:00:00.000+00:00 path: https://github.com/libp2p/js-libp2p/releases/tag/v0.38.0 card_image: "/header-image-libp2p.png" tags: diff --git a/src/assets/libp2p-day-blog-header.png b/src/assets/libp2p-day-blog-header.png index 1e5cd665..ce4dbd84 100644 Binary files a/src/assets/libp2p-day-blog-header.png and b/src/assets/libp2p-day-blog-header.png differ