Skip to content

Releases: rancher/channelserver

v0.11.0

19 May 04:47

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

15 Apr 18:25

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

10 Dec 01:48

Choose a tag to compare

What's Changed

  • Return correct plural type for collections by @brandond in #30

Full Changelog: v0.8.0...v0.9.0

v0.8.1

06 Dec 18:16

Choose a tag to compare

What's Changed

  • Misc fixes by @brandond in #29
    • Set default prefix value
      There must be the same number of path prefixes as config keys. Unfortunately the default CLI args contain a single path prefix, but no subkey, which is invalid and results in startup failing with level=fatal msg="keys-prefix lengths are not equal [v1-release] [] 0.0.0.0:8080".
      Fix that by adding a default subkey of an empty string - so just the root of the document.
    • Bump rancher/wrangler and rancher/apiserver
    • Print subkey and prefix on startup
    • Add support for Github token auth
      • Bump GH client version
      • Add support for GH token auth
      • Print status messages while loading initial config
      • Raise fatal error if initial config load fails, instead of silently serving with no release data. This resolves an issue where the server would come up but serve no data because the error from the initial load was silently
        ignored. The most frequent cause of this was rate limiting due to lack of auth support:

        Failed to load config from [https://raw.githubusercontent.com/k3s-io/k3s/master/channel.yaml]: GET https://api.github.com/repos/k3s-io/k3s/releases: 403 API rate limit exceeded for CLIENT-IP. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)

New Contributors

Full Changelog: v0.7.0...v0.8.1

NOTE: This is the same as v0.8.0. CI currently requires that the GH release not already exist in order to push artifacts, so 0.8.0 was retagged as 0.8.1 in order to allow CI create the release.

v0.7.0

11 Jun 18:18
96e6df9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

28 Jul 19:26
0a37b73

Choose a tag to compare

What's Changed

  • Don't include prerelease tags, Update to latest wrangler and go 1.16, Drop go-getter, Use github.com/rancher/apiserver, Make config dynamic capable, Add RKE2 kdm info by @ibuildthecloud in #9
  • Switch to chart generic form by @ibuildthecloud in #10
  • Switch to chart generic form by @ibuildthecloud in #11
  • Use logging handler when running standalone by @dramich in #12
  • remove the extra yaml.Unmarshal which might cause issues by @jiaqiluo in #14
  • Add feature gates entry for release info by @Oats87 in #13
  • Update to latest wrangler and golang by @Oats87 in #15
  • Add AppDefaults by @jiaqiluo in #17
  • Implement drone-plugin-fossa by @oxr463 in #16
  • Bump to Golang 1.19 by @superseb in #19
  • Use an http.Client with a sensible timeout by @jiaqiluo in #23

Full Changelog: v0.5.0...v0.6.0

v0.5.0

05 Aug 18:15
fc0094f

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

23 Jul 00:10
1121659

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0: Merge pull request #4 from rmweir/releases-json

04 Mar 01:30
439813c

Choose a tag to compare

v0.2.0: Merge pull request #3 from rmweir/add-releases

03 Mar 16:14
ce017f5

Choose a tag to compare