awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesLocked Version Updates

Replaces locked package versions with newer ones that satisfy manifest constraints, for a subset or all packages.

Distinct from Dependency Version Updates: Distinct from Dependency Version Updates: focuses on updating already-locked versions in a lockfile, not general version bumping.

Explore 5 awesome GitHub repositories matching devops & infrastructure · Locked Version Updates. Refine with filters or upvote what's useful.

Awesome Locked Version Updates GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • lsposed/magiskonwsalocalAvatar von LSPosed

    LSPosed/MagiskOnWSALocal

    10,535Auf GitHub ansehen↗

    MagiskOnWSALocal is a toolkit and set of scripts designed to integrate root access and Google Apps into the Windows Subsystem for Android. It functions as a customization utility to provide administrative control over the virtualized Android environment. The project enables the installation of Magisk root binaries and the integration of Google Play Store services. It includes capabilities for removing default application marketplaces and modifying system settings to customize the subsystem. The toolset manages subsystem maintenance through version updates that preserve user data. It also pro

    Provides script-based capability to install newer system versions while preserving user data.

    Shellandroidgoogle-appsmagisk
    Auf GitHub ansehen↗10,535
  • masterminds/glideAvatar von Masterminds

    Masterminds/glide

    8,095Auf GitHub ansehen↗

    Glide is a Go dependency management tool that fetches, pins, and vendors external packages to enable reproducible builds across environments. It stores project-specific copies of Go packages in a vendor directory, isolating dependencies per project to avoid version conflicts, and supports fetching packages from Git, Mercurial, Bazaar, and Subversion repositories. The tool resolves dependency versions using semantic versioning ranges and operators, and generates a lock file that records exact commit IDs for all transitive dependencies. Glide distinguishes itself with an interactive version wiz

    Fetches the latest versions matching version ranges and pins exact versions in a lock file.

    Gogogolangpackage-management
    Auf GitHub ansehen↗8,095
  • conventional-changelog/standard-versionAvatar von conventional-changelog

    conventional-changelog/standard-version

    7,971Auf GitHub ansehen↗

    Standard-version is a semantic versioning release automation tool and Git versioning manager. It calculates the next semantic version by parsing commit messages that follow the Conventional Commits specification and automates the process of updating project files and creating signed Git tags. The tool distinguishes itself by generating formatted changelogs automatically from commit history and providing a release process simulation to preview version bumps without modifying files or Git history. It supports pre-release version management for experimental builds and allows for manual version o

    Allows specification of which files to read and update using built-in or custom version tools.

    JavaScriptchangelogcligit
    Auf GitHub ansehen↗7,971
  • rubygems/bundlerAvatar von rubygems

    rubygems/bundler

    4,881Auf GitHub ansehen↗

    Bundler is a Ruby dependency manager that resolves gem versions and locks them in a lockfile so every machine installs the same set of dependencies. It manages package sources, provides environment diagnostics, and wraps commands and consoles to run inside a consistent gem context, preventing version mismatches across development, testing, and production. Unlike a simple package installer, Bundler uses a SAT solver to find a consistent set of gem versions satisfying all constraints, segregates authentication secrets from source URLs, and enforces platform-specific dependency filtering. Its lo

    Bundler replaces locked package versions with newer ones that satisfy the constraints in the dependency manifest, for a subset or all packages.

    Rubydependency-managerrubyrubygems
    Auf GitHub ansehen↗4,881
  • ruby/rubygemsAvatar von ruby

    ruby/rubygems

    3,936Auf GitHub ansehen↗

    RubyGems ist ein Paketmanager für die Sprache Ruby und dient als Tool zum Verpacken, Verteilen und Installieren von Bibliotheken und Software-Erweiterungen. Er fungiert als Dependency-Resolver und Registry-Client, der die Installation erforderlicher Bibliotheken und deren rekursiver Abhängigkeiten verwaltet, um konsistente Umgebungen in Entwicklung und Produktion sicherzustellen. Das System handhabt den gesamten Paket-Lebenszyklus, einschließlich des Erstellens verteilbarer Archive, der Kompilierung nativer C-Erweiterungen für hochperformante Systemintegration und der Veröffentlichung stabiler oder Vorab-Versionen in Registries. Es bietet ein Sicherheits-Framework, das kryptografische Paketsignierung, Multi-Faktor-Authentifizierung für Veröffentlichungen und rollenbasierte Zugriffskontrolle für kollaborative Paketbesitz- und Organisationsverwaltung umfasst. Umfassende Funktionen decken die Umgebungsisolierung durch projektspezifische Verzeichnisse, Versionsfixierung über Manifest-Dateien zur Garantie reproduzierbarer Builds und die Manipulation von Laufzeit-Load-Paths ab. Das Toolset enthält zudem Registry-Verwaltungsfunktionen wie privates Repository-Hosting, Remote-Source-Mirroring und API-Request-Throttling. Die Command-Line-Schnittstelle bietet Utilities für API-Key-Management, die Inspektion installierter Pakete und einen integrierten Dokumentationsbetrachter für Bibliotheken.

    Refreshes specific libraries to the latest compatible versions while respecting defined version constraints.

    Rubypackage-managerrubyrubygems
    Auf GitHub ansehen↗3,936
  1. Home
  2. DevOps & Infrastructure
  3. Version Upgrades
  4. Dependency Versioning
  5. Dependency Version Updates
  6. Locked Version Updates

Unter-Tags erkunden

  • Subsystem Image UpdatesProcesses for replacing an entire subsystem image with a newer version while retaining data. **Distinct from Locked Version Updates:** Updates the entire subsystem OS image, not just locked dependency package versions.
  • Version Update ConfigurationsSettings that specify which files and formats should be updated during a version bump. **Distinct from Locked Version Updates:** Distinct from Locked Version Updates: focuses on the configuration of which files to target, not the replacement logic of lockfiles.