replicated icon indicating copy to clipboard operation
replicated copied to clipboard

A CLI to create, edit and promote releases in Replicated

Results 33 replicated issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin) from 0.2.3 to 0.2.4. Release notes Sourced from github.com/cyphar/filepath-securejoin's releases. v0.2.4 This release fixes a potential security issue in filepath-securejoin when used on Windows (GHSA-6xv5-86q9-7xr8, which could be...

dependencies

If I try and put the release notes directly into the application.yaml file like this - ``` apiVersion: kots.io/v1beta1 kind: Application metadata: name: redgate-clone spec: title: Redgate Clone icon: https://cloningcapability.z33.web.core.windows.net/redgate.png...

`configFilePath` is currently hardcoded to `${HOME:-$USERPROFILE}/.replicated/config.yaml` which isn't very flexible and doesn't follow expectations of modern programs. In sandboxed environments these directories may not be writable or appropriate. ```go func...

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20211209193657-4570a0811e8b to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20211209193657-4570a0811e8b&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

## Problem to Solve The vendor portal makes it pretty easy to auto-increment semver versions when promoting. The CLI is not as straightforward. Right now, to promote a release to...

Small fix to address the issue with not working auto completion script generated for zsh.

type::bug

While exploring the functionality of the CLI I noticed that running `replicated channel --help` only shows the `ls` subcommand ![Screenshot 2022-07-11 at 09 35 14](https://user-images.githubusercontent.com/108552543/178222957-c2bd1fa8-9571-4cfa-816a-c0e946dbfcdc.png)

replicated release create and promote commands take a `--release-notes` argument: ``` --release-notes string When used with --promote , sets the **markdown** release notes ``` However this string must be escaped...