Skip to content

Commit 3785e02

Browse files
author
Patrick Koss
committed
update webhook
1 parent a3ab90f commit 3785e02

14 files changed

+198
-207
lines changed

Diff for: CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Welcome and thank you for making it this far and considering contributing to ext
44
We always appreciate any contributions by raising issues, improving the documentation, fixing bugs in the CLI or adding new features.
55

66
Before opening a PR please read through this document.
7-
If you want to contribute but don't know how to start or have any questions feel free to reach out to us on [Github Discussions](https://github.com/stackitcloud/stackit-api-manager-cli/discussions). Answering any questions or discussions there is also a great way to contribute to the community.
7+
If you want to contribute but don't know how to start or have any questions feel free to reach out to us on [Github Discussions](https://github.com/stackitcloud/external-dns-stackit-webhook/discussions). Answering any questions or discussions there is also a great way to contribute to the community.
88

99
## Process of making an addition
1010

@@ -29,7 +29,7 @@ To contribute any code to this repository just do the following:
2929
> Using a nolint directive should only be used as a last resort.
3030
6. Open a PR and make sure the CI pipelines succeed.
3131
> Your PR needs to have a semantic title, which can look like: `type(scope) Short Description`
32-
> All available `scopes` & `types` are defined in [semantic.yml](https://github.com/stackitcloud/stackit-api-manager-cli/blob/main/.github/semantic.yml)
32+
> All available `scopes` & `types` are defined in [semantic.yml](https://github.com/stackitcloud/external-dns-stackit-webhook/blob/main/.github/semantic.yml)
3333
>
3434
> A example PR tile for adding a new feature for the CLI would looks like: `cli(feat) Add saving output to file`
3535
7. Wait for one of the maintainers to review your code and react to the comments.

Diff for: README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# STACKIT Webhook - ExternalDNS
22

33
[![GoTemplate](https://img.shields.io/badge/go/template-black?logo=go)](https://github.com/golang-standards/project-layout)
4-
[![CI](https://github.com/stackitcloud/stackit-api-manager-cli/actions/workflows/main.yml/badge.svg)](https://github.com/stackitcloud/external-dns-stackit-webhook/actions/workflows/main.yml)
5-
[![Semgrep](https://github.com/stackitcloud/stackit-api-manager-cli/actions/workflows/semgrep.yml/badge.svg)](https://github.com/stackitcloud/external-dns-stackit-webhook/actions/workflows/semgrep.yml)
6-
[![Go Report Card](https://goreportcard.com/badge/github.com/stackitcloud/stackit-api-manager-cli)](https://goreportcard.com/report/github.com/stackitcloud/external-dns-stackit-webhook)
4+
[![CI](https://github.com/stackitcloud/external-dns-stackit-webhook/actions/workflows/main.yml/badge.svg)](https://github.com/stackitcloud/external-dns-stackit-webhook/actions/workflows/main.yml)
5+
[![Go Report Card](https://goreportcard.com/badge/github.com/stackitcloud/external-dns-stackit-webhook)](https://goreportcard.com/report/github.com/stackitcloud/external-dns-stackit-webhook)
6+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7+
[![GitHub release](https://img.shields.io/github/release/stackitcloud/external-dns-stackit-webhook.svg)](https://github.com/stackitcloud/external-dns-stackit-webhook/releases)
8+
[![Last Commit](https://img.shields.io/github/last-commit/stackitcloud/external-dns-stackit-webhook/main.svg)](https://github.com/stackitcloud/external-dns-stackit-webhook/commits/main)
9+
[![GitHub issues](https://img.shields.io/github/issues/stackitcloud/external-dns-stackit-webhook.svg)](https://github.com/stackitcloud/external-dns-stackit-webhook/issues)
10+
[![GitHub pull requests](https://img.shields.io/github/issues-pr/stackitcloud/external-dns-stackit-webhook.svg)](https://github.com/stackitcloud/external-dns-stackit-webhook/pulls)
11+
[![GitHub stars](https://img.shields.io/github/stars/stackitcloud/external-dns-stackit-webhook.svg?style=social&label=Star&maxAge=2592000)](https://github.com/stackitcloud/external-dns-stackit-webhook/stargazers)
12+
[![GitHub forks](https://img.shields.io/github/forks/stackitcloud/external-dns-stackit-webhook.svg?style=social&label=Fork&maxAge=2592000)](https://github.com/stackitcloud/external-dns-stackit-webhook/network)
713

814
⚠️ CAUTION: This Webhook is designed on an unreleased edition of
915
[ExternalDNS](https://github.com/kubernetes-sigs/external-dns), specifically focusing on the novel integration

Diff for: go.mod

+32-28
Original file line numberDiff line numberDiff line change
@@ -6,73 +6,77 @@ require (
66
github.com/antihax/optional v1.0.0
77
github.com/goccy/go-json v0.10.2
88
github.com/gofiber/adaptor/v2 v2.2.1
9-
github.com/gofiber/fiber/v2 v2.48.0
10-
github.com/prometheus/client_golang v1.16.0
9+
github.com/gofiber/fiber/v2 v2.50.0
10+
github.com/prometheus/client_golang v1.17.0
1111
github.com/spf13/cobra v1.7.0
1212
github.com/spf13/pflag v1.0.5
13-
github.com/spf13/viper v1.16.0
13+
github.com/spf13/viper v1.17.0
1414
github.com/stackitcloud/stackit-dns-api-client-go v0.0.0-20230228185514-6838d6d6f051
1515
github.com/stretchr/testify v1.8.4
16-
go.uber.org/mock v0.2.0
17-
go.uber.org/zap v1.25.0
18-
sigs.k8s.io/external-dns v0.13.5
16+
go.uber.org/mock v0.3.0
17+
go.uber.org/zap v1.26.0
18+
sigs.k8s.io/external-dns v0.13.6
1919
)
2020

2121
require (
22-
github.com/andybalholm/brotli v1.0.5 // indirect
23-
github.com/aws/aws-sdk-go v1.44.299 // indirect
22+
github.com/andybalholm/brotli v1.0.6 // indirect
23+
github.com/aws/aws-sdk-go v1.45.25 // indirect
2424
github.com/beorn7/perks v1.0.1 // indirect
2525
github.com/cespare/xxhash/v2 v2.2.0 // indirect
26-
github.com/davecgh/go-spew v1.1.1 // indirect
26+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2727
github.com/fsnotify/fsnotify v1.6.0 // indirect
2828
github.com/go-logr/logr v1.2.4 // indirect
2929
github.com/gogo/protobuf v1.3.2 // indirect
3030
github.com/golang/protobuf v1.5.3 // indirect
31-
github.com/google/go-cmp v0.5.9 // indirect
31+
github.com/google/go-cmp v0.6.0 // indirect
3232
github.com/google/gofuzz v1.2.0 // indirect
33-
github.com/google/uuid v1.3.0 // indirect
33+
github.com/google/uuid v1.3.1 // indirect
3434
github.com/hashicorp/hcl v1.0.0 // indirect
3535
github.com/inconshreveable/mousetrap v1.1.0 // indirect
3636
github.com/jmespath/go-jmespath v0.4.0 // indirect
3737
github.com/json-iterator/go v1.1.12 // indirect
38-
github.com/klauspost/compress v1.16.7 // indirect
38+
github.com/klauspost/compress v1.17.1 // indirect
3939
github.com/magiconair/properties v1.8.7 // indirect
4040
github.com/mattn/go-colorable v0.1.13 // indirect
4141
github.com/mattn/go-isatty v0.0.19 // indirect
42-
github.com/mattn/go-runewidth v0.0.14 // indirect
42+
github.com/mattn/go-runewidth v0.0.15 // indirect
4343
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
4444
github.com/mitchellh/mapstructure v1.5.0 // indirect
4545
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4646
github.com/modern-go/reflect2 v1.0.2 // indirect
47-
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
48-
github.com/pmezard/go-difflib v1.0.0 // indirect
49-
github.com/prometheus/client_model v0.4.0 // indirect
47+
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
48+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
49+
github.com/prometheus/client_model v0.5.0 // indirect
5050
github.com/prometheus/common v0.44.0 // indirect
51-
github.com/prometheus/procfs v0.11.0 // indirect
51+
github.com/prometheus/procfs v0.12.0 // indirect
5252
github.com/rivo/uniseg v0.4.4 // indirect
5353
github.com/rogpeppe/go-internal v1.11.0 // indirect
54+
github.com/sagikazarmark/locafero v0.3.0 // indirect
55+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
5456
github.com/sirupsen/logrus v1.9.3 // indirect
55-
github.com/spf13/afero v1.9.5 // indirect
57+
github.com/sourcegraph/conc v0.3.0 // indirect
58+
github.com/spf13/afero v1.10.0 // indirect
5659
github.com/spf13/cast v1.5.1 // indirect
5760
github.com/spf13/jwalterweatherman v1.1.0 // indirect
58-
github.com/subosito/gotenv v1.4.2 // indirect
61+
github.com/subosito/gotenv v1.6.0 // indirect
5962
github.com/valyala/bytebufferpool v1.0.0 // indirect
60-
github.com/valyala/fasthttp v1.48.0 // indirect
63+
github.com/valyala/fasthttp v1.50.0 // indirect
6164
github.com/valyala/tcplisten v1.0.0 // indirect
6265
go.uber.org/multierr v1.11.0 // indirect
63-
golang.org/x/net v0.12.0 // indirect
64-
golang.org/x/oauth2 v0.10.0 // indirect
65-
golang.org/x/sys v0.10.0 // indirect
66-
golang.org/x/text v0.11.0 // indirect
67-
google.golang.org/appengine v1.6.7 // indirect
66+
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
67+
golang.org/x/net v0.17.0 // indirect
68+
golang.org/x/oauth2 v0.13.0 // indirect
69+
golang.org/x/sys v0.13.0 // indirect
70+
golang.org/x/text v0.13.0 // indirect
71+
google.golang.org/appengine v1.6.8 // indirect
6872
google.golang.org/protobuf v1.31.0 // indirect
6973
gopkg.in/inf.v0 v0.9.1 // indirect
7074
gopkg.in/ini.v1 v1.67.0 // indirect
7175
gopkg.in/yaml.v2 v2.4.0 // indirect
7276
gopkg.in/yaml.v3 v3.0.1 // indirect
73-
k8s.io/apimachinery v0.27.3 // indirect
77+
k8s.io/apimachinery v0.28.2 // indirect
7478
k8s.io/klog/v2 v2.100.1 // indirect
75-
k8s.io/utils v0.0.0-20230711102312-30195339c3c7 // indirect
79+
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
7680
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
77-
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
81+
sigs.k8s.io/structured-merge-diff/v4 v4.3.0 // indirect
7882
)

0 commit comments

Comments
 (0)