Silvestre Zabala
Silvestre Zabala
Hi, generating multiple fakes using multiple [`counterfeiter:generate`](https://github.com/maxbrunsfeld/counterfeiter#step-2b---add-counterfeitergenerate-directives) directives uses much more memory than when generating them one by one. Generating 23 fakes with multiple `counterfeiter:generate` directives: ``` /bin/time -v go...
## Description This change keeps `python3` installed and adds `python3-pip` and `python3-dev`, so that the resulting image can be used in Piper-based pipelines to build Python apps: - `pip` might...
> Deprecated: use KubeVersion.Version https://github.com/helm/helm/blob/82195652495d757d87c1a01f640973f20ca141b0/pkg/chartutil/capabilities.go#L82-L83 # Existing Issue No, I was just confused by the deprecated references while reading the chart # Why do we need this PR? Just to...
# Issue The table `scalingcooldowns` will gain an entry once an app is scaled. This entry is never removed, thus a resource leak is created. The table can get so...
- **chore(otel): Setup OpenTelemetry in all main functions** # Issue OpenTelemetry was not set-up in all microservices # Fix `helpers.SetupOpenTelemetry` is now called in all main functions - **chore(otel): Setup...
# Background During DevOps tasks such as deployments or periods where manual scaling is required (e.g., in an outage situation) a simple and quick way to disable autoscaling might be...
- feat(crypto): Enable `GOEXPERIMENT` `boringcrypto` - feat(crypto): Enable FIPS-only mode
Hi, we register Resources using the ResourceConfig.register(Object object) method. This works and has worked until now. However now (2.26) we are getting a warning: `Oct 17, 2017 1:47:00 PM org.glassfish.jersey.internal.inject.Providers...
- **fix(deps): update module code.cloudfoundry.org/go-loggregator/v9 to v10** - **combine all necessary updates**
# Issue As a platform operator you might want to restrict access to the public API. # Fix The property `autoscaler.apiserver.autoscaler_api_client_id`, if set, restricts the public API endpoint, to only...