Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package k6 for openSUSE:Factory checked in 
at 2025-06-30 14:01:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/k6 (Old)
 and      /work/SRC/openSUSE:Factory/.k6.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "k6"

Mon Jun 30 14:01:28 2025 rev:3 rq:1289170 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/k6/k6.changes    2025-05-06 16:42:30.926921982 
+0200
+++ /work/SRC/openSUSE:Factory/.k6.new.7067/k6.changes  2025-06-30 
14:01:54.708239450 +0200
@@ -1,0 +2,93 @@
+Mon Jun 30 05:25:54 UTC 2025 - Johannes Kastl 
<opensuse_buildserv...@ojkastl.de>
+
+- Update to version 1.1.0:
+  https://github.com/grafana/k6/releases/tag/v1.1.0
+  * k6 v1.1.0 is here 🎉! This release includes:
+    - New count, nth, first, and last methods for the browser
+      module's Locator API #4797, #4825
+    - The k6/experimental/webcrypto module has been removed as its
+      functionality is available globally.
+    - Group results in the full end-of-test summary are now sorted as
+      in code and properly indented.
+  * Breaking changes for experimental modules
+    - Remove experimental k6/experimental/webcrypto module #4851
+      The WebCrypto API has been available globally since
+      v1.0.0-rc1 (or v0.58.0), and now the experimental import
+      (k6/experimental/webcrypto) is no longer available.
+      The required change for users is to remove the import; the
+      rest of the code should work.
+  * New features
+    - New count method for the browser module's Locator API #4797
+      The new locator.Count method returns the number of elements
+      matching the locator. Unlike other Locator API methods,
+      locator.Count returns the result immediately and doesn't wait
+      for the elements to be visible.
+    - New nth, first and last methods for the browser module's
+      Locator API #4825
+      The new Locator API methods, nth, first, and last, can select
+      a single element from multiple elements matched by a locator.
+      For example, selecting a single item from a catalogue of
+      items on an e-commerce website. Because items in this
+      catalogue generally change often and selecting an exact
+      element may fail in future test runs, the new methods help to
+      prevent flaky tests, leading to more reliable tests.
+  * UX improvements and enhancements
+    - #4807 Sorts full end-of-test summary group results as in code
+      and fixes the indentation. Thanks, @the-it, for the
+      contribution!
+    - #4832 Uses consistent error messages in the execution config
+      options.
+  * Bug fixes
+    - #4794 Fixes race conditions from stringifying types in
+      k6/browser.
+    - #4809 Fixes the locator.fill method when used on react based
+      websites.
+    - #4831 Fixes the Dockerfile for k8s use by setting the user to
+      12345 instead of k6 to avoid having to work with runAsUser in
+      the pod manifest file.
+    - #4845 Fixes an infrequent panic when click is called.
+  * Maintenance and internal improvements
+    - #4608 Enables the 'copyloopvar' linter.
+    - #4744 Updates the 'golangci-lint' linter to v2.
+    - #4746 Adds a collection of small k6/browser performance
+      improvements.
+    - #4750 Fixes the lint GHA.
+    - #4775 Updates the version of the golangci-lint GHA.
+    - #4784 Fixes the golangci-lint version detection and
+      execution. Thanks, @tbourrely, for the contribution!
+    - #4785 Updates the chromedp/cdproto dependency and adjusts the
+      Browser module accordingly.
+    - #4800 Allows un/marshaling of invalid UTF-8 when using JSONv2
+      within the Browser module.
+    - #4802 Fixes the examples/grpc_server and updates its
+      dependencies.
+    - #4822 Uses the CODECOV_TOKEN variable for GH Workflows from
+      Vault.
+    - #4831 Fixes the default user defined in the Dockerfile.
+    - #4833 Retrieves secrets from Vault and adjusts the
+      'k6packager' deployment process.
+    - #4837, #4847 Prevent Codecov from running on forks.
+    - #4848 Enables CI pipelines to be executed also on ARM
+      (ubuntu-24.04-arm). Thanks, @nadiamoe, for the contribution!
+    - #4855 Adds some changes to make Browser tests more stable.
+    - #4864 Updates the logging to debug and adds more context to
+      it when waiting for an element to be detached.
+    - #4780, #4781, #4782, #4786, #4798, #4816, #4821, #4835, #4840
+      Update direct dependencies.
+      * build(deps): bump github.com/evanw/esbuild from 0.25.3 to
+        0.25.4 (#4780)
+      * build(deps): bump github.com/evanw/esbuild from 0.25.4 to
+        0.25.5 (#4821)
+      * build(deps): bump github.com/grafana/xk6-dashboard from
+        0.7.5 to 0.7.6
+      * build(deps): bump google.golang.org/grpc in the googles
+        group
+      * build(deps): bump google.golang.org/grpc in the googles
+        group
+      * build(deps): bump the golangx group with 5 updates
+      * build(deps): bump the golangx group with 6 updates
+      * build(deps): bump the googles group across 1 directory with
+        3 updates (#4835)
+      * build(deps): bump the otel group with 6 updates
+
+-------------------------------------------------------------------

Old:
----
  k6-1.0.0.obscpio

New:
----
  k6-1.1.0.obscpio

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

Other differences:
------------------
++++++ k6.spec ++++++
--- /var/tmp/diff_new_pack.3XSW9W/_old  2025-06-30 14:01:57.088337436 +0200
+++ /var/tmp/diff_new_pack.3XSW9W/_new  2025-06-30 14:01:57.100337930 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           k6
-Version:        1.0.0
+Version:        1.1.0
 Release:        0
 Summary:        Modern load testing tool, using Go and JavaScript
 License:        AGPL-3.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.3XSW9W/_old  2025-06-30 14:01:57.348348141 +0200
+++ /var/tmp/diff_new_pack.3XSW9W/_new  2025-06-30 14:01:57.392349952 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/grafana/k6.git</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v1.0.0</param>
+    <param name="revision">v1.1.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.3XSW9W/_old  2025-06-30 14:01:57.588358022 +0200
+++ /var/tmp/diff_new_pack.3XSW9W/_new  2025-06-30 14:01:57.644360327 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/grafana/k6.git</param>
-              <param 
name="changesrevision">41b4984b7594a8828bfa724ae32b49c15c76b13d</param></service></servicedata>
+              <param 
name="changesrevision">0e3fb953be73a968cbbe7f98ba796515254f6ea4</param></service></servicedata>
 (No newline at EOF)
 

++++++ k6-1.0.0.obscpio -> k6-1.1.0.obscpio ++++++
++++ 214930 lines of diff (skipped)

++++++ k6.obsinfo ++++++
--- /var/tmp/diff_new_pack.3XSW9W/_old  2025-06-30 14:02:03.748611635 +0200
+++ /var/tmp/diff_new_pack.3XSW9W/_new  2025-06-30 14:02:03.752611800 +0200
@@ -1,5 +1,5 @@
 name: k6
-version: 1.0.0
-mtime: 1746527975
-commit: 41b4984b7594a8828bfa724ae32b49c15c76b13d
+version: 1.1.0
+mtime: 1750859815
+commit: 0e3fb953be73a968cbbe7f98ba796515254f6ea4
 

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/k6/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.k6.new.7067/vendor.tar.gz differ: char 31, line 2

Reply via email to