porter
porter copied to clipboard
Porter enables you to package your application artifact, client tools, configuration and deployment logic together as an installer that you can distribute, and install with a single command.
# What does this change If the state.tgz file exists but is empty then the unpack will fail. Suggested behavior would be that in this instance the unpack just continues...
# 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...
# What does this change The docs currently still recommend user to use `porter parameters generate` or `porter credentials generate` as a way to create Parameter Set and Credential Set...
## Describe the bug I'm getting the following error when trying to use a porter bundle that has "state" provided in the manifest when running in the operator: could not...
## 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...
**Is your feature request related to a problem? Please describe.** We have `--reference` flag for either parameter/credential `generate` command but we want to encourage people to use the combination of...
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....