Skip to content
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

Fix release version #1015

Closed
wants to merge 63 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
7c40b67
initial virtiofs support testing
steve-fraser Oct 10, 2024
fcb85af
increase queue size
steve-fraser Oct 10, 2024
23e2bb1
update path and tag
steve-fraser Oct 11, 2024
1189f9a
change cache mode to none
steve-fraser Oct 16, 2024
020eb5f
adding announce sub mounts
steve-fraser Oct 16, 2024
7b983a3
set more params to hopfully fix
steve-fraser Oct 16, 2024
70a942c
remove xattr and adding announce
steve-fraser Oct 16, 2024
b2d6f3f
adding deletion
steve-fraser Dec 23, 2024
ccc011d
remove virtiofs exit condition
steve-fraser Dec 23, 2024
5296f93
adding virtiofsd bin arg
steve-fraser Dec 23, 2024
7afe90e
adding proto
steve-fraser Dec 26, 2024
d46a049
updating go version for gen
steve-fraser Dec 26, 2024
02a6688
adding generation and vol convertion
steve-fraser Dec 26, 2024
317c031
adding virtiofs to capabilities and convert
steve-fraser Dec 26, 2024
05913fe
fix convert
steve-fraser Dec 26, 2024
d2065f7
adding check for rootfs
steve-fraser Dec 26, 2024
6ccb30e
adding validation for virtiofs
steve-fraser Dec 26, 2024
408afb9
finish initial
steve-fraser Dec 27, 2024
87e2388
testing
steve-fraser Dec 27, 2024
f165fdd
reimplement framework
steve-fraser Dec 29, 2024
c1ce99b
changing var
steve-fraser Dec 29, 2024
dc8d468
move to custom validator for no rootfs virtiofs
steve-fraser Dec 29, 2024
aa2f3b4
moving the rest of the validation to field level
steve-fraser Dec 29, 2024
8f8e04e
remove extra if statement
steve-fraser Dec 29, 2024
98661f5
finish new structure (added virtiofs state)
steve-fraser Dec 30, 2024
5daf467
adding flag back to for virtiofs
steve-fraser Dec 30, 2024
b0ba078
fix tests
steve-fraser Dec 30, 2024
e410f2e
adding creation call for tests
steve-fraser Dec 30, 2024
7b63c75
fixing state dir for virtiofs
steve-fraser Jan 5, 2025
55aa5c3
fix tests and push working prototype
steve-fraser Jan 5, 2025
f3e5f3a
Update core/ports/services.go
steve-fraser Jan 5, 2025
5c77bff
adding inital delete step
steve-fraser Jan 5, 2025
744f322
adding virtiofs capability check
steve-fraser Jan 6, 2025
9d22d0d
moving shared memory under virtiofs
steve-fraser Jan 6, 2025
89bdf19
adding error checking for virtiofs
steve-fraser Jan 6, 2025
62ed850
Merge branch 'main' into main
steve-fraser Jan 6, 2025
12340d7
Chaing inout to input
steve-fraser Jan 27, 2025
20a8357
fix delete test
steve-fraser Jan 27, 2025
08abc77
fix some linting errors
steve-fraser Jan 27, 2025
6355e5b
fix more lint
steve-fraser Jan 27, 2025
e6b8877
fix empty space lints
steve-fraser Jan 27, 2025
46b3a7e
new lines before return lint
steve-fraser Jan 27, 2025
1752d15
fix new line and error cap lint
steve-fraser Jan 27, 2025
ef6e467
fix more lints
steve-fraser Jan 27, 2025
8dc512f
fix comment lints
steve-fraser Jan 27, 2025
db6c92f
fix formatting issue for fmt
steve-fraser Jan 27, 2025
849df34
fix error handling
steve-fraser Jan 27, 2025
2e04aec
fix more lints
steve-fraser Jan 27, 2025
a0ec212
remove extra convert
steve-fraser Jan 27, 2025
5f14ac0
fix linter size
steve-fraser Jan 27, 2025
2abf02d
fix detached start
steve-fraser Jan 27, 2025
34960b6
fix viritofs lint
steve-fraser Jan 27, 2025
dcda90e
adding no sec
steve-fraser Jan 27, 2025
e92e464
fix lint error
steve-fraser Jan 27, 2025
5ed0174
fixing linting
steve-fraser Jan 27, 2025
1bb5d8e
fixing linting again
steve-fraser Jan 27, 2025
2f14f96
gofumpt
steve-fraser Jan 27, 2025
10a6c3e
fix imports lint
steve-fraser Jan 27, 2025
60f4888
fix imports lint
steve-fraser Jan 27, 2025
115bf0e
check if this still passes
steve-fraser Feb 3, 2025
2621e3b
fix deletion fix
steve-fraser Feb 3, 2025
453cf0a
fix formatting error
steve-fraser Feb 3, 2025
865131d
fixing version because of issue 556 in action-gh-release
steve-fraser Feb 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
name: flintlock-binaries
path: bin
- name: Release
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
uses: softprops/action-gh-release@92bc83c4214f780e84c7d2a85464a2ca05ebc2f0 # v2.2.0
with:
prerelease: false
draft: true
Expand Down
184 changes: 35 additions & 149 deletions api/services/microvm/v1alpha1/microvms.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion api/services/microvm/v1alpha1/microvms.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion api/services/microvm/v1alpha1/microvms.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,11 @@
"properties": {
"containerSource": {
"type": "string",
"description": "Container is used to specify a source of a volume as a OCI container.\n\nTODO: add CSI"
"description": "Container is used to specify a source of a volume as a OCI container."
},
"virtiofsSource": {
"type": "string",
"title": "Used for the virtiofs source path"
}
},
"description": "VolumeSource is the source of a volume. Based loosely on the volumes in Kubernetes Pod specs."
Expand Down
Loading