Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# (https://gohugo.io/hosting-and-deployment/hosting-on-netlify/#configure-hugo-version-in-netlify)

[build.environment]
GO_VERSION = "1.26.3"
GO_VERSION = "1.26.5"
HUGO_VERSION = "0.161.1"
NODE_VERSION = "24.15.0"

Expand Down
2 changes: 1 addition & 1 deletion functions/go/annotate-apply-time-mutations/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/functions/go/annotate-apply-time-mutations

go 1.26.3
go 1.26.5

require (
github.com/stretchr/testify v1.11.1
Expand Down
2 changes: 1 addition & 1 deletion functions/go/apply-replacements/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/functions/go/apply-replacements

go 1.26.3
go 1.26.5

require (
github.com/kptdev/krm-functions-sdk/go/fn v1.0.3
Expand Down
2 changes: 1 addition & 1 deletion functions/go/apply-setters/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/functions/go/apply-setters

go 1.26.3
go 1.26.5

require (
github.com/kptdev/kpt/api v0.0.2
Expand Down
2 changes: 1 addition & 1 deletion functions/go/bar/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/functions/go/bar

go 1.26.3
go 1.26.5

require github.com/kptdev/krm-functions-sdk/go/fn v1.0.4

Expand Down
2 changes: 1 addition & 1 deletion functions/go/create-setters/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/functions/go/create-setters

go 1.26.3
go 1.26.5

require (
github.com/stretchr/testify v1.11.1
Expand Down
2 changes: 1 addition & 1 deletion functions/go/delete-annotations/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/functions/go/delete-annotations

go 1.26.3
go 1.26.5

require (
github.com/kptdev/krm-functions-sdk/go/fn v1.0.3
Expand Down
2 changes: 1 addition & 1 deletion functions/go/drop-comments/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/functions/go/drop-comments

go 1.26.3
go 1.26.5

require (
github.com/kptdev/krm-functions-sdk/go/fn v1.0.4
Expand Down
2 changes: 1 addition & 1 deletion functions/go/ensure-name-substring/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/functions/go/ensure-name-substring

go 1.26.3
go 1.26.5

require (
github.com/stretchr/testify v1.11.1
Expand Down
2 changes: 1 addition & 1 deletion functions/go/foo/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/functions/go/foo

go 1.26.3
go 1.26.5

require github.com/kptdev/krm-functions-sdk/go/fn v1.0.4

Expand Down
4 changes: 2 additions & 2 deletions functions/go/gatekeeper/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
module github.com/kptdev/krm-functions-catalog/functions/go/gatekeeper

go 1.26.3
go 1.26.5

require (
github.com/google/go-cmp v0.7.0
github.com/open-policy-agent/gatekeeper/v3 v3.22.2
github.com/spf13/cobra v1.10.2
k8s.io/apimachinery v0.36.1
Expand Down Expand Up @@ -38,7 +39,6 @@ require (
github.com/google/btree v1.1.3 // indirect
github.com/google/cel-go v0.26.0 // indirect
github.com/google/gnostic-models v0.7.0 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion functions/go/generate-kpt-pkg-docs/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/functions/go/generate-kpt-pkg-docs

go 1.26.3
go 1.26.5

require (
github.com/kptdev/kpt v1.0.0-beta.64
Expand Down
2 changes: 1 addition & 1 deletion functions/go/kubeconform/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/functions/go/kubeconform

go 1.26.3
go 1.26.5

require (
github.com/kptdev/krm-functions-sdk/go/fn v1.0.3
Expand Down
2 changes: 1 addition & 1 deletion functions/go/list-setters/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/functions/go/list-setters

go 1.26.3
go 1.26.5

require (
github.com/kptdev/kpt v1.0.0-beta.64
Expand Down
2 changes: 1 addition & 1 deletion functions/go/no-op/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/functions/go/no-op

go 1.26.3
go 1.26.5

require github.com/kptdev/krm-functions-sdk/go/fn v1.0.4

Expand Down
2 changes: 1 addition & 1 deletion functions/go/printenv/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/functions/go/printenv

go 1.26.3
go 1.26.5

require github.com/kptdev/krm-functions-sdk/go/fn v1.0.4

Expand Down
2 changes: 1 addition & 1 deletion functions/go/remove-local-config-resources/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/functions/go/remove-local-config-resources

go 1.26.3
go 1.26.5

require (
github.com/stretchr/testify v1.11.1
Expand Down
2 changes: 1 addition & 1 deletion functions/go/render-helm-chart/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/functions/go/render-helm-chart

go 1.26.3
go 1.26.5

require (
dario.cat/mergo v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion functions/go/search-replace/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/functions/go/search-replace

go 1.26.3
go 1.26.5

require (
github.com/bmatcuk/doublestar/v4 v4.10.0
Expand Down
2 changes: 1 addition & 1 deletion functions/go/set-annotations/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/functions/go/set-annotations

go 1.26.3
go 1.26.5

require (
github.com/google/go-cmp v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion functions/go/set-enforcement-action/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/functions/go/set-enforcement-action

go 1.26.3
go 1.26.5

require (
github.com/stretchr/testify v1.11.1
Expand Down
2 changes: 1 addition & 1 deletion functions/go/set-image/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/functions/go/set-image

go 1.26.3
go 1.26.5

require (
github.com/kptdev/krm-functions-sdk/go/fn v1.0.3
Expand Down
2 changes: 1 addition & 1 deletion functions/go/set-labels/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/functions/go/set-labels

go 1.26.3
go 1.26.5

require github.com/kptdev/krm-functions-sdk/go/fn v1.0.4

Expand Down
2 changes: 1 addition & 1 deletion functions/go/set-namespace/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/functions/go/set-namespace

go 1.26.3
go 1.26.5

require (
github.com/kptdev/krm-functions-sdk/go/fn v1.0.3
Expand Down
2 changes: 1 addition & 1 deletion functions/go/sleep/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/functions/go/sleep

go 1.26.3
go 1.26.5

require (
github.com/stretchr/testify v1.11.1
Expand Down
2 changes: 1 addition & 1 deletion functions/go/starlark/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/functions/go/starlark

go 1.26.3
go 1.26.5

require (
github.com/kptdev/krm-functions-sdk/go/fn v1.0.3
Expand Down
2 changes: 1 addition & 1 deletion functions/go/upsert-resource/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/functions/go/upsert-resource

go 1.26.3
go 1.26.5

require (
github.com/stretchr/testify v1.11.1
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate_docs/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/krm-functions-catalog/scripts/generate_docs

go 1.26.3
go 1.26.5
Comment thread
aravindtga marked this conversation as resolved.

require (
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
Expand Down
Loading