Skip to content

Releases: sikalabs/slu

v0.18.0-dev-1

23 Sep 17:50
db90be9
Compare
Choose a tag to compare
v0.18.0-dev-1 Pre-release
Pre-release

Changelog

db90be9 feat(cmd/sleep): Add aliases
d29b265 feat(cmd/sleep/random): Add sleep for random time period
95a395a feat(cmd/sleep/forever): Add sleep/forever command
9e3bdde VERSION v0.18.0-dev

Docker images

  • docker pull sikalabs/slu:v0.18.0-dev-1-arm64v8
  • docker pull sikalabs/slu:v0.18.0-dev-1

v0.17.0

23 Sep 13:34
Compare
Choose a tag to compare

Changelog

96874d6 VERSION v0.17.0
bc87ea5 feat(cmd/ip_local): Add alias ipl
e28a43a feat(cmd/ip_local): Allow get IP addresses from all interfaces
54389e2 feat(utils/ip_utils): Add method GetIPFromInterfaces
2fd5ad7 fix(utils/ip_utils): Remove loopback check
576a261 feat(cmd/ip_local): Add method to get ip from network interface
096bddb feat(utils/ip_utils): Add method GetIPFromInterface
7a1be25 feat(cmd/loggen): Add JSON log output (using zerolog)
9847a46 feat(cmd/loggen): Add loggen functionality (from https://github.com/sikalabs/loggen)
33dd4df VERSION v0.17.0-dev

Docker images

  • docker pull sikalabs/slu:v0.17.0
  • docker pull sikalabs/slu:v0.17.0-arm64v8

v0.16.0

20 Sep 11:09
Compare
Choose a tag to compare

Changelog

e486a2c VERSION v0.16.0
597b494 feat(cmd/git/if/staged): Add git IF utils (more)
02a3379 feat(cmd/random): Add random utils, add random string generator
b22202d feat(utils/random_utils): Add Random utils
bdb0f75 feat(cmd/mail): Add mail tools, add send (mail)
03e613e feat(utils/mail_utils): Add send mail utils
4a9c307 VERSION v0.16.0-dev

Docker images

  • docker pull sikalabs/slu:v0.16.0-arm64v8
  • docker pull sikalabs/slu:v0.16.0

v0.15.0

09 Sep 06:25
Compare
Choose a tag to compare

Changelog

f5e0687 VERSION v0.15.0
df2b82c refactor: Rename slu.go to main.go
a2318eb fix(cmd/file_templates/incident_response): Quote title in incident file header
cd07d5f feat(cmd/file_templates/incident_response): Create index.md & .incidentresponseindex.json
a779ee8 feat(cmd/file_templates/incident_response): Add title to incident file's header
dc2269c feat(cmd/file_templates/incident_response): Add mandatory parameters: author, level
43029e7 feat(cmd/file_templates/incident_response): Add index functionality, but dont use it yet
219eb16 feat(utils/json_utils): Add JSON utils (ReadJsonFile, WriteJsonFile)
4547577 VERSION v0.15.0-dev

Docker images

  • docker pull sikalabs/slu:v0.15.0-arm64v8
  • docker pull sikalabs/slu:v0.15.0

v0.14.0

08 Sep 20:12
Compare
Choose a tag to compare

Changelog

b8cd093 VERSION v0.14.0
9f69c1e feat(cmd/file_templates/incident_response): Add level & section prevention, refactor files

Docker images

  • docker pull sikalabs/slu:v0.14.0
  • docker pull sikalabs/slu:v0.14.0-arm64v8

v0.14.0-dev-3

08 Sep 19:46
b7c431a
Compare
Choose a tag to compare
v0.14.0-dev-3 Pre-release
Pre-release

Changelog

b7c431a feat(cmd/file_templates/incident_response): Add incident response file template
a2dd7ee feat(utils/slug_utils): Add Slugify utils
fda9057 feat(cmd/install_bin_tool): Add terraform13 (form MSTP OpenStack)
b31afca feat(cmd/install_bin_tool/tools): Add install of install-slu
85c97c5 docs(README): Add install-slu as primary installation method on linux

Docker images

  • docker pull sikalabs/slu:v0.14.0-dev-3-arm64v8
  • docker pull sikalabs/slu:v0.14.0-dev-3

v0.14.0-dev-2

03 Sep 11:19
3e7ba01
Compare
Choose a tag to compare
v0.14.0-dev-2 Pre-release
Pre-release

Changelog

3e7ba01 feat(cmd/argocd): Add ArgoCD utils, add command "initial-password"
1235ba6 docs(README): Add install instructions for Linux AMD64

Docker images

  • docker pull sikalabs/slu:v0.14.0-dev-2-arm64v8
  • docker pull sikalabs/slu:v0.14.0-dev-2

v0.13.0

03 Sep 12:34
Compare
Choose a tag to compare

Changelog

514c61b VERSION v0.13.0
e3dc691 feat(cmd/{install_bin,install_bin_tool): Add aliases ib and ibt
c1f9af3 feat(cmd/install_bin_tool): Add skaffold to config
936d9ee feat(cmd/install_bin_tool): Add doctl (DigitalOcean CLI) to config
515e418 feat(cmd/install_bin_tool): Add Helm to config
92fa4fc feat(cmd/install_bin_tool): Add templates to sourcePath
b8633f4 feat(cmd/install_bin_tool): Add mcli (Minio Client) to config
68b9aa4 feat(cmd/install_bin_tool): Add Docker Compose to config
098831e feat(cmd/install_bin_tool): Add template method capitalize (strings.Title in Go)
220a2e4 fix(cmd/install_bin_tool): Fix arch & os evaluation
d529770 fix(cmd/install_bin_tool): Fix typo in dockerArch
4c716f1 fix(utils/install_bin_tool): Fix chmod of file (0755)
2323d8d feat(cmd/install_bin_tool): Add Docker to config
aeefde4 feat(cmd/install_bin_tool): Add support for custom source path, add Docker specific tempate vars
0427a7e feat(cmd/install_bin_tool): Add kubectl to config
dfc8a8b fix(cmd/install_bin): Use name as archive source path is the path is not provided
e565a30 feat(utils/install_bin_tool): Add webToBin method & file handling
372dce5 refactor(cmd/install_bin_tool): Generate Cobra object from "static" Go config
67ca7be refactor(cmd/install_bin_tool): Generate Cobra command objects
e4370b6 feat(cmd/install_bin_tool): Add params for os and arch & refactor

Docker images

  • docker pull sikalabs/slu:v0.13.0-arm64v8
  • docker pull sikalabs/slu:v0.13.0

v0.13.0-dev-3

29 Aug 16:05
b511cb8
Compare
Choose a tag to compare
v0.13.0-dev-3 Pre-release
Pre-release

Changelog

b511cb8 feat(cmd/install_bin_tool): Add install-bin-tool with terraform and vault
253a48c refactor(install_bin): Move install-bin funtionality to utils

Docker images

  • docker pull sikalabs/slu:v0.13.0-dev-3
  • docker pull sikalabs/slu:v0.13.0-dev-3-arm64v8

v0.13.0-dev-2

29 Aug 15:30
ce213ed
Compare
Choose a tag to compare
v0.13.0-dev-2 Pre-release
Pre-release

Changelog

ce213ed feat(cmd/install_bin): Add .tar.gz support to command install-bin
592eff4 feat(utils/tar_gz_utils): Add WebTarGzToBin util
cf4ac4c feat(cmd/install_bin): Add command install-bin (ZIP only yet)
a3c8938 feat(utils/zip_utils): Add WebZipToBin util
bf80f55 feat(cmd/ip): Add command ip for get my IP using checkip.amazonaws.com
309d4bb docs(misc/screenshots): Add screenshots for slu tls

Docker images

  • docker pull sikalabs/slu:v0.13.0-dev-2-arm64v8
  • docker pull sikalabs/slu:v0.13.0-dev-2