Johannes Kastl 2024-10-04 19:45:00 +00:00 committed by Git OBS Bridge
commit b9abc7294f
10 changed files with 298 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

23
_service Normal file
View File

@ -0,0 +1,23 @@
<services>
<service name="obs_scm" mode="manual">
<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="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="filename">glasskube-cli</param>
</service>
<service name="set_version" mode="manual">
</service>
<service name="go_modules" mode="manual">
</service>
<!-- services below are running at buildtime -->
<service name="tar" mode="buildtime">
</service>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>

4
_servicedata Normal file
View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:818140f8f4f2e9c34b38f83e6ae278dac7b58e2eb7760d240a7a177957f5da0f
size 3304460

View File

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

109
glasskube-cli.changes Normal file
View File

@ -0,0 +1,109 @@
-------------------------------------------------------------------
Fri Oct 04 19:38:33 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 0.24.0:
* chore(main): release 0.24.0 (#1298)
* feat(package-operator): add "well-known" label field specs
(#1305)
* fix(deps): update module github.com/schollz/progressbar/v3 to
v3.16.1 (#1304)
* chore(deps): update dependency eslint-plugin-react to v7.37.1
(#1296)
* chore(deps): update dependency eslint-plugin-import to v2.31.0
(#1301)
* fix(ui): clear previous modal content (#1292)
* chore(deps): update dependency globals to v15.10.0 (#1297)
-------------------------------------------------------------------
Wed Oct 02 05:37:49 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 0.23.0:
* chore(main): release 0.23.0 (#1285)
* fix(package-operator): add auth support for relative manifest
urls in package.yaml (#1295)
* fix(deps): update module
github.com/fluxcd/source-controller/api to v1.4.1 (#1281)
* feat: make auto update changeable on UI and show hint (#1291)
* fix(deps): update module github.com/fluxcd/helm-controller/api
to v1.1.0 (#1287)
* chore(deps): update dependency typescript-eslint to v8.8.0
(#1293)
* docs(website): fix typo in website (#1290)
* feat: show conflicts at package update (#1282)
* chore(docs): fix architecture diagram in readme (#1289)
* chore(deps): update dependency eslint-plugin-react to v7.37.0
(#1288)
* fix: avoid dependency errors during uninstallation (#1284)
* feat: show package components (#1283)
-------------------------------------------------------------------
Wed Oct 02 05:34:10 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 0.22.0:
* chore(main): release 0.22.0 (#1230)
* feat(ui): improve package detail page (#1253)
* chore(website): fix broken links (#1280)
* docs: use a mermaid diagram for the dependency management
algorithm (#1270)
* docs(website): fix link to package configuration design
documentation in guides (#1279)
* fix: consider metadata when calculating max version (#1276)
* fix(ui): add text-break inside toast-body (#1278)
* fix(deps): update dependency
@getcanary/docusaurus-theme-search-pagefind to ^0.0.15 (#1271)
* fix(deps): update module github.com/schollz/progressbar/v3 to
v3.16.0 (#1272)
* chore(deps): update dependency typescript-eslint to v8.7.0
(#1275)
* chore(deps): update dependency @eslint/js to v9.11.1 (#1274)
* docs(website): fix cert-manager typo (#1273)
* chore: add docusaurus config to release please for automatic
banner updates (#1268)
* chore(deps): update actions/setup-node digest to 0a44ba7
(#1255)
* fix: dependency manager uses given repository if known (#1259)
* chore(deps): update dependency esbuild to v0.24.0 (#1269)
* docs(website): improve wording (#1267)
* docs(website): rename cta (#1266)
* docs(website): improve website wording (#1265)
* chore(deps): update dependency @eslint/js to v9.11.0 (#1263)
* fix(deps): update dependency @glasskube/theme to v0.1.2 (#1254)
* chore(deps): update actions/setup-node action to v4.0.4 (#1256)
* fix(ui): reopen strategy for portforwardings (#1248)
* fix(ui): use hardcoded giscus backlink (#1252)
* fix(ui): error installing clusterpackage (#1247)
* fix: increase resilience in case of broken repositories (#1237)
* fix(deps): update module github.com/posthog/posthog-go to
v1.2.24 (#1244)
* feat(ui): create namespace at installation (#1246)
* chore(deps): update dependency typescript-eslint to v8.6.0
(#1245)
* chore(deps): update dependency eslint to v8.57.1 (#1243)
* feat(cli): create namespace if necessary when installing a
package (#1131)
* fix(deps): update module github.com/posthog/posthog-go to
v1.2.22 (#1241)
* fix(deps): update dependency @getcanary/web to ^0.0.106 (#1239)
* fix(deps): update module github.com/schollz/progressbar/v3 to
v3.15.0 (#1240)
* fix(deps): update dependency
@getcanary/docusaurus-theme-search-pagefind to ^0.0.14 (#1238)
* docs: fix spelling errors on website and README (#1236)
* fix(deps): update fontsource monorepo to v5.1.0 (#1231)
* feat(cli): unify value config flags and add support for
`--value` with `--use-default` (#1232)
* docs(website): added link to package scope section of the
launch blog (#1234)
* chore(deps): update dependency eslint-plugin-react to v7.36.1
(#1233)
* docs(website): added package scopes page to docs (#1226)
* chore(deps): update dependency eslint-plugin-react to v7.36.0
(#1229)
* fix(deps): update kubernetes packages to v0.31.1 (#1228)
* fix(deps): update dependency @getcanary/web to ^0.0.105 (#1227)
-------------------------------------------------------------------
Mon Sep 23 11:53:17 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- new package glasskube-cli: CLI for the Glasskube next generation
Package Manager for Kubernetes

4
glasskube-cli.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: glasskube-cli
version: 0.24.0
mtime: 1728057174
commit: a62a1945c70aea24308d90dbd4d53ce14534a371

125
glasskube-cli.spec Normal file
View File

@ -0,0 +1,125 @@
#
# spec file for package glasskube-cli
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
%define executable_name glasskube
Name: glasskube-cli
Version: 0.24.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: go >= 1.20
Provides: glasskube = %{version}
%description
Glasskube is an Open Source package manager for Kubernetes. It makes deploying,
updating, and configuring packages on Kubernetes 20 times faster than tools
like Helm or Kustomize. Inspired by the simplicity of Homebrew and npm. You can
decide if you want to use the Glasskube UI, CLI, or directly deploy packages
via GitOps.
%package -n %{name}-bash-completion
Summary: Bash Completion for %{name}
Group: System/Shells
Requires: %{name} = %{version}
Requires: bash-completion
Supplements: (%{name} and bash-completion)
BuildArch: noarch
%description -n %{name}-bash-completion
Bash command line completion support for %{name}.
%package -n %{name}-fish-completion
Summary: Fish Completion for %{name}
Group: System/Shells
Requires: %{name} = %{version}
Supplements: (%{name} and fish)
BuildArch: noarch
%description -n %{name}-fish-completion
Fish command line completion support for %{name}.
%package -n %{name}-zsh-completion
Summary: Zsh Completion for %{name}
Group: System/Shells
Requires: %{name} = %{version}
Supplements: (%{name} and zsh)
BuildArch: noarch
%description -n %{name}-zsh-completion
zsh command line completion support for %{name}.
%prep
%autosetup -p 1 -a 1
%build
# hash will be shortened by COMMIT_HASH:0:8 later
COMMIT_HASH="$(sed -n 's/commit: \(.*\)/\1/p' %_sourcedir/%{name}.obsinfo)"
DATE_FMT="+%%Y-%%m-%%dT%%H:%%M:%%SZ"
BUILD_DATE=$(date -u -d "@${SOURCE_DATE_EPOCH}" "${DATE_FMT}" 2>/dev/null || date -u -r "${SOURCE_DATE_EPOCH}" "${DATE_FMT}" 2>/dev/null || date -u "${DATE_FMT}")
go build \
-mod=vendor \
-buildmode=pie \
-ldflags=" \
-X github.com/glasskube/glasskube/internal/config.Version=v%{version} \
-X github.com/glasskube/glasskube/internal/config.Commit=${COMMIT_HASH:0:8} \
-X github.com/glasskube/glasskube/internal/config.Date=${BUILD_DATE}" \
-o bin/%{executable_name} ./cmd/glasskube
%install
# Install the binary.
install -D -m 0755 bin/%{executable_name} %{buildroot}/%{_bindir}/%{executable_name}
# create the bash completion file
mkdir -p %{buildroot}%{_datarootdir}/bash-completion/completions/
%{buildroot}/%{_bindir}/%{executable_name} completion bash > %{buildroot}%{_datarootdir}/bash-completion/completions/%{executable_name}
# create the fish completion file
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}
%files
%doc README.md
%license LICENSE
%{_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}
%changelog

3
vendor.tar.gz Normal file
View File

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