Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: aslafy-z/crdoc

Tags

v0.6.4

Toggle v0.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0 (

…fybrik#305)

Bumps [github.com/Masterminds/sprig/v3](https://github.com/Masterminds/sprig) from 3.2.3 to 3.3.0.
- [Release notes](https://github.com/Masterminds/sprig/releases)
- [Changelog](https://github.com/Masterminds/sprig/blob/master/CHANGELOG.md)
- [Commits](Masterminds/sprig@v3.2.3...v3.3.0)

---
updated-dependencies:
- dependency-name: github.com/Masterminds/sprig/v3
  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>

v0.6.3

Toggle v0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix .goreleaser.yml file (fybrik#260)

The `archives.replacements` durective of the .goreleaser.yaml file  has been deprecated
since 2022-11-24 (v1.14.0) and now removed in v1.19.0.
Therefore the .goreleaser.yaml file has to be updated.

Signed-off-by: Alexey Roytman <[email protected]>

v0.6.2

Toggle v0.6.2's commit message
Update version number

v0.6.1

Toggle v0.6.1's commit message
Update version number

v0.6.0

Toggle v0.6.0's commit message
Update version number

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Sort required fields before others (fybrik#78)

Signed-off-by: Chris Bandy <[email protected]>

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: handling of "additionalProperties: true" (fybrik#77)

Signed-off-by: roee88 <[email protected]>

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump golang.org/x/text from 0.3.6 to 0.3.7 (fybrik#70)

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.6 to 0.3.7.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.3.6...v0.3.7)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

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

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request fybrik#63 from revit13/rename_project

Prepare for organization rename (fybrik#62)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Include schema in model (fybrik#55)

- Removed enum from description string
- Added  Format, Enum, Default,
 Minimum and Maximum in the built-in
 templates.

Signed-off-by: roee88 <[email protected]>