Skip to content

Releases: esnet/gdg

v0.3.1

02 Dec 20:35
Compare
Choose a tag to compare

Changelog

  • 67066fa Adding docker builds (#112)
  • b05b1c5 Adding manual requested changes.
  • 74042de Bumping version for the new devel work
  • 342a47b Fxing Docker versioning
  • 0d5f8a6 Update docs on importing and exporting dashboards
  • d4bd7ef Update stale_issues.yml
  • 00fa74d [TechDebt] Adding documentation for #113

v0.3.0

01 Oct 16:29
Compare
Choose a tag to compare

Additional Notes

This last one has been a bit of a major revamp adding support for cloud integration to azure, s3, and gcs. The library I've ended up using to support this stow, introduced a security issue. This SHOULD not be an issue since it's a CLI tool with no service component, but for those concern see note below. Any version prior to 0.3.0 won't have this issue.

Future version will likely change to some type of plugin system to avoid affecting the base binary if you're not using the feature. Or dropping azure support in the future since that's the main culprit.


jwt-go allows attackers to bypass intended access restrictions in situations with []string{} for m["aud"] (which is allowed by the specification). Because the type assertion fails, "" is the value of aud. This is a security problem if the JWT token is presented to a service that lacks its own audience check. There is no patch available and users of jwt-go are advised to migrate to golang-jwt at version 3.2.1


Changelog

  • 03ff2b9 Bumping version number to match milestone
  • 5f37938 Bumping version to 0.2.2
  • baceb4a Creating a Generic Cloud support for S3, GCP, Azure, etc. (#100)
  • f6986ba Disable auto-close of issues and PRs.
  • d5faed9 Updating README
  • 213685b [BUG] Fixing unit tests for tag filtering.
  • c71936b [TechDebt] Removing deprecated use of io/ioutils
  • c621ecd feat: allow action on dashboard by tag (#104)

v0.2.1

08 Jun 14:56
Compare
Choose a tag to compare

Changelog

  • edbcbef Removing replace from go.mod to allow go install to function properly.

v0.2.0

08 Jun 14:42
Compare
Choose a tag to compare

Changelog

  • d29f87d Adding Linux Packages support (#94)
  • 4816943 Adding a Logo to documentation
  • 49da356 Enabling Documentation updates on Master Updates
  • e5b265f Fixing Documentation issues
  • 4372ec1 Incorporating gosec for security scanning. (#95)
  • 235c8aa Trying github actions (#78) (#79)
  • 7272cef Update issue templates
  • c53d292 Update issue templates
  • aef03c0 Update issue templates
  • 093e4f1 Updating version number to v0.1.11
  • 8772dcc Updating version number to v0.1.12
  • 8cbdb1b [BREAKING CHANGE] Adding support for CRUD Folders, Users (Partial) DataSource Filters (#92)
  • 6ac9285 [BUG] Fixing Logging bug and adding UID to Datasource list (#85)
  • 2717dbf [BUG] Fixing hash mismatch release.
  • 35fca54 [BUG] Logging error, fixing behavior and colorizing. (#82)
  • 8db79cb [Security] gopkg.in/yaml.v3 patch.

v0.1.10

23 Mar 16:33
Compare
Choose a tag to compare

Changelog

v0.1.9

25 Jan 17:57
Compare
Choose a tag to compare

Changelog

v0.1.8

16 Nov 21:59
c00a659
Compare
Choose a tag to compare

Changelog

c00a659 Add --config override and fix case issues. (#60)
c7e3b40 Fixing README (#56)
4205c89 Rename project to use gdg instead of grafana-dashboard-manager to match (#59)
ddeb054 Update README.md
3adcd89 Updating to version 0.1.8

v0.1.7

19 Oct 18:53
1b94d3f
Compare
Choose a tag to compare

Changelog

4fcbc89 Adding CI/CD build status badge
1b94d3f Adding Server Info meta data (#54)
6be1007 Adding support for datasource URL regex matching (#53)
a723b4b Addresses issues with CI/CD for PRs.
99ac247 BREAKING CHANGE: Simplify Configuration (#50)
c60baa0 Enables option to ignore filter. (#52)
6b54f74 Updating version to 0.1.7
025f9e3 [Docs] Added import / export examples (#41)

v0.1.6

23 Aug 17:56
67fb8d6
Compare
Choose a tag to compare

Changelog

c03561b Adding a convenience shell script to migrate the SDK between versions. (#33)
64e3804 Ignore SSL option (#38)
67fb8d6 Updating Context Logic and moving context into the apphelpers package (#40)
ab40213 Updating version to 0.1.6

v0.1.5

28 Jun 19:00
b06904a
Compare
Choose a tag to compare

Changelog

c57a792 Add Integration Testing for various CRUD operations. (#28)
83bea0c Adding AutoGenerated Pretty Documentation (#29)
a5d97f5 Adding a grafana instance to the build to test against (#27)
c7f60f4 Adding support for Grafana Organizations (#22)
b06904a Check Context before setting it. (#32)
57af9c2 Fixing Tag release
701600e Minor tech debt clean up. (#25)
f384d80 commented annoying fprintf of organizations; added some configuration in vscode/launch.json; added install in makefile (#26)
8d0ed93 updated documentation links.