Skip to content

Releases: linuxserver/fleet

2.3.3

30 Oct 08:21
Compare
Choose a tag to compare
  • Updated project Gradle dependencies, including Flyway to 8.2.0.

2.3.2

14 Dec 09:39
7133563
Compare
Choose a tag to compare

2.3.1

24 Jul 10:02
Compare
Choose a tag to compare
  • Include "deprecated" field in API response. Resolves #14

2.3.0

17 Apr 09:17
Compare
Choose a tag to compare
  • Included extension to existing external API which included verbose docker spec output (using ?verbose=true).
  • Included category to standard API response.

2.2.1

13 Feb 16:55
Compare
Choose a tag to compare
  • Fixed digest duplication bug caused by a tag containing duplicated arch digests. This triggers a key constraint violation in the TagDigest table.

2.2.0

13 Feb 15:22
964d2ec
Compare
Choose a tag to compare
  • Re-implemented optional DockerHub auth as a means to remove the rate limits for unauthenticated users.
    • Can be enabled in properties with fleet.dockerhub.auth.enabled=true and with username/pass properties.

2.1.1

21 Aug 16:51
Compare
Choose a tag to compare
  • Ensure DockerHub absolute URIs are suffixed with a forward slash to avoid 301 MOVED PERMANENTLY responses
    • I believe this is the cause of some circular redirect errors being thrown by the HttpClient code (unsure if a bug or feature...)

2.1.0

27 Jun 10:57
Compare
Choose a tag to compare
  • Enhanced tag matching. Now ensures a manifest fully matches when looking up versioned tags
  • Fixed bug in CoreMeta storage sproc which may have caused exceptions when updating with no changes.
  • Added new "example" field for Docker template environment variables.
  • Updated app favicon to use new LSIO brand logo.

2.0.5

09 May 12:49
Compare
Choose a tag to compare
  • Updated jQuery to address security concerns.

2.0.4

28 Apr 19:37
Compare
Choose a tag to compare
  • Added DockerHub URL for users to navigate