Skip to content

Releases: afrase/going

v0.0.10

18 Jan 15:27
287c9eb
Compare
Choose a tag to compare

v0.0.9

10 Jan 14:09
625bde7
Compare
Choose a tag to compare

Changelog

  • 625bde7 Don't display image info since long lines mess with output

v0.0.8

09 Jan 19:47
5ba2214
Compare
Choose a tag to compare

Changelog

  • 5ba2214 Try to be smart about using SSM directly

v0.0.7

20 Dec 16:40
ca8455a
Compare
Choose a tag to compare

Changelog

  • ca8455a Return error if LogConfiguration is nil and don't offer to start a task if none are running

v0.0.6

19 Dec 23:50
30eb188
Compare
Choose a tag to compare

Changelog

  • cd58749 Fixed the todo about duplicate event timestamps
  • 67916b5 Improvements on log tailing
  • e6535d8 Input needs to be in the loop
  • e787b7a Merge branch 'main' into refactor-config-to-allow-better-testing
  • 30eb188 Merge pull request #1 from afrase/cloudwatch-logs
  • 5206d2f Refactor config to allow testing
  • 984b3b6 Rough implementation of getting cloudwatch logs
  • f5a58cf Updated dependencies

v0.0.5

13 Oct 15:39
e38bcb0
Compare
Choose a tag to compare

Changelog

  • e38bcb0 Provide a PAT for publishing the tap

v0.0.4

13 Oct 15:24
d53b472
Compare
Choose a tag to compare

Changelog

v0.0.3

31 Aug 15:48
dc4c7a5
Compare
Choose a tag to compare

Changelog

  • 55e63e1 Add message when using basic shell
  • 393720c Added command to replace AWS creds in env files
  • ba7926a Added health and last status of container to prompt
  • dc4c7a5 Added some documentation to the readme
  • 4de30cd Check if filename is blank in StoreCacheFile
  • f9ba32c Fixed login when token is missing
  • 947d9ab Made CheckErr not show ctrl+c as error
  • 324d660 Update dependencies
  • c440d30 Updated dependencies and exit from command instead of returning

v0.0.2

01 Aug 18:44
e5b35eb
Compare
Choose a tag to compare

Changelog

  • e5b35eb Always return a token with a filename
  • 9fe83c1 Moved container template closer to where it's used
  • 2192012 Tell goreleaser to upload to a homebrew-tap repo

v0.0.1

28 Jul 19:31
f1e02c7
Compare
Choose a tag to compare

Changelog

  • ce83c2f Add goreleaser
  • f1e02c7 Add goreleaser workflow
  • b803e8b Add more comments for clarity and error checking functionality
  • 60f608a Add option to execute commands using session manager directly
  • dc0302f Add service name to task and container
  • ffaa50c Added native SSO login and logout
  • adf28b3 Added readme and .editorconfig
  • d5d15f1 Refactor and cleanup
  • a9cdb36 Refactor code for improved readability and efficiency
  • 8e82254 Refactor shell command execution methods in shell.go
  • c36984b Remove unused template functionality from prompter
  • cf901cf Removed comment out code
  • 41b3089 Show more items in prompt
  • 4703f58 Start service when no tasks are running
  • ae4ea00 Update AWS client and container details handling
  • 38cf797 Use pager for cluster and service
  • 196ecc2 When multiple tasks exist prompt for one
  • 2070c0f initial commit