Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 12, 2025
1 parent 306e0ab commit 04e35c8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 15 deletions.
2 changes: 1 addition & 1 deletion eks-tools/eksctl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.126.0
0.214.0
2 changes: 1 addition & 1 deletion glab-cli-release/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.57.0
1.74.0
7 changes: 4 additions & 3 deletions local-app/bin/tg.sh
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
#!/bin/bash

VERSION="1.1.0"
VERSION="2.0.0"
# for TG 0.90.0+

test -d logs || mkdir logs
ACTION=$1
shift
if [ $ACTION == "run-all" ]
then
ALL="run-all"
ALL="run-all --paraallelism=8"
ACTION=$1
shift
else
ALL=""
fi

#TGARGS="--terragrunt-parallelism=8 --terragrunt-no-color $TGARGS"
TGARGS="--parallelism=8 --no-color $TGARGS"
TGARGS="-no-color $TGARGS"
TFARGS="-no-color $TFARGS"
LOGFILE=logs/$ACTION.$(date +%s).log

Expand Down
10 changes: 1 addition & 9 deletions local-app/git-xargs/add-gpg-keys.edl.users-add.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
conte015
durve001
khara002
moore324
nwank002
owens397
sprag015
ullah302
vidab001
julur001
2 changes: 1 addition & 1 deletion multi-gitter-release/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.57.1
0.58.0

0 comments on commit 04e35c8

Please sign in to comment.