Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert API v4 commit #401

Merged
merged 32 commits into from
Jan 9, 2025
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
3275f42
Update description on CSV
carlosedp Sep 20, 2024
4ef1eff
Bump github.com/tidwall/gjson from 1.17.3 to 1.18.0 (#358)
dependabot[bot] Oct 2, 2024
73b5266
Bump go.opentelemetry.io/otel/trace from 1.30.0 to 1.31.0 (#359)
dependabot[bot] Oct 14, 2024
d083e77
Bump go.opentelemetry.io/otel from 1.30.0 to 1.31.0 (#362)
dependabot[bot] Oct 14, 2024
a3ce58b
Bump go.opentelemetry.io/otel/sdk from 1.30.0 to 1.31.0 (#361)
dependabot[bot] Oct 14, 2024
78fba66
Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc …
dependabot[bot] Oct 14, 2024
0ada31e
Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 (#363)
dependabot[bot] Oct 15, 2024
dde0cff
Bump k8s.io/apimachinery from 0.31.1 to 0.31.2 (#364)
dependabot[bot] Oct 24, 2024
5af3cd1
Bump k8s.io/client-go from 0.31.1 to 0.31.2 (#365)
dependabot[bot] Oct 24, 2024
cd3e0dc
Bump k8s.io/api from 0.31.1 to 0.31.2 (#366)
dependabot[bot] Oct 24, 2024
b5ad8cb
Bump sigs.k8s.io/controller-runtime from 0.19.0 to 0.19.1 (#367)
dependabot[bot] Nov 1, 2024
c07f0d2
Bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 (#369)
dependabot[bot] Nov 1, 2024
eb022d2
Bump github.com/onsi/gomega from 1.34.2 to 1.35.1 (#370)
dependabot[bot] Nov 1, 2024
868839b
Bump go.opentelemetry.io/otel/sdk from 1.31.0 to 1.32.0 (#371)
dependabot[bot] Nov 11, 2024
f581c62
Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc …
dependabot[bot] Nov 11, 2024
78139ef
Bump codecov/codecov-action from 4 to 5 (#375)
dependabot[bot] Nov 15, 2024
c1c55d3
Bump k8s.io/apimachinery from 0.31.2 to 0.31.3 (#376)
dependabot[bot] Nov 28, 2024
23acd7c
Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 (#379)
dependabot[bot] Nov 28, 2024
0858a81
Bump sigs.k8s.io/controller-runtime from 0.19.1 to 0.19.2 (#380)
dependabot[bot] Nov 28, 2024
46b4eaf
Bump k8s.io/api from 0.31.2 to 0.31.3 (#378)
dependabot[bot] Nov 28, 2024
fec5d38
Bump k8s.io/client-go from 0.31.2 to 0.31.3 (#377)
dependabot[bot] Nov 28, 2024
4a7cd16
Bump github.com/onsi/gomega from 1.35.1 to 1.36.0 (#381)
dependabot[bot] Dec 2, 2024
7c11075
Bump sigs.k8s.io/controller-runtime from 0.19.2 to 0.19.3 (#383)
dependabot[bot] Dec 3, 2024
3e5b206
Bump API/client-go
carlosedp Dec 12, 2024
388c3fc
Bump go.opentelemetry.io/otel/trace from 1.32.0 to 1.33.0 (#391)
dependabot[bot] Dec 13, 2024
09e4e55
Bump go.opentelemetry.io/otel from 1.32.0 to 1.33.0 (#394)
dependabot[bot] Dec 13, 2024
7873ffd
Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc …
dependabot[bot] Dec 13, 2024
695cbd3
Bump github.com/onsi/gomega from 1.36.1 to 1.36.2 (#396)
dependabot[bot] Jan 3, 2025
ba92488
Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.2 (#397)
dependabot[bot] Jan 3, 2025
5f5fde0
Use self-hosted kube-rbac-proxy temporarily (#399)
carlosedp Jan 7, 2025
7178de7
Bump version to 0.5.1
carlosedp Jan 7, 2025
a1a8cb4
Merge branch 'main' into 051fix
carlosedp Jan 9, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ metadata:
categories: Networking
certified: "false"
containerImage: quay.io/carlosedp/lbconfig-operator:v0.5.1
createdAt: "2025-01-07T14:06:09Z"
createdAt: "2025-01-09T14:09:12Z"
description: Manage External Load Balancers allowing creation/update for VIPs
and Servers dynamically via API.
k8sMaxVersion: ""
Expand Down
Loading