Skip to content

Releases: dependabot/cli

v1.10.0

29 Nov 15:22
afb2e1b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.10.0

v1.9.0

16 Nov 22:57
14d4d7b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.9.0

v1.8.0

02 Nov 10:39
03180f4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.8.0

v1.7.1: Bump github.com/spf13/cobra from 1.6.0 to 1.6.1

31 Oct 13:45
Compare
Choose a tag to compare
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.6.0...v1.6.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>

v1.7.0

28 Oct 13:07
Compare
Choose a tag to compare
fix running updater even though fetcher failed

v1.6.0

18 Oct 15:08
Compare
Choose a tag to compare
fix replaces base boolean coming into the job as a string

v1.5.0: Add `ignore_conditions > update-types` to job (#21)

14 Oct 13:22
3390f62
Compare
Choose a tag to compare
I found that it was missing when the CLI was not correctly passing it to
the updater.

v1.4.0

10 Oct 13:35
Compare
Choose a tag to compare
add debug environment variable when debugging

v1.3.0

03 Oct 18:24
8292839
Compare
Choose a tag to compare
custom proxy certificate (#12)

v1.2.0: Remove http basic auth from proxy (#3)

29 Sep 11:28
53def8c
Compare
Choose a tag to compare
In https://github.com/github/dependabot-update-job-proxy/pull/988 we're
removing HTTP Basic Auth from the proxy. While passing them won't cause
any issues, it will no longer serve a purpose.

It should technically be fine to merge these changes _before_ that
lands, as the proxy can currently be ran without setting up basic auth,
but let's get that PR to land first.