generated from meshery/meshery
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Install script enhancement #51
Merged
leecalcote
merged 24 commits into
meshery:master
from
Aijeyomah:install-script-enhancement
Nov 5, 2024
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
aaa8445
chore(setup): enhance plugin setup with goreleaser and deployment fixes
Aijeyomah 826fb18
Run goreleaser in Snapshot Mode
Aijeyomah de079b9
Run goreleaser in Snapshot Mode
Aijeyomah 090d46c
Run goreleaser in Snapshot Mode
Aijeyomah 4276308
Run goreleaser in Snapshot Mode
Aijeyomah 4d63c3a
change the name template
Aijeyomah 48f649c
change the name template
Aijeyomah 873be05
change the name template
Aijeyomah 0251623
change the name template
Aijeyomah c22c03f
change the name template
Aijeyomah 4c5825b
change the name template
Aijeyomah 7a96151
change the name template
Aijeyomah ad783a7
change the name template
Aijeyomah 81d0063
fix error codes
Aijeyomah b989cc4
update build workflow
Aijeyomah 9da3803
update build workflow
Aijeyomah ac8f256
update build workflow
Aijeyomah 081cd48
remove gpg sign from goreleaser
Aijeyomah ceb5d24
create a prerelease helm-kanvas-snapshot binary
Aijeyomah 053beda
update build workflow to release on publish
Aijeyomah e8e3aba
Update install-binary.sh
Aijeyomah 6b5f286
update plugin name
Aijeyomah 6681164
add changelog to goreleaser
Aijeyomah 17b1b9c
Apply suggestions from code review
leecalcote File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Artifact Hub repository metadata file | ||
# | ||
# Some settings like the verified publisher flag or the ignored packages won't | ||
# be applied until the next time the repository is processed. Please keep in | ||
# mind that the repository won't be processed if it has not changed since the | ||
# last time it was processed. Depending on the repository kind, this is checked | ||
# in a different way. For Helm http based repositories, we consider it has | ||
# changed if the `index.yaml` file changes. For git based repositories, it does | ||
# when the hash of the last commit in the branch you set up changes. This does | ||
# NOT apply to ownership claim operations, which are processed immediately. | ||
# | ||
repositoryID: 1b4e2e51-4979-43c4-a164-c26426c196b2 | ||
owners: # (optional, used to claim repository ownership) | ||
- name: meshery | ||
email: [email protected] | ||
#ignore: # (optional, packages that should not be indexed by Artifact Hub) | ||
# - name: package1 | ||
# - name: package2 # Exact match | ||
# version: beta # Regular expression (when omitted, all versions are ignored) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"name": "helm-kanvas-snapshot", | ||
"type": "component", | ||
"next_error_code": 1000 | ||
} | ||
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
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
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have more error codes than this? Those will come in a subsequent PR, perhaps?