Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Latest commit

 

History

History
313 lines (245 loc) · 8.6 KB

CHANGELOG.md

File metadata and controls

313 lines (245 loc) · 8.6 KB

Bazel

  • updating Go to 1.17.2
  • update gomock to version 1.3
  • updating rules_docker to 0.19.0
  • update gazelle to 0.23.0
  • update rules_go to version 0.28.0
  • update to version 4.2.1

Chore

  • refactoring dev tools
  • adding VSCode dev container
  • bazel: removing reduntant rules_docker bits
  • deps: updating Go dependencies
  • deps: update dependency bazel_gazelle to v0.22.0
  • deps: update dependency io_bazel_rules_docker to v0.15.0
  • deps: updating AWS session-manager-plugin to version 1.2.7.0
  • deps: update l.gcr.io/google/bazel docker tag to v3.5.0
  • deps: update dependency io_bazel_rules_go to v0.24.5
  • deps: update module spf13/cobra to v1.1.1
  • deps: update module spf13/cobra to v1.1.0
  • deps: update module sirupsen/logrus to v1.7.0
  • deps: bumping go version to 1.15.3
  • deps: update dependency io_bazel_rules_go to v0.24.4
  • deps: updating Bazel rules
  • deps: update dependency bazel_gazelle to v0.22.2
  • deps: update module aws/aws-sdk-go to v1.34.32
  • deps: update dependency io_bazel_rules_go to v0.24.3
  • deps: update dependency bazel_gazelle to v0.22.1
  • deps: update dependency io_bazel_rules_go to v0.24.2
  • deps: update dependency io_bazel_rules_go to v0.24.1
  • renovate: scheduled checks
  • tools: updating dev tools

Ci

  • using Github Actions

Docker

  • update session manager plugin to 1.2.245.0

Fic

  • ci: removing Drone integration

Fix

  • profile to command line parser
  • aws: code style of log interface
  • aws: log interface
  • bazel: semi-hermitizing Go SDK
  • ci: disable steps that use secrets on PRs (#187)
  • drone: updating drone.yml signature
  • linters: addressing golangci-lint issues

Test

  • aws: adding unittests

Update

  • go: version 1.15.2
  • go: version 1.15.1

0.7.0 - 2020-08-27

Chore

  • release: version 0.7.0

Feat

  • cmd: moving target to arg instead of separate flag

Fix

  • aws: error log on a send ssh pub key failure
  • cmd: clarify ssh usage
  • docs: adding profile config entry description

0.6.1 - 2020-08-19

Chore

  • release: version 0.6.1

Fix

  • aws: reducing timeouts to speed up error feedback loop

0.6.0 - 2020-08-16

Aws

  • customizing default retryer for AWS api calls

Chore

  • removing deprecated name tag reference
  • deps: update golang.org/x/crypto commit hash to 75b2880
  • deps: update Go to 1.15
  • deps: bumping Go and tidying dependecies
  • deps: update module aws/aws-sdk-go to v1.34.2
  • deps: update dependency io_bazel_rules_go to v0.23.7
  • deps: update module spf13/viper to v1.7.1
  • deps: update module golang/mock to v1.4.4
  • deps: update golang.org/x/crypto commit hash to 123391f
  • deps: update l.gcr.io/google/bazel docker tag to v3.4.1
  • deps: update dependency io_bazel_rules_docker to v0.14.4
  • deps: x/crypto version bump
  • release: version 0.6.0

Fix

  • bazel: docker rules
  • pre-commit: adding Gazelle run during fmt phase

0.5.3 - 2020-06-21

Chore

  • bazel: bump to version 3.3.0
  • deps: update go modules in Bazel
  • deps: update module aws/aws-sdk-go to v1.32.6
  • deps: update l.gcr.io/google/bazel docker tag to v3.3.0
  • pre-commit: add go mod tidy to update_deps
  • release: version 0.5.3

Rollback

  • name-tag target type change

Update

  • go: version 1.14.4

0.5.2 - 2020-06-06

Build

  • deps: bump github.com/aws/aws-sdk-go from 1.31.7 to 1.31.11
  • deps: bump github.com/aws/aws-sdk-go from 1.31.1 to 1.31.7
  • deps: bump github.com/stretchr/testify from 1.5.1 to 1.6.0

Chore

  • deps: add renovate.json
  • deps: update module stretchr/testify to v1.6.1
  • deps: update dependency io_bazel_rules_go to v0.23.3
  • deps: update dependency io_bazel_rules_docker to v0.14.3
  • deps: update dependency bazel_gazelle to v0.21.1
  • deps: update golang.org/x/crypto commit hash to 70a84ac
  • release: 0.5.2

Fix

  • ssh: error handling

Update

  • bazel: to version 3.2.0
  • deps: Go dependecies in bazel

0.5.1 - 2020-05-23

Add

  • aws: append AWS UA with sigil version

Build

  • deps: bump github.com/aws/aws-sdk-go from 1.31.0 to 1.31.1
  • deps: bump github.com/aws/aws-sdk-go from 1.30.29 to 1.31.0
  • deps: bump github.com/aws/aws-sdk-go from 1.30.28 to 1.30.29
  • deps: bump github.com/aws/aws-sdk-go from 1.30.27 to 1.30.28
  • deps: bump github.com/aws/aws-sdk-go from 1.30.26 to 1.30.27
  • deps: bump github.com/aws/aws-sdk-go from 1.30.25 to 1.30.26
  • deps: bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0
  • deps: bump github.com/aws/aws-sdk-go from 1.30.24 to 1.30.25
  • deps: bump github.com/spf13/viper from 1.6.3 to 1.7.0
  • deps: bump github.com/aws/aws-sdk-go from 1.30.9 to 1.30.24
  • deps: bump github.com/sirupsen/logrus from 1.5.0 to 1.6.0

Chore

  • using Bazel as a build system
  • release: 0.5.1

Fix

  • app exit on failed session termination
  • version in makefile
  • drone: docker-release step
  • lint: addressing comments from deepsource.io

Rm

  • changelog: merge PR commits
  • drone: release notes

Update

  • dependencies

0.5.0 - 2020-04-18

Chore

  • pre-commit: always run

Delete

  • doc: manual pages

Feat

  • adding support for environment variables
  • ssh: allowing custom temp. key directories

Fix

  • doc: adding missing flag in ssh_config example
  • lint: removing broken bin path

0.4.1 - 2020-04-16

Fix

  • list: filters

Update

  • version: 0.4.1

0.4.0 - 2020-04-11

Add

  • deepsource integration
  • desc: for tests
  • pkg: unit tests
  • pre-commit: adding pre-commit and dev section

Feat

  • golangci-lint: added config file

Fix

  • ssh: adding missing mfa token

Update

  • doc: expanding documentation
  • go: bumping go and dependencies versions
  • version: to 0.4.0

0.3.3 - 2020-03-19

0.3.2 - 2020-03-11

0.3.1 - 2019-07-18

0.3.0 - 2019-07-13

Stargate

  • Adding Support for SSH and SCP (#44)

0.2.1 - 2019-05-14

0.2.0 - 2019-05-03

0.1.2 - 2019-04-29

0.1.1 - 2019-04-23

0.1.0 - 2019-04-23

0.0.8 - 2019-04-22

0.0.7 - 2019-04-16

0.0.6 - 2019-04-16

0.0.5 - 2019-04-15

0.0.4 - 2019-04-15

0.0.3 - 2019-03-19

0.0.2 - 2019-03-19

0.0.1 - 2019-03-18