From 08a94f6bd7b0755bd252965951a652cd28176b2f Mon Sep 17 00:00:00 2001 From: Mark Chmarny Date: Wed, 17 Aug 2022 13:16:38 -0700 Subject: [PATCH 1/2] adds org move message --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 37cc0610bd..7790c82617 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # `ko`: Easy Go Containers +> :warning: Note: the ko project is growing, and to better facilitate community needs, we will be moving to our own GitHub organization: [ko-build](https://github.com/ko-build). While we do not anticipate this move to have any impact on most users, please, use the [ko-project Slack channel](https://kubernetes.slack.com/archives/C01T7DTP65S) to let us know if you see any impact we may have not yet considered. The project migration is currently scheduled for Tue, Sep 6th. + [![GitHub Actions Build Status](https://github.com/google/ko/workflows/Build/badge.svg)](https://github.com/google/ko/actions?query=workflow%3ABuild) [![GoDoc](https://godoc.org/github.com/google/ko?status.svg)](https://godoc.org/github.com/google/ko) [![Go Report Card](https://goreportcard.com/badge/google/ko)](https://goreportcard.com/report/google/ko) From 2a4564ee93d78c4f18ddc98774f1ed199ce06a6e Mon Sep 17 00:00:00 2001 From: Mark Chmarny Date: Wed, 17 Aug 2022 14:47:58 -0700 Subject: [PATCH 2/2] fixes lint error on training spaces --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7790c82617..56d87505e2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # `ko`: Easy Go Containers -> :warning: Note: the ko project is growing, and to better facilitate community needs, we will be moving to our own GitHub organization: [ko-build](https://github.com/ko-build). While we do not anticipate this move to have any impact on most users, please, use the [ko-project Slack channel](https://kubernetes.slack.com/archives/C01T7DTP65S) to let us know if you see any impact we may have not yet considered. The project migration is currently scheduled for Tue, Sep 6th. +> :warning: Note: the ko project is growing, and to better facilitate community needs, we will be moving to our own GitHub organization: [ko-build](https://github.com/ko-build). While we do not anticipate this move to have any impact on most users, please, use the [ko-project Slack channel](https://kubernetes.slack.com/archives/C01T7DTP65S) to let us know if you see any impact we may have not yet considered. The project migration is currently scheduled for Tue, Sep 6th. [![GitHub Actions Build Status](https://github.com/google/ko/workflows/Build/badge.svg)](https://github.com/google/ko/actions?query=workflow%3ABuild) [![GoDoc](https://godoc.org/github.com/google/ko?status.svg)](https://godoc.org/github.com/google/ko)