diff --git a/changelog.md b/changelog.md index e01caf32..262af31e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,11 @@ Upcoming (TBD) ============== +Features +-------- +* Promote Boundary tunnel feature out of beta. + + Bug Fixes -------- * Default split-line prompt was missing trailing space. diff --git a/mycli/main.py b/mycli/main.py index 476a1865..504880a3 100755 --- a/mycli/main.py +++ b/mycli/main.py @@ -323,7 +323,7 @@ class CliArgs: ) boundary_id: str | None = clickdc.option( type=str, - help='BETA: open a HashiCorp Boundary tunnel to TARGET_ID and connect through it.', + help='Open a HashiCorp Boundary tunnel to TARGET_ID and connect through it.', ) checkup: bool = clickdc.option( is_flag=True, diff --git a/mycli/myclirc b/mycli/myclirc index f2fd16e6..1d712236 100644 --- a/mycli/myclirc +++ b/mycli/myclirc @@ -430,7 +430,7 @@ default_password_field = password # Field/property containing the username, if --vault-username-field is not provided. default_username_field = username -[boundary_beta] +[boundary] # Path to the HashiCorp Boundary executable used by --boundary-id. boundary_executable = boundary diff --git a/test/myclirc b/test/myclirc index a422fddc..5a69857f 100644 --- a/test/myclirc +++ b/test/myclirc @@ -430,7 +430,7 @@ default_password_field = password # Field/property containing the username, if --vault-username-field is not provided. default_username_field = username -[boundary_beta] +[boundary] # Path to the HashiCorp Boundary executable used by --boundary-id. boundary_executable = boundary