Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package flux2-cli for openSUSE:Factory 
checked in at 2023-07-06 18:28:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/flux2-cli (Old)
 and      /work/SRC/openSUSE:Factory/.flux2-cli.new.23466 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "flux2-cli"

Thu Jul  6 18:28:53 2023 rev:3 rq:1096999 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/flux2-cli/flux2-cli.changes      2023-06-09 
20:38:19.850865423 +0200
+++ /work/SRC/openSUSE:Factory/.flux2-cli.new.23466/flux2-cli.changes   
2023-07-06 18:29:01.343274485 +0200
@@ -1,0 +2,75 @@
+Wed Jul 05 14:39:30 UTC 2023 - [email protected]
+
+- Update to version 2.0.0:
+  * Bump kubectl to v1.27.3
+  * Update dependencies
+    - k8s.io/* v0.27.3
+    - github.com/fluxcd/go-git-providers v0.18.0
+    - github.com/fluxcd/pkg/git v0.12.3
+    - github.com/fluxcd/pkg/oci v0.28.0
+    - github.com/fluxcd/pkg/runtime v0.40.0
+    - github.com/fluxcd/pkg/ssa v0.28.2
+    - github.com/fluxcd/pkg/ssh v0.8.0
+    - github.com/homeport/dyff v1.5.8
+    - golang.org/x/crypto v0.10.0
+  * Update toolkit components
+  * docs: link to releases spec from website
+  * Run conformance tests for Kubernetes v1.27.3
+  * ci: group all GH action updates under the same PR
+  * ci: enable workflows for `release/**` branches
+  * ci: run backport under fluxcdbot account
+  * Link to release cadence from minor section
+  * Address review comment section titles
+  * Address release procedure review nits
+  * Address various nits
+  * Document various release procedures
+  * Apply suggestions from code review
+  * Move the release procedures to dedicated doc
+  * Add SLSA provenance to release artifacts
+  * Apply suggestions from code review
+  * Add Flux release spec
+  * Add controller release artifacts spec
+  * Add API versioning spec
+  * Add controller release spec
+  * Add shared packages release spec
+  * Cleanup internal docs
+  * Annotate errors from go-git-providers
+  * Update go-git to unreleased v5.8.0
+  * build(deps): bump docker/setup-buildx-action from 2.7.0 to
+    2.8.0
+  * build(deps): bump sigstore/cosign-installer from 3.1.0 to 3.1.1
+  * Declaratively define (and sync) labels
+  * Add backport GitHub Action workflow
+  * Add examples for resuming/suspending multiple objects
+  * Add support for passing multiple objects to suspend/resume
+    commands
+  * Set minimum supported version to Kubernetes 1.24.0
+  * Fix the `flux push` example for ECR
+  * Bump Go to 1.20 in aur deps
+  * Align go.mod version with Kubernetes (Go 1.20)
+  * RFC-0004: add section about proxy
+  * Add SLSA3 generators to release workflow Generate SLSA level 3
+    provenance attestations for the release assets and for the
+    multi-arch container images.
+  * build(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0
+  * build(deps): bump sigstore/cosign-installer from 3.0.5 to 3.1.0
+  * build(deps): bump anchore/sbom-action from 0.14.2 to 0.14.3
+  * Don't log errors with missing CRDs for "get * all" commands
+  * build(deps): bump docker/setup-buildx-action from 2.6.0 to
+    2.7.0
+  * build(deps): bump peter-evans/create-pull-request from 5.0.1 to
+    5.0.2
+  * build(deps): bump goreleaser/goreleaser-action from 4.2.0 to
+    4.3.0
+  * Use equivalent and shorter way to generate shell completions
+  * fix 'patchesJson6902' is deprecated' warning
+  * build(deps): bump docker/login-action from 2.1.0 to 2.2.0
+  * build(deps): bump docker/setup-qemu-action from 2.1.0 to 2.2.0
+  * build(deps): bump actions/checkout from 3.5.2 to 3.5.3
+  * build(deps): bump docker/setup-buildx-action from 2.5.0 to
+    2.6.0
+  * build(deps): bump github/codeql-action from 2.3.6 to 2.13.4
+  * Make `flux logs` more lenient
+  * build(deps): bump github/codeql-action from 2.3.5 to 2.3.6
+
+-------------------------------------------------------------------

Old:
----
  flux2-2.0.0~rc5.obscpio

New:
----
  flux2-2.0.0.obscpio

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

Other differences:
------------------
++++++ flux2-cli.spec ++++++
--- /var/tmp/diff_new_pack.jNl41P/_old  2023-07-06 18:29:03.575288188 +0200
+++ /var/tmp/diff_new_pack.jNl41P/_new  2023-07-06 18:29:03.579288213 +0200
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 %define repo_name flux2
-# temporarily added to accomodate pre-release versioning while making sure
-# the upstream version is preserved in the CLI
-%define raw_version 2.0.0-rc.5
 
 Name:           flux2-cli
-Version:        2.0.0~rc5
+Version:        2.0.0
 Release:        0
 Summary:        CLI for Flux2CD
 License:        Apache-2.0
@@ -44,10 +42,10 @@
 Source22:       source-controller.deployment.yaml
 Source101:      Packaging_README.md
 Source102:      download_yaml.sh
+BuildRequires:  git-core
 BuildRequires:  go >= 1.20
-BuildRequires:  kustomize
 BuildRequires:  helm
-BuildRequires:  git-core
+BuildRequires:  kustomize
 
 %description
 Flux is a tool for keeping Kubernetes clusters in sync with sources of 
configuration (like Git repositories and OCI artifacts), and automating updates 
to configuration when there is new code to deploy.
@@ -96,32 +94,32 @@
 %build
 cp %{SOURCE11} ./manifests/bases/helm-controller/
 cp %{SOURCE12} ./manifests/bases/helm-controller/
-sed -i 
's_https://github.com/fluxcd/helm-controller/releases/download/v0.34.1/__g' 
manifests/bases/helm-controller/kustomization.yaml
+sed -i 
's_https://github.com/fluxcd/helm-controller/releases/download/v0.35.0/__g' 
manifests/bases/helm-controller/kustomization.yaml
 cat manifests/bases/helm-controller/kustomization.yaml
 
 cp %{SOURCE13} ./manifests/bases/image-automation-controller/
 cp %{SOURCE14} ./manifests/bases/image-automation-controller/
-sed -i 
's_https://github.com/fluxcd/image-automation-controller/releases/download/v0.34.1/__g'
 manifests/bases/image-automation-controller/kustomization.yaml
+sed -i 
's_https://github.com/fluxcd/image-automation-controller/releases/download/v0.35.0/__g'
 manifests/bases/image-automation-controller/kustomization.yaml
 cat manifests/bases/image-automation-controller/kustomization.yaml
 
 cp %{SOURCE15} ./manifests/bases/image-reflector-controller/
 cp %{SOURCE16} ./manifests/bases/image-reflector-controller/
-sed -i 
's_https://github.com/fluxcd/image-reflector-controller/releases/download/v0.28.0/__g'
 manifests/bases/image-reflector-controller/kustomization.yaml
+sed -i 
's_https://github.com/fluxcd/image-reflector-controller/releases/download/v0.29.0/__g'
 manifests/bases/image-reflector-controller/kustomization.yaml
 cat manifests/bases/image-reflector-controller/kustomization.yaml
 
 cp %{SOURCE17} ./manifests/bases/kustomize-controller/
 cp %{SOURCE18} ./manifests/bases/kustomize-controller/
-sed -i 
's_https://github.com/fluxcd/kustomize-controller/releases/download/v1.0.0-rc.4/__g'
 manifests/bases/kustomize-controller/kustomization.yaml
+sed -i 
's_https://github.com/fluxcd/kustomize-controller/releases/download/v1.0.0/__g' 
manifests/bases/kustomize-controller/kustomization.yaml
 cat manifests/bases/kustomize-controller/kustomization.yaml
 
 cp %{SOURCE19} ./manifests/bases/notification-controller/
 cp %{SOURCE20} ./manifests/bases/notification-controller/
-sed -i 
's_https://github.com/fluxcd/notification-controller/releases/download/v1.0.0-rc.4/__g'
 manifests/bases/notification-controller/kustomization.yaml
+sed -i 
's_https://github.com/fluxcd/notification-controller/releases/download/v1.0.0/__g'
 manifests/bases/notification-controller/kustomization.yaml
 cat manifests/bases/notification-controller/kustomization.yaml
 
 cp %{SOURCE21} ./manifests/bases/source-controller/
 cp %{SOURCE22} ./manifests/bases/source-controller/
-sed -i 
's_https://github.com/fluxcd/source-controller/releases/download/v1.0.0-rc.5/__g'
 manifests/bases/source-controller/kustomization.yaml
+sed -i 
's_https://github.com/fluxcd/source-controller/releases/download/v1.0.0/__g' 
manifests/bases/source-controller/kustomization.yaml
 cat manifests/bases/source-controller/kustomization.yaml
 
 ./manifests/scripts/bundle.sh
@@ -129,7 +127,7 @@
 go build \
    -mod=vendor \
    -buildmode=pie \
-   -ldflags="-s -w -X main.VERSION=%{raw_version}" \
+   -ldflags="-s -w -X main.VERSION=%{version}" \
    -o bin/flux ./cmd/flux
 
 %install

++++++ _service ++++++
--- /var/tmp/diff_new_pack.jNl41P/_old  2023-07-06 18:29:03.663288728 +0200
+++ /var/tmp/diff_new_pack.jNl41P/_new  2023-07-06 18:29:03.667288753 +0200
@@ -3,15 +3,10 @@
     <param name="url">https://github.com/fluxcd/flux2</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v2.0.0-rc.5</param>
-    <!-- removed to accomodate pre-release versioning
+    <param name="revision">v2.0.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
-    -->
-    <param name="version">2.0.0~rc5</param>
     <param name="changesgenerate">enable</param>
-    <!--removed to accomodate pre-release versioning
     <param name="versionrewrite-pattern">v(.*)</param>
-    -->
   </service>
   <service name="set_version" mode="disabled">
     <param name="basename">flux2</param>
@@ -22,7 +17,7 @@
     <param name="compression">gz</param>
   </service>
   <service name="go_modules" mode="disabled">
-    <param name="archive">flux2-2.0.0~rc5.obscpio</param>
+    <param name="archive">flux2-2.0.0.obscpio</param>
   </service>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.jNl41P/_old  2023-07-06 18:29:03.687288875 +0200
+++ /var/tmp/diff_new_pack.jNl41P/_new  2023-07-06 18:29:03.691288900 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/fluxcd/flux2</param>
-              <param 
name="changesrevision">c0fa6e693925a146eb182b225c9431ba97e9318e</param></service></servicedata>
+              <param 
name="changesrevision">9ea0a535eab2c99121fb3ac742e333b4a9f07970</param></service></servicedata>
 (No newline at EOF)
 

++++++ flux2-2.0.0~rc5.obscpio -> flux2-2.0.0.obscpio ++++++
++++ 3562 lines of diff (skipped)

++++++ flux2.obsinfo ++++++
--- /var/tmp/diff_new_pack.jNl41P/_old  2023-07-06 18:29:03.955290521 +0200
+++ /var/tmp/diff_new_pack.jNl41P/_new  2023-07-06 18:29:03.955290521 +0200
@@ -1,5 +1,5 @@
 name: flux2
-version: 2.0.0~rc5
-mtime: 1685617490
-commit: c0fa6e693925a146eb182b225c9431ba97e9318e
+version: 2.0.0
+mtime: 1688483002
+commit: 9ea0a535eab2c99121fb3ac742e333b4a9f07970
 

++++++ helm-controller.crds.yaml ++++++
--- /var/tmp/diff_new_pack.jNl41P/_old  2023-07-06 18:29:03.991290742 +0200
+++ /var/tmp/diff_new_pack.jNl41P/_new  2023-07-06 18:29:03.995290767 +0200
@@ -624,6 +624,15 @@
                 description: Uninstall holds the configuration for Helm 
uninstall
                   actions for this HelmRelease.
                 properties:
+                  deletionPropagation:
+                    default: background
+                    description: DeletionPropagation specifies the deletion 
propagation
+                      policy when a Helm uninstall is performed.
+                    enum:
+                    - background
+                    - foreground
+                    - orphan
+                    type: string
                   disableHooks:
                     description: DisableHooks prevents hooks from running 
during the
                       Helm rollback action.

++++++ helm-controller.deployment.yaml ++++++
--- /var/tmp/diff_new_pack.jNl41P/_old  2023-07-06 18:29:04.023290938 +0200
+++ /var/tmp/diff_new_pack.jNl41P/_new  2023-07-06 18:29:04.027290963 +0200
@@ -28,7 +28,7 @@
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
-        image: fluxcd/helm-controller:v0.34.1
+        image: fluxcd/helm-controller:v0.35.0
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:

++++++ image-automation-controller.deployment.yaml ++++++
--- /var/tmp/diff_new_pack.jNl41P/_old  2023-07-06 18:29:04.067291209 +0200
+++ /var/tmp/diff_new_pack.jNl41P/_new  2023-07-06 18:29:04.071291233 +0200
@@ -28,7 +28,7 @@
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
-        image: fluxcd/image-automation-controller:v0.34.1
+        image: fluxcd/image-automation-controller:v0.35.0
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:

++++++ image-reflector-controller.deployment.yaml ++++++
--- /var/tmp/diff_new_pack.jNl41P/_old  2023-07-06 18:29:04.119291528 +0200
+++ /var/tmp/diff_new_pack.jNl41P/_new  2023-07-06 18:29:04.123291553 +0200
@@ -28,7 +28,7 @@
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
-        image: fluxcd/image-reflector-controller:v0.28.0
+        image: fluxcd/image-reflector-controller:v0.29.0
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:

++++++ kustomize-controller.deployment.yaml ++++++
--- /var/tmp/diff_new_pack.jNl41P/_old  2023-07-06 18:29:04.159291773 +0200
+++ /var/tmp/diff_new_pack.jNl41P/_new  2023-07-06 18:29:04.163291798 +0200
@@ -28,7 +28,7 @@
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
-        image: fluxcd/kustomize-controller:v1.0.0-rc.4
+        image: fluxcd/kustomize-controller:v1.0.0
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:

++++++ notification-controller.crds.yaml ++++++
--- /var/tmp/diff_new_pack.jNl41P/_old  2023-07-06 18:29:04.199292019 +0200
+++ /var/tmp/diff_new_pack.jNl41P/_new  2023-07-06 18:29:04.207292068 +0200
@@ -246,7 +246,7 @@
                   the context of the event. If a field would override one 
already
                   present on the original event as generated by the emitter, 
then
                   the override doesn't happen, i.e. the original value is 
preserved,
-                  and an error log is printed.
+                  and an info log is printed.
                 type: object
               eventSeverity:
                 default: info
@@ -659,10 +659,12 @@
             description: ProviderSpec defines the desired state of the 
Provider.
             properties:
               address:
-                description: Address specifies the HTTP/S incoming webhook 
address
-                  of this Provider.
+                description: Address specifies the endpoint, in a generic 
sense, to
+                  where alerts are sent. What kind of endpoint depends on the 
specific
+                  Provider type being used. For the generic Provider, for 
example,
+                  this is an HTTP/S address. For other Provider types this 
could be
+                  a project ID or a namespace.
                 maxLength: 2048
-                pattern: ^(http|https)://.*$
                 type: string
               certSecretRef:
                 description: CertSecretRef specifies the Secret containing a 
PEM-encoded
@@ -722,6 +724,7 @@
                 - bitbucket
                 - azuredevops
                 - googlechat
+                - googlepubsub
                 - webex
                 - sentry
                 - azureeventhub
@@ -732,6 +735,7 @@
                 - alertmanager
                 - grafana
                 - githubdispatch
+                - pagerduty
                 type: string
               username:
                 description: Username specifies the name under which events 
are posted.

++++++ notification-controller.deployment.yaml ++++++
--- /var/tmp/diff_new_pack.jNl41P/_old  2023-07-06 18:29:04.239292264 +0200
+++ /var/tmp/diff_new_pack.jNl41P/_new  2023-07-06 18:29:04.243292289 +0200
@@ -60,7 +60,7 @@
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
-        image: fluxcd/notification-controller:v1.0.0-rc.4
+        image: fluxcd/notification-controller:v1.0.0
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:

++++++ source-controller.deployment.yaml ++++++
--- /var/tmp/diff_new_pack.jNl41P/_old  2023-07-06 18:29:04.287292559 +0200
+++ /var/tmp/diff_new_pack.jNl41P/_new  2023-07-06 18:29:04.291292584 +0200
@@ -50,7 +50,7 @@
               fieldPath: metadata.namespace
         - name: TUF_ROOT
           value: /tmp/.sigstore
-        image: fluxcd/source-controller:v1.0.0-rc.5
+        image: fluxcd/source-controller:v1.0.0
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/flux2-cli/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.flux2-cli.new.23466/vendor.tar.gz differ: char 5, 
line 1

Reply via email to