Releases: get-bridge/truss-cli
v0.0.9
v0.0.8
Changelog
3913cd6 Add brew config to goreleaser (#12)
070444a Add env command to set up your shell per env (#13)
922c3f8 Add get-global-config s3 command (#18)
250d346 Add wrap command (#14)
93a9ef5 Adding truss vault ui
command to open and authenticate the Vault UI! (#20)
1da88e4 Checking for presence of a local secrets file, error on secrets view (#19)
17e844d Merge pull request #16 from instructure-bridge/push_pull_samething
14741bd Use instructure-bridge-github-bot org secret (#15)
bc0e774 fix push/pull typo
3e65981 version bump
v0.0.7
Changelog
74c4243 Add version (#11)
82f920a Adding CD with GitHub Actions (#8)
c41e66a Merge pull request #9 from instructure-bridge/backfill_tests
3b7828d allow using --env with secrets manager
903ec5e back fill truss tests pt2
3b46bd9 backfill cmd tests
167a4ab don't ask for kubeconfig selection if only one
180949b fix secrets file names
6080ac2 initial tests for secrets, stubs for full testing
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
Changelog
4ba6cb8 Merge pull request #2 from instructure/vault_cmd
9475d48 Merge pull request #3 from instructure/kubeconfig_refactor
8d10064 add get-kubeconfigs
c991736 add initial kubectl command
ae541b2 kubectl port-forward will wait for port
348678d publish 0.0.2
2999ff9 refactor to use KUBECONFIG instead of context
5ef90d1 update readme with example truss.yaml
fc6c666 vault login assume role
f61e5b1 wip initial vault command
v0.0.1
Changelog
848f264 Initial commit
b7b8a53 Merge pull request #1 from instructure/init_cobra
b62014d add goreleaser initial config
fcca2fa add initial cobra cmd config
76ef888 add makefile for release
3a9ec54 add stub setup cmd and tests
8ae356b add truss package to pull logic out of cmd parser
644d7bc doc: add publish info
e44101f update readme with cobra new command instructions