Carolyn Van Slyck
Carolyn Van Slyck
Currently, when a range uses a pre-release, such as 1.0.0-alpha.1 - 1.1.0, all pre-release versions are being rejected when the constraint is checked because the upper part of the range...
When I specify a range like so `1.0.0-0 - 2.0.0`, pre-releases are not allowed, even though a pre-release is used for the lower range. Checking `1.0.0-alpha.1` against this range fails....
# What does this change _Give a summary of the change, and how it affects end-users. It's okay to copy/paste your commit messages._ _For example if it introduces a new...
# What does this change After fixing insecure registries, that use an untrusted TLS certificate, it was discovered that unsecured registries (plain http) don't work when communicating with a non-localhost...
## Describe the bug The title of the homepage has an underline on the word "together". But depending on the window size, it doesn't always line up. ## To Reproduce...
The smoke test framework in tests/tester use things like os.SetEnv and os.Chdir that prevent us from safely running these tests in parallel. Let's get creative about how we are running...
# What does this change Porter now allows mixins to be declared by name only or additionally provide some configuration. ```yaml mixins: - exec - kubernetes: clientVersion: 1.2.3 ``` Porter...
This is a task list for everything we need to do in release our final v1.0.0 release: - [ ] Merge main into v0 if there has been new commits....
I am working on publishing our example bundles and wanted to be able to publish the bundle _only if it's a new bundle version_. I don't want to overwrite an...
Our custom windows agent has 16gb of ram and should not be running out of memory by just running our test suite and yet the smoke tests on windows just...