Skip to content

Releases: interuss/dss

v0.9.0-rc1

16 Nov 13:20
d0a6b32
Compare
Choose a tag to compare
v0.9.0-rc1 Pre-release
Pre-release

What's Changed compared to v0.8.0-rc2

Bug fixes

  • [SCD] Populate uss_availability field of operational intents by @mickmis in #971
  • [SCD] Do not require key for accepted op intents of down USSes by @mickmis in #972

DSS Dependencies updates

  • Use docker compose v2 instead of docker-compose v1 by @palyca in #958
  • Bump google.golang.org/grpc from 1.45.0 to 1.53.0 by @dependabot in #959
  • [deployment] Update removed/deprecated resources and fields for Kubernetes v1.25 by @BradNicolle in #961
  • [security] Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #963
  • [security] Bump google.golang.org/grpc from 1.53.0 to 1.56.3 by @dependabot in #965
  • Update F3411 API links to point at tags in uastech repo. by @nasajoey in #970

New Contributors

Full Changelog: interuss/dss/v0.8.0-rc2...interuss/dss/v0.9.0-rc1

v0.8.0-rc2

16 Jun 08:08
6fcc98b
Compare
Choose a tag to compare
v0.8.0-rc2 Pre-release
Pre-release

What's Changed compared to v0.7.0

Bug fixes

  • fix: persist notify_for_constraints by @davidqqq in #954
  • [bug] Fix Optional fields populated with null instead of omitting (#953) by @mickmis in #955
  • [release] Preserve semver pre-release version in version tags by @barroco in #957

DSS Dependencies updates

  • Bump golang.org/x/text from 0.3.6 to 0.3.8 by @dependabot in #945
  • Bump golang.org/x/crypto from 0.0.0-20210711020723-a769d52b0f97 to 0.1.0 by @dependabot in #946
  • Bump golang.org/x/net from 0.0.0-20210503060351-7fd8e65b6420 to 0.7.0 by @dependabot in #947

Full Changelog: interuss/dss/v0.7.0...interuss/dss/v0.8.0-rc2

New Contributors

v0.8.0-rc1

13 Jun 10:56
762e9d4
Compare
Choose a tag to compare
v0.8.0-rc1 Pre-release
Pre-release

What's Changed

Bug fixes

  • fix: persist notify_for_constraints by @davidqqq in #954
  • [bug] Fix Optional fields populated with null instead of omitting (#953) by @mickmis in #955

DSS Dependencies updates

  • Bump golang.org/x/text from 0.3.6 to 0.3.8 by @dependabot in #945
  • Bump golang.org/x/crypto from 0.0.0-20210711020723-a769d52b0f97 to 0.1.0 by @dependabot in #946
  • Bump golang.org/x/net from 0.0.0-20210503060351-7fd8e65b6420 to 0.7.0 by @dependabot in #947

Full Changelog: interuss/dss/v0.7.0...interuss/dss/v0.8.0-rc1

v0.7.0

25 Jan 23:05
b67f730
Compare
Choose a tag to compare

Released primarily to include W84 fix for #940.

F3411-22a

  • Altitude reference constant changed from WGS84 (incorrect) to W84 (correct); see #940

Architecture

  • monitoring content removed

deployment

  • Terraform deployment strategy added (though this should not affect image usage in general)

v0.6.0

28 Dec 22:34
c917d03
Compare
Choose a tag to compare

Architecture

Intermediate gRPC layer removed as of #905. This affects deployment as well as there are now only two containers (CRDB + core service) rather than three (CRDB + HTTP gateway + core service).

schemas

Database migration schemas are now included in the image (#911)

v0.5.0

28 Nov 20:00
fe943ec
Compare
Choose a tag to compare

deployment

  • Added: cockroach.storageClass and prometheus.storageClass parameters to set the k8s storage classes of these services.
    By default, they use standard.
  • Moved the gateway.ipName parameter to gateway.gkeIngress.ipName
  • Updated removed v1beta1 resource types to v1

build

RID