Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package crossplane-cli for openSUSE:Factory 
checked in at 2026-06-01 18:03:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/crossplane-cli (Old)
 and      /work/SRC/openSUSE:Factory/.crossplane-cli.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "crossplane-cli"

Mon Jun  1 18:03:40 2026 rev:17 rq:1356267 version:2.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/crossplane-cli/crossplane-cli.changes    
2026-04-21 12:46:58.591789796 +0200
+++ /work/SRC/openSUSE:Factory/.crossplane-cli.new.1937/crossplane-cli.changes  
2026-06-01 18:05:21.229659468 +0200
@@ -1,0 +2,63 @@
+Mon Jun 01 05:18:14 UTC 2026 - Johannes Kastl 
<[email protected]>
+
+- Update to version 2.3.1:
+  The v2.3.1 release is a patch release that updates the CLI's
+  Crossplane dependencies to the latest v2.3.1 version. There are
+  no other bug fixes and no behavioral changes in this release
+  compared to v2.3.0.
+  * deps: Bump Crossplane deps to v2.3.1
+  * Add the LICENSE file
+
+-------------------------------------------------------------------
+Fri May 22 05:05:37 UTC 2026 - Johannes Kastl 
<[email protected]>
+
+- The crossplane CLI was moved to its own repository at
+  https://github.com/crossplane/cli.
+- Update to version 2.3.0:
+  The v2.3.0 release is the first release of the Crossplane CLI
+  from the new https://github.com/crossplane/cli repository. It
+  includes two major changes compared to the v2.2 release series: a
+  reorganization of the command tree and the introduction of new
+  developer experience commands.
+  * Notable and Breaking Changes
+    - Commands have been re-organized into a noun-first tree. #3
+    - Alpha and beta commands that previously lived in the
+      crossplane alpha and crossplane beta trees have moved into
+      the main tree, but are decorated with help text indicating
+      their maturity. Alpha commands are hidden from help by
+      default and can be enabled via crossplane config set. #3
+      Please check the table in the release notes:
+      https://github.com/crossplane/cli/releases/tag/v2.3.0
+  * Highlights
+    - Developer Experience: A new set of commands provides
+      developer-friendly tooling for building platforms on top of
+      Crossplane, centered on the concept of a control plane
+      project. The project is a development artifact combining
+      configuration (XRDs, compositions, operations) and code
+      (functions) that can be built into a set of Crossplane
+      packages for installation into a cluster. See
+      crossplane/crossplane#6840 and the related design document
+      for details, and #10 for implementation.
+    - Better Help: Help text is now formatted using markdown,
+      allowing for more extensive and readable help in the CLI as
+      well as auto-generation of the reference documentation for
+      docs.crossplane.io. See #14.
+  * What's Changed
+    - Existing CLI codebase moved from crossplane/crossplane to
+      this repository, with the command renamed from cmd/crank to
+      cmd/crossplane.
+    - Reorganize the command tree and introduce config by @adamwg
+      in #3
+    - Update go to 1.26 by @adamwg in #4
+    - Use function protobufs from function-sdk-go by @adamwg in #5
+    - fix(config): Fix flag parsing with space-separated value by
+      @tampakrap in #6
+    - feat(xrd): Add new subcommand crossplane xrd convert by
+      @tampakrap in #12
+    - Format detailed help using markdown and auto-generate
+      reference docs by @adamwg in #14
+    - Introduce an initial set of DevEx features by @adamwg in #10
+    - Update dependencies and renovate for v2.3.0 release
+      (release-2.3) by @adamwg in #20
+
+-------------------------------------------------------------------

Old:
----
  crossplane-cli-2.2.1.obscpio

New:
----
  crossplane-cli-2.3.1.obscpio

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

Other differences:
------------------
++++++ crossplane-cli.spec ++++++
--- /var/tmp/diff_new_pack.CVOlGi/_old  2026-06-01 18:05:24.725804457 +0200
+++ /var/tmp/diff_new_pack.CVOlGi/_new  2026-06-01 18:05:24.729804622 +0200
@@ -19,14 +19,14 @@
 %define executable_name crossplane
 
 Name:           crossplane-cli
-Version:        2.2.1
+Version:        2.3.1
 Release:        0
 Summary:        The Cloud Native Control Plane
 License:        Apache-2.0
-URL:            https://github.com/crossplane/crossplane
+URL:            https://github.com/crossplane/cli
 Source:         %{name}-%{version}.tar.gz
 Source1:        vendor.tar.gz
-BuildRequires:  go1.25 >= 1.25.9
+BuildRequires:  go1.26 >= 1.26.0
 Provides:       crossplane = %{version}
 
 %description
@@ -36,7 +36,9 @@
 matter where they run, and a highly configurable frontend that puts you in
 control of the schema of the declarative API it offers.
 
-Crossplane is a Cloud Native Computing Foundation project.
+The Crossplane CLI is a command-line tool for working with Crossplane. It
+provides tools for building platforms on top of Crossplane and working with
+Crossplane clusters.
 
 %prep
 %autosetup -p 1 -a 1
@@ -47,7 +49,7 @@
 go build \
    -mod=vendor \
    -buildmode=pie \
-   -ldflags="-X 
github.com/crossplane/crossplane/internal/version.version=%{version}" \
+   -ldflags="-X github.com/crossplane/cli/internal/version.version=%{version}" 
\
    -o bin/%{executable_name} ./cmd/crossplane
 
 %install

++++++ _service ++++++
--- /var/tmp/diff_new_pack.CVOlGi/_old  2026-06-01 18:05:24.769806281 +0200
+++ /var/tmp/diff_new_pack.CVOlGi/_new  2026-06-01 18:05:24.773806447 +0200
@@ -1,9 +1,9 @@
 <services>
   <service name="obs_scm" mode="manual">
-    <param name="url">https://github.com/crossplane/crossplane</param>
+    <param name="url">https://github.com/crossplane/cli.git</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v2.2.1</param>
+    <param name="revision">refs/tags/v2.3.1</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.CVOlGi/_old  2026-06-01 18:05:24.801807608 +0200
+++ /var/tmp/diff_new_pack.CVOlGi/_new  2026-06-01 18:05:24.805807774 +0200
@@ -1,6 +1,8 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/crossplane/crossplane</param>
-              <param 
name="changesrevision">713541df7fc5cf0946b6573837831086465a2dbe</param></service></servicedata>
+              <param 
name="changesrevision">d13e114e1f124e69fa90351de663700a7d6a7ada</param></service><service
 name="tar_scm">
+                <param name="url">https://github.com/crossplane/cli.git</param>
+              <param 
name="changesrevision">6e8691b32d2ec1d61306137461e103384a59f68d</param></service></servicedata>
 (No newline at EOF)
 

++++++ crossplane-cli-2.2.1.obscpio -> crossplane-cli-2.3.1.obscpio ++++++
++++ 305087 lines of diff (skipped)

++++++ crossplane-cli.obsinfo ++++++
--- /var/tmp/diff_new_pack.CVOlGi/_old  2026-06-01 18:05:26.085860857 +0200
+++ /var/tmp/diff_new_pack.CVOlGi/_new  2026-06-01 18:05:26.093861189 +0200
@@ -1,5 +1,5 @@
 name: crossplane-cli
-version: 2.2.1
-mtime: 1776688780
-commit: 713541df7fc5cf0946b6573837831086465a2dbe
+version: 2.3.1
+mtime: 1779736917
+commit: 6e8691b32d2ec1d61306137461e103384a59f68d
 

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/crossplane-cli/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.crossplane-cli.new.1937/vendor.tar.gz differ: char 
14, line 1

Reply via email to