Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dex-oidc for openSUSE:Factory 
checked in at 2022-03-07 17:48:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dex-oidc (Old)
 and      /work/SRC/openSUSE:Factory/.dex-oidc.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dex-oidc"

Mon Mar  7 17:48:16 2022 rev:5 rq:959995 version:2.31.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/dex-oidc/dex-oidc.changes        2021-10-15 
23:03:58.626098041 +0200
+++ /work/SRC/openSUSE:Factory/.dex-oidc.new.1958/dex-oidc.changes      
2022-03-07 17:49:06.175082384 +0100
@@ -1,0 +2,46 @@
+Sat Mar 05 13:55:15 UTC 2022 - [email protected]
+
+- Update to version 2.31.0:
+  * Many dependency updates
+  * Bump Dex image to v2.30.0 for Kubernetes deployment example by @rdimitrov 
in #2232
+  * Update Go to 1.17 by @sagikazarmark in #2247
+  * refactor: move from io/ioutil to io and os package by @Juneezee in #2278
+  * feat: Add MySQL ent-based storage driver by @nabokihms in #2272
+  * chore: fix ioutil lint error after merging MySQL ent storage by @nabokihms 
in #2282
+  * Add parametrization of grant type supported in discovery endpoint by 
@ariary in #2265
+  * Resolves #2111 Option to fetch transitive group membership by @snuggie12 
in #2268
+  * Return valid JWT access token from password grant by @enj in #2234
+  * fix: do not update offlinesession lastUsed field if refresh token was not 
updated by @nabokihms in #2300
+  * fix web static file path slash error for win platform by @copperyp in #2305
+  * Update grpc by @sagikazarmark in #2321
+  * ci: fix container image permissions by @sagikazarmark in #2329
+  * feat: print dex version in the logs by @iam-veeramalla in #2337
+  * OAuth connector by @xtremerui in #1630
+  * fix: return invalid_grant error on claiming token of another client by 
@nabokihms in #2344
+  * chore: warning about deprecated LDAP groupSearch fields by @nabokihms in 
#2026
+  * Add Nix environment by @sagikazarmark in #2324
+  * Update dependencies in the examples package by @sagikazarmark in #2372
+  * add sigstore to ADOPTERS.md by @bobcallaway in #2374
+  * Add claimMapping enforcement by @Happy2C0de in #2233
+  * ci: run trivy scan on container image by @sagikazarmark in #2387
+  * chore: update gomplate by @sagikazarmark in #2388
+  * chore: update golangci-lint download script by @nabokihms in #2394
+  * [fix] Replace /teams API w/ /workspaces endpoints by @rahulchheda in #2390
+  * ci: add Docker cache to speed builds up by @sagikazarmark in #2400
+  * distroless: Dockerfile works with distroless base image by @ankeesler in 
#2378
+  * Update dependencies by @sagikazarmark in #2404
+  * Update API package by @sagikazarmark in #2405
+
+-------------------------------------------------------------------
+Mon Jan 17 21:05:06 UTC 2022 - Michael Str??der <[email protected]>
+
+- Use go 1.16 or newer
+
+-------------------------------------------------------------------
+Mon Dec 27 23:58:03 UTC 2021 - [email protected]
+
+- Update to version 2.30.2:
+  * ci: fix container image permissions
+  * chore: upgrade alpine
+
+-------------------------------------------------------------------

Old:
----
  dex-2.30.0.tar.xz
  vendor.tar.gz

New:
----
  dex-2.31.0.tar.xz
  vendor.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dex-oidc.spec ++++++
--- /var/tmp/diff_new_pack.Y9yNQN/_old  2022-03-07 17:49:06.943082163 +0100
+++ /var/tmp/diff_new_pack.Y9yNQN/_new  2022-03-07 17:49:06.951082160 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dex-oidc
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,18 +20,18 @@
 %define go_version 1.16
 
 Name:           dex-oidc
-Version:        2.30.0
+Version:        2.31.0
 Release:        0
 Summary:        OpenID Connect Identity (OIDC) and OAuth 2.0 Provider with 
Pluggable Connectors
 License:        Apache-2.0
 Group:          System/Management
 URL:            https://github.com/dexidp/dex
 Source0:        dex-%{version}.tar.xz
-Source1:        vendor.tar.gz
+Source1:        vendor.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  git
 BuildRequires:  golang-packaging
-BuildRequires:  golang(API) = %{go_version}
+BuildRequires:  golang(API) >= %{go_version}
 
 Requires(post): %fillup_prereq
 Conflicts:      dex

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Y9yNQN/_old  2022-03-07 17:49:06.995082148 +0100
+++ /var/tmp/diff_new_pack.Y9yNQN/_new  2022-03-07 17:49:06.999082146 +0100
@@ -4,7 +4,7 @@
     <param name="scm">git</param>
     <param name="filename">dex</param>
     <param name="exclude">.git</param>
-    <param name="revision">v2.30.0</param>
+    <param name="revision">v2.31.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.+)</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.Y9yNQN/_old  2022-03-07 17:49:07.023082140 +0100
+++ /var/tmp/diff_new_pack.Y9yNQN/_new  2022-03-07 17:49:07.027082138 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/dexidp/dex.git</param>
-              <param 
name="changesrevision">3fac2ab6bc3bc3cb56afa6d71adce293d5abbed8</param></service></servicedata>
+              <param 
name="changesrevision">102762062b6b8f211bbd94b8a7ed016f8695db9e</param></service></servicedata>
 (No newline at EOF)
 

++++++ dex-2.30.0.tar.xz -> dex-2.31.0.tar.xz ++++++
++++ 9225 lines of diff (skipped)

Reply via email to