Commit 57727d3
committed
final changes - add flag to enable/disable http
parent 921ebc0
author gunishmatta <[email protected]> 1660541336 +0000
committer gunishmatta <[email protected]> 1668423536 +0000
added flag to disable http
Signed-off-by: gunishmatta <[email protected]>
added flag
Signed-off-by: gunishmatta <[email protected]>
revert mistakenly pushed binaries
Signed-off-by: gunishmatta <[email protected]>
PR changes
Signed-off-by: gunishmatta <[email protected]>
Update Kubernetes packages to v1.25.0
Signed-off-by: Stefan Prodan <[email protected]>
Fix context cancel defer
Signed-off-by: Philip Laine <[email protected]>
Release v0.25.2
Signed-off-by: Stefan Prodan <[email protected]>
update to new doc links structure
Signed-off-by: Daniel Holbach <[email protected]>
Add .spec.timeout to Provider
Signed-off-by: Somtochi Onyekwere <[email protected]>
Update pkg and controller-runtime
Signed-off-by: Somtochi Onyekwere <[email protected]>
fuzz: Ensure latest base images are used
Latest base image should contain Go 1.18, removing
the need of updating that ourselves, apart from
benefiting from latest changes upstream.
Signed-off-by: Paulo Gomes <[email protected]>
fuzz: Reuse go cache from host
Signed-off-by: Paulo Gomes <[email protected]>
fuzz: Use Go 1.18 on CI and fix cache path
Signed-off-by: Paulo Gomes <[email protected]>
fuzz: Refactor Fuzzers based on Go native fuzzing
The existing fuzzers were converted into the Go native format.
Based on how the code was structured on this project, the fuzzers
can be quite effective, allowing for entire E2E fuzzing in some
cases, but with very low execution cost.
Signed-off-by: Paulo Gomes <[email protected]>
Add finalizers to all the CRDs
Signed-off-by: Somtochi Onyekwere <[email protected]>
Release v0.26.0
Signed-off-by: Stefan Prodan <[email protected]>
api: add custom validation for v1.Duration types
Signed-off-by: Stefan Prodan <[email protected]>
Fix table with git commit status providers
Signed-off-by: Andrey Ivashchenko <[email protected]>
Update dependencies
- k8s.io/* v0.25.2
- controller-runtime v0.13.0
- fluxcd/pkg/runtime v0.19.0
Signed-off-by: Stefan Prodan <[email protected]>
Update Go to 1.19
Signed-off-by: Stefan Prodan <[email protected]>
Dockerfile: Build with Go 1.19
Signed-off-by: Stefan Prodan <[email protected]>
Release v0.27.0
Signed-off-by: Stefan Prodan <[email protected]>
Add "generic-hmac" Provider
This commit adds the "generic-hmac" Provider type for authenticating
webhook requests coming from notification-controller. I extended the
`Forwarder` notifier to accept an optional key used for generating the
HMAC. If the key is nil or empty no HMAC header is generated and the
forwarder behaves as before. If it is provided an `X-Signature` HTTP
header is added to the request carrying the HMAC.
I transformed the `TestForwarder_Post` test into a table-driven test
so that we can use the same setup and testing code for testing HMAC
and non-HMAC forwarder instances.
Any existing `X-Signature` header value set through
a `Provider.spec.secretRef` Secret's `header` field will be
overwritten.
closes #99
Signed-off-by: Max Jonas Werner <[email protected]>
Update dependencies
Includes a fix for CVE-2022-32149 of `golang.org/x/text`
Signed-off-by: Stefan Prodan <[email protected]>
Release v0.28.0
Signed-off-by: Stefan Prodan <[email protected]>
http scheme updates
Signed-off-by: Gunish Matta <[email protected]>
improved tests
Signed-off-by: Gunish Matta <[email protected]>
http scheme updates
Signed-off-by: Gunish Matta <[email protected]>
Update controllers/event_handling_test.go
Co-authored-by: Max Jonas Werner <[email protected]>
Signed-off-by: Gunish Matta <[email protected]>
Update controllers/event_handling_test.go
Co-authored-by: Paulo Gomes <[email protected]>
Signed-off-by: Gunish Matta <[email protected]>
revert mistakenly pushed binaries
Signed-off-by: gunishmatta <[email protected]>
Update controllers/event_handling_test.go
Co-authored-by: Paulo Gomes <[email protected]>
Signed-off-by: Gunish Matta <[email protected]>
Signed-off-by: gunishmatta <[email protected]>
minor formatter changes
Signed-off-by: gunishmatta <[email protected]>1 parent 921ebc0 commit 57727d3
File tree
4 files changed
+92
-3
lines changed- controllers
- internal/server
4 files changed
+92
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
56 | 119 | | |
57 | 120 | | |
58 | 121 | | |
| |||
77 | 140 | | |
78 | 141 | | |
79 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
80 | 146 | | |
81 | 147 | | |
82 | 148 | | |
| |||
173 | 239 | | |
174 | 240 | | |
175 | 241 | | |
| 242 | + | |
176 | 243 | | |
177 | 244 | | |
178 | 245 | | |
| |||
294 | 361 | | |
295 | 362 | | |
296 | 363 | | |
| 364 | + | |
297 | 365 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
243 | 244 | | |
244 | 245 | | |
245 | 246 | | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
246 | 263 | | |
247 | 264 | | |
248 | 265 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | | - | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
169 | 171 | | |
170 | 172 | | |
171 | 173 | | |
172 | | - | |
| 174 | + | |
173 | 175 | | |
174 | 176 | | |
175 | 177 | | |
| |||
0 commit comments