Skip to content

Commit 84e6026

Browse files
committed
feat: add gateway api
1 parent 838bdda commit 84e6026

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+12013
-856
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
description: "Tag of Kind image"
77
type: "string"
88
env:
9-
GO_VERSION: "~1.21"
9+
GO_VERSION: "~1.23"
1010
defaults:
1111
run:
1212
shell: bash
@@ -47,7 +47,7 @@ jobs:
4747
kind load docker-image open-feature-operator-local:${{ github.sha }} --name open-feature-operator-test
4848
4949
- name: Install Chainsaw
50-
uses: kyverno/action-install-chainsaw@748066cc1580718e7924c9b689a8d366bde05100 # v0.2.0
50+
uses: kyverno/action-install-chainsaw@f2b47b97dc889c12702113753d713f01ec268de5 # v0.2.12
5151

5252
- name: Install OFO
5353
run: |

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
env:
1919
# renovate: datasource=github-releases depName=golangci/golangci-lint
2020
GOLANGCI_LINT_VERSION: "v1.59.0"
21-
GO_VERSION: "~1.21"
21+
GO_VERSION: "~1.23"
2222
jobs:
2323
golangci-lint:
2424
name: golangci-lint

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
# Default minimum version of Go to support.
10-
DEFAULT_GO_VERSION: "~1.21"
10+
DEFAULT_GO_VERSION: "~1.23"
1111
REGISTRY: ghcr.io
1212
IMAGE_NAME: ${{ github.repository }}
1313
GITHUB_PAGES_BRANCH: gh-pages

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM --platform=$BUILDPLATFORM golang:1.20.3-alpine3.16 AS builder
2+
FROM --platform=$BUILDPLATFORM golang:1.23.3-alpine3.20 AS builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ CRDOC ?= $(LOCALBIN)/crdoc
211211
# renovate: datasource=github-tags depName=kubernetes-sigs/kustomize
212212
KUSTOMIZE_VERSION ?= v5.4.1
213213
# renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools
214-
CONTROLLER_TOOLS_VERSION ?= v0.15.0
214+
CONTROLLER_TOOLS_VERSION ?= v0.16.5
215215
CRDOC_VERSION ?= v0.6.2
216216

217217
.PHONY: kustomize

apis/core/v1alpha1/zz_generated.deepcopy.go

Lines changed: 0 additions & 344 deletions
This file was deleted.

0 commit comments

Comments
 (0)