Skip to content

Releases: get-bridge/truss-cli

v0.0.9

22 Jul 19:59
3427918
Compare
Choose a tag to compare

Changelog

1f5d4ea First cut at a truss shell node command (#21)
3427918 Fixing truss shell command flag mixup and usernames with dots. (#23)
c441ce0 remove goreleaser from makefile. GH actions does this for us now

v0.0.8

06 Jul 19:47
Compare
Choose a tag to compare

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

23 Jun 20:48
74c4243
Compare
Choose a tag to compare

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

05 Jun 23:23
c065951
Compare
Choose a tag to compare

Changelog

c065951 Fixing cuz I'm the worst (#7)

v0.0.5

05 Jun 20:48
94221df
Compare
Choose a tag to compare

Changelog

94221df Refactoring secrets to allow for all the more (#6)

v0.0.4

05 Jun 15:44
Compare
Choose a tag to compare

Changelog

a0e851e Bumping version
4e0095d Manage Vault Secrets (#5)
4989e7b Merge pull request #4 from instructure-bridge/getkubeconfigrole
74e1c8e Update getKubeconfig.go
1e60deb allow get-kubeconfig to assume aws role

v0.0.3

26 May 17:30
Compare
Choose a tag to compare

Changelog

0158218 move from instructure to instructure-bridge org
9e31763 publish 0.0.3

v0.0.2

21 May 17:54
Compare
Choose a tag to compare

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

15 May 15:48
Compare
Choose a tag to compare

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