This uses the newly introduced helper from runtime, which also
configures the logger for `klog`.
Resulting in all logs now being properly formatted, even when logged by
internal Kubernetes elements like the leader election or a dynamic
client.
The update from `fluxcd/pkg/runtime` from `v0.29.0` to `v0.31.0` in
addition includes a change which configures the event recoder to only
log on level `trace` (as opposed to `debug`).
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
- github.com/containrrr/shoutrrr to v0.7.1
- github.com/fluxcd/pkg/ssa to v0.24.1
- github.com/getsentry/sentry-go to v0.18.0
- github.com/onsi/gomega to v1.27.2
- github.com/stretchr/testify to v1.8.2
- github.com/xanzy/go-gitlab to v0.80.2
- golang.org/x/oauth2 to v0.5.0
- Unpin github.com/emicklei/go-restful/v3 to allow update to v3.10.0
- Unpin golang.org/x/crypto to allow update to v0.6.0
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
- Update controller-gen to v0.11.1 and re-generate the CRDs.
- Update controller-runtime to v0.14.4.
- Update fluxcd/pkg dependencies to the latest.
- Update source-controller dependency to v0.35.0.
Signed-off-by: Sunny <darkowlzz@protonmail.com>
- github.com/Azure/azure-event-hubs-go/v3 to v3.3.20
- github.com/fluxcd/pkg/apis/meta to v0.18.0
- github.com/fluxcd/pkg/runtime to v0.24.0
- github.com/fluxcd/pkg/ssa to v0.22.0
- github.com/getsentry/sentry-go to v0.15.0
- github.com/onsi/gomega to v1.24.1
- github.com/stretchr/testify to v1.8.1
- github.com/xanzy/go-gitlab to v0.76.0
- golang.org/x/oauth2 to v0.2.0
- k8s.io/api to v0.25.4
- k8s.io/apimachinery to v0.25.4
- k8s.io/client-go to v0.25.4
- sigs.k8s.io/cli-utils to v0.34.0
- sigs.k8s.io/controller-runtime to v0.13.1
Signed-off-by: Hidde Beydals <hello@hidde.co>
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 <paulo.gomes@weave.works>
This addresses CVE-2022-1996, due to v2.16.0 including
926662532d
and v3.8.0 including
fd3c327a37
Trivy still detects a false positive due to an outdated database.
Signed-off-by: Hidde Beydals <hello@hidde.co>
- github.com/containrrr/shoutrrr to version 0.6.0.
- github.com/fluxcd/pkg/apis/meta to version 0.14.2.
- github.com/fluxcd/pkg/runtime to version 0.16.2.
- github.com/ktrysmt/go-bitbucket to version 0.9.48.
- github.com/microsoft/azure-devops-go-api/azuredevops/v6 to version 6.0.1.
- github.com/stretchr/testify to version 1.8.0.
- github.com/xanzy/go-gitlab to version 0.68.2.
- golang.org/x/oauth2 to version 0.0.0-20220630143837-2104d58473e0.
- gopkg.in/yaml.v3 to version 3.0.1
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
- fluxcd/pkg/apis/meta v0.14.0
- fluxcd/pkg/runtime v0.16.0
- fluxcd/pkg/ssa v0.16.0
- k8s.io/* v0.24.0
- github.com/xanzy/go-gitlab v0.65.0
Note that fluxcd/pkg/runtime v0.16 comes with support for Kubernetes API Priority and Fairness feature.
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
- github.com/containrrr/shoutrrr to v0.5.3
- github.com/fluxcd/pkg/runtime to v0.14.1
- github.com/fluxcd/pkg/ssa to v0.15.2
- github.com/hashicorp/go-retryablehttp to v0.7.1
- github.com/ktrysmt/go-bitbucket to v0.9.44
- github.com/onsi/gomega to v1.19.0
- github.com/xanzy/go-gitlab to v0.63.0
- golang.org/x/oauth2 to v0.0.0-20220411215720-9780585627b5
- sigs.k8s.io/cli-utils to v0.29.4
Signed-off-by: Hidde Beydals <hello@hidde.co>
- github.com/Azure/azure-amqp-common-go/v3 to v3.2.3
- github.com/Azure/azure-event-hubs-go/v3 to v3.3.17
- github.com/containrrr/shoutrrr to v0.5.2
- github.com/fluxcd/pkg/ssa to v0.15.1
- github.com/getsentry/sentry-go to v0.13.0
- github.com/go-logr/logr to v1.2.3
- github.com/ktrysmt/go-bitbucket to v0.9.40
- github.com/slok/go-http-metrics to v0.10.0
- github.com/xanzy/go-gitlab to v0.59.0
- golang.org/x/oauth2 to v0.0.0-20220309155454-6242fa91716a
- sigs.k8s.io/cli-utils to v0.29.3
Signed-off-by: Hidde Beydals <hello@hidde.co>
Introduce the flag `--no-cross-namespace-refs` (defaults to false) for allowing cluster admins to disable cross-namespace event sources for alerts.
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Updating to the latest versions of the flux pkg components and a small
adjustment due to
a26ceb22f0
Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>