-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.4.1 #205
Closed
Closed
v1.4.1 #205
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Release 1.4.0
* fix(ci): Add KFC 11.x test labs * fix(store-types): Store type create omits empty fields. * fix(pam-types): `types-list` does not crash on nil httpResponse. * fix(tests): Remove "ProviderTypeParams" from pam-types tests for KFC v11.0.0+ * fix(tests): Fix nil pointer issues on tests. * feat(stores): `stores export` now allows for `--all` and user interactive exports
* fix(ci): Add KFC v12.0.0 tests. * fix(storetypes): Update all store type definitions.
…lto`, and `WinSql` Signed-off-by: sbailey <[email protected]>
* chore(storetypes): Add `bosch-ipcamera-orchestrator` Signed-off-by: sbailey <[email protected]> --------- Signed-off-by: sbailey <[email protected]> Co-authored-by: Keyfactor <[email protected]> Co-authored-by: sbailey <[email protected]>
…ity` and remove unsupported operations. Signed-off-by: sbailey <[email protected]>
Signed-off-by: sbailey <[email protected]>
Signed-off-by: sbailey <[email protected]>
fix(store-types): Updates `Bosch` and `K8S` store-type definitions
Signed-off-by: spbsoluble <[email protected]>
# Conflicts: # .github/workflows/tests.yml # CHANGELOG.md # README.md # go.mod # go.sum # store_types.json
…l bug. Signed-off-by: spbsoluble <[email protected]>
Signed-off-by: spbsoluble <[email protected]>
Signed-off-by: spbsoluble <[email protected]>
Signed-off-by: spbsoluble <[email protected]>
Signed-off-by: spbsoluble <[email protected]>
Signed-off-by: spbsoluble <[email protected]>
Signed-off-by: spbsoluble <[email protected]>
Signed-off-by: spbsoluble <[email protected]>
Signed-off-by: spbsoluble <[email protected]>
Signed-off-by: spbsoluble <[email protected]>
Signed-off-by: spbsoluble <[email protected]>
Signed-off-by: spbsoluble <[email protected]>
chore(deps): Bump deps Signed-off-by: spbsoluble <[email protected]>
chore(deps): Bump deps Signed-off-by: spbsoluble <[email protected]>
Signed-off-by: spbsoluble <[email protected]>
Signed-off-by: spbsoluble <[email protected]>
Signed-off-by: spbsoluble <[email protected]>
Signed-off-by: spbsoluble <[email protected]>
Signed-off-by: spbsoluble <[email protected]>
…ing out to GitHub for latest releases of resources like store type definitions. chore(docs): Update docs with `--offline` flag Signed-off-by: spbsoluble <[email protected]>
Signed-off-by: spbsoluble <[email protected]>
Signed-off-by: spbsoluble <[email protected]>
…out before the `--debug` flag is evaluated. fix(cli): Use embedded store-types data on init to prevent online lookup until called. Signed-off-by: spbsoluble <[email protected]>
Signed-off-by: spbsoluble <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix(cli):
stores export
supports paging.