File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
deploy/test-apps/curldemo
docs/examples/route53/terraform-aws-eks-k8gb Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5656 - name : golangci-lint
5757 uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
5858 with :
59- version : v2.7.2
59+ version : v2.8.0
6060 args : --timeout=3m
6161 - name : golic
6262 run : |
Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ LOG_FORMAT ?= simple
4747LOG_LEVEL ?= debug
4848CONTROLLER_GEN_VERSION ?= v0.20.0
4949GOLIC_VERSION ?= v0.7.2
50- GOLANGCI_VERSION ?= v2.7.2
51- GRAFANA_VERSION ?= 10.4.3
50+ GOLANGCI_VERSION ?= v2.8.0
51+ GRAFANA_VERSION ?= 10.5.4
5252GATEWAY_API_VERSION ?= v1.4.1
5353ISTIO_VERSION ?= v1.28.2
5454NGINX_INGRESS_VERSION ?= 4.14.1
5555PODINFO_VERSION ?= 6.9.4
56- PROMETHEUS_VERSION ?= 28.0.0
56+ PROMETHEUS_VERSION ?= 28.2.1
5757POD_NAMESPACE ?= k8gb
5858CLUSTER_GEO_TAG ?= eu
5959EXT_GSLB_CLUSTERS_GEO_TAGS ?= us
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ dependencies:
44 version: 1.45.0
55- name: external-dns
66 repository: https://kubernetes-sigs.github.io/external-dns
7- version: 1.19 .0
8- digest: sha256:a366446be7f092fcb6f5c4d5a499fa02858c5a9c0c6b046a7dd8a0d9b1c969c1
9- generated: "2025-10-18T14:05:29.850377212Z "
7+ version: 1.20 .0
8+ digest: sha256:5bbaac1ee7de54e83688defb1b2881b0a0cdb2de0f68b1decb1e09c757993318
9+ generated: "2026-01-08T09:50:01.287843657Z "
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies:
1515 alias : extdns
1616 condition : extdns.enabled
1717 repository : https://kubernetes-sigs.github.io/external-dns
18- version : 1.19 .0
18+ version : 1.20 .0
1919
2020home : https://www.k8gb.io/
2121sources :
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414#
1515# Generated by GoLic, for more details see: https://github.com/AbsaOSS/golic
16- FROM curlimages/curl:8.17 .0
16+ FROM curlimages/curl:8.18 .0
1717
1818COPY k8gbcurl.sh /k8gbcurl.sh
1919
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ resource "aws_ec2_tag" "eks_elb" {
6565module "eks-cluster" {
6666 tags = var. eks_tags
6767 source = " terraform-aws-modules/eks/aws"
68- version = " 21.10.1 "
68+ version = " 21.11.0 "
6969 cluster_name = var. cluster_name
7070 cluster_version = var. kubernetes_version
7171 subnets = data. aws_subnet_ids . private . ids
You can’t perform that action at this time.
0 commit comments