Skip to content

Releases: openshift/osdctl

Release v0.4.1

07 May 09:13
ac9143b
Compare
Choose a tag to compare
Release v0.4.1 Pre-release
Pre-release

This is a bug fix release to enable using go get github.com/openshift/osdctl reliably for easier installation.

Release v0.4.0

23 Feb 14:00
19c3286
Compare
Choose a tag to compare

In this release of osdctl we add the ability to post to servicelog through a template file with parameter expansion.

v0.3.0

16 Dec 15:13
435edc2
Compare
Choose a tag to compare

osdctl v0.3.0 adds a network pcap function in order to allow SREs to easily obtain a cluster-wide packet capture for a given timeframe.

Release v0.2.0

22 Sep 14:47
d703fd3
Compare
Choose a tag to compare

All of the goodness included in v0.1.0, with the following new features:

  • Adds the -C --cluster-id parameter to account cli and account console commands. No need to hunt down what the account ID or account name is, on-call SREs can just pop in the Internal Cluster ID and get a URL/CLI Credentiatls
  • Adds the ability to generate temporary CLI credentials or a console URL for external CCS accounts through the use of a jump-role. You need to make sure you have your prod payer-account AWS credentials set for this to work.
  • Renames check-secrets to verify-secrets and adds handling for CCS specific secrets
  • Refactored rotate-secrets to rotate all secrets associated with provided cluster.
  • Created generate-secret that follows previous logic of rotate-secret, which generates a an AWS Credentials for a specified user.

Release 0.1.0

31 Jul 18:00
72d26ea
Compare
Choose a tag to compare

This is our pre-v1.0 release. There's one last feature being added before we call it v1.0, but some existing functionality needs to be released and cannot wait. There should be no breaking changes between now and v1, but we're labeling this 0.1.0 as of right now.