From 32b0267b9f4e101e40ed91382bef8b9157e87bd7 Mon Sep 17 00:00:00 2001 From: Stacey Potter <50154848+staceypotter@users.noreply.github.com> Date: Wed, 7 Oct 2020 11:43:14 -0700 Subject: [PATCH 1/3] Added GOTK guide walk-through Added invite for Leigh's GOTK guide walk-through on Oct 19 (10am PT/18:00 BST) to the Community Section. LMK if this should be somewhere else - or condensed (wasn't sure how much info to include). Thanks! :) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7b050625..bb702fd5 100644 --- a/README.md +++ b/README.md @@ -81,5 +81,10 @@ The GitOps Toolkit is always looking for new contributors and there are a multit - And if you are completely new to the GitOps Toolkit, take a look at our [Get Started guide](https://toolkit.fluxcd.io/get-started/) and give us feedback - To be part of the conversation about Flux's development, [join the flux-dev mailing list](https://lists.cncf.io/g/cncf-flux-dev). - Check out [how to contribute](CONTRIBUTING.md) to the project +- [GitOps Toolkit Guide Walk-through](https://www.meetup.com/GitOps-Community/events/273640196/) +Join us October 19 (10am PT / 18:00 BST) for to this special walk-through of the GitOps Toolkit! +Through this talk you'll be able to see how the upcoming Flux v2 and GitOps Toolkit will bring +great improvements to the Flux that you love! Watch or follow along as Leigh Capili shares some +highlights and then goes through Getting Started with GitOps Toolkit. We are looking forward to seeing you with us! From 3653236bcbb4c9d624b992144864bab4c317f4de Mon Sep 17 00:00:00 2001 From: Stacey Potter <50154848+staceypotter@users.noreply.github.com> Date: Thu, 8 Oct 2020 15:31:10 -0700 Subject: [PATCH 2/3] added "featured talks" section + upcoming meetups & header link --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb702fd5..de4bef2c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # GitOps Toolkit +(Check out our [Upcoming Meetups](#upcoming-meetups)!) + [![e2e](https://github.com/fluxcd/toolkit/workflows/e2e/badge.svg)](https://github.com/fluxcd/toolkit/actions) [![report](https://goreportcard.com/badge/github.com/fluxcd/toolkit)](https://goreportcard.com/report/github.com/fluxcd/toolkit) [![license](https://img.shields.io/github/license/fluxcd/toolkit.svg)](https://github.com/fluxcd/toolkit/blob/main/LICENSE) [![release](https://img.shields.io/github/release/fluxcd/toolkit/all.svg)](https://github.com/fluxcd/toolkit/releases) - ![overview](docs/diagrams/gotk-feature.png) The GitOps Toolkit is a set of composable APIs and specialized tools @@ -81,10 +82,18 @@ The GitOps Toolkit is always looking for new contributors and there are a multit - And if you are completely new to the GitOps Toolkit, take a look at our [Get Started guide](https://toolkit.fluxcd.io/get-started/) and give us feedback - To be part of the conversation about Flux's development, [join the flux-dev mailing list](https://lists.cncf.io/g/cncf-flux-dev). - Check out [how to contribute](CONTRIBUTING.md) to the project -- [GitOps Toolkit Guide Walk-through](https://www.meetup.com/GitOps-Community/events/273640196/) -Join us October 19 (10am PT / 18:00 BST) for to this special walk-through of the GitOps Toolkit! + +## Featured Talks +- [4 Sep 2020 - KubeCon/CloudNativeCon Europe: Flux Deep Dive: The road to "Flux v2" and Progressive Delivery with Stefan Prodan & Hidde Beydals](https://youtu.be/8v94nUkXsxU) +- [25 June 2020 - Cloud Native Nordics Tech Talk “Introduction to GitOps & GitOps Toolkit” with Alexis Richardson & Stefan Prodan](https://youtu.be/qQBtSkgl7tI) +- [7 May 2020 - GitOps Days - Community Special: GitOps Toolkit Experimentation](https://youtu.be/WHzxunv4DKk?t=6521) + +### Upcoming Meetups +- [19 October 2020 - GitOps Toolkit Guide Walk-through](https://www.meetup.com/GitOps-Community/events/273640196/) +Join us 10am PT / 18:00 BST) for to this special walk-through of the GitOps Toolkit! Through this talk you'll be able to see how the upcoming Flux v2 and GitOps Toolkit will bring great improvements to the Flux that you love! Watch or follow along as Leigh Capili shares some highlights and then goes through Getting Started with GitOps Toolkit. +- 2 November 2020 - GitOps Toolkit Guide Walk-through - Part 2 (TBD) We are looking forward to seeing you with us! From 0a7b82793e6d1835d63ce1119edaf8eabea0aedb Mon Sep 17 00:00:00 2001 From: Stacey Potter <50154848+staceypotter@users.noreply.github.com> Date: Thu, 8 Oct 2020 22:54:04 -0700 Subject: [PATCH 3/3] removed header link Removed "(Check out our [Upcoming Meetups](#upcoming-meetups)!)" from the top of the page. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index de4bef2c..b2a3f186 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # GitOps Toolkit -(Check out our [Upcoming Meetups](#upcoming-meetups)!) - [![e2e](https://github.com/fluxcd/toolkit/workflows/e2e/badge.svg)](https://github.com/fluxcd/toolkit/actions) [![report](https://goreportcard.com/badge/github.com/fluxcd/toolkit)](https://goreportcard.com/report/github.com/fluxcd/toolkit) [![license](https://img.shields.io/github/license/fluxcd/toolkit.svg)](https://github.com/fluxcd/toolkit/blob/main/LICENSE)