From c052ac43dbab859ed960bb45d5a7095894e5f530 Mon Sep 17 00:00:00 2001 From: Yonah Dissen Date: Mon, 28 Oct 2024 19:42:58 +0200 Subject: [PATCH 1/2] chore: upgrade golang version to 1.23 --- Dockerfile | 2 +- go.mod | 6 ++---- go.sum | 2 ++ 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 60119121..f0dfaeab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.0 AS builder +FROM golang:1.23.2 AS builder WORKDIR /build COPY . . diff --git a/go.mod b/go.mod index 7fd2980e..82a4ca30 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/yonahd/kor -go 1.22.0 - -toolchain go1.22.2 +go 1.23.2 require ( github.com/fatih/color v1.18.0 @@ -13,7 +11,7 @@ require ( k8s.io/apiextensions-apiserver v0.31.2 k8s.io/apimachinery v0.31.2 k8s.io/client-go v0.31.2 - k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 + k8s.io/utils v0.0.0-20240921022957-49e7df575cb6 sigs.k8s.io/yaml v1.4.0 ) diff --git a/go.sum b/go.sum index a29a68bb..1f576778 100644 --- a/go.sum +++ b/go.sum @@ -192,6 +192,8 @@ k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 h1:BZqlfIlq5YbRMFko6/PM7F k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340/go.mod h1:yD4MZYeKMBwQKVht279WycxKyM84kkAx2DPrTXaeb98= k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1J8+AsQnQCKsi8A= k8s.io/utils v0.0.0-20240711033017-18e509b52bc8/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= +k8s.io/utils v0.0.0-20240921022957-49e7df575cb6 h1:MDF6h2H/h4tbzmtIKTuctcwZmY0tY9mD9fNT47QO6HI= +k8s.io/utils v0.0.0-20240921022957-49e7df575cb6/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo= sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0= sigs.k8s.io/structured-merge-diff/v4 v4.4.1 h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+sGiqlzvrtq4= From 3c98eb8cfb2852f58de1cc98562fc7d88da06329 Mon Sep 17 00:00:00 2001 From: Yonah Dissen Date: Mon, 28 Oct 2024 19:47:18 +0200 Subject: [PATCH 2/2] chore: prerelease helm bump --- charts/kor/Chart.yaml | 4 ++-- charts/kor/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/kor/Chart.yaml b/charts/kor/Chart.yaml index 52671609..76415413 100644 --- a/charts/kor/Chart.yaml +++ b/charts/kor/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: kor description: A Kubernetes Helm Chart to discover orphaned resources using kor type: application -version: 0.1.13 -appVersion: "0.5.5" +version: 0.1.14 +appVersion: "0.5.6" maintainers: - name: "yonahd" url: "https://github.com/yonahd/kor" diff --git a/charts/kor/README.md b/charts/kor/README.md index 35fef501..8f6a3442 100644 --- a/charts/kor/README.md +++ b/charts/kor/README.md @@ -1,6 +1,6 @@ # kor -![Version: 0.1.13](https://img.shields.io/badge/Version-0.1.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.5](https://img.shields.io/badge/AppVersion-0.5.5-informational?style=flat-square) +![Version: 0.1.14](https://img.shields.io/badge/Version-0.1.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.6](https://img.shields.io/badge/AppVersion-0.5.6-informational?style=flat-square) A Kubernetes Helm Chart to discover orphaned resources using kor