Releases: esnet/gdg
v0.3.1
Changelog
v0.3.0
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
v0.2.0
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
Changelog
- 5184abf Adding Docker CI/CD. (#73)
- cf63262 Adding badges to README (#77)
- 5482c0c Adding support for UIDs (#72)
- 0590650 Adds pagination for dashboards (#69)
- 7af7fd8 Disable docker build
- 38302f8 Removing Fork dependencies. (#74)
- a041938 Update README.md
- e5ee6be Update to ESNet BSD Compatible License (#75)
- 52990f1 Updating references to map to new project (#76)
- c6d7cb2 Updating to version 0.1.10
v0.1.9
v0.1.8
v0.1.7
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
v0.1.5
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.