Rémi BUISSON

Results 22 issues of Rémi BUISSON

This PR adds the ability to configure custom tags for created repositories.

feature

## Describe the bug In our config, we use two timeperiods, one one excluding the other one and it doesn't seem to work when a time period contains multiple sub-timeperiod....

bug
area/configuration
ref/IP

Hello, When calling `IpamPrefixesAvailablePrefixesCreate` with a `/16` cidr block, this client library fails with the following error: ``` json: cannot unmarshal object into Go value of type []*models.Prefix ``` As...

### Pull Request Motivation On some K8S infrastructures, some people have security analysis tools. Some annotation acknowledge that for instance some `Role`s give access to `Secrets` or whatever. This PR...

size/L
release-note
needs-ok-to-test
lifecycle/stale
dco-signoff: yes
area/deploy
needs-kind

Hello, When drift mode is set either to `warn` or `enabled`, it should detect extra map keys and extra list objects. For instance if an `HelmRelease` installs a `Deployment` with...

**Is your feature request related to a problem? Please describe.** 🐛 We implemented a PoC with your wonderful plugin and we would like to put it in production but we...

enhancement

## Change Summary This PR uses docker multi-stage feature and and multi-arch build. It also updates to python 3.11 (version on debian) and use chromium instead of chrome to support...

## Description Scraper is currently not working on ARM architecture for instance. ## Steps to reproduce Run it on an ARM machine, you will get an `exec format error`. ##...

Hello, Here are some non breaking modifications to make it work on an up to date mesos/marathon environment. I also added some features to make it compliant with our naming...

Hi, It's not a big issue but I think CLI args and YAML/TOML parsers should be consistent. We can't assign, for instance, the same `entryPoint` name using CLI, YAML or...