Skip to content

Commit 64bc724

Browse files
Release: v2.3.5 (#338)
## What's Changed * Update deps by @sethvargo in #337 **Full Changelog**: v2.3.4...v2.3.5
1 parent 9de2e29 commit 64bc724

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
<!-- BEGIN_AUTOGEN_INPUTS -->
6464

65-
- <a name="cluster_name"></a><a href="#user-content-cluster_name"><code>cluster_name</code></a>: _(Required)_ Name of the cluster for which to get credentials. This can be specified as
65+
- <a name="__input_cluster_name"></a><a href="#user-content-__input_cluster_name"><code>cluster_name</code></a>: _(Required)_ Name of the cluster for which to get credentials. This can be specified as
6666
a full resource name:
6767

6868
projects/<project>/locations/<location>/clusters/<cluster>
@@ -74,40 +74,40 @@ jobs:
7474

7575
then both the `project_id` and `location` may be required.
7676

77-
- <a name="location"></a><a href="#user-content-location"><code>location</code></a>: _(Optional)_ Location (region or zone) in which the cluster resides. This value is
77+
- <a name="__input_location"></a><a href="#user-content-__input_location"><code>location</code></a>: _(Optional)_ Location (region or zone) in which the cluster resides. This value is
7878
required unless `cluster_name` is a full resource name.
7979

80-
- <a name="project_id"></a><a href="#user-content-project_id"><code>project_id</code></a>: _(Optional)_ Project ID where the cluster is deployed. If provided, this will override
80+
- <a name="__input_project_id"></a><a href="#user-content-__input_project_id"><code>project_id</code></a>: _(Optional)_ Project ID where the cluster is deployed. If provided, this will override
8181
the project configured by previous steps or environment variables. If not
8282
provided, the project will be inferred from the environment, best-effort.
8383

84-
- <a name="context_name"></a><a href="#user-content-context_name"><code>context_name</code></a>: _(Optional)_ Name to use when creating the `kubectl` context. If not specified, the
84+
- <a name="__input_context_name"></a><a href="#user-content-__input_context_name"><code>context_name</code></a>: _(Optional)_ Name to use when creating the `kubectl` context. If not specified, the
8585
default value is `gke_<project>_<location>_<cluster>`.
8686

87-
- <a name="namespace"></a><a href="#user-content-namespace"><code>namespace</code></a>: _(Optional)_ Name of the Kubernetes namespace to use within the context.
87+
- <a name="__input_namespace"></a><a href="#user-content-__input_namespace"><code>namespace</code></a>: _(Optional)_ Name of the Kubernetes namespace to use within the context.
8888

89-
- <a name="use_auth_provider"></a><a href="#user-content-use_auth_provider"><code>use_auth_provider</code></a>: _(Optional, default: `false`)_ Set this to true to use the Google Cloud auth plugin in `kubectl` instead
89+
- <a name="__input_use_auth_provider"></a><a href="#user-content-__input_use_auth_provider"><code>use_auth_provider</code></a>: _(Optional, default: `false`)_ Set this to true to use the Google Cloud auth plugin in `kubectl` instead
9090
of inserting a short-lived access token.
9191

92-
- <a name="use_internal_ip"></a><a href="#user-content-use_internal_ip"><code>use_internal_ip</code></a>: _(Optional, default: `false`)_ Set this to true to use the internal IP address for the cluster endpoint.
92+
- <a name="__input_use_internal_ip"></a><a href="#user-content-__input_use_internal_ip"><code>use_internal_ip</code></a>: _(Optional, default: `false`)_ Set this to true to use the internal IP address for the cluster endpoint.
9393
This is mostly used with private GKE clusters.
9494

95-
- <a name="use_connect_gateway"></a><a href="#user-content-use_connect_gateway"><code>use_connect_gateway</code></a>: _(Optional, default: `false`)_ Set this to true to use the [Connect Gateway
95+
- <a name="__input_use_connect_gateway"></a><a href="#user-content-__input_use_connect_gateway"><code>use_connect_gateway</code></a>: _(Optional, default: `false`)_ Set this to true to use the [Connect Gateway
9696
endpoint](https://cloud.google.com/anthos/multicluster-management/gateway)
9797
to connect to cluster.
9898

99-
- <a name="use_dns_based_endpoint"></a><a href="#user-content-use_dns_based_endpoint"><code>use_dns_based_endpoint</code></a>: _(Optional, default: `false`)_ Set this true to use [DNS-based endpoint](https://cloud.google.com/kubernetes-engine/docs/concepts/network-isolation#dns-based_endpoint)
99+
- <a name="__input_use_dns_based_endpoint"></a><a href="#user-content-__input_use_dns_based_endpoint"><code>use_dns_based_endpoint</code></a>: _(Optional, default: `false`)_ Set this true to use [DNS-based endpoint](https://cloud.google.com/kubernetes-engine/docs/concepts/network-isolation#dns-based_endpoint)
100100
to connect to the cluster.
101101

102-
- <a name="fleet_membership_name"></a><a href="#user-content-fleet_membership_name"><code>fleet_membership_name</code></a>: _(Optional)_ Fleet membership name to use for generating Connect Gateway endpoint, of
102+
- <a name="__input_fleet_membership_name"></a><a href="#user-content-__input_fleet_membership_name"><code>fleet_membership_name</code></a>: _(Optional)_ Fleet membership name to use for generating Connect Gateway endpoint, of
103103
the form:
104104

105105
projects/<project>/locations/<location>/memberships/<membership>
106106

107107
This only applies if `use_connect_gateway` is true. Defaults to auto
108108
discovery if empty.
109109

110-
- <a name="quota_project_id"></a><a href="#user-content-quota_project_id"><code>quota_project_id</code></a>: _(Optional)_ Project ID from which to pull quota. The caller must have
110+
- <a name="__input_quota_project_id"></a><a href="#user-content-__input_quota_project_id"><code>quota_project_id</code></a>: _(Optional)_ Project ID from which to pull quota. The caller must have
111111
`serviceusage.services.use` permission on the project. If unspecified,
112112
this defaults to the project of the authenticated principle. This is an
113113
advanced setting, most users should leave this blank.
@@ -122,7 +122,7 @@ Action produces the following outputs:
122122

123123
<!-- BEGIN_AUTOGEN_OUTPUTS -->
124124

125-
- `kubeconfig_path`: Path on the local filesystem where the generated Kubernetes configuration
125+
- <a name="__output_kubeconfig_path"></a><a href="#user-content-__output_kubeconfig_path"><code>kubeconfig_path</code></a>: Path on the local filesystem where the generated Kubernetes configuration
126126
file resides.
127127

128128

dist/main/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-github-actions/get-gke-credentials",
3-
"version": "2.3.4",
3+
"version": "2.3.5",
44
"description": "Get short lived credentials to a GKE cluster",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)