Accepting request 1006536 from home:stroeder:sys

- Update to version 10.2.6:
  * Fixed issue with connecting to SQL Server in a leaf cluster through the local proxy. [#16616]
  * Fixed regression issue introduced in `10.2.3` with enterprise specific web UI pages returning errors. [webapps#1212]

OBS-URL: https://build.opensuse.org/request/show/1006536
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/teleport?expand=0&rev=52
This commit is contained in:
2022-09-28 04:54:35 +00:00
committed by Git OBS Bridge
parent 04cc7866cd
commit 31a1ec9d9c
7 changed files with 16 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="exclude">.git</param>
<param name="revision">v10.2.5</param>
<param name="revision">v10.2.6</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
@@ -25,6 +25,6 @@
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="disabled">
<param name="archive">teleport-10.2.5.tar.gz</param>
<param name="archive">teleport-10.2.6.tar.gz</param>
</service>
</services>