Skip to content

Releases: felddy/weewx-docker

v5.1.0+r1

30 Dec 01:39
7d4b6ed
Compare
Choose a tag to compare

This is a bug fix release. Python package C extensions were not properly being installed for builds other than linux/amd64.

See:

What's Changed

  • Switch from cross-compilation to QEMU-based emulation builds by @felddy in #396

Full Changelog: v5.1.0...v5.1.0+r1

v5.1.0

29 Dec 01:10
4df0041
Compare
Choose a tag to compare

This container now supports v5 of WeeWX. There are significant changes from v4. Please read the upgrade guide for WeeWX-specific changes.

See:

If you are migrating from a previous version of the container please make sure your logger is configured to use the console.
Add the following to your weewx.conf file to see the log output in the container logs:

[Logging]
    [[root]]
        level = INFO
        handlers = console,

What's Changed

Read more

v4.10.2

23 Feb 21:45
51ca8ee
Compare
Choose a tag to compare

Supports WeeWX version 4.10.2

See:

What's Changed

  • Bump docker/setup-buildx-action from 1.6.0 to 1.7.0 by @dependabot in #73
  • Bump step-security/harden-runner from 1.4.2 to 1.4.3 by @dependabot in #72
  • Bump github/codeql-action from 2.1.8 to 2.1.9 by @dependabot in #74
  • Add label workflows and sync with dependabot by @felddy in #90
  • Combined dependencies PR by @felddy in #91
  • Bump docker/login-action from 1.14.1 to 2 by @dependabot in #76
  • Bump docker/setup-qemu-action from 1.2.0 to 2 by @dependabot in #77
  • Bump docker/setup-buildx-action from 1.7.0 to 2 by @dependabot in #78
  • Bump python from 3.10.4-alpine3.15 to 3.10.6-alpine3.15 by @dependabot in #85
  • Bump docker/build-push-action from 2.10.0 to 3.1.1 by @dependabot in #86
  • Bump actions/setup-go from 3.0.0 to 3.3.0 by @dependabot in #89
  • Bump actions/github-script from 7f4e771d2b3022fa3b8bac499d4a547619f3ab10 to 6.2.0 by @dependabot in #95
  • Combined dependencies PR by @felddy in #98
  • Bump step-security/harden-runner from 1.4.3 to 1.4.5 by @dependabot in #92
  • Bump actions/cache from 730dc31003a72af3c3b4bf51268c167ad4c67ad6 to 3.0.8 by @dependabot in #93
  • Bump actions/upload-artifact from 3.0.0 to 3.1.0 by @dependabot in #94
  • Bump github/codeql-action from 2.1.9 to 2.1.21 by @dependabot in #96
  • Update actions/checkout requirement to 2541b1294d2704b0964813337f33b291d3f8596b by @dependabot in #97
  • Bump actions/setup-python from 3.1.2 to 4.2.0 by @dependabot in #99
  • Bump ossf/scorecard-action from 1.0.4 to 1.1.2 by @dependabot in #100
  • Bump python from 3.10.6-alpine3.15 to 3.10.7-alpine3.15 by @dependabot in #103
  • Bump github/codeql-action from 2.1.21 to 2.1.22 by @dependabot in #101
  • Modernize build and testing process by @felddy in #156
  • Bump step-security/harden-runner from 1.4.5 to 2.2.0 by @dependabot in #155
  • Bump github/codeql-action from 2.1.22 to 2.2.4 by @dependabot in #153
  • Prepare for 4.10.2 release by @felddy in #157

Full Changelog: v4.8.0...v4.10.2

v4.8.0

26 Apr 03:24
17889a5
Compare
Choose a tag to compare

Supports WeeWX version 4.8.0

See:

What's Changed

Full Changelog: v4.5.1...v4.8.0

v4.5.1

06 Oct 21:58
19dec66
Compare
Choose a tag to compare

Supports WeeWX version 4.5.1.

See: http://weewx.com/docs/changes.txt

v4.4.0

06 Feb 20:03
445020a
Compare
Choose a tag to compare

Supports WeeWX version 4.4.0

v4.3.0

24 Jan 00:20
f352286
Compare
Choose a tag to compare

Supports WeeWX version 4.3.0

v4.1.1+interceptor

13 Oct 21:06
4508d69
Compare
Choose a tag to compare

Added WeeWX-Interceptor, this module allows you to intercept/receive data from a network weather station.

Thanks to @MarcHagen.

v4.1.1

21 Sep 20:31
ef8a59c
Compare
Choose a tag to compare

Supports WeeWX version 4.1.1

v4.0.0-pre.5+usb

03 Jun 15:04
6789889
Compare
Choose a tag to compare
v4.0.0-pre.5+usb Pre-release
Pre-release

Fix looping issue when uid 0 is requested.