Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pluto for openSUSE:Factory checked 
in at 2025-06-18 15:57:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pluto (Old)
 and      /work/SRC/openSUSE:Factory/.pluto.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pluto"

Wed Jun 18 15:57:56 2025 rev:52 rq:1286503 version:5.21.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/pluto/pluto.changes      2025-05-30 
17:24:52.434136197 +0200
+++ /work/SRC/openSUSE:Factory/.pluto.new.19631/pluto.changes   2025-06-18 
16:03:18.341935150 +0200
@@ -1,0 +2,6 @@
+Wed Jun 18 04:28:31 UTC 2025 - Johannes Kastl 
<opensuse_buildserv...@ojkastl.de>
+
+- Update to version 5.21.8:
+  * Fixing issues (#568)
+
+-------------------------------------------------------------------

Old:
----
  pluto-5.21.7.obscpio

New:
----
  pluto-5.21.8.obscpio

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

Other differences:
------------------
++++++ pluto.spec ++++++
--- /var/tmp/diff_new_pack.dNzRGc/_old  2025-06-18 16:03:19.145968433 +0200
+++ /var/tmp/diff_new_pack.dNzRGc/_new  2025-06-18 16:03:19.145968433 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           pluto
-Version:        5.21.7
+Version:        5.21.8
 Release:        0
 Summary:        A cli tool to help discover deprecated apiVersions in 
Kubernetes
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.dNzRGc/_old  2025-06-18 16:03:19.177969757 +0200
+++ /var/tmp/diff_new_pack.dNzRGc/_new  2025-06-18 16:03:19.181969923 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/FairwindsOps/pluto</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v5.21.7</param>
+    <param name="revision">v5.21.8</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.dNzRGc/_old  2025-06-18 16:03:19.201970751 +0200
+++ /var/tmp/diff_new_pack.dNzRGc/_new  2025-06-18 16:03:19.205970917 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/FairwindsOps/pluto</param>
-              <param 
name="changesrevision">36af4af118b8c9b218e329d020926051159fee61</param></service></servicedata>
+              <param 
name="changesrevision">a2cd5c3a6161456c00b3105411493b0900d4da0e</param></service></servicedata>
 (No newline at EOF)
 

++++++ pluto-5.21.7.obscpio -> pluto-5.21.8.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pluto-5.21.7/.circleci/config.yml 
new/pluto-5.21.8/.circleci/config.yml
--- old/pluto-5.21.7/.circleci/config.yml       2025-05-28 00:14:22.000000000 
+0200
+++ new/pluto-5.21.8/.circleci/config.yml       2025-06-17 13:59:11.000000000 
+0200
@@ -8,7 +8,7 @@
 executors:
   golang-exec:
     docker:
-      - image: cimg/go:1.24
+      - image: cimg/go:1.24.4
 
 references:
   e2e_config: &e2e_config
@@ -48,7 +48,7 @@
   test:
     working_directory: /home/circleci/go/src/github.com/fairwindsops/pluto
     docker:
-      - image: cimg/go:1.24
+      - image: cimg/go:1.24.4
     steps:
       - checkout
       - run: go mod download && go mod verify
@@ -58,7 +58,7 @@
     resource_class: large
     shell: /bin/bash
     docker:
-      - image: goreleaser/goreleaser:v2.9.0
+      - image: goreleaser/goreleaser:v2.10.2
         environment:
           GO111MODULE: "on"
     steps:
@@ -79,7 +79,7 @@
     working_directory: /home/circleci/go/src/github.com/fairwindsops/pluto
     resource_class: large
     docker:
-      - image: goreleaser/goreleaser:v2.9.0
+      - image: goreleaser/goreleaser:v2.10.2
     steps:
       - checkout
       - setup_remote_docker
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pluto-5.21.7/.github/ISSUE_TEMPLATE/bug.yaml 
new/pluto-5.21.8/.github/ISSUE_TEMPLATE/bug.yaml
--- old/pluto-5.21.7/.github/ISSUE_TEMPLATE/bug.yaml    1970-01-01 
01:00:00.000000000 +0100
+++ new/pluto-5.21.8/.github/ISSUE_TEMPLATE/bug.yaml    2025-06-17 
13:59:11.000000000 +0200
@@ -0,0 +1,58 @@
+name: Bug Report
+description: File a bug report
+labels: [bug, triage]
+body:
+  - type: markdown
+    attributes:
+      value: |
+        Thanks for taking the time to fill out this bug report! Please fill 
the form below.
+  - type: textarea
+    id: what-happened
+    attributes:
+      label: What happened?
+      description: What happened?
+    validations:
+      required: true
+  - type: textarea
+    id: expected
+    attributes:
+      label: What did you expect to happen?
+      description: What is the expected or desired behavior?
+    validations:
+      required: true
+  - type: textarea
+    id: reproducible
+    attributes:
+      label: How can we reproduce this?
+      description: Please share the steps that we can take to reproduce this. 
Also include any relevant configuration.
+    validations:
+      required: true
+  - type: input
+    id: version
+    attributes:
+      label: Version
+      description: The version of the tool that you are using. If a helm 
chart, please share the name of the chart.
+    validations:
+      required: true
+  - type: checkboxes
+    id: search
+    attributes:
+      label: Search
+      options:
+        - label: I did search for other open and closed issues before opening 
this.
+          required: true
+  - type: checkboxes
+    id: terms
+    attributes:
+      label: Code of Conduct
+      description: By submitting this issue, you agree to follow the 
CODE_OF_CONDUCT in this repository.
+      options:
+        - label: I agree to follow this project's Code of Conduct
+          required: true
+  - type: textarea
+    id: ctx
+    attributes:
+      label: Additional context
+      description: Anything else you would like to add
+    validations:
+      required: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pluto-5.21.7/.github/ISSUE_TEMPLATE/feature_request.md 
new/pluto-5.21.8/.github/ISSUE_TEMPLATE/feature_request.md
--- old/pluto-5.21.7/.github/ISSUE_TEMPLATE/feature_request.md  1970-01-01 
01:00:00.000000000 +0100
+++ new/pluto-5.21.8/.github/ISSUE_TEMPLATE/feature_request.md  2025-06-17 
13:59:11.000000000 +0200
@@ -0,0 +1,20 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: [triage, enhancement]
+assignees: ''
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always 
frustrated when [...]
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features 
you've considered.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pluto-5.21.7/.github/ISSUE_TEMPLATE/other.md 
new/pluto-5.21.8/.github/ISSUE_TEMPLATE/other.md
--- old/pluto-5.21.7/.github/ISSUE_TEMPLATE/other.md    1970-01-01 
01:00:00.000000000 +0100
+++ new/pluto-5.21.8/.github/ISSUE_TEMPLATE/other.md    2025-06-17 
13:59:11.000000000 +0200
@@ -0,0 +1,8 @@
+---
+name: Other
+about: For misc. tasks like research or continued conversation
+title: ''
+labels: [triage]
+assignees: ''
+
+---
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pluto-5.21.7/.github/dependabot.yml 
new/pluto-5.21.8/.github/dependabot.yml
--- old/pluto-5.21.7/.github/dependabot.yml     1970-01-01 01:00:00.000000000 
+0100
+++ new/pluto-5.21.8/.github/dependabot.yml     2025-06-17 13:59:11.000000000 
+0200
@@ -0,0 +1,20 @@
+## DO NOT EDIT - Managed by Terraform
+version: 2
+updates:
+  - package-ecosystem: "docker"
+    directory: "/"
+    schedule:
+      interval: "weekly"
+
+  - package-ecosystem: "npm"
+    directory: "/docs"
+    schedule:
+      interval: "weekly"
+    open-pull-requests-limit: 0
+    ignore:
+      - dependency-name: "*"
+
+  - package-ecosystem: "gomod"
+    directory: "/"
+    schedule:
+      interval: "weekly"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pluto-5.21.7/.github/pull_request_template.md 
new/pluto-5.21.8/.github/pull_request_template.md
--- old/pluto-5.21.7/.github/pull_request_template.md   1970-01-01 
01:00:00.000000000 +0100
+++ new/pluto-5.21.8/.github/pull_request_template.md   2025-06-17 
13:59:11.000000000 +0200
@@ -0,0 +1,14 @@
+
+This PR fixes #
+
+## Checklist
+* [ ] I have signed the CLA
+* [ ] I have updated/added any relevant documentation
+
+## Description
+### What's the goal of this PR?
+
+### What changes did you make?
+
+### What alternative solution should we consider, if any?
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pluto-5.21.7/.github/workflows/github-action-test.yml 
new/pluto-5.21.8/.github/workflows/github-action-test.yml
--- old/pluto-5.21.7/.github/workflows/github-action-test.yml   1970-01-01 
01:00:00.000000000 +0100
+++ new/pluto-5.21.8/.github/workflows/github-action-test.yml   2025-06-17 
13:59:11.000000000 +0200
@@ -0,0 +1,17 @@
+name: Test github action
+
+on: [push, pull_request]
+
+jobs:
+  action:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v2
+
+      - name: Download pluto
+        uses: ./github-action
+
+      - name: Pluto exists?
+        run: |
+          pluto version
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pluto-5.21.7/.github/workflows/stale.yml 
new/pluto-5.21.8/.github/workflows/stale.yml
--- old/pluto-5.21.7/.github/workflows/stale.yml        1970-01-01 
01:00:00.000000000 +0100
+++ new/pluto-5.21.8/.github/workflows/stale.yml        2025-06-17 
13:59:11.000000000 +0200
@@ -0,0 +1,18 @@
+name: 'Close stale issues and PRs'
+on:
+  schedule:
+    - cron: '32 1 * * *'
+
+permissions:
+  issues: write
+  pull-requests: write
+
+jobs:
+  stale:
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/stale@v4
+        with:
+          exempt-issue-labels: pinned
+          stale-pr-label: stale
+          stale-issue-label: stale
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pluto-5.21.7/.gitignore new/pluto-5.21.8/.gitignore
--- old/pluto-5.21.7/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/pluto-5.21.8/.gitignore 2025-06-17 13:59:11.000000000 +0200
@@ -0,0 +1,17 @@
+vendor
+
+# Output of the go coverage tool
+*.out
+cover-report.html
+coverage.txt
+cover.html
+
+/pluto
+pkged.go
+
+node_modules
+/dist
+
+orb.yml
+venom.*.log
+docs/README.md
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pluto-5.21.7/Dockerfile new/pluto-5.21.8/Dockerfile
--- old/pluto-5.21.7/Dockerfile 2025-05-28 00:14:22.000000000 +0200
+++ new/pluto-5.21.8/Dockerfile 2025-06-17 13:59:11.000000000 +0200
@@ -1,4 +1,4 @@
-FROM alpine:3.21
+FROM alpine:3.22
 
 LABEL org.opencontainers.image.authors="FairwindsOps, Inc." \
       org.opencontainers.image.vendor="FairwindsOps, Inc." \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pluto-5.21.7/go.mod new/pluto-5.21.8/go.mod
--- old/pluto-5.21.7/go.mod     2025-05-28 00:14:22.000000000 +0200
+++ new/pluto-5.21.8/go.mod     2025-06-17 13:59:11.000000000 +0200
@@ -1,8 +1,6 @@
 module github.com/fairwindsops/pluto/v5
 
-go 1.24.0
-
-toolchain go1.24.1
+go 1.24.4
 
 require (
        github.com/olekukonko/tablewriter v0.0.5

++++++ pluto.obsinfo ++++++
--- /var/tmp/diff_new_pack.dNzRGc/_old  2025-06-18 16:03:19.393978699 +0200
+++ /var/tmp/diff_new_pack.dNzRGc/_new  2025-06-18 16:03:19.397978864 +0200
@@ -1,5 +1,5 @@
 name: pluto
-version: 5.21.7
-mtime: 1748384062
-commit: 36af4af118b8c9b218e329d020926051159fee61
+version: 5.21.8
+mtime: 1750161551
+commit: a2cd5c3a6161456c00b3105411493b0900d4da0e
 

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/pluto/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.pluto.new.19631/vendor.tar.gz differ: char 131, 
line 1

Reply via email to