Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kubefirst for openSUSE:Factory checked in at 2023-11-02 20:21:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubefirst (Old) and /work/SRC/openSUSE:Factory/.kubefirst.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubefirst" Thu Nov 2 20:21:22 2023 rev:4 rq:1121770 version:2.3.5 Changes: -------- --- /work/SRC/openSUSE:Factory/kubefirst/kubefirst.changes 2023-10-27 22:29:11.757721125 +0200 +++ /work/SRC/openSUSE:Factory/.kubefirst.new.17445/kubefirst.changes 2023-11-02 20:21:36.624145850 +0100 @@ -1,0 +2,18 @@ +Thu Nov 02 05:59:19 UTC 2023 - ka...@b1-systems.de + +- Update to version 2.3.5: + * chore: bump version (#1890) + +------------------------------------------------------------------- +Wed Nov 01 19:07:52 UTC 2023 - ka...@b1-systems.de + +- Update to version 2.3.4: + * fix: 1879 - launch up can depend on api default for + isClusterZero (#1880) + * chore: add a field for the OS for bug reports (#1882) + * chore: add an installation option for Civo Marketplace in bug + report (#1881) + * chore: remove other installation instructions as moved to the + docs (#1873) + +------------------------------------------------------------------- Old: ---- kubefirst-2.3.3.obscpio New: ---- kubefirst-2.3.5.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kubefirst.spec ++++++ --- /var/tmp/diff_new_pack.Hr57Kc/_old 2023-11-02 20:21:37.772188094 +0100 +++ /var/tmp/diff_new_pack.Hr57Kc/_new 2023-11-02 20:21:37.772188094 +0100 @@ -19,7 +19,7 @@ %define __arch_install_post export NO_BRP_STRIP_DEBUG=true Name: kubefirst -Version: 2.3.3 +Version: 2.3.5 Release: 0 Summary: CLI for the KubeFirst GitOps Infrastructure & Application Delivery Platform License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Hr57Kc/_old 2023-11-02 20:21:37.800189124 +0100 +++ /var/tmp/diff_new_pack.Hr57Kc/_new 2023-11-02 20:21:37.804189271 +0100 @@ -3,7 +3,7 @@ <param name="url">https://github.com/kubefirst/kubefirst</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v2.3.3</param> + <param name="revision">v2.3.5</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.Hr57Kc/_old 2023-11-02 20:21:37.820189861 +0100 +++ /var/tmp/diff_new_pack.Hr57Kc/_new 2023-11-02 20:21:37.824190007 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/kubefirst/kubefirst</param> - <param name="changesrevision">d39ebea43d694fead3d713e50a0981cfc90e27fc</param></service></servicedata> + <param name="changesrevision">1567ee0b66bd4e6d8d767662e075024fa277da52</param></service></servicedata> (No newline at EOF) ++++++ kubefirst-2.3.3.obscpio -> kubefirst-2.3.5.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubefirst-2.3.3/.github/ISSUE_TEMPLATE/bugs.yml new/kubefirst-2.3.5/.github/ISSUE_TEMPLATE/bugs.yml --- old/kubefirst-2.3.3/.github/ISSUE_TEMPLATE/bugs.yml 2023-10-27 01:42:14.000000000 +0200 +++ new/kubefirst-2.3.5/.github/ISSUE_TEMPLATE/bugs.yml 2023-11-01 20:52:58.000000000 +0100 @@ -48,6 +48,7 @@ - None specific - UI (Console app) - CLI + - Civo Marketplace validations: required: true - type: dropdown @@ -61,6 +62,18 @@ - GitLab validations: required: true + - type: dropdown + id: os + attributes: + label: Which Operating System? + description: Please add the architecture in the issue description. If you selected "Others", please specify in the textarea. + options: + - macOS + - Linux + - Windows + - Other + validations: + required: true - type: textarea id: issue attributes: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubefirst-2.3.3/build/README.md new/kubefirst-2.3.5/build/README.md --- old/kubefirst-2.3.3/build/README.md 2023-10-27 01:42:14.000000000 +0200 +++ new/kubefirst-2.3.5/build/README.md 1970-01-01 01:00:00.000000000 +0100 @@ -1,70 +0,0 @@ -# Overview - -kubefirst CLI installation options. - -- [macOS with Homebrew](#macos-with-homebrew) -- [macOS or Linux with asdf](#macos-or-linux-with-asdf) -- [Linux Manual Installation](#linux-manual-installation) - -If you ran into any issues, please let us know in the #helping-hands channel on our [Slack community](https://kubefirst.io/slack), or by [creating an issue](https://github.com/kubefirst/kubefirst/issues/new?assignees=&labels=bug&projects=&template=bugs.yml). - -## macOS with Homebrew - -```bash -brew install kubefirst/tools/kubefirst -``` - -```bash -kubefirst help -``` - -## macOS or Linux with asdf - -> Not maintained by kubefirst - -It's best to run the latest version of kubefirst but if you already have asdf setup and prefer to use it, there is a [kubefirst plugin](](https://github.com/Claywd/asdf-kubefirst)) available to get kubefirst installed and running quickly with [asdf](https://asdf-vm.com/). Installation instructions for asdf are [here](https://asdf-vm.com/guide/getting-started.html). - -Once you have asdf installed, just run the following commands to install the kubefirst plugin: - -```shell -asdf plugin-add kubefirst https://github.com/Claywd/asdf-kubefirst.git -asdf install kubefirst latest -asdf global kubefirst latest -kubefirst version -``` - -## Linux Manual Installation - -You can download the latest build for your architecture from the [releases page](https://github.com/kubefirst/kubefirst/releases). Alternatively, you can follow these instructions. - -First, you need to get the latest version of kubefirst by running this command which will set an environment variable we'll use later: - -```shell -export KUBEFIRST_VERSION=`curl https://github.com/kubefirst/kubefirst/releases/latest -Ls -o /dev/null -w %{url_effective} | grep -oE "[^/]+$"` -``` - -Secondly, we need to define the architecture of your computer. - -```shell -export ARCH=`/usr/bin/arch | sed 's/aarch64/arm64/'` -``` - -Lastly, we build the URL for downloading the right binary for your computer architecture. - -```shell -export BINARY_URL="https://github.com/kubefirst/kubefirst/releases/download/${KUBEFIRST_VERSION}/kubefirst_${KUBEFIRST_VERSION:1}_linux_${ARCH}.tar.gz" -``` - -Now we can download the file, extract it, and ensure it's executable. You may need to use `sudo` for the `tar` or `chmod`` command. - -```shell -curl -L $BINARY_URL -o kubefirst.tar.gz && \ -tar --overwrite -xvf kubefirst.tar.gz -C /usr/local/bin/ kubefirst && \ -chmod +x /usr/local/bin/kubefirst -``` - -Now you can run `kubefirst`. - -```shell -kubefirst version -``` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubefirst-2.3.3/internal/launch/cmd.go new/kubefirst-2.3.5/internal/launch/cmd.go --- old/kubefirst-2.3.3/internal/launch/cmd.go 2023-10-27 01:42:14.000000000 +0200 +++ new/kubefirst-2.3.5/internal/launch/cmd.go 2023-11-01 20:52:58.000000000 +0100 @@ -362,10 +362,6 @@ "--set", "console.ingress.createTraefikRoute=true", "--set", - "kubefirst-api.env[0].name=IS_CLUSTER_ZERO", - "--set", - "kubefirst-api.env[0].value='true'", - "--set", fmt.Sprintf("global.kubefirstVersion=%s", configs.K1Version), "--set", "global.cloudProvider=k3d", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubefirst-2.3.3/internal/launch/constants.go new/kubefirst-2.3.5/internal/launch/constants.go --- old/kubefirst-2.3.3/internal/launch/constants.go 2023-10-27 01:42:14.000000000 +0200 +++ new/kubefirst-2.3.5/internal/launch/constants.go 2023-11-01 20:52:58.000000000 +0100 @@ -11,7 +11,7 @@ helmChartName = "kubefirst" helmChartRepoName = "kubefirst" helmChartRepoURL = "https://charts.kubefirst.com" - helmChartVersion = "2.3.3" + helmChartVersion = "2.3.5" namespace = "kubefirst" secretName = "kubefirst-initial-secrets" ) ++++++ kubefirst.obsinfo ++++++ --- /var/tmp/diff_new_pack.Hr57Kc/_old 2023-11-02 20:21:38.004196631 +0100 +++ /var/tmp/diff_new_pack.Hr57Kc/_new 2023-11-02 20:21:38.008196778 +0100 @@ -1,5 +1,5 @@ name: kubefirst -version: 2.3.3 -mtime: 1698363734 -commit: d39ebea43d694fead3d713e50a0981cfc90e27fc +version: 2.3.5 +mtime: 1698868378 +commit: 1567ee0b66bd4e6d8d767662e075024fa277da52 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/kubefirst/vendor.tar.gz /work/SRC/openSUSE:Factory/.kubefirst.new.17445/vendor.tar.gz differ: char 5, line 1