Releases: sikalabs/slu
Releases · sikalabs/slu
v0.88.0
Changelog
- aea1313 chore(deps): Bump github.com/cloudflare/circl from 1.6.0 to 1.6.1
- ef95245 feat(scripts/install_sli): Get asset ID from Github API
- 67bdb7c feat(pkg/tools/mon): unify subjects
- 6061fa4 feat(pkg/tools/mon): Reorder free vs used space in the notifications
- 38bf8af feat(pkg/tools/mon): Add Telegram notifications
- b743549 feat(utils/telegram_utils): Create TelegramSendMessageMarkdown
- 33a2fbe feat(pkg/tools/mon): Add simple email alerting
- eb8d2ab feat(pkd/tools/mon): Add MonConfig stuct
- 4f65241 feat(pkg/tools/mon): Add formated values to DiskUsage struct
- 43b26c3 feat(gitignore): Ignore *.local.yaml
- 53f4f35 feat(pkg/toos/mon): Add simple disk stats (without alerting yet)
- e3ef035 feat(cmd/tools/mon): Add flag --sleep
- 0fc6477 feat(cmd/tools/mon): Create slu tools mon
- 4d42580 feat(pkg/tools/mon): Create mon.Mon function prepared for monitoring implementation
- 8e7973e feat(cmd/tools): Create subcommand for build in tools (like mon)
- 4fabafb feat(cmd/scripts/install_sli): Add flag --os
- 1ac7018 feat(cmd/scripts/install_sli): Add slu s install-sli (sikalabs internal utils)
- 76bcdb1 feat(utils): Add headers support to download utils
- 2338cc4 feat(cmd/kdev): Add --detached flag to run in detached mode
- fe2d3b8 feat(cmd/time/parse): Add unix time parser
- 62a1d26 feat(cmd/time/now): Add slu time now which prints out time in vrious formats
- d9fa244 feat(cmd/kdev): Add flag --dry-run
- ffe1768 cleanup(cmd/kdev): remove unused flag variable
- 8e98a72 chore(deps): Bump github.com/prometheus/client_golang
- 9b5d4e2 chore(deps): Bump google.golang.org/api from 0.231.0 to 0.235.0
- 2a0d9c9 chore(deps): Bump github.com/argoproj/argo-cd/v3 from 3.0.4 to 3.0.5
- e4c38b3 chore(deps): Bump gorm.io/driver/postgres from 1.5.11 to 1.6.0
v0.87.0
Changelog
- e03ac8a feat(slack): Add Slack group with send-notification command
- f199301 fix(cmd/install_bin): Fix helm install #162
- b5ae8a4 feat(cmd/install_bin): Add kube-score #318
- 1945151 feat(Dockerfile): Add Dockerfile with go build
- 8805898 feat(cmd/up): Add go run .
- b06833f fix(cmd/up): fix typo in checkGoRunMainGO
- eac62fc fix(cmd/up): Check also compose.yaml if checking docker compose
- 5b17e40 feat(cmd/github/latest_commit): Add util to get lastest commit from github master/main branch (with --short option)
- 475f507 feat(utils/github_utils): Add GetLatestCommitE
- e9ee381 feat(cmd/loggen): Add flag --limit, by default no limit
- b819818 chore(deps): Bump github.com/argoproj/argo-cd/v3 from 3.0.3 to 3.0.4
- a707083 feat(cmd/scripts/do_sl_training_otp): Add OTP for read-only user in SikaLabs Training DigitalOcean
- 60f1364 feat(cmd/install_bin): Add asdf (github.com/asdf-vm/asdf)
- 38ffd53 feat(cmd/ondrejsika/desktop_cleanup): Add flag --no-docker-prune
- 1c61d21 feat(cmd/install_bin): Add terragrunt
- e93610a feat(cmd/ddev): Use ghcr.io/sikalabs/dev from GHCR instead of Docker Hub
- cb08c79 feat(cmd/kdev): Use ghcr.io/sikalabs/dev from GHCR instead of Docker Hub
- 88f4302 feat(cmd/scripts/create_k3d_cluster): Create shortcut for k3d create cluster with ingress and cert-manager
- 553bb6c feat(cmd/install_bin): Add k3d
- 4363878 feat(deps): Update github.com/olekukonko/tablewriter to v1.0.6
v0.86.0
Changelog
- 63e51e4 feat(cmd/ondrejsika/desktop_cleanup): Run rm section before sh section (rm -rf before docker system prune)
- ac015a5 chore(deps): Bump github.com/redis/go-redis/v9 from 9.7.1 to 9.7.3
- 49476f9 chore(deps): go mod tidy
- 3fa121a feat(cmd/rke2/crictl): Log go exec error
- df3b7b5 feat(deps): Update k8s deps to v0.32.1 (from v0.24.0) and argocd to v3 (from v2)
- f2f547f feat(cmd/install_bin): Add ondrejsika/master to slu ib
- c251b7b feat(git_utils): Add -a -m to TagNextCalver
- d585dc8 feat(cmd/rke2/cleanup_images): Add RKE2 crictl rmi -a shortcut
- 1f0ce57 feat(cmd/rke2/crictl): Add RKE2 crictl
- 7467bff feat(cmd/kdev): Add --node flag to slu kdev
- 7254e1b feat(cmd/install_bin): Add counter (ondrejsika/counter) to slu install-bin
- f641a33 feat(cmd/install_bin): Add dogsay to slu install-bin
- 2b79372 feat(cmd/k8s/run_cron_job): Add simple trigger to run cron job now
- 685213d fix(cmd/telegram/get_chat_id): typo created by github copilot
- 4510c75 feat(cmd/ondrejsika/dogsay): Add slu os dogsay
- ca5b2c9 feat(cmd/telegram/get_chat_id): Load token also from env TELEGRAM_BOT_TOKEN
- facaf7d feat(cmd/telegram/get_chat_id): Add flag --send-to-chat
- c984019 feat(telegram_utils): Add func TelegramSendMessage
- a8daf1b feat(cmd/telegram/get_chat_id): Create slu telegram get-chat-id
- 51a1c59 feat(telegram_utils): Create Telegram utils with func TelegramGetLastChatID
- 6570fb6 feat(cmd/telegram): Create slu telegram for Telegram utils
- a1cc337 chore(deps): Bump github.com/digitalocean/godo from 1.136.0 to 1.145.0
- b3f8a72 chore(deps): Bump google.golang.org/api from 0.204.0 to 0.231.0
- 039ab37 chore(deps): Bump golang.org/x/text from 0.23.0 to 0.24.0
- 1951d6d chore(deps): Bump golang.org/x/oauth2 from 0.25.0 to 0.29.0
- 174a1a3 chore(deps): Bump github.com/spf13/cobra from 1.8.1 to 1.9.1
v0.85.0
Changelog
- 9ad8ec7 feat(goreleaser): fix deprectaion warning in archives
- df83785 feat(file_templates/go_cli_project): Upgrade .goreleaser.yml for Goreleaser version 2
- 282bd77 feat(go_cli_project/files): Update Go version and dependencies
- fd56b60 chore(deps): Bump golang.org/x/net from 0.37.0 to 0.38.0
- e46aa54 feat(install_bin): Add rclone to slu ib
- 7463f59 feat(latest_version_go): Move type to getLatestVersionOfGoOrDie
- 38ec8c3 feat(cmd/scripts/latest_version_go): Simple script which returns latest verson of Go from https://go.dev/dl/?mode=json
- 0fd406b chore(deps): Bump github.com/coreos/go-oidc
- 0061554 chore(deps): Bump github.com/k0sproject/rig from 0.19.0 to 0.20.0
- cd12999 chore(deps): Bump github.com/hashicorp/vault/api from 1.15.0 to 1.16.0
- 3a1f548 chore(deps): Bump github.com/go-git/go-git/v5 from 5.13.2 to 5.14.0
- 3603a3d chore(deps): Bump github.com/cloudflare/cloudflare-go
- 7e03b4a chore(deps): Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2
- 13083a5 chore(deps): Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2
- 677db16 chore(deps): Bump golang.org/x/net from 0.34.0 to 0.36.0
- 5cee0d8 feat(cmd/jwt/validate): Create JWT validator
- 3710956 feat(jwt_utils): Add ValidateJWT method
- 3d55b3b feat(cmd/jwt/parse): Add JWT parser util
- 413fc90 feat(jwt_utils): Create JWT utils with method ParseJWT(string)
- f84eb4c feat(utils/stdin_utils): Create method ReadFromPipeOrDie() string
- 837f9f9 feat(cmd/jwt): Add
slu jwt
for JWT utils - df1bc86 chore(deps): Bump github.com/prometheus/client_golang
- d1e0cae chore(deps): Bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4
- 5ee4e88 chore(deps): Bump github.com/getsentry/sentry-go from 0.30.0 to 0.31.1
- 977806e chore(deps): Bump github.com/go-jose/go-jose/v4 from 4.0.1 to 4.0.5
- 9f8a768 chore(deps): Bump gorm.io/driver/mysql from 1.5.4 to 1.5.7
v0.85.0-dev-1
Changelog
- c5b273b feat(cmd/vault/create_env_file): Quote values in .env file
v0.84.0
Changelog
- 98b03df feat(cmd/vault/create_env_file): Add support for extra headers (for Cloudflare Access)
- bc1d9cb chore(deps): Bump github.com/digitalocean/godo from 1.129.0 to 1.136.0
- 26f1e2b chore(deps): Bump github.com/aws/aws-sdk-go from 1.55.5 to 1.55.6
- cf97a2d chore(deps): Bump github.com/go-git/go-git/v5 from 5.13.0 to 5.13.2
- bd530f8 chore(deps): Bump golang.org/x/sys from 0.28.0 to 0.30.0
- dc43428 chore(deps): Bump github.com/rs/zerolog from 1.32.0 to 1.33.0
- b73acc0 feat(cmd/web_server/iceland_fullscreen): Add simple webserver with full screen photo of Iceland
- 4d4d358 feat(printiceland): Add also Free Camp photo from 2022
- f1b1be2 chore(go.mod): update github.com/ondrejsika/go-iceland to v0.2.0
- 243b187 feat(utils/digitalocean_utils): List with 200 objects per page
- 09b4a21 chore(deps): Bump github.com/k0sproject/rig from 0.18.8 to 0.19.0
- f6643c0 chore(deps): Bump golang.org/x/oauth2 from 0.23.0 to 0.25.0
- 7be9271 chore(deps): Bump gorm.io/driver/sqlite from 1.5.6 to 1.5.7
- 4412ac6 chore(deps): Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0
- 381a6b4 chore(deps): Bump github.com/aws/aws-sdk-go from 1.49.13 to 1.55.5
- 86e4d08 chore(deps): Bump gorm.io/driver/postgres from 1.5.9 to 1.5.11
- e862e85 fix(setup_runner_utils_docker): Add --docker-privileged when forward docker socket
- 9020acb chore(deps): Bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.1
- cf528b3 chore(deps): Bump github.com/getsentry/sentry-go from 0.28.1 to 0.30.0
- 46d5ce7 chore(deps): Bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0
- 19c0a22 chore(deps): Bump golang.org/x/crypto from 0.28.0 to 0.31.0
- a05ace7 chore(deps): Bump github.com/cloudflare/cloudflare-go
- 5d39d12 chore(deps): Bump github.com/spf13/cobra from 1.8.0 to 1.8.1
v0.83.0
v0.82.1
v0.82.0
v0.81.0
Changelog
- 9282012 chore(go.mod): go mod tidy
- 90a784d feat(.github/workflows/build.yml): Remove specific Go version (1.22) from build job
- ab5e11d chore(deps): Bump github.com/k0sproject/rig from 0.18.0 to 0.18.8
- d4b660b chore(deps): Bump github.com/docker/docker
- 72fc408 chore(deps): Bump github.com/digitalocean/godo from 1.126.0 to 1.129.0
- f0e7b44 chore(deps): Bump google.golang.org/api from 0.199.0 to 0.204.0
- f1ce96c chore(deps): Bump github.com/xanzy/go-gitlab from 0.105.0 to 0.113.0
- 0a71aaa feat(cmd/scripts/proxy_protocol_server): Create example HTTP server with proxy protocol support