Skip to content

Releases: jacaudi/dras

v1.2.2

25 Feb 08:39
Compare
Choose a tag to compare

Changelog

  • 41ab2cb fix: update test to account for change in VCP messages

v1.2.1

25 Feb 08:37
Compare
Choose a tag to compare

Changelog

  • a941033 chore: add more VCP profiles and differentiate between precipitation modes

v1.2.0

25 Feb 05:14
6a0c8be
Compare
Choose a tag to compare

Changelog

  • 6a0c8be New Feature: Radar operability status monitoring (#26)

v1.1.5

21 Feb 16:30
44fc43f
Compare
Choose a tag to compare

Changelog

  • 1ebb1dd chore(deps): update golang docker tag to v1.23.6 (#20)
  • 1721934 chore(deps): update golang docker tag to v1.24.0 (#22)
  • e3774ff chore(deps): update renovatebot/github-action action to v41.0.13 (#21)
  • 44fc43f refactor: update nws library and references (#24)

v1.1.4

03 Feb 23:30
20954a3
Compare
Choose a tag to compare

Changelog

  • f291883 chore(deps): update golang docker tag to v1.23.5 (#16)
  • 9dd3ead chore(deps): update renovatebot/github-action action to v41.0.10 (#17)
  • 5d67c2a chore(deps): update renovatebot/github-action action to v41.0.11 (#18)
  • 20954a3 chore(deps): update renovatebot/github-action action to v41.0.12 (#19)
  • 0a8e136 chore(deps): update renovatebot/github-action action to v41.0.9 (#15)

v1.1.3

15 Jan 17:00
f157838
Compare
Choose a tag to compare

Changelog

  • b1f781f chore(deps): update renovatebot/github-action action to v41.0.7 (#11)
  • 9b603a8 chore(deps): update renovatebot/github-action action to v41.0.8 (#12)
  • 67c8ed4 chore(renovate): enable go mod tidy for renovate
  • 1e7b2e9 fix(deps): update module github.com/nikoksr/notify to v1.1.1 (#13)
  • f157838 fix(deps): update module github.com/nikoksr/notify to v1.3.0 (#14)
  • fa088f8 refactor(devcon): set devcontainer base to match that of the program's dockerfile

v1.1.2

19 Dec 22:03
Compare
Choose a tag to compare

Changelog

  • 3dfb1db chore(docs): update README to include badges
  • a8ee57b fix(dcos): markdown lint corrections
  • 022bb37 refactor: change how the generator state output is simplified

v1.1.1

19 Dec 20:20
c7ccb35
Compare
Choose a tag to compare

Changelog

  • d8dfed9 chore(deps): update golang docker tag to v1.23.4 (#6)
  • 6b97389 chore(deps): update public.ecr.aws/docker/library/golang docker tag to v1.23.4 (#7)
  • ff36733 chore: clean up inconsistences
  • 80aef08 chore: update docker action configuration to create latest on main and not release
  • c145dc1 docs: add and update inline comments to functions
  • 2367300 feat: add renovate to project
  • 20f1b9c fix(deps): update module github.com/nikoksr/notify to v1.1.0 (#8)
  • c7ccb35 fix(deps): update module github.com/stretchr/testify to v1.10.0 (#9)
  • 434426d fix: rmove json from workflow

v1.1.0

19 Dec 03:14
ae0f49a
Compare
Choose a tag to compare

Changelog

  • ae0f49a Feature: Generator State Output Replacement (#5)
  • c021c45 docs: update k8s example
  • f69b069 fix: change filename to match README

v1.0.0

14 Nov 05:13
Compare
Choose a tag to compare

Changelog

  • 218c152 chore(actions): add back image build on main
  • 88e83e8 chore(actions): do not create an image commit to main
  • c142271 chore(devcon): add vscode extensions -- spelling and github actions
  • ec11396 chore(devcon): update dockerfile to include Delve
  • 7571f9b chore: add comment to fetchAndReportRadarData func
  • d9866d4 chore: change the order of the pushover func in the code
  • 6b41642 docs: fix README consistency
  • 0655f68 docs: update README -- explain what attributes are monitored
  • 15659a6 docs: update README with documentation and example files
  • 743adf9 feat(actions): add automated test and lint to code
  • fe5d01a feat: add initial test suite
  • a62c4da feat: evalute all site changes instead of just capturing the first change and returning that message
  • 1db8e12 fix(README): 🤦
  • 7d83cdc fix(action): use correct file name
  • 811aa80 fix(lint): adjusting lint settings
  • e372180 refactor(lint): remove go lint ci
  • 07ab8af refactor: change init function to a general func and call it within main