Ana Guerrero 2024-10-23 19:11:11 +00:00 committed by Git OBS Bridge
commit 2f40380327
8 changed files with 76 additions and 20 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/glasskube/glasskube</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v0.24.0</param>
<param name="revision">v0.25.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/glasskube/glasskube</param>
<param name="changesrevision">a62a1945c70aea24308d90dbd4d53ce14534a371</param></service></servicedata>
<param name="changesrevision">40c6006f197b0d8d1fb9c3b695cead1446971f6c</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:36d64230266f65c7e0f6b93e1468a0e1b4289f8da51b09ff2845175f3a4039eb
size 3306508

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:092e32427aa0dc65e8ba4207c789c447241fa0013db3b7459122670b41788d92
size 3388428

View File

@ -1,3 +1,62 @@
-------------------------------------------------------------------
Wed Oct 23 08:22:57 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 0.25.0:
* chore(main): release 0.25.0 (#1310)
* docs(website): added initial kustomize guide to website (#1303)
* feat(website): add testimonials (#1300)
* chore(deps): update dependency typescript-eslint to v8.11.0
(#1351)
* chore(deps): update dependency @eslint/js to v9.13.0 (#1350)
* feat(website): logo slider (#1299)
* chore(deps): update dependency typescript-eslint to v8.10.0
(#1348)
* docs(website): fix typo's in helm guide (#1340)
* feat(package-operator): restart dependent workloads when
package spec changes (#1331)
* fix(deps): update dependency @getcanary/web to v1.0.10 (#1343)
* chore(deps): update dependency typescript-eslint to v8.9.0
(#1342)
* fix(deps): update module sigs.k8s.io/kustomize/api to v0.18.0
(#1327)
* fix(ui): package detail header breaks when rendering (#1332)
* fix(deps): update module github.com/yuin/goldmark to v1.7.6
(#1337)
* fix(deps): update dependency @getcanary/web to v1.0.9 (#1339)
* fix(deps): update dependency
@getcanary/docusaurus-theme-search-pagefind to v1.0.2 (#1336)
* fix(deps): update dependency @getcanary/web to v1.0.8 (#1335)
* fix(deps): update dependency
@getcanary/docusaurus-theme-search-pagefind to v1.0.1 (#1334)
* docs(website): initial helm guide article (#1302)
* fix(deps): update dependency @getcanary/web to v1.0.7 (#1333)
* fix(deps): update dependency @getcanary/web to v1.0.6 (#1330)
* fix(deps): update dependency @getcanary/web to v1.0.4 (#1329)
* chore(deps): update actions/upload-artifact action to v4.4.3
(#1328)
* feat: add suspending package reconciliation and fix shell
completion (#1315)
* chore(deps): update dependency globals to v15.11.0 (#1326)
* fix(deps): update dependency @getcanary/web to v1.0.3 (#1325)
* fix(deps): update dependency @getcanary/web to v1.0.2 (#1324)
* chore(deps): update dependency typescript to v5.6.3 (#1323)
* chore(deps): update actions/upload-artifact action to v4.4.2
(#1322)
* chore(deps): update actions/cache action to v4.1.1 (#1321)
* feat(ui): combine package update and configuration (#1294)
* chore(deps): update actions/checkout digest to eef6144 (#1319)
* chore(deps): update dependency typescript-eslint to v8.8.1
(#1320)
* chore(deps): update actions/upload-artifact action to v4.4.1
(#1318)
* fix(deps): update dependency @getcanary/web to v1 (#1314)
* fix(deps): update dependency
@getcanary/docusaurus-theme-search-pagefind to v1 (#1313)
* chore(deps): update actions/cache action to v4.1.0 (#1311)
* fix(deps): update module golang.org/x/term to v0.25.0 (#1309)
* chore(deps): update dependency @eslint/js to v9.12.0 (#1312)
* fix(deps): update dependency htmx.org to v2.0.3 (#1308)
-------------------------------------------------------------------
Fri Oct 04 19:38:33 UTC 2024 - opensuse_buildservice@ojkastl.de

View File

@ -1,4 +1,4 @@
name: glasskube-cli
version: 0.24.0
mtime: 1728057174
commit: a62a1945c70aea24308d90dbd4d53ce14534a371
version: 0.25.0
mtime: 1729588338
commit: 40c6006f197b0d8d1fb9c3b695cead1446971f6c

View File

@ -16,19 +16,20 @@
#
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
%define executable_name glasskube
Name: glasskube-cli
Version: 0.24.0
Version: 0.25.0
Release: 0
Summary: The next generation Package Manager for Kubernetes
License: Apache-2.0
URL: https://github.com/glasskube/glasskube
Source: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: bash-completion
BuildRequires: fish
BuildRequires: go >= 1.20
BuildRequires: zsh
Provides: glasskube = %{version}
%description
@ -101,8 +102,8 @@ mkdir -p %{buildroot}%{_datarootdir}/fish/vendor_completions.d/
%{buildroot}/%{_bindir}/%{executable_name} completion fish > %{buildroot}%{_datarootdir}/fish/vendor_completions.d/%{executable_name}.fish
# create the zsh completion file
mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/
%{buildroot}/%{_bindir}/%{executable_name} completion zsh > %{buildroot}%{_datarootdir}/zsh_completion.d/_%{executable_name}
mkdir -p %{buildroot}%{_datarootdir}/zsh/site-functions/
%{buildroot}/%{_bindir}/%{executable_name} completion zsh > %{buildroot}%{_datarootdir}/zsh/site-functions/_%{executable_name}
%files
%doc README.md
@ -110,16 +111,12 @@ mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/
%{_bindir}/%{executable_name}
%files -n %{name}-bash-completion
%dir %{_datarootdir}/bash-completion/completions/
%{_datarootdir}/bash-completion/completions/%{executable_name}
%files -n %{name}-fish-completion
%dir %{_datarootdir}/fish
%dir %{_datarootdir}/fish/vendor_completions.d
%{_datarootdir}/fish/vendor_completions.d/%{executable_name}.fish
%files -n %{name}-zsh-completion
%dir %{_datarootdir}/zsh_completion.d/
%{_datarootdir}/zsh_completion.d/_%{executable_name}
%{_datarootdir}/zsh/site-functions/_%{executable_name}
%changelog

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6911d9ad7f4f4e18c4ed7f1c5801d34840051d0a4b7db98bb9d4382c74ff420
size 10171486
oid sha256:319604883e4b4e3b6dcbb7b52098e413ef439689c54d6bf2bb214cc5858d90d8
size 10063100