Skip to content

Tags: replicatedhq/replicated-sdk

Tags

v1.0.0-beta.16

Toggle v1.0.0-beta.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix publishing Helm chart (#153)

v1.0.0-beta.15

Toggle v1.0.0-beta.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump helm and go to resolve cves (#143)

* resolve helm and go cves

* bump go version in actions to 1.21

v1.0.0-beta.14

Toggle v1.0.0-beta.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump go.uber.org/zap from 1.24.0 to 1.26.0 (#134)

Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.24.0 to 1.26.0.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.24.0...v1.26.0)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

v1.0.0-beta.13

Toggle v1.0.0-beta.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump helm go mod (#121)

* bump helm.sh/helm/v3 to v3.13.3

* add dependabot.yml

v1.0.0-beta.12

Toggle v1.0.0-beta.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix customer name in license pact test (#118)

* Fix customer name in license pact test

* fix customer name

* update custom metrics test

---------

Co-authored-by: Craig O'Donnell <[email protected]>

v1.0.0-beta.11

Toggle v1.0.0-beta.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
images.replicated-sdk instead of images.replicated (#114)

v1.0.0-beta.10

Toggle v1.0.0-beta.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
allow empty status informers (#102)

* allow empty status informers

* add tests

* additional feedback

* address additional logging feedback

v1.0.0-beta.9

Toggle v1.0.0-beta.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

v1.0.0-beta.8

Toggle v1.0.0-beta.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ignore empty documents when generating status informers (#93)

v1.0.0-beta.7

Toggle v1.0.0-beta.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Add replicated app info collector and analyser (#90)

* chore: collect app and license in supportbundle

* remove quotes from url

* add timeout and header fields

* Minor fixups

* Updates based on PR comments