0f28fc5a0b
- Update to version 1.2.1:
Fixed
* Community Scripts Metadata Source: Switched the Community
Scripts plugin from the stale archive fallback to the newly
exposed public PocketBase metadata API at
db.community-scripts.org, restoring up-to-date script listings
while keeping install script execution on
community-scripts/ProxmoxVE.
* Community Scripts Development Script Labeling: Community
Scripts entries now indicate when a script is in development
and sourced from the community-scripts/ProxmoxVED dev
repository.
- Update to version 1.2.0:
Added
* Storage Browser Navigation: Added a first-class Storage page
with its own configurable shortcut (Alt+4 by default),
footer/help integration, node-scoped storage browsing, content
filtering, and storage refresh controls.
* Storage Content Acquisition: Added storage-level download
actions for URL-based ISO/template/import downloads and OCI
image pulls from the Storage page.
* Guest Creation Flows: Added initial node/global creation flows
for VMs and LXCs, including VM creation from ISO-based
installers and LXC creation from templates.
Fixed
* Storage Browser Actions: Added storage-content context actions
for deleting ISO/template/snippet/backup entries and restoring
backups directly from the Storage page, while removing the
redundant Storage Browser entry from the Global menu.
* Community Scripts Metadata Source: Temporarily restored
OBS-URL: https://build.opensuse.org/request/show/1339022
OBS-URL: https://build.opensuse.org/package/show/Virtualization/pvetui?expand=0&rev=7
23 lines
788 B
Plaintext
23 lines
788 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/devnullvoid/pvetui.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="revision">refs/tags/v1.2.1</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="set_version" mode="manual">
|
|
</service>
|
|
<service name="go_modules" mode="manual">
|
|
</service>
|
|
<!-- services below are running at buildtime -->
|
|
<service name="tar" mode="buildtime">
|
|
</service>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
</services>
|