Skip to content

Tags: Netflix/atlas

Tags

v1.8.0-rc.41

Toggle v1.8.0-rc.41's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
core: add support for constant math (#1763)

Computes constants as the expression is being parsed and
allows them to be used as a parameter.

v1.8.0-rc.40

Toggle v1.8.0-rc.40's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update dependencies (#1825)

v1.7.9

Toggle v1.7.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chart: validate width and height dimensions (#1815)

It was found that the PngEngine was not utilizing the `MaxWidth` and
`MaxHeight` restrictions for error images. This applies to requests with
valid or invalid queries that have dimensions that are out of bounds for
the defined bounds.

Backport of #1814

Co-authored-by: Aaron Addleman <aaronaddleman@gmail.com>

v1.8.0-rc.39

Toggle v1.8.0-rc.39's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update dependencies (#1808)

v1.8.0-rc.38

Toggle v1.8.0-rc.38's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update dependencies (#1805)

v1.8.0-rc.37

Toggle v1.8.0-rc.37's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump actions/checkout from 3 to 4 (#1804)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.8.0-rc.36

Toggle v1.8.0-rc.36's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update to publish to central portal (#1796)

Sonatype is phasing out OSSRH so update the publishing
to go to the new central portal.

v1.8.0-rc.35

Toggle v1.8.0-rc.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update dependencies (#1786)

v1.8.0-rc.34

Toggle v1.8.0-rc.34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
core: add strip-style operator (#1774)

Adds an operator that can be used to explicitly remove
any presentation settings for a time series expression.
This can be useful for taking an existing expression and
resetting the style before reusing in other operations.

v1.8.0-rc.33

Toggle v1.8.0-rc.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
eval: update default legend for starts/contains (#1770)

Before it was the regex string which would escape characters
that are special in regex like `.`. This was confusing to some
users. Now it will handle prefix and contains matchers and
just use the literal without escaping when constructing the
legend.