From 60dc46f07631866a69157e99ad3a2c406b1ffad8c45c277bc397a9f219a461c0 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Fri, 6 May 2022 07:10:43 +0000 Subject: [PATCH] Accepting request 975325 from home:ojkastl_buildservice:Branch_devel_kubic update to 9.2.1 OBS-URL: https://build.opensuse.org/request/show/975325 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/teleport?expand=0&rev=20 --- _service | 4 +-- _servicedata | 2 +- teleport-9.1.2.tar.gz | 3 -- teleport-9.2.1.tar.gz | 3 ++ teleport.changes | 69 +++++++++++++++++++++++++++++++++++++++++++ teleport.spec | 2 +- vendor.tar.gz | 4 +-- webassets.tar.gz | 4 +-- 8 files changed, 80 insertions(+), 11 deletions(-) delete mode 100644 teleport-9.1.2.tar.gz create mode 100644 teleport-9.2.1.tar.gz diff --git a/_service b/_service index 68e29ca..7fd050b 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ git disable .git - v9.1.2 + v9.2.1 @PARENT_TAG@ enable v(.*) @@ -25,6 +25,6 @@ gz - teleport-9.1.2.tar.gz + teleport-9.2.1.tar.gz diff --git a/_servicedata b/_servicedata index c7c71d3..cc46959 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/gravitational/teleport - eef8b5ac6a2edbdf9e6eec979e20755257e92d01 \ No newline at end of file + c6daeda6288f18f24ba386de2d7ae94bfb7ed20d \ No newline at end of file diff --git a/teleport-9.1.2.tar.gz b/teleport-9.1.2.tar.gz deleted file mode 100644 index 853b3d1..0000000 --- a/teleport-9.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b641665c6cee6523d99210362d00dfeb0b1f6dbb1eabece3bb29fb6dd1b4bde1 -size 47593567 diff --git a/teleport-9.2.1.tar.gz b/teleport-9.2.1.tar.gz new file mode 100644 index 0000000..00c7e97 --- /dev/null +++ b/teleport-9.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c954a7d40f705b35ad9569a122f966f282a19c669b9316cfeb1a92811ac247 +size 50244669 diff --git a/teleport.changes b/teleport.changes index 47f42ba..49aa6e2 100644 --- a/teleport.changes +++ b/teleport.changes @@ -1,3 +1,72 @@ +------------------------------------------------------------------- +Fri May 06 06:43:30 UTC 2022 - kastl@b1-systems.de + +- Update to version 9.2.1: + * Release 9.2.1 (#12472) + * Database agents to share same IAM policy (#11320) (#12457) + * Only acquire semaphore lease if maxconnections is configured (#12462) (#12468) + * [v9] Add roles needed in dynamic reg app and db docs (#12469) + * Add hint message when removing access requests. (#11963) (#12435) + * Update help message for `add token` command and allow token removal from the `rm` command. (#12118) (#12439) + * [v9] Add nil check for billing mode in AWS DynamoDB events driver (#12461) + * Update docs version to 9.2.0 for teleport (#12442) + +------------------------------------------------------------------- +Thu May 05 15:11:02 UTC 2022 - kastl@b1-systems.de + +- Update to version 9.2.0: + * Release 9.2.0 (#12427) + * Add a partial for agent installs in Teleport Cloud (#12366) + * reduce verbosity of missing kernel support warning for secure symlink (#12396) (#12423) + * [auto] Update webassets in branch/v9 (#12422) + * Allow users to request database certificates in Machine ID (#11904) (#12195) + * Fix tunnel mode for CockroachDB (#12400) + * Deflake TestTSHSSH (#12402) + * [auto] Update webassets in branch/v9 (#12338) + * Update docs version to 9.1.3 self-hosted, 9.1.2 for cloud (#12382) + * set cloud version in user pre (#12386) + * Add context.Context to GetReverseTunnels (#12393) + * Fix lingerAndDie race condition (#12376) + * Update DBeaver guides to use authenticated local proxy. (#12037) (#12384) + * [v9] Rollup backport (#12360) + * [v9] Disallow malformed U2F facets (#12208) + * moved status page cloud question up in faq order (#12354) + * Updated release dates in Machine ID documentation. + +------------------------------------------------------------------- +Thu May 05 13:11:30 UTC 2022 - kastl@b1-systems.de + +- Update to version 9.1.3: + * Release 9.1.3 (#12343) + * Never use `--tlsUseSystemCA` and `--tlsCAFile` together with `mongosh` (#12363) + * [v9] Advertise correct MySQL server version (#12340) + * Updated scaling limits. + * Improve error message for resource predicate query (#12262) (#12339) + * Prevent relative expiry from emitting more events than can be processed (#12002) (#12247) + * [v9] Specify the `NodeName` in `auth.ReRegister` (#12333) + * Gracefully degrade `tsh db ls` in case fetching roles fails. (#12320) + * added diagrams and install instuctions for db and app guides, getting started (#12313) + * Connect: Use SSHAgentLogin when second_factor is set to optional or on (#12322) (#12323) + * Upcoming releases: Replace Terminal with Connect (#12317) + * [auto] Update webassets in branch/v9 (#12316) + * Connect: Refresh leaf cluster certs before fetching certs for database (#12293) (#12315) + * Backport Teleport Connect gateway changes from #11720 (#12297) + * escape pipe char in table cell (#12280) + * Dial only application servers that serve the requested application (#12217) (#12300) + * SSH Session fixes (#12286) + * Add `proxy_host` and temporary `actual_name` fields to the cluster response object (#12291) + * Update predicate doc example to use bracket notation (#12237) (#12271) + * Update upcoming-releases.mdx (#12276) + * Create remote site cache based on remote auth version (#12130) (#12251) + * Speed up TestAppServersHA (#12128) (#12253) + * update docs version to 9.1.2 (#12278) + * give direct link to cloud signup (#12219) + * Add flags to `teleport configure` command (#11766) (#12267) + * Teleport Connect: Accept database name when setting up proxy (#12173) (#12228) + * Expose RoleSet.EnumerateDatabaseUsers to Teleport Terminal (#12070) (#12207) + * [v9] Backport quoting Postgres connection string & generating DB CLI commands for Teleport Connect (#12206) + * [v9] Backport initial Teleport Connect PR + fixes (#12205) + ------------------------------------------------------------------- Wed Apr 27 17:14:24 UTC 2022 - kastl@b1-systems.de diff --git a/teleport.spec b/teleport.spec index c72207b..40becd3 100644 --- a/teleport.spec +++ b/teleport.spec @@ -19,7 +19,7 @@ %define __arch_install_post export NO_BRP_STRIP_DEBUG=true Name: teleport -Version: 9.1.2 +Version: 9.2.1 Release: 0 Summary: Identity-aware, multi-protocol access proxy License: Apache-2.0 diff --git a/vendor.tar.gz b/vendor.tar.gz index 116304e..1d3a26c 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5bd8285e8b4610ba8bc20e58997fe86b5b576b67219511f6855f1221a95ca11c -size 19594438 +oid sha256:458ba03621e833df1c729058428d265565cafff44b4e45ab72aabcce48db0fef +size 19595019 diff --git a/webassets.tar.gz b/webassets.tar.gz index df8a691..53afdc8 100644 --- a/webassets.tar.gz +++ b/webassets.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9bc9d366fa2a67a2565b8d19658f04191903a6e242ae35b1ace16bf1255c2ba1 -size 4809295 +oid sha256:00f8bc3255bfd7a107d0a4c5519fb564edcaaea29125e77453755c86ba5537fa +size 4812451