Skip to content

Releases: openshift/backplane-cli

v0.1.20

11 Dec 06:18
4f63014
Compare
Choose a tag to compare

Changelog

  • 5645901 Add typeid as review/approver
  • c52238b Bump github.com/aws/aws-sdk-go-v2/config from 1.25.11 to 1.26.1
  • ec7dc9e Bump github.com/aws/aws-sdk-go-v2/config from 1.25.3 to 1.25.5
  • 3e4800a Bump github.com/aws/aws-sdk-go-v2/config from 1.25.5 to 1.25.11
  • 5a072d6 Bump github.com/openshift-online/ocm-sdk-go from 0.1.386 to 0.1.387
  • e78b949 Bump github.com/openshift-online/ocm-sdk-go from 0.1.387 to 0.1.388
  • 8c5b230 Bump github.com/spf13/viper from 1.17.0 to 1.18.1
  • 8b4a741 Bump golang.org/x/term from 0.14.0 to 0.15.0
  • d436794 Merge pull request #266 from typeid/allow_empty_proxy
  • 5b45914 Merge pull request #268 from typeid/fix_export
  • 8b1a041 Merge pull request #270 from openshift/dependabot/go_modules/github.com/aws/aws-sdk-go-v2/config-1.25.5
  • 0b3a66a Merge pull request #273 from typeid/add_typeid_approver
  • 6d37c97 Merge pull request #275 from openshift/dependabot/go_modules/golang.org/x/term-0.15.0
  • 3edb853 Merge pull request #276 from openshift/dependabot/go_modules/github.com/aws/aws-sdk-go-v2/config-1.25.11
  • 52a842d Merge pull request #278 from openshift/dependabot/go_modules/github.com/openshift-online/ocm-sdk-go-0.1.387
  • 6c74854 Merge pull request #284 from openshift/dependabot/go_modules/github.com/spf13/viper-1.18.1
  • 4f63014 Merge pull request #287 from openshift/dependabot/go_modules/github.com/aws/aws-sdk-go-v2/config-1.26.1
  • 3f4a370 Merge pull request #288 from openshift/dependabot/go_modules/github.com/openshift-online/ocm-sdk-go-0.1.388
  • 1963e3e Move ocmwraper to ocm package and ClientUtils to backplane-api package (#280)
  • 702dcf5 feat: allow creating aws config with a custom ocm token
  • fc75330 feat: make proxy configurable (#267)
  • 54c9e41 fix: use logger for iam changes log message

v0.1.19

21 Nov 19:51
429d003
Compare
Choose a tag to compare

Changelog

  • 429d003 Merge pull request #265 from AlexVulaj/use-unauthenticated-sts-config
  • 6b15ca6 Use unauthenticated STS client for assuming payer account role

v0.1.18

21 Nov 03:19
34aa6ab
Compare
Choose a tag to compare

Changelog

  • 986eab8 Add mjlshen to reviewers/approvers
  • b4c93e9 Bump github.com/aws/aws-sdk-go-v2 from 1.22.2 to 1.23.0
  • f870b13 Bump github.com/aws/aws-sdk-go-v2/config from 1.22.0 to 1.25.3
  • ecf4fba Bump github.com/openshift-online/ocm-sdk-go from 0.1.385 to 0.1.386
  • bcb73da Bump ubi8/ubi from 8.8-1067.1698056881 to 8.9-1028
  • 23570ca Merge pull request #256 from typeid/update_dependencies
  • aa6130d Merge pull request #257 from mjlshen/OSD-19711
  • f814e80 Merge pull request #258 from openshift/dependabot/go_modules/github.com/openshift-online/ocm-sdk-go-0.1.386
  • 3e5be7b Merge pull request #259 from openshift/dependabot/go_modules/github.com/aws/aws-sdk-go-v2-1.23.0
  • 3254569 Merge pull request #260 from openshift/dependabot/go_modules/github.com/aws/aws-sdk-go-v2/config-1.25.3
  • 0957ac9 Merge pull request #263 from openshift/dependabot/docker/ubi8/ubi-8.9-1028
  • 34aa6ab Merge pull request #264 from mjlshen/OWNERS
  • d95a734 Reimplement a way to retrieve an aws-sdk-go-v2 config from backplane
  • b75e6ce Remove leftover mocks and misleading tests
  • a607dfd Replace deprecated wait.PollImmediate with wait.PollUntilContextTimeout
  • 00992e9 maint: update dependencies

v0.1.17

14 Nov 03:26
5a3e6e8
Compare
Choose a tag to compare

Changelog

  • 39e524c Bump github.com/aws/aws-sdk-go-v2/config from 1.19.1 to 1.22.0
  • 1269bea Bump github.com/aws/aws-sdk-go-v2/credentials from 1.15.1 to 1.15.2
  • 17232a5 Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.25.0 to 1.25.1
  • 33081f1 Bump github.com/onsi/gomega from 1.29.0 to 1.30.0
  • cfcbd91 Bump github.com/openshift-online/ocm-sdk-go from 0.1.378 to 0.1.382
  • 285208c Bump github.com/openshift-online/ocm-sdk-go from 0.1.382 to 0.1.385
  • 247d74f Bump github.com/spf13/cobra from 1.7.0 to 1.8.0
  • 1f58b2f Bump golang.org/x/term from 0.13.0 to 0.14.0
  • 9bf84ba Fix a reported bug about backplane elevate with interactive shell
  • df6172b Merge pull request #229 from xiaoyu74/bug_fix_elevate
  • 5a3e6e8 Merge pull request #236 from xiaoyu74/test_backplane_api_warning_header
  • 711f0a6 Merge pull request #248 from openshift/dependabot/go_modules/github.com/aws/aws-sdk-go-v2/config-1.22.0
  • 961a853 Merge pull request #249 from openshift/dependabot/go_modules/github.com/openshift-online/ocm-sdk-go-0.1.382
  • 2f944b7 Merge pull request #250 from openshift/dependabot/go_modules/github.com/spf13/cobra-1.8.0
  • 5585194 Merge pull request #251 from openshift/dependabot/go_modules/github.com/aws/aws-sdk-go-v2/credentials-1.15.2
  • 676d76f Merge pull request #252 from openshift/dependabot/go_modules/golang.org/x/term-0.14.0
  • 7e3065a Merge pull request #253 from openshift/dependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/sts-1.25.1
  • afd34a8 Merge pull request #254 from openshift/dependabot/go_modules/github.com/onsi/gomega-1.30.0
  • d50a04c Merge pull request #255 from openshift/dependabot/go_modules/github.com/openshift-online/ocm-sdk-go-0.1.385
  • b19141f Test to have bp-cli to consume warning header from bp-api's response
  • 8f5f15f Updated the use the mock-gen to generate the mock pkg
  • fd9f6cc Using logger to print warnings for debug purposes

v0.1.16

02 Nov 15:14
11f9419
Compare
Choose a tag to compare

Changelog

  • 02a890b Make sure region is always present for credentials and console links
  • 6a2a0e0 Merge pull request #243 from AlexVulaj/set-region-credentials-console
  • 97cbb5d Merge pull request #244 from Dee-6777/update-reviewers-list
  • 11f9419 Merge pull request #245 from AlexVulaj/fallback-isolated-flow-failure
  • 5ff4d76 Updating reviewers list
  • 0a17482 fall back to old flow if new flow fails

v0.1.15

31 Oct 10:38
e3c2063
Compare
Choose a tag to compare

Changelog

  • ccec069 Bump github.com/aws/aws-sdk-go-v2/config from 1.18.45 to 1.19.0
  • 6132df7 Bump github.com/aws/aws-sdk-go-v2/config from 1.19.0 to 1.19.1
  • 0b88f50 Bump github.com/onsi/gomega from 1.28.0 to 1.29.0
  • b1d0036 Bump github.com/openshift-online/ocm-sdk-go from 0.1.373 to 0.1.376
  • dd04d87 Bump github.com/openshift-online/ocm-sdk-go from 0.1.376 to 0.1.378
  • d1b4a3e Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0
  • d1aec33 Bump ubi8/ubi from 8.8-1067.1696517599 to 8.8-1067.1697633337
  • b17d0d9 Bump ubi8/ubi from 8.8-1067.1697633337 to 8.8-1067.1698056881
  • 710436c Implement retry for eventual consistency in IAM updates
  • 3e569d6 Merge pull request #232 from openshift/dependabot/go_modules/github.com/openshift-online/ocm-sdk-go-0.1.376
  • 68c6103 Merge pull request #233 from openshift/dependabot/go_modules/github.com/aws/aws-sdk-go-v2/config-1.19.0
  • 394c765 Merge pull request #234 from openshift/dependabot/docker/ubi8/ubi-8.8-1067.1697633337
  • 56b27b7 Merge pull request #235 from AlexVulaj/backplane-assume-implement-retry
  • e3c2063 Merge pull request #237 from AlexVulaj/consolidate-cloud-assume
  • 3171aff Merge pull request #238 from openshift/dependabot/go_modules/github.com/openshift-online/ocm-sdk-go-0.1.378
  • dcc9e14 Merge pull request #239 from openshift/dependabot/go_modules/sigs.k8s.io/yaml-1.4.0
  • 5c7b2d4 Merge pull request #240 from openshift/dependabot/go_modules/github.com/aws/aws-sdk-go-v2/config-1.19.1
  • 408aca9 Merge pull request #241 from openshift/dependabot/go_modules/github.com/onsi/gomega-1.29.0
  • 75fe58c Merge pull request #242 from openshift/dependabot/docker/ubi8/ubi-8.8-1067.1698056881
  • f3ef69d Move all functionality for assume command into credentials/console

v0.1.14

18 Oct 01:46
3ec5991
Compare
Choose a tag to compare

Changelog

  • ebea5a1 Bump ubi8/ubi from 8.8-1067 to 8.8-1067.1696517599
  • 9a80b11 Merge pull request #223 from openshift/dependabot/docker/ubi8/ubi-8.8-1067.1696517599
  • 3ec5991 Merge pull request #230 from openshift/revert-211-new-shell-elevate
  • 0fefbf2 Revert "OSD-18058 : Adding a new interactive shell session when we do debug with elevate command "

v0.1.12

07 Oct 02:34
d938ab2
Compare
Choose a tag to compare

Changelog

  • 1deb1f7 Add baseImageOverride to backplane-cli
  • 9d5f461 Add dryRun flag for backplane-cli (#210)
  • 2f30790 Add stderr to stdout
  • cfb3253 Adding a new shell when elevate debug command is run
  • 4191917 Bump github.com/aws/aws-sdk-go-v2/config from 1.18.37 to 1.18.42
  • eeff6bf Bump github.com/onsi/gomega from 1.27.10 to 1.28.0
  • ada6d1c Bump github.com/openshift-online/ocm-sdk-go from 0.1.364 to 0.1.369
  • 022a662 Bump github.com/openshift-online/ocm-sdk-go from 0.1.369 to 0.1.372
  • 2401319 Bump golang.org/x/term from 0.11.0 to 0.12.0
  • c6207e7 Bump ubi8/ubi from 8.8-1032.1692772289 to 8.8-1067
  • 64a96e1 Merge pull request #199 from supreeth7/root-image
  • 26e1081 Merge pull request #200 from feichashao/tj_lib
  • 949ee51 Merge pull request #202 from devppratik/fix-kube-ps1-with-zsh
  • 434bfc7 Merge pull request #203 from openshift/dependabot/docker/ubi8/ubi-8.8-1067
  • 6fafa0b Merge pull request #204 from openshift/dependabot/go_modules/github.com/aws/aws-sdk-go-v2/config-1.18.42
  • 94dd041 Merge pull request #206 from openshift/dependabot/go_modules/golang.org/x/term-0.12.0
  • b2d0467 Merge pull request #207 from openshift/dependabot/go_modules/github.com/openshift-online/ocm-sdk-go-0.1.369
  • f08ab67 Merge pull request #211 from Dee-6777/new-shell-elevate
  • 3d3388f Merge pull request #212 from xiaoyu74/check_ci_issue
  • 0d9eccb Merge pull request #213 from hectorakemp/add-custom-testjob-image-flag
  • b1027e7 Merge pull request #214 from openshift/dependabot/go_modules/github.com/onsi/gomega-1.28.0
  • d938ab2 Merge pull request #215 from openshift/dependabot/go_modules/github.com/openshift-online/ocm-sdk-go-0.1.372
  • f301164 Merge remote-tracking branch 'upstream/main' into check_ci_issue
  • 7660bc7 Minor updates for the govulncheck issue
  • d446cf5 TestJob to use base64 for library import
  • caab7cd Update target scan to add a check condition
  • 5467247 Updated PS1 Setup to work with ZSH
  • e44a21b fix: add CI base image
  • 5574ee1 fix: linting errors
  • 144af9e test ci govulncheck

v0.1.11

05 Sep 03:26
9ad8408
Compare
Choose a tag to compare

Changelog

  • c4ee299 Add flag to the 'assume' command to generate a console url
  • 3745eeb Bump github.com/aws/aws-sdk-go-v2/config from 1.18.33 to 1.18.35
  • 0863aed Bump github.com/aws/aws-sdk-go-v2/config from 1.18.35 to 1.18.37
  • 5c589d8 Bump github.com/openshift-online/ocm-sdk-go from 0.1.358 to 0.1.363
  • 1108af0 Bump github.com/openshift-online/ocm-sdk-go from 0.1.363 to 0.1.364
  • 50bf653 Bump ubi8/ubi from 8.8-1032 to 8.8-1032.1692772289
  • 0bb35f9 Check Govulncheck binary present or not
  • 691eb6f Merge pull request #182 from openshift/dependabot/go_modules/github.com/openshift-online/ocm-sdk-go-0.1.363
  • aec4563 Merge pull request #185 from openshift/dependabot/go_modules/github.com/aws/aws-sdk-go-v2/config-1.18.35
  • a89bc41 Merge pull request #188 from Dee-6777/add-govulncheck
  • 265ba04 Merge pull request #189 from MitaliBhalla/OSD-17611
  • da3b73a Merge pull request #190 from openshift/dependabot/docker/ubi8/ubi-8.8-1032.1692772289
  • 7514899 Merge pull request #191 from openshift/dependabot/go_modules/github.com/openshift-online/ocm-sdk-go-0.1.364
  • ae60adc Merge pull request #194 from openshift/dependabot/go_modules/github.com/aws/aws-sdk-go-v2/config-1.18.37
  • 7aa437e Merge pull request #196 from Dee-6777/bump-version-go
  • 9ad8408 Merge pull request #197 from AlexVulaj/cloud-assume-console
  • 8c0377c Merge pull request #198 from Dee-6777/check-govuln-binary-present
  • 180b63a OSD-17611 : Adding BP-CLI release cycle info
  • cb88663 bump version go from 1.19 to 1.21
  • f83c763 resolved error

v0.1.10

14 Aug 06:52
a8cb7d7
Compare
Choose a tag to compare

Changelog

  • 6a7a897 Bump github.com/aws/aws-sdk-go-v2 from 1.19.1 to 1.20.0
  • e66b7c1 Bump github.com/aws/aws-sdk-go-v2/config from 1.18.30 to 1.18.32
  • 2d239a7 Bump github.com/aws/aws-sdk-go-v2/config from 1.18.32 to 1.18.33
  • afaffd5 Bump github.com/onsi/gomega from 1.27.9 to 1.27.10
  • 2ece936 Bump golang.org/x/term from 0.10.0 to 0.11.0
  • c693629 Bump ubi8/ubi from 8.8-854 to 8.8-1032
  • 0dc79ab Bumping go version to 1.19
  • fd84937 Merge pull request #168 from MitaliBhalla/bumping-go-version
  • bf43a6a Merge pull request #169 from AlexVulaj/assume-debug
  • bd600af Merge pull request #170 from Dee-6777/leftover_kubeconfig
  • 59d49a8 Merge pull request #172 from openshift/dependabot/go_modules/github.com/onsi/gomega-1.27.10
  • cf56eee Merge pull request #173 from openshift/dependabot/go_modules/github.com/aws/aws-sdk-go-v2/config-1.18.32
  • 2820900 Merge pull request #175 from openshift/dependabot/go_modules/github.com/aws/aws-sdk-go-v2-1.20.0
  • a8cb7d7 Merge pull request #177 from openshift/dependabot/go_modules/golang.org/x/term-0.11.0
  • ce0cfb3 Merge pull request #179 from openshift/dependabot/go_modules/github.com/aws/aws-sdk-go-v2/config-1.18.33
  • ef431e9 Merge pull request #181 from openshift/dependabot/docker/ubi8/ubi-8.8-1032
  • d1d9873 add --debug-file flag for 'cloud assume' command
  • df5fd45 updated readme with instruction to users to use an updated version of go