Граф коммитов

225 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] 9247b2d197
Bump github/codeql-action from 2.23.2 to 3.27.5
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.23.2 to 3.27.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](2f93e4319b...f09c1c0a94)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-20 23:13:24 +00:00
Tatsinnit d3cc69c9d7
Pre-emtive fix for the breaking GH Action. (#546)
Co-authored-by: Tatsat Mishra <tatsat.mishra@microsoft.com>
2024-11-06 13:14:12 -08:00
dependabot[bot] 98e942d3c4
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#534)
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) from 1.6.0 to 1.8.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.6.0...sdk/azcore/v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 16:45:27 -08:00
dependabot[bot] 7549514155
Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#543)
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.5.0...v4.5.1)

---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 16:33:50 -08:00
Maxime Brunet ae4b42a770
fix: fix fallback to Git tag if VCS is unavailable (#530) 2024-10-07 16:25:36 -07:00
tspearconquest 22d3285f5d
Use AZURE_CONFIG_DIR in kubelogin command example (#522)
* Use AZURE_CONFIG_DIR in kubelogin command

When calling `kubelogin` with `AZURE_CONFIG_DIR` already set in a Jenkins job, just use that variable on the command line for consistency with the variable Jenkins is using, instead of doing `$WORKSPACE/.azure` which might not be where AZURE_CONFIG_DIR points to.

* Update jenkins.md based on suggestion
2024-09-17 16:30:14 -07:00
dependabot[bot] cabc5a9ca4
Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#505)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.25.0 to 0.26.0.
- [Commits](https://github.com/golang/crypto/compare/v0.25.0...v0.26.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-30 18:22:21 -07:00
dependabot[bot] 86e8fbaf69
Bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#490)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.24.0 to 0.25.0.
- [Commits](https://github.com/golang/crypto/compare/v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-07 16:15:08 -07:00
dependabot[bot] 63c2408824
Bump ossf/scorecard-action from 2.0.6 to 2.4.0 (#498)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.0.6 to 2.4.0.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](99c53751e0...62b2cac7ed)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-07 16:14:24 -07:00
Jean-Pascal Journet 783b82aea0
support of environment variable KUBECACHEDIR #500 (#501)
* support of environment variable KUBECACHEDIR #500

* Shifting place to change token assignation to follow @weinong advice

* Revert "Shifting place to change token assignation to follow @weinong advice"

This reverts commit 5b333d020c.

* fixing lint error (var name)

---------

Co-authored-by: JP Journet <jjournet@healthequity.com>
2024-08-07 08:54:46 -07:00
hbc aed62b0077
doc: add 0.1.4 release note (#486) 2024-07-05 12:50:24 -07:00
dependabot[bot] 79f324b81d
Bump gopkg.in/dnaeon/go-vcr.v3 from 3.1.2 to 3.2.0 (#459)
Bumps gopkg.in/dnaeon/go-vcr.v3 from 3.1.2 to 3.2.0.

---
updated-dependencies:
- dependency-name: gopkg.in/dnaeon/go-vcr.v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-05 10:45:57 -07:00
dependabot[bot] c492f88215
Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#444)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-05 10:45:10 -07:00
dependabot[bot] cbabc46771
Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#482)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-04 23:03:18 -07:00
dependabot[bot] 7a7bcf170c
Bump k8s.io/klog/v2 from 2.110.1 to 2.130.1 (#483)
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.110.1 to 2.130.1.
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](https://github.com/kubernetes/klog/compare/v2.110.1...v2.130.1)

---
updated-dependencies:
- dependency-name: k8s.io/klog/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-04 23:02:47 -07:00
Siddhant N. Trivedi fdf7706567
chore: upgrade go to v1.21.11 to fix CVE-2024-24790 (#485) 2024-07-04 23:02:19 -07:00
dependabot[bot] 5cc6178324
Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.11.1 to 1.12.0 (#478)
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) from 1.11.1 to 1.12.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.11.1...sdk/azcore/v1.12.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-19 17:43:22 -07:00
hbc eb9c7eb9a2
feat: declare go version directive with patch version (#476)
* feat: declare go version directive with patch version

We need this change for making dependabot to understand the toolchain
requirements.

Ref: https://go.dev/doc/toolchain

* chore: bump to 1.21.9
2024-06-12 11:40:16 -07:00
dependabot[bot] 9ea89ca1ab
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#474)
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/internal/v1.5.1...sdk/azcore/v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-12 10:53:48 -07:00
hbc 308f96875c
doc: prepare v0.1.3 (#456)
* doc: prepare v0.1.3

* chore: adding full change logs link
2024-04-22 17:04:48 -07:00
dependabot[bot] 38dcb82019
Bump golang.org/x/net from 0.21.0 to 0.23.0 (#451)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.21.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-20 09:17:50 +08:00
Weinong Wang 3509182dcb
prepare for v0.1.2 release (#450) 2024-04-18 18:47:17 -07:00
dependabot[bot] 29a938c665
Bump github.com/golang-jwt/jwt/v5 from 5.2.0 to 5.2.1 (#443)
Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](https://github.com/golang-jwt/jwt/compare/v5.2.0...v5.2.1)

---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-18 17:28:33 -07:00
dependabot[bot] 5b5e1c306b
Bump github.com/google/uuid from 1.5.0 to 1.6.0 (#406)
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-18 16:37:09 -07:00
dependabot[bot] e4e7e6fa58
Bump golang.org/x/crypto from 0.18.0 to 0.22.0 (#445)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.18.0 to 0.22.0.
- [Commits](https://github.com/golang/crypto/compare/v0.18.0...v0.22.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-18 16:26:16 -07:00
hbc 98fa9e881b
fix: tidy go.mod and bump go version (#448)
* fix: tidy go.mod and bump go version

* chore: debug

* fix: disable snap build for now
2024-04-18 16:16:48 -07:00
dependabot[bot] 6ad3af502d
Bump k8s.io/cli-runtime from 0.28.3 to 0.29.3 (#433)
Bumps [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) from 0.28.3 to 0.29.3.
- [Commits](https://github.com/kubernetes/cli-runtime/compare/v0.28.3...v0.29.3)

---
updated-dependencies:
- dependency-name: k8s.io/cli-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-15 18:26:25 -07:00
dependabot[bot] f706ed5d6a
Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#430)
Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-15 18:15:25 -07:00
Weinong Wang 26e4412143
prepare for v0.1.1 release (#421) 2024-02-23 12:07:36 -08:00
Rishu Harpavat 2d6ac5672f
Add PoP token support for ROPC flow (#412)
* Add PoP token support for ROPC flow

Add VCR tests for ROPC flow

Fix formatting issues

Add VCR tests for ROPC flow

* Vendor msal release v1.2.2

* Redact username + tenantID, fix failing test

* Split msal into confidential+public, add tests

* Fix typo

* Add tests for getPublicClient

* Make tokenWithOptions private to token package

---------

Co-authored-by: rharpavat <rharpavat@CPC-rharp-FHSOH>
2024-02-22 16:57:11 -08:00
StepSecurity Bot a6824d85cf
[StepSecurity] Apply security best practices (#404)
* [StepSecurity] Apply security best practices

Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>

* remove Harden Runner from the PR.

---------

Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
Co-authored-by: Tatsat Mishra <tatsat.mishra@microsoft.com>
2024-02-06 12:47:24 +08:00
Wallace Breza 1dc7e82882
Adds Azure Developer CLI (azd) as a new login method (#398)
* WIP: Adding azd credential

* Updates scopes for AAD v2.0 that azd supports

* Adds docs for azd login mode.

* Updated internal comments

* Stores underlying azd credential in token wrapper

* Adds unit tests to validate converter for azd
2024-02-05 16:14:25 -08:00
dependabot[bot] 4c8a6b26e8
Bump golang.org/x/crypto from 0.17.0 to 0.18.0 (#392)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.17.0 to 0.18.0.
- [Commits](https://github.com/golang/crypto/compare/v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-23 10:08:16 -08:00
dependabot[bot] a37901cdbe
Bump github.com/AzureAD/microsoft-authentication-library-for-go (#391)
Bumps [github.com/AzureAD/microsoft-authentication-library-for-go](https://github.com/AzureAD/microsoft-authentication-library-for-go) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-go/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-go/blob/main/changelog.md)
- [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-go/compare/v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: github.com/AzureAD/microsoft-authentication-library-for-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-23 09:59:13 -08:00
Tatsinnit 8d55d74afe
Changes in correlation with new GH Action Permission Changes. (#400)
Signed-off-by: Tatsinnit <Tatsinnit@users.noreply.github.com>
Co-authored-by: Tatsinnit <Tatsinnit@users.noreply.github.com>
2024-01-22 17:04:47 -08:00
Tatsinnit 2b43d04d1a
Default branch is now main. (#390)
Co-authored-by: Tatsinnit <Tatsinnit@users.noreply.github.com>
2023-12-29 15:36:04 -08:00
Weinong Wang 0fcd072d45
v0.1.0 release (#388) 2023-12-29 03:01:42 +08:00
dependabot[bot] 921416c6e6
Bump github.com/google/uuid from 1.4.0 to 1.5.0 (#383)
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-28 10:34:36 -08:00
hbc 2dc89eef25
fix: downgrade reuqired go version (#386) 2023-12-29 02:06:49 +08:00
dependabot[bot] 85f58a3d9a
Bump go.uber.org/mock from 0.3.0 to 0.4.0 (#385)
Bumps [go.uber.org/mock](https://github.com/uber/mock) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/uber/mock/releases)
- [Changelog](https://github.com/uber-go/mock/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uber/mock/compare/v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: go.uber.org/mock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-21 08:11:57 +08:00
dependabot[bot] 7614dc0335
Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.8.0 to 1.9.1 (#372)
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) from 1.8.0 to 1.9.1.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.8.0...sdk/azcore/v1.9.1)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-20 08:03:54 -08:00
dependabot[bot] e83f4af4d9
Bump github.com/golang-jwt/jwt/v5 from 5.0.0 to 5.2.0 (#370)
Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.0.0 to 5.2.0.
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](https://github.com/golang-jwt/jwt/compare/v5.0.0...v5.2.0)

---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-20 07:49:55 -08:00
dependabot[bot] 1e2283608b
Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#378)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-20 07:46:38 -08:00
dependabot[bot] c194607f9e
Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#359)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-20 07:08:55 -08:00
hbc 30ead78dd5
[library usage] Implement library token provider (#380)
* feat: define types

* refactor: move environment variables to `internal/env`

* feat: implement OptionsWithEnv

* feat: convert library options to internal options

* feat: implement library token provider

* fix: drop ROPCLogin from library usage for now

* doc: typo
2023-12-20 10:37:41 +08:00
hbc 75643501e6
[library usage] Refine internal token types (#379)
* refactor: move packages into `pkg/internal`

* feat: hide sub commands from package exports

* fix: revert go version change

* refactor: add context.Context to token methods

* feat: migrate to `go.uber.org/mock`

* feat: export `NewTokenProvider` function
2023-12-19 18:13:36 -08:00
hbc 2e9b789f97
[library usage] Update module version usages (#377)
* refactor: move packages into `pkg/internal`

* feat: hide sub commands from package exports

* fix: revert go version change

* fix: update and align go toolchain settings

* fix: check out first

* refactor: load build info from `runtime/debug`

* chore: doc typo
2023-12-20 10:09:18 +08:00
hbc c6802f6cdd
[library usage] Move modules under `pkg` to `pkg/internal` (#376)
* refactor: move packages into `pkg/internal`

* feat: hide sub commands from package exports

* fix: revert go version change
2023-12-19 17:56:00 -08:00
hbc 3e83c8867e
feat: add 0.0.34 release change log (#369)
* feat: add 0.0.34 release change log
2023-12-02 12:13:54 +08:00
Weinong Wang c92c31b0f1
added armv7 support (#367) 2023-12-02 10:44:14 +08:00