From 35c8b8514f3a72ab3c6f908c7b2cf194f7fc58af Mon Sep 17 00:00:00 2001 From: Konstantinos Livieratos Date: Fri, 14 Oct 2022 22:10:42 +0200 Subject: [PATCH 1/3] Fixed confusing part of the docs regarding how kube context should be supplied --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72af855..dceac5e 100644 --- a/README.md +++ b/README.md @@ -81,11 +81,13 @@ Use the output of your command in later steps ``` + + # Accessing your cluster -> Breaking change from v2.x and onwards +This action does not require any kube-config data set as a secret to connect to the repo. Instead, by authenticating with your AWS account, it automatically generates a kube-config file for your cluster which is then used to execute any `helm` commands. -From version v2.x and onwards, this action does not require any kube-config data set as a secret to connect to the repo. Instead, by authenticating with your AWS account, it automatically generates a kube-config file for your cluster which is then used to execute any `helm` commands. +However if you find this configuration option complicated, you can still supply `KUBE_CONFIG_DATA` as a repository secret, however this is not endorsed by this repository. # Contributions From f498a768c127a3926ee5719e436624686d9f5cb1 Mon Sep 17 00:00:00 2001 From: Konstantinos Livieratos Date: Fri, 14 Oct 2022 22:14:46 +0200 Subject: [PATCH 2/3] Added table with dependency packages versions --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dceac5e..b496a3c 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,17 @@ Use the output of your command in later steps ``` +# Main dependency version +The latest version of this action uses the following dependencies versions: + +| Package | Version | +| ----------- | ----------- | +| awscli | 1.24.0 | +| helm | 3.10.1 | +| kubectl | 1.25.91 | + +It is very much possible that an update came out and I did not update the action on time. In this please, feel free to [send me a PR](#contributing) and I'll review it as soon as possible. # Accessing your cluster @@ -90,7 +100,7 @@ This action does not require any kube-config data set as a secret to connect to However if you find this configuration option complicated, you can still supply `KUBE_CONFIG_DATA` as a repository secret, however this is not endorsed by this repository. -# Contributions +# Contributing Pull requests, issues or feedback of any kind are more than welcome by anyone! From 9f8cd78a06e1e6a5c3c8721810cf34ed561549dd Mon Sep 17 00:00:00 2001 From: Konstantinos Livieratos Date: Fri, 14 Oct 2022 22:15:14 +0200 Subject: [PATCH 3/3] H2 for responses example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b496a3c..b3cd687 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ jobs: command: helm secrets upgrade --install --wait -f ``` -# Response +## Response Use the output of your command in later steps