Repository: endoflife-date/endoflife.date Branch: master Commit: 0cd68b5df9ee Files: 527 Total size: 2.4 MB Directory structure: gitextract_evhxaady/ ├── .editorconfig ├── .github/ │ ├── FUNDING.yml │ ├── ISSUE_TEMPLATE/ │ │ ├── feature_request.md │ │ ├── new_product_suggestion.md │ │ └── report_incorrect_details.md │ ├── config.yml │ ├── copilot-instructions.md │ ├── dependabot.yml │ └── workflows/ │ ├── auto-merge-release-updates.yml │ ├── check-links.yml │ └── lint.yml ├── .gitignore ├── .gitmodules ├── .markdownlint.yaml ├── .prettierignore ├── .prettierrc ├── .ruby-version ├── .vacuumignore.yml ├── 404.html ├── CHANGELOG_API.md ├── CODE-OF-CONDUCT.md ├── CONTRIBUTING.md ├── Gemfile ├── HACKING.md ├── LICENSE ├── README.md ├── _config.yml ├── _headers ├── _includes/ │ ├── css/ │ │ └── activation.scss.liquid │ ├── custom-column-td.html │ ├── custom-column-th.html │ ├── head_custom.html │ ├── identifiers.html │ ├── lunr/ │ │ ├── custom-data.json │ │ └── custom-index.js │ ├── nav_footer_custom.html │ ├── product-icon.html │ ├── table.html │ └── variables.html ├── _layouts/ │ ├── json.json │ ├── new-products-feed.atom │ ├── page.html │ ├── product-feed.atom │ ├── product-list.html │ ├── product-tags.html │ ├── product.html │ ├── schema.html │ └── swagger-ui.html ├── _plugins/ │ ├── create-icalendar-files.rb │ ├── end-of-life-filters.rb │ ├── end-of-life.rb │ ├── generate-api-v0.rb │ ├── generate-api-v1.rb │ ├── generate-product-feeds.rb │ ├── generate-tag-pages.rb │ ├── identifier-to-url.rb │ ├── product-data-enricher.rb │ └── product-data-validator.rb ├── _redirects ├── _sass/ │ └── custom/ │ └── custom.scss ├── api_v1/ │ ├── openapi.yml │ └── swagger-ui.md ├── assets/ │ ├── main.scss │ ├── openapi.yml │ └── register-show-hidden-releases-handler.js ├── bin/ │ ├── deploy.sh │ ├── lint-product.sh │ └── update_added_at.sh ├── bot.md ├── browserconfig.xml ├── humans.txt ├── index.md ├── manifest.json ├── netlify.toml ├── package.json ├── pages/ │ └── help/ │ └── identifiers-needed.md ├── product-schema.json ├── products/ │ ├── adonisjs.md │ ├── akeneo-pim.md │ ├── alibaba-ack.md │ ├── alibaba-dragonwell.md │ ├── almalinux.md │ ├── alpine-linux.md │ ├── amazon-aurora-postgresql.md │ ├── amazon-cdk.md │ ├── amazon-corretto.md │ ├── amazon-documentdb.md │ ├── amazon-eks.md │ ├── amazon-elasticache-redis.md │ ├── amazon-glue.md │ ├── amazon-linux.md │ ├── amazon-msk.md │ ├── amazon-neptune.md │ ├── amazon-opensearch.md │ ├── amazon-rds-mariadb.md │ ├── amazon-rds-mysql.md │ ├── amazon-rds-postgresql.md │ ├── android.md │ ├── angular.md │ ├── angularjs.md │ ├── ansible-core.md │ ├── ansible.md │ ├── anthropic-claude.md │ ├── antix-linux.md │ ├── apache-activemq-artemis.md │ ├── apache-activemq.md │ ├── apache-airflow.md │ ├── apache-ant.md │ ├── apache-apisix.md │ ├── apache-camel.md │ ├── apache-cassandra.md │ ├── apache-couchdb.md │ ├── apache-flink.md │ ├── apache-groovy.md │ ├── apache-hadoop.md │ ├── apache-hop.md │ ├── apache-http-server.md │ ├── apache-kafka.md │ ├── apache-lucene.md │ ├── apache-maven.md │ ├── apache-nifi.md │ ├── apache-pulsar.md │ ├── apache-spark.md │ ├── apache-struts.md │ ├── apache-subversion.md │ ├── api-platform.md │ ├── apple-tvos.md │ ├── apple-watch.md │ ├── arangodb.md │ ├── argo-cd.md │ ├── argo-workflows.md │ ├── artifactory.md │ ├── authentik.md │ ├── aws-lambda.md │ ├── azul-zulu.md │ ├── azure-devops-server.md │ ├── azure-kubernetes-service.md │ ├── backdrop.md │ ├── bamboo.md │ ├── bazel.md │ ├── beats.md │ ├── behat.md │ ├── bellsoft-liberica.md │ ├── big-ip.md │ ├── bigbluebutton.md │ ├── bitbucket.md │ ├── bitcoin-core.md │ ├── blender.md │ ├── bootstrap.md │ ├── boundary.md │ ├── bun.md │ ├── cachet.md │ ├── caddy.md │ ├── cakephp.md │ ├── calico.md │ ├── centos-stream.md │ ├── centos.md │ ├── centreon.md │ ├── cert-manager.md │ ├── cfengine.md │ ├── chef-infra-client.md │ ├── chef-infra-server.md │ ├── chef-inspec.md │ ├── chef-supermarket.md │ ├── chef-workstation.md │ ├── chrome.md │ ├── cilium.md │ ├── cisco-ios-xe.md │ ├── citrix-vad.md │ ├── ckeditor.md │ ├── clamav.md │ ├── clearlinux.md │ ├── cloud-sql-auth-proxy.md │ ├── cnspec.md │ ├── cockroachdb.md │ ├── coder.md │ ├── coldfusion.md │ ├── commvault.md │ ├── composer.md │ ├── concrete-cms.md │ ├── confluence.md │ ├── consul.md │ ├── containerd.md │ ├── contao.md │ ├── contour.md │ ├── controlm.md │ ├── cos.md │ ├── couchbase-server.md │ ├── craft-cms.md │ ├── dbt-core.md │ ├── dce.md │ ├── debian.md │ ├── deno.md │ ├── dependency-track.md │ ├── devuan.md │ ├── discourse.md │ ├── django.md │ ├── docker-engine.md │ ├── dotnet.md │ ├── dotnetfx.md │ ├── dovecot.md │ ├── drupal.md │ ├── drush.md │ ├── duckdb.md │ ├── eclipse-jetty.md │ ├── eclipse-temurin.md │ ├── elasticsearch.md │ ├── electron.md │ ├── elixir.md │ ├── emberjs.md │ ├── envoy.md │ ├── erlang.md │ ├── eslint.md │ ├── etcd.md │ ├── eurolinux.md │ ├── exim.md │ ├── express.md │ ├── fairphone.md │ ├── fedora.md │ ├── ffmpeg.md │ ├── filemaker.md │ ├── firefox.md │ ├── fluent-bit.md │ ├── flux.md │ ├── font-awesome.md │ ├── foreman.md │ ├── forgejo.md │ ├── fortios.md │ ├── freebsd.md │ ├── freedesktop-sdk.md │ ├── gatekeeper.md │ ├── gerrit.md │ ├── ghc.md │ ├── gitlab.md │ ├── gleam.md │ ├── go.md │ ├── goaccess.md │ ├── godot.md │ ├── google-kubernetes-engine.md │ ├── google-nexus.md │ ├── gorilla.md │ ├── graalvm-ce.md │ ├── gradle.md │ ├── grafana-loki.md │ ├── grafana.md │ ├── grails.md │ ├── graylog.md │ ├── greenlight.md │ ├── grumphp.md │ ├── grunt.md │ ├── gstreamer.md │ ├── guzzle.md │ ├── haproxy.md │ ├── harbor.md │ ├── hashicorp-packer.md │ ├── hashicorp-vault.md │ ├── hbase.md │ ├── hibernate-orm.md │ ├── ibm-aix.md │ ├── ibm-db2.md │ ├── ibm-i.md │ ├── ibm-mq.md │ ├── ibm-semeru.md │ ├── icinga-web.md │ ├── icinga.md │ ├── idl.md │ ├── influxdb.md │ ├── intel-processors.md │ ├── internet-explorer.md │ ├── ionic.md │ ├── ios.md │ ├── ipad.md │ ├── ipados.md │ ├── iphone.md │ ├── isc-dhcp.md │ ├── istio.md │ ├── jaeger.md │ ├── jekyll.md │ ├── jenkins.md │ ├── jhipster.md │ ├── jira-software.md │ ├── joomla.md │ ├── jquery-ui.md │ ├── jquery.md │ ├── jreleaser.md │ ├── julia.md │ ├── karpenter.md │ ├── kde-plasma.md │ ├── keda.md │ ├── keycloak.md │ ├── kibana.md │ ├── kindle.md │ ├── kirby.md │ ├── knative.md │ ├── kong-gateway.md │ ├── kotlin.md │ ├── kubernetes-csi-node-driver-registrar.md │ ├── kubernetes-node-feature-discovery.md │ ├── kubernetes.md │ ├── kuma.md │ ├── kyverno.md │ ├── laravel.md │ ├── ldap-account-manager.md │ ├── libreoffice.md │ ├── lineageos.md │ ├── linux-kernel.md │ ├── linuxmint.md │ ├── liquibase.md │ ├── log4j.md │ ├── logstash.md │ ├── longhorn.md │ ├── looker.md │ ├── lua.md │ ├── macos.md │ ├── mageia.md │ ├── magento.md │ ├── mandrel.md │ ├── mariadb.md │ ├── mastodon.md │ ├── matomo.md │ ├── mattermost.md │ ├── mautic.md │ ├── mediawiki.md │ ├── meilisearch.md │ ├── memcached.md │ ├── micronaut.md │ ├── microsoft-build-of-openjdk.md │ ├── mongodb.md │ ├── moodle.md │ ├── motorola-mobility.md │ ├── msexchange.md │ ├── mssqlserver.md │ ├── mule-runtime.md │ ├── mxlinux.md │ ├── mysql.md │ ├── neo4j.md │ ├── neos.md │ ├── netapp-ontap.md │ ├── netbackup-appliance-os.md │ ├── netbsd.md │ ├── nextcloud.md │ ├── nextjs.md │ ├── nexus.md │ ├── nginx.md │ ├── nix.md │ ├── nixos.md │ ├── nodejs.md │ ├── nokia.md │ ├── nomad.md │ ├── notepad-plus-plus.md │ ├── numpy.md │ ├── nutanix-aos.md │ ├── nutanix-files.md │ ├── nutanix-prism.md │ ├── nuxt.md │ ├── nvidia-driver.md │ ├── nvidia-gpu.md │ ├── nvm.md │ ├── office.md │ ├── omnissa-horizon.md │ ├── oneplus.md │ ├── openbao.md │ ├── openbsd.md │ ├── openjdk-builds-from-oracle.md │ ├── opensearch.md │ ├── openssl.md │ ├── opensuse.md │ ├── opentofu.md │ ├── openvpn.md │ ├── openwrt.md │ ├── openzfs.md │ ├── opnsense.md │ ├── oracle-apex.md │ ├── oracle-database.md │ ├── oracle-graalvm.md │ ├── oracle-jdk.md │ ├── oracle-linux.md │ ├── oracle-solaris.md │ ├── otobo.md │ ├── ovirt.md │ ├── pan-cortex-xdr.md │ ├── pan-gp.md │ ├── pan-os.md │ ├── pci-dss.md │ ├── perl.md │ ├── phoenix-framework.md │ ├── php.md │ ├── phpbb.md │ ├── phpmyadmin.md │ ├── pigeonhole.md │ ├── pixel-watch.md │ ├── pixel.md │ ├── plesk.md │ ├── plone.md │ ├── pnpm.md │ ├── podman.md │ ├── pop-os.md │ ├── postfix.md │ ├── postgresql.md │ ├── postmarketos.md │ ├── powershell.md │ ├── privatebin.md │ ├── proftpd.md │ ├── prometheus.md │ ├── protractor.md │ ├── proxmox-ve.md │ ├── puppet.md │ ├── python.md │ ├── qt.md │ ├── quarkus-framework.md │ ├── quasar.md │ ├── rabbitmq.md │ ├── rancher.md │ ├── raspberry-pi.md │ ├── react-native.md │ ├── react.md │ ├── red-hat-ansible-automation-platform.md │ ├── red-hat-build-of-openjdk.md │ ├── red-hat-jboss-eap.md │ ├── red-hat-openshift.md │ ├── red-hat-satellite.md │ ├── redis.md │ ├── redmine.md │ ├── renovate.md │ ├── rhel.md │ ├── robo.md │ ├── rocket-chat.md │ ├── rocky-linux.md │ ├── ros-2.md │ ├── ros.md │ ├── roundcube.md │ ├── routeros.md │ ├── rtpengine.md │ ├── ruby-on-rails.md │ ├── ruby.md │ ├── rust.md │ ├── salt.md │ ├── samsung-galaxy-tab.md │ ├── samsung-galaxy-watch.md │ ├── samsung-mobile.md │ ├── sapmachine.md │ ├── scala.md │ ├── sharepoint.md │ ├── shopware.md │ ├── silverstripe.md │ ├── slackware.md │ ├── sles.md │ ├── sns-firmware.md │ ├── sns-hardware.md │ ├── sns-smc.md │ ├── solr.md │ ├── sonarqube-community.md │ ├── sonarqube-server.md │ ├── sony-xperia.md │ ├── sourcegraph.md │ ├── splunk.md │ ├── spring-boot.md │ ├── spring-framework.md │ ├── sqlite.md │ ├── squid.md │ ├── statamic.md │ ├── steamos.md │ ├── surface.md │ ├── suse-linux-micro.md │ ├── suse-manager.md │ ├── svelte.md │ ├── symfony.md │ ├── tails.md │ ├── tailwind-css.md │ ├── tarantool.md │ ├── tarteaucitron.md │ ├── telegraf.md │ ├── teleport.md │ ├── terraform.md │ ├── thumbor.md │ ├── tls.md │ ├── tomcat.md │ ├── traefik.md │ ├── twig.md │ ├── typo3.md │ ├── ubuntu.md │ ├── umbraco.md │ ├── unity.md │ ├── unrealircd.md │ ├── valkey.md │ ├── varnish.md │ ├── veeam-backup-and-replication.md │ ├── veeam-backup-for-microsoft-365.md │ ├── veeam-one.md │ ├── virtualbox.md │ ├── visionos.md │ ├── visual-cobol.md │ ├── visual-studio.md │ ├── vitess.md │ ├── vmware-cloud-foundation.md │ ├── vmware-esxi.md │ ├── vmware-harbor-registry.md │ ├── vmware-photon.md │ ├── vmware-srm.md │ ├── vmware-vcenter.md │ ├── vue.md │ ├── vuetify.md │ ├── wagtail.md │ ├── watchos.md │ ├── weakforced.md │ ├── weechat.md │ ├── windows-embedded.md │ ├── windows-nano-server.md │ ├── windows-powershell.md │ ├── windows-server-core.md │ ├── windows-server.md │ ├── windows.md │ ├── wireshark.md │ ├── wordpress.md │ ├── xcp-ng.md │ ├── yarn.md │ ├── yocto.md │ ├── youtrack.md │ ├── zabbix.md │ ├── zentyal.md │ ├── zerto.md │ └── zookeeper.md ├── recommendations.md ├── robots.txt ├── runtime.txt ├── schema.html └── sitemap.xml ================================================ FILE CONTENTS ================================================ ================================================ FILE: .editorconfig ================================================ ; This file is for unifying the coding style for different editors and IDEs. ; More information at https://editorconfig.org/ root = true ; Use 2 spaces for indentation in all files [*] end_of_line = lf charset = utf-8 trim_trailing_whitespace = true indent_style = space indent_size = 2 insert_final_newline = true [*.py] indent_size = 4 ================================================ FILE: .github/FUNDING.yml ================================================ github: endoflife-date open_collective: endoflife-date ================================================ FILE: .github/ISSUE_TEMPLATE/feature_request.md ================================================ --- name: Feature request about: Suggest an idea for this project title: "" labels: "enhancement" assignees: "" --- **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here. ================================================ FILE: .github/ISSUE_TEMPLATE/new_product_suggestion.md ================================================ --- name: New product suggestion about: Suggest a new product for endoflife.date title: "" labels: "request" assignees: "" --- **Full and short name of product** Let us know the long, full name and, if it has one, the short name (for example, PowerShell and pwsh). **Does this product have LTS versions? What are the intervals between each LTS version?** For example, a current release is a release that occurs between LTS releases. Current releases can contain critical fixes. **What is the website for the product and for its version information?** For example: **Additional context** Add any other context or screenshots about the product which you want us to add endoflife.date ================================================ FILE: .github/ISSUE_TEMPLATE/report_incorrect_details.md ================================================ --- name: Report Incorrect Details about: Report incorrect details of a product on endoflife.date title: "" labels: "bug" assignees: "" --- **Link to product page on endoflife.date** Let us know the URL of the product page on endoflife.date you found the incorrect details. **Details of incorrect and correct details you have found** For example, the active support date on endoflife.date is not the same as in the product documentation. endoflife.date: 2021-02-02 Product documentation: 2022-02-02 **What is the source website for the product and for its version information?** For example: **Additional context** Add any other context or screenshots about the incorrect details. ================================================ FILE: .github/config.yml ================================================ # We use https://github.com/behaviorbot/welcome # Comment to be posted to on first time issues newIssueWelcomeComment: > Thank you for opening your first issue here :+1:. Be sure to follow the issue template if you chose one. # Comment to be posted to on PRs from first time contributors in your repository newPRWelcomeComment: > Thank you for opening this pull request :+1:. If you are not familiar with the project, please check out our [Contributing Guidelines](https://endoflife.date/contribute) and our [Guiding Principles](https://github.com/endoflife-date/endoflife.date/wiki/Guiding-Principles). Also take a look at our [Hacking Guide](https://github.com/endoflife-date/endoflife.date/blob/master/HACKING.md) if you intend to work on site internals. # Comment to be posted to on pull requests merged by a first time user firstPRMergeComment: > Thank you and congratulations for your first contribution! endoflife.date is a community wiki, and we're always looking for more contributions :1st_place_medal: :100: :tada:. ================================================ FILE: .github/copilot-instructions.md ================================================ # endoflife.date Copilot Instructions This is a Jekyll-based static site that tracks End of Life dates and support lifecycles for various products. The site is built and deployed to Netlify. ## Build, Test, and Lint Commands ### Development Server ```bash # Install dependencies (first time only) bundle install # Run site locally bundle exec jekyll serve --host localhost --port 4000 # Browse to http://localhost:4000 ``` ### Building ```bash # Build the site (output to _site/) bundle exec jekyll build ``` ### Linting ```bash # Lint a single product file bin/lint-product.sh products/.md # Lint all markdown files (run by CI) npx markdownlint-cli2@latest '**/*.md' '!node_modules' '!vendor' # Format all files (run by CI) npx prettier@latest --write . # Validate formatting (run by CI) npx prettier@latest --check . ``` ### Testing API ```bash # First tab - run Jekyll bundle exec jekyll serve # Second tab - run wiretap for API testing npx @pb33f/wiretap@latest -s http://localhost:4000/docs/api/v1/openapi.yml -u http://localhost:4000 # Then open http://localhost:9091/ in browser ``` ## Architecture ### Product Data Files - **Product definitions**: Each product is a markdown file in `products/` with YAML frontmatter - **Schema validation**: Product files validate against `product-schema.json` - **Categories**: Products are categorized as: `app`, `db`, `device`, `framework`, `lang`, `library`, `os`, `server-app`, `service`, `standard` - **Data structure**: Each product contains: - Metadata (title, permalink, category, tags, icons) - Column configuration (which columns to display: eol, eoas, eoes, discontinued, etc.) - Custom fields for product-specific data - Releases array (sorted newest first) - Markdown content after `---` (description and additional info) ### API Generation - **Plugin-based**: Custom Jekyll plugins in `_plugins/` generate JSON API files during build - **Main API plugin**: `_plugins/generate-api-v1.rb` creates the `/api/v1/` endpoints - **OpenAPI spec**: `api_v1/openapi.yml` defines the API schema ### Automation - **Release data**: Separate repo [`release-data`](https://github.com/endoflife-date/release-data) contains automation scripts - **Auto-update**: Products with `auto:` configuration get releases automatically updated via: - Git tags (GitHub/GitLab repos) - Docker Hub - npm registry - DistroWatch - Maven Central - Custom scripts - **CI workflow**: `.github/workflows/auto-merge-release-updates.yml` automatically merges release updates ### Theme and Layout - **Base theme**: Built on [Just the Docs](https://github.com/just-the-docs/just-the-docs) Jekyll theme - **Product layout**: `_layouts/product.html` renders individual product pages - **Partials**: `_includes/` contains reusable components - **Styling**: `_sass/` contains SASS files ## Key Conventions ### Product Files 1. **Naming**: Filename is `productname.md` (lowercase, dashes for spaces) 2. **Frontmatter only**: Product files are YAML frontmatter with markdown content below 3. **Frontmatter order** (blank line between sections): - Product info: `title`, `category`, `tags`, `iconSlug`, `permalink`, `alternate_urls`, `versionCommand`, `releasePolicyLink`, `releaseImage`, `changelogTemplate` - Formatting: `releaseLabel`, `LTSLabel`, `eolColumn`, `eoasColumn`, `releaseDateColumn`, `discontinuedColumn`, `eoesColumn`, etc. - Identifiers: `identifiers` - Auto-update: `auto` - Releases: `releases` (each release separated by blank line) 4. **UTC dates**: Use UTC timezone for all dates 5. **Date format**: Use `YYYY-MM-DD` format (unquoted for actual dates - never quote dates) 6. **Version strings**: Always quote version numbers like `"1.2.3"` 7. **Version ranges**: Use space-surrounded dash: `"2 - 5"` 8. **Version lists**: Comma and space separated: `"2, 4 - 7, 9"` 9. **Release cycles**: Use format like `"1.2"` (major.minor), lowercase, no "v" prefix 10. **Release ordering**: Releases must be sorted newest to oldest (each separated by blank line) 11. **Stable only**: Don't add RC/Alpha/Beta/Nightly releases 12. **Boolean dates**: Use boolean `true`/`false` when exact date is unknown 13. **changelogTemplate**: Keep on one line, use double quotes if containing liquid expressions ### Product Content 1. **First paragraph**: Must be a blockquote with product name linked to official site 2. **Description scope**: Keep product description limited to first blockquote only 3. **Line length**: Try to keep at 100 characters maximum 4. **Links**: No link reference definitions except for repeated links 5. **Acronyms**: - Explain acronyms if not obvious or part of product name - Use `*[ACRONYM]: Full Name` syntax at end of file (not `` tags) - This avoids repeating definitions 6. **Summary**: Follow with brief release/EOL policy summary 7. **Focus**: Answer key questions readers have: - Which versions are supported? - Is my version supported? - Which version am I running? (via `versionCommand`) - How long until I have to upgrade? - When is the next release? (if feasible) - What does "supported" mean? 8. **Tone and tense**: - Use **neutral third-person** voice (avoid "we") - Use **present tense** for current policies - Use **strong phrasing** (will, is) not weak (could, probably) - Example: "We support..." → "Each major version is supported..." - Future tense only for actual future changes: "Starting from v23 (due August 2024), each release will be supported..." - Once future change is live, revert to present: "Each release is supported..." 9. **Content scope**: - Avoid general guidance like installation instructions - Some specific helpful guidance is okay (e.g., finding release cycle) - Don't mention older policies that only apply to EOL cycles - Focus on supported releases - Some guesswork is okay for future release/support dates 10. **Supported releases only**: Don't list very old unsupported releases on website (API can include them) 11. **Stable releases only**: Ignore dev, trunk, rc, nightly - only production-ready releases 12. **Primary sources**: Link primarily to official websites, use first-party sources for dates/policies ### URLs and Redirects 1. **Good URLs**: Use obvious, guessable permalinks (e.g., `/nodejs`, `/go`) 2. **Alternate URLs**: Add common variations as redirects (e.g., `/golang` → `/go`, `/node` → `/nodejs`) 3. **No localized URLs**: Avoid URLs with locale codes like `en-us` when linking to docs ### Tags and Icons 1. **Icons**: Use Simple Icons slugs from https://simpleicons.org (set `iconSlug` property) 2. **Tags**: Space-separated, lowercase, singular form, alphabetically ordered 3. **Tag rules**: - Use existing tags from https://endoflife.date/tags/ - Categories are automatically used as tags - New tags need discussion via issue first - Must be used on 3+ products (except vendor/runtime tags) ### Identifiers 1. **Purpose**: Help SBOM tooling detect products 2. **Types**: - `repology: package-name` (shorthand for Repology packages) - `purl: pkg:type/name` (Package URL spec) - `cpe: cpe:2.3:...` (Common Platform Enumeration) 3. **Avoid duplicates**: Don't add packages already on Repology page ### Custom Fields 1. **Naming**: camelCase 2. **Display locations**: `none`, `api-only`, `after-release-column`, `before-latest-column`, `after-latest-column` 3. **Values**: Always strings, or "N/A" label if missing ### File Organization - `products/` - Product markdown files (YAML frontmatter + content) - `_plugins/` - Custom Jekyll plugins (Ruby) - `_data/` - YAML data files - `_layouts/` - Page templates - `_includes/` - Partial templates - `assets/` - CSS, JS, images - `api/` and `api_v1/` - API specification files - `_headers` - Netlify custom headers template - `_redirects` - Netlify redirects template ## Validation - Product files auto-validate against JSON schema in IDEs with yaml-language-server - Add this to product file top for vim: ```yaml # vim: set ft=yaml : # yaml-language-server: $schema=../product-schema.json ``` - For VSCode, configure: ```json "files.associations": { "**/products/*.md": "yaml" }, "yaml.schemas": { "../product-schema.json": "products/*.md" } ``` ## Common Tasks ### Breaking Changes endoflife.date treats certain changes as breaking changes that require special handling to avoid disrupting users and API consumers. **What counts as a breaking change:** 1. Changing what a product page tracks (switching from X to Y) 2. Splitting or merging product pages 3. Release cycle format changes (e.g., switching from `x.y` to `x`) 4. Definition changes for fields like `lts`, `eol`, or custom columns 5. Page deletions 6. Permalink updates (even with redirects - breaks CORS in API) **What is NOT a breaking change:** 1. Major changes in the product's actual support policy 2. Product license changes 3. Regular corrections to EOL/release dates (even drastic typos like 2005 → 2025) 4. Compacting old unsupported release cycles 5. Changes in `lts` field usage **Handling breaking changes (for maintainers):** 1. Tag PR/issue with `Breaking Change` label 2. Announce the change (RSS feed, GitHub issue) 3. Wait minimum 7 days before merging (extend if needed) 4. Add banner to impacted page about upcoming change ### Adding a new product 1. Create `products/productname.md` using template from CONTRIBUTING.md 2. Follow naming conventions above 3. Run `bin/lint-product.sh products/productname.md` 4. Check deploy preview after filing PR ### Updating a release 1. Edit the release entry in the product's `releases:` array 2. Update `latest`, `latestReleaseDate`, and/or date fields 3. Respect the newest-to-oldest ordering ### Adding automation 1. Add `auto:` section with appropriate method (git, docker_hub, npm, etc.) 2. See [Automation wiki](https://github.com/endoflife-date/endoflife.date/wiki/Automation) for details 3. Configure regex and template if needed for version parsing ### Commit Message Format Follow these conventions for commit messages: **Format**: `[product-name] Action description (#PR)` **Examples:** - `[nodejs] Add 22.0` - `[python] Update latest for 3.12` - `[docker-engine] Set EOL for 24.0` - `[redis] Increase stale release threshold for 7.2` - `[angular] Update auto configuration` - `[kotlin] Disable auto-update` - `[postgresql] Fix formatting` - `[java] Mark 25 as LTS` **Product scope prefix:** - Use lowercase product name in brackets: `[product-name]` - Match the product filename without `.md`: e.g., `products/amazon-eks.md` → `[amazon-eks]` - For multi-product changes, omit the prefix or describe the scope **Action verbs (common patterns):** - `Add X` - Adding new release cycle or version - `Update latest` / `Update latest for X` - Updating latest version - `Set EOL for X` - Setting end-of-life date - `Mark X as LTS` - Marking release as LTS - `Fix formatting` / `Fix latest version info` - Corrections - `Update auto configuration` / `Improve auto configuration` - Auto-update changes - `Disable auto-update` / `Enable auto-update` - Auto-update toggle - `Increase/Update stale release threshold` - Threshold adjustments - `Update links` / `Fix broken links` - Link updates - `Add identifiers` - Adding PURL/CPE identifiers **Multi-product changes:** - `Add per-product event feed` - `Fix addedAt dates` - `Remove duplicate identifiers prometheus, harbor` - `Replace misleading Wikipedia links with explicit references` ================================================ FILE: .github/dependabot.yml ================================================ # To get started with Dependabot version updates, you'll need to specify which # package ecosystems to update and where the package manifests are located. # Please see the documentation for all configuration options: # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file version: 2 updates: # This updates the _data/release-data submodule. - package-ecosystem: "gitsubmodule" directory: "/" schedule: interval: "cron" cronjob: "0 0 * * *" # every day at midnight UTC - package-ecosystem: "bundler" vendor: true directory: "/" # Location of package manifests schedule: interval: "weekly" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" ================================================ FILE: .github/workflows/auto-merge-release-updates.yml ================================================ name: Dependabot auto-merge release-updates on: pull_request # Based on https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#enable-auto-merge-on-a-pull-request permissions: pull-requests: write contents: write jobs: dependabot: runs-on: ubuntu-latest if: ${{ github.actor == 'dependabot[bot]' }} steps: - id: metadata name: Dependabot metadata uses: dependabot/fetch-metadata@21025c705c08248db411dc16f3619e6b5f9ea21a # v2.5.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Clone self repository uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: ref: ${{ github.head_ref }} submodules: true - name: Set up Python uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: "3.12" - name: Install Python Dependencies run: pip install -r '_data/release-data/requirements.txt' - id: latest name: Auto-update products run: python '_data/release-data/update-product-data.py' -p 'products/' - name: Commit changes uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v5 with: file_pattern: products/* commit_message: "🤖: Update latest release data" status_options: "--untracked-files=no" commit_author: "github-actions[bot] " - name: Create PR if: ${{ contains(steps.metadata.outputs.dependency-names, '_data/release-data') }} run: gh pr merge --auto --rebase "$PR_URL" env: PR_URL: ${{github.event.pull_request.html_url}} GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Comment on PR about missing releases uses: github-actions-up-and-running/pr-comment@f1f8ab2bf00dce6880a369ce08758a60c61d6c0b # v1.0.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} message: | :warning: The following requires some attention: ``` ${{ steps.latest.outputs.warning }} ``` ================================================ FILE: .github/workflows/check-links.yml ================================================ name: Check URLs on: workflow_dispatch: # Manually run workflow. schedule: - cron: "0 0 * * 0" # At 00:00 on Sunday. jobs: check_urls: runs-on: ubuntu-latest # Do not run this job on forks, as it's not cool to query servers for nothing. if: ${{ github.repository == 'endoflife-date/endoflife.date' }} steps: - name: Checkout site uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 - name: Setup ruby uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1 with: bundler-cache: true - name: Perform URLs check run: bundle exec jekyll build env: MUST_CHECK_URLS: true ================================================ FILE: .github/workflows/lint.yml ================================================ name: Lint on: workflow_dispatch: # Manually run workflow. push: branches: ["master"] pull_request: branches: ["master"] jobs: lint: runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: node-version: 20 cache: "npm" - name: Setup ruby uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1 with: bundler-cache: true - name: Build site run: bundle exec jekyll build - name: Validate OpenAPI specification run: npx @quobix/vacuum@latest lint --ignore-file .vacuumignore.yml --details --no-style --no-banner --all-results _site/docs/api/v1/openapi.yml - name: Validate Markdown files run: npx markdownlint-cli2@latest '**/*.md' '!node_modules' '!vendor' continue-on-error: true - name: Validate Formatting run: npx prettier@latest --check . continue-on-error: true ================================================ FILE: .gitignore ================================================ _site .sass-cache .jekyll-metadata vendor/bundle api/ calendar/ .idea/ .jekyll-cache _data/gke.json .bundle/ *.swp .vscode/* .history/ *.vsix .history .ionide .vscode/*.code-snippets *.code-workspace node_modules .DS_Store .venv wiretap-report.json ================================================ FILE: .gitmodules ================================================ [submodule "_data/release-data"] path = _data/release-data url = https://github.com/endoflife-date/release-data.git branch = main ================================================ FILE: .markdownlint.yaml ================================================ # See https://github.com/DavidAnson/markdownlint/blob/main/schema/.markdownlint.yaml. # Default state for all rules default: true # Path to configuration file to extend extends: null # MD003/heading-style : Heading style : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md003.md MD003: style: "atx" # MD004/ul-style : Unordered list style : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md004.md MD004: style: "dash" # MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md013.md MD013: line_length: 150 # MD046/code-block-style : Code block style : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md046.md MD046: style: "fenced" # MD049/emphasis-style : Emphasis style : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md049.md MD049: style: "underscore" # MD050/strong-style : Strong style : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md050.md MD050: style: "asterisk" # MD055/table-pipe-style : Table pipe style : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md055.md MD055: style: "leading_and_trailing" ================================================ FILE: .prettierignore ================================================ .idea _includes _layouts _sass _site api calendar manifest.json ================================================ FILE: .prettierrc ================================================ {} ================================================ FILE: .ruby-version ================================================ 3.4.6 ================================================ FILE: .vacuumignore.yml ================================================ # This file is used to ignore specific linting rules for the OpenAPI specification. # Ignore ambiguous path warnings for specific paths. # Those warning are relevants, but it cannot be fixed without breaking changes. no-ambiguous-paths: - $.paths['/products/{product}'] - $.paths['/products/full'] - $.paths['/products/{product}/releases/{release}'] - $.paths['/products/{product}/releases/latest'] ================================================ FILE: 404.html ================================================ Page not Found | endoflife.date
💀

404

This page has officially reached its end of life.

Go to homepage ================================================ FILE: CHANGELOG_API.md ================================================ # endoflife.date API Changelog ## API v1.2.0 - Introduce a new `/identifiers/{identifier}` API ([#7361](https://github.com/endoflife-date/endoflife.date/pull/7361)) to list known Identifiers for given Products. For instance, `/identifiers/purl` will return all known Package URLs and the Products they correspond to. ## API v1.1.0 - Expose custom releases field values in the API (#7465). Such fields are grouped under the new `custom` field in `ProductRelease`s. ## API v1.0.0 ### Summary API v1 is a major rework of the API v0 with a lot of breaking changes. Compared to the API v0, API v1: - feels more _Restful_ (#2431), - expose almost all product's data (#394, #759, #2062, #2595), - expose new metadata such as `schema version` (#2331), `total` (for lists), `generated_at` or `last modified` date, - is easier to consume thanks to: - new computed fields such as `is_maintained`, - the replacement of fields that were using union types with two separate single-type fields: - `lts` -> `isLts` and `ltsFrom`, - `support` -> `isEoas` and `eoasFrom`, - `eol` -> `isEol` and `eolFrom`, - `discontinued` -> `isDiscontinued` and `discontinuedFrom`, - `extendedSupport` -> `isEoes` and `eoesFrom`. - provide new endpoints (#2078, #2160, #2530), - is versioned using the `api/v1` prefix (#2066), making it easier to implement non-backward-compatible changes in the future, - is documented using [swagger-ui](https://github.com/swagger-api/swagger-ui) instead of [Stoplight Elements WebComponent](https://github.com/stoplightio/elements/blob/main/docs/getting-started/elements/html.md) (#905), - but reverts #2425 due to incompatibilities in redirect rules. The API v1 is now generated using a Jekyll Generator (see ) instead of a custom script. Note that the API v0 is still generated to give time to users to migrate to API v1. It will be decommissioned at least one year after the API v1 release date. API v1 documentation can be seen on . The old API v0 documentation can still be seen on . ### Changes in the "All products" endpoint - Path has been changed from `api/all.json` to `api/v1/products/` - Response has been changed from a simple array of strings to a JSON document. This made it possible to include additional metadata, such as the schema version and the number of products. - Response items has been changed from a simple string (the product name) to a JSON document (#2062). This made it possible to include additional information about the product, such as its category and tags. - See for a detailed description of the response. ### Changes in the "Product" endpoint - Path has been changed from `api/.json` to `api/v1/products//`. - Response has been changed from a simple array of versions to a JSON document. This made it possible to include : - additional metadata, such as the schema version and the last modified date, - product-level information, such as the product label or category (#2062). - Cycles data now always contain most of the release cycles properties, even if they are null (example: `latest`, `latestReleaseDate`). - See for a detailed description of the response. ### Changes in the "Cycle" endpoint - Path has been changed from `api//.json` to `api/v1/products//cycles//`. - Response has been changed to make it possible to include additional metadata, such as the schema version and the last modified date, - Cycles data now always contain most of the release cycles properties, even if they are null (example: `latest`, `latestReleaseDate`). - A special `/api/v1/products//cycles/latest/` cycle, containing the same data as the latest cycle, has been added (#2078). - See for a detailed description of the response. ### Changes in 404 error responses 404 error JSON responses are not returned anymore. #2425 has been reverted because it conflicted with the rule that rewrites the paths to add `/index.json` to all requests, which is also a global rule and [takes precedence](https://docs.netlify.com/routing/redirects/#rule-processing-order). ### New endpoints - `/api/v1/categories`: Get a list of all categories. - `/api/v1/categories/`: Get a list of all products within the given category. - `/api/v1/tags`: Get a list of all tags. - `/api/v1/tags/`: Get a list of all products having the given tag. - `/api/v1/products/full`: Get a list of all products with all their details (including cycles). This endpoint provides a dump of nearly all the endoflife.date data. ## API v0 On 2025-04-26 the v0 endpoints were: - "All products" (`/api/all.json`) : Get a list of all product names. - "Product" (`/api/{product}.json`) : Get all release cycles details for a given product. - "Cycle" (`/api/{product}/{cycle}.json`) : Get details for a single release cycle of a given product. ================================================ FILE: CODE-OF-CONDUCT.md ================================================ # Contributor Covenant Code of Conduct ## Our Pledge We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation. We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. ## Our Standards Examples of behavior that contributes to a positive environment for our community include: - Demonstrating empathy and kindness toward other people - Being respectful of differing opinions, viewpoints, and experiences - Giving and gracefully accepting constructive feedback - Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience - Focusing on what is best not just for us as individuals, but for the overall community Examples of unacceptable behavior include: - The use of sexualized language or imagery, and sexual attention or advances of any kind - Trolling, insulting or derogatory comments, and personal or political attacks - Public or private harassment - Publishing others' private information, such as a physical or email address, without their explicit permission - Other conduct which could reasonably be considered inappropriate in a professional setting ## Enforcement Responsibilities Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful. Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate. ## Scope This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at . All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident. ## Enforcement Guidelines Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct: ### 1. Correction **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community. **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested. ### 2. Warning **Community Impact**: A violation through a single incident or series of actions. **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban. ### 3. Temporary Ban **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior. **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban. ### 4. Permanent Ban **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals. **Consequence**: A permanent ban from any sort of public interaction within the community. ## Attribution This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct/][v2.1]. Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder][Mozilla CoC]. For answers to common questions about this code of conduct, see the FAQ at [https://www.contributor-covenant.org/faq/][FAQ]. Translations are available at [https://www.contributor-covenant.org/translations/][translations]. [homepage]: https://www.contributor-covenant.org [v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct/ [Mozilla CoC]: https://github.com/mozilla/diversity [FAQ]: https://www.contributor-covenant.org/faq/ [translations]: https://www.contributor-covenant.org/translations/ ================================================ FILE: CONTRIBUTING.md ================================================ --- layout: page nav_exclude: true title: Contributing description: Some information on how to contribute to https://endoflife.date. permalink: /contribute --- - [:octocat: Hacktoberfest](#-hacktoberfest) - [🕐 What's this project?](#-whats-this-project) - [✏️ About the codebase](#️-about-the-codebase) - [➕ Adding a new product](#-adding-a-new-product) - [✅ Validating your changes](#-validating-your-changes) - [🆔 Adding Identifiers](#-adding-identifiers) - [📑 Suggested Reading](#-suggested-reading) - [⚖️ Code of Conduct](#️-code-of-conduct) ## 🎲 Hacktoberfest This project is participating in Hacktoberfest. If you are looking to contribute, please check out our [detailed guide for hacktoberfest participants](https://github.com/endoflife-date/endoflife.date/issues/408). ## 🕐 What's this project? Before you get started, get to know the project a little bit. Open [endoflife.date](https://endoflife.date) and browse around a little bit. Take a look at [some of the recently merged PRs](https://github.com/endoflife-date/endoflife.date/pulls?q=is%3Apr+is%3Aclosed) to get a better idea. ## ✏️ About the codebase endoflife.date is built using [Jekyll](https://jekyllrb.com/) - the Ruby static site builder that powers GitHub Pages. The site is built and deployed to [Netlify](https://www.netlify.com/). Since the site is mostly informational, you _don't need programming skills to contribute to the project_. ## ➕ Adding a new product To add a new page to the website, [create a new markdown file with YAML frontmatter](https://github.com/endoflife-date/endoflife.date/new/master/products). Keep the filename as `productname.md`, and please delete any generic comments or unneeded keys before creating a Pull Request. Use the UTC timezone for all dates, wherever possible. Below is a template that you can adapt to add a new product: ```yaml --- # Name of the product (mandatory). title: Timeturner # Date when the product was added to endoflife.date (optional). addedAt: 2019-05-27 # Category of the product (mandatory). # Possible values are: app, database, device, framework, lang, os, server-app, service, standard. # If you add a new value, please mention it in the PR description. Some rough guidelines: # - app: end-user applications # - database: all kinds of database # - device: physical, hardware devices # - framework: application libraries, SDKs, frameworks... # - lang: programming languages # - os: operating systems (and similar projects) # - server-app: applications usually installed on the server-side # - service: managed service offerings (SaaS/PaaS...) # - standard: standards and protocols. category: os # Tags of the product (optional). # # Remember that no tag is better than a useless tag. So do not introduce new tags when adding a product # and use one of the tags listed on https://endoflife.date/tags/. # # Should you want to add a new tag, please open an issue first to discuss it with the team. # Moreover, any new tag must be applied in a single PR to all products that should have it. # # Rules about tags are the following: # - must match [a-z0-9\-]+, # - must be declared with a space-separated string, # - must be alphabetically ordered, # - must use singular (for example web-server, not web-servers), # - should not be an existing category (note that categories are automatically used as tags), # - should be used at least three times, except for tags representing a vendor or a runtime dependency, # - must be added for one of the following reasons : # - set a product family such as linux-distribution, web-browser, mobile-phone or web-server, # - set a product vendor such as adobe, amazon or apache, # - set a third-party extended support partner, or # - set a runtime dependency such as java-runtime, javascript-runtime or php-runtime. tags: amazon linux-distribution # Simple Icons icon slug (https://simpleicons.org/) for the product or its vendor (optional). # Remove this property if no relevant icon is available on Simple Icons. # As an example, https://simpleicons.org/?q=codemagic links to https://simpleicons.org/icons/codemagic.svg , # so the slug is `codemagic` (the SVG filename without extension). # A list of all slugs is also available on https://github.com/simple-icons/simple-icons/blob/develop/slugs.md . iconSlug: codemagic # Main URL for the page (mandatory). permalink: /timeturner # Alternate URLs that will redirect to the permalink (optional). # This is nice to let people use easier-to-remember URLs. For example, we redirect /golang to /go . alternate_urls: - /hourglass # Command that can be used to check the current product version (optional). versionCommand: swish and flick # The more information link (optional). # If provided, this link is displayed after the product's description. # This link should contain information about the release policy and schedule. This is NOT the product URL! # Do not use a localized URL (such as one containing en-us) if possible. releasePolicyLink: https://nodejs.org/about/releases/ # An image that shows a graphical representation of the releases (optional). # If provided, this image will be displayed at the top of the product's page. # This is not the product logo. Remove if you don't find a relevant image. releaseImage: https://raw.githubusercontent.com/nodejs/Release/main/schedule.svg?sanitize=true # Template to be used to generate a link for the releases (optional). # Available variables inside the template are: # - __RELEASE_CYCLE__: will be replaced by the value of `releaseCycle`, # - __LATEST__: will be replaced by the value of `latest`, # - __CODENAME__: will be replaced by the optional `codename`. # You can even use Liquid Templating inside the template, such as: # https://godotengine.org/article/maintenance-release-godot-{{"__LATEST__" | replace:'.','-'}} # Do not use a localized URL (such as one containing en-us) if possible. changelogTemplate: "https://link/of/the/__RELEASE_CYCLE__/and/__LATEST__/version" # Template that generates names for every release (optional, default = "__RELEASE_CYCLE__"). # It supports the same variables as changelogTemplate. releaseLabel: "MoM Timeturner __RELEASE_CYCLE__ (__CODENAME__)" # The label that will be used alongside releases labelled with `lts: true` # (optional, default = "LTS" ). # Only provide if the product has LTS releases that are not called LTS, but something else. # Prefer using an HTML abbr tag, if possible. LTSLabel: "ELS" # Whether the "End Of Life" column should be displayed (optional, default = true). # The value of this property can be set to any string to override the default column label. eolColumn: Security Support # Whether the "End Of Active Support" column should be displayed (optional, default = false). # The value of this property can be set to any string to override the default column label. eoasColumn: Active Support # Whether the "Latest" column should be displayed (optional, default = true). # The value of this property can be set to any string to override the default column label. latestColumn: Latest # Whether the "Released" column should be displayed (optional, default = true). # The value of this property can be set to any string to override the default column label. releaseDateColumn: Released # Whether the "Discontinued" column should be displayed (optional, default = false). # Set this to true for physical, hardware devices (as opposed to software projects). # The value of this property can be set to any string to override the default column label. discontinuedColumn: Discontinued # Whether the "End Of Extended Support" column should be displayed (optional, default = false). # The value of this property can be set to any string to override the default column label. eoesColumn: Extended Support # Custom fields configuration (optional). # Custom fields are non-standard fields used for documenting things such as related runtime versions, custom dates that # cannot be expressed using the standard fields, etc. # They can be: # - displayed in the release table, # - made available in API responses, # - used in table includes, such as in https://github.com/endoflife-date/endoflife.date/blob/master/products/ansible.md # (preferred this over release table when there are more than 2 or 3 custom fields), # - or even just used for internal documentation. # Search in the existing products source file to see how they are used. customFields: # Name of the custom field (mandatory, unique). # If the release cycle does not declare this field, the label 'N/A' will be displayed instead. # Custom fields follow the camel-case syntax for naming. # Values must always be a string. - name: supportedIosVersions # Where the custom field should be displayed (mandatory). Allowed values are: # - none: do not display the custom field in API responses nor in release table. # - api-only: only display the custom field in API responses. # - after-release-column: display the custom field in API and in the release table after the release column. # - before-latest-column: display the custom field in API and in the release table before the latest column. # - after-latest-column: display the custom field in API and in the release table after the latest column. # If multiple columns have the same position, the order of the column in the customFields list will be respected. display: after-release-column # Label of the custom field (mandatory). # It will notably be used as the column's name in the release table. label: iOS # A description of what the custom column contains (optional). # It will notably be used as the column's tooltip in the release table. description: Supported iOS versions # A link that gives more information about what the custom field contains (optional). # It will notably transform the label into a link in the release table. link: https://en.wikipedia.org/wiki/IPhone#Models # Auto-update release configuration (optional). # This is used for automatically updating `releaseDate`, `latest`, and `latestReleaseDate` for every release. # Multiple configurations are allowed. # Please visit https://github.com/endoflife-date/endoflife.date/wiki/Automation for more details. # The presence of such configuration modifies the product page so that users are informed that existing # releases are automatically updated with latest versions. auto: # Mark auto-update as being cumulative (optional, default = false). # This means that the data won't be deleted before fetching new data. # Activating cumulative updates is not recommended for most products, but could be useful for products that: # - have a long history of releases that is long to fetch, # - have a history of releases that is not available anymore. cumulative: true methods: # Configuration for auto-update based on git. # Any valid git clone URL will work, but support for partialClone is necessary # (GitHub and GitLab support it). # For example, for Apache Maven: - git: https://github.com/apache/maven.git # Python-compatible regex that defines how the tags above should translate to versions (optional). # The default regex can handle versions having at least 2 digits (ex. 1.2) and at most 4 digits (ex. 1.2.3.4), # with an optional leading "v"). Use named capturing groups to capture the version or version's parts. # Default value should work for most releases of the form a.b, a.b.c or 'v'a.b.c. # It should also skip over any special releases (such as nightly, beta, pre, rc...). regex: ^v(?P\d+)_(?P\d+)_(?P\d{1,3})_?(?P\d+)?$ # Python-compatible regex that defines which tags should be excluded (optional). regex_exclude: ^v99.99.99$ # A liquid template using the captured variables from the regex above that renders the final version # (optional, default can handle versions having a 'major', 'minor', 'patch' and 'tiny' version). # You can use liquid templating here. template: '{{major}}.{{minor}}.{{patch}}{%if tiny %}p{{tiny}}{%endif%}' # Configuration for auto-update based on Docker Hub. # The value must be the "owner/repo" combination for a docker hub public image. # Use "library" as the owner name for an official docker/community image. # For example, for PostgreSQL: - docker_hub: library/postgres # Configuration for auto-update based on the npm registry. # The value must be the package identifier on https://www.npmjs.com . # For example, for Vue: - npm: vue # Configuration for auto-update based on DistroWatch. # The value must be the distribution ID. It can be found in the distribution URL. # For example, for https://distrowatch.com/index.php?distribution=debian , use "debian". - distrowatch: debian # The Python-compatible regex used to parse headlines (mandatory). # Use named capturing groups to capture the version or version's parts. # You can also pass a list of regexes here and matches for any of those will be considered. regex: 'Distribution Release: (?P\d+.\d+)' # A liquid template using the captured variables from the regex above that renders the final version # (optional, default can be found on https://github.com/endoflife-date/release-data/blob/main/src/distrowatch.py#L13 ). # You can use liquid templating here. template: '{{version}}' # Configuration for auto-update based on Maven Central ( https://search.maven.org ). # The value must be the maven coordinates of the artifact, in the form groupId/artifactId. # For example, for Apache Tomcat ( https://search.maven.org/artifact/org.apache.tomcat/tomcat ): - maven: org.apache.tomcat/tomcat # Configuration for auto-update based on a custom script in the release-data repository. # The value must be the script name in the release-data repository, without it's '.py' extension. - custom: script-name # A list of identifiers that can be used to detect this product as being used, # especially by SBOM tooling # Please see https://endoflife.date/help/identifiers-needed/ for more information identifiers: # Each identifier is a way of linking this product to various methods of installing it # This is a shorthand to use repology as the source data # https://repology.org/project/:package-name-/versions # should return a valid list of packages linked to this product. - repology: package-name # See the PURL spec https://github.com/package-url/purl-spec # for details, and avoid packages that are already mentioned on # the repology page # Common examples would be to use # - pkg:os to document operating systems (https://github.com/package-url/purl-spec/pull/161) # - pkg:github to link to GitHub pages # - pkg:golang/pypi/gem/maven/npm etc for common package managers # - pkg:docker for linking to docker images on Docker Hub - purl: pkg:package-manager/package-name # A list of releases, supported or not (mandatory). # Releases must be sorted from the newest (on top of the list) to the oldest. # Do not add releases that are not considered "stable" (such as RC/Alpha/Beta/Nightly). releases: # Release cycle name (mandatory, unique, always put in quotes). # Only lowercase letters, numbers, dots, dashes, plus and underscores are allowed (/^[a-z0-9.\-_+]+$/). # This is usually major.minor. Do not prefix with "v" or suffix with ".x". - releaseCycle: "1.2" # Name displayed for the release (optional, default = global releaseLabel value). # Use this property if you need to override the release label on a per-release basis. # You can use templating here, though it is usually not required. # Template parameters are the same as the global releaseLabel property. releaseLabel: "Timeturner Firebolt (1.2)" # Codename of the release (optional, not displayed anywhere by default). # It can be used as __CODENAME__ in the releaseLabel and changelogTemplate. # It is also returned as-is in the API. codename: firebolt # Date of the release (mandatory). # Note that an approximate date is OK if the exact date is not known. releaseDate: 2017-03-12 # Whether this is a "LTS" release (optional, default = false). # What LTS means may differ from product to product (see LTSLabel above). # Only provide for a release that will get much longer support than usual. # Alternatively, this can be set to a date # if the product is not labeled as LTS when it is released (ex. Angular) # or when normal versions are promoted LTS after their release (ex. Jenkins). lts: true # End Of Active Support date (mandatory if eoasColumn is true, else MUST NOT be set). # This can be either a date (must be valid and not quoted) # or a boolean value (when the date is not known or has not been decided yet). # - When a date is used, this is the date where bug fixes stop coming in. # - When a boolean is used, it must be set to true if the release cycle is not supported # anymore, and false otherwise. eoas: 2018-01-31 # End Of Life date (mandatory). # This can be either a date (must be valid and not quoted) # or a boolean value (when the date is not known or has not been decided yet). # - When a date is used, this is where all support stops, including security support. # Note that this date reflects what is true for the majority of users (you may use the # eoes field if possible/necessary). # - When a boolean is used, it must be set to true if the release cycle is End Of Life, # and false otherwise. eol: 2019-01-01 # End Of Extended/commercial Support date (optional if eoesColumn is true, else SHOULD NOT be set). # This can be either a date (must be valid and not quoted), # a boolean value (when the date is not known or has not been decided yet), or null. # - When a date is used, this is where the extended support period stops. # - When a boolean is used, it must be set to true if the extended support period is over, # and false otherwise. # - When null is used, it means that there is no extended/commercial support for the given # release cycle. eoes: 2020-01-01 # Discontinuation date (mandatory if discontinuedColumn is true, else MUST NOT be set). # This is typically used for physical, hardware devices (as opposed to software projects), # to indicate when the device is no longer available for sale or is no longer being manufactured. # In contrast, the `eol` property indicates the end of support service for the device version. # This can be either a date (must be valid and not quoted) # or a boolean value (when the date is not known or has not been decided yet). # - When a date is used, this is the date where the release cycle is discontinued. # - When a boolean is used, it must be set to true if the release cycle is discontinued, # and false otherwise. discontinued: true # Latest release for the release cycle (optional if latestColumn is false, else mandatory). # Usually this is the release cycle's latest "patch" release. # It should be removed if latestColumn is false. # Always add quotes around this value. latest: "1.2.3" # Latest release date (optional). # Use valid dates, and do not add quotes around dates. latestReleaseDate: 2022-01-23 # A link to the changelog for the latest release in this cycle # (optional, default = the URL generated from changelogTemplate if it is provided). # Use this if the link is not predictable (i.e. you can't use changelogTemplate), # or if the changelogTemplate generated link must be overridden. # Do not use a localized URL (such as one containing en-us) if possible. # Use the special value 'null' (unquoted) if you want to disable the link # for a specific cycle of a product having a changelogTemplate. link: https://example.com/news/2021-12-25/release-1.2.3 # In the following markdown section, ensure that all the above are present: # 1. A one-line statement about what the product is, with a link to the primary website (in a quote). # 2. A short summary of the release policy, pointing out the EoL policy as well, if available. # 3. Any additional information that may be of interest. # # See also the Guiding Principles on the wiki ( https://github.com/endoflife-date/endoflife.date/wiki/Guiding-Principles ) # for indication of the tone and voice to use for the text. # Please leave a new line both above and below the triple-dashes. --- # All the product information text should be under triple-dashes. # If you are adding any images in the text, they might get blocked due to our CSP, # so prefer using releaseImage in such cases. # Note that images on the same website as releaseImage will not be blocked. > [Time Turner](https://jkrowling.com/time-turner) is a device that powers short-term time travel. Time-turners are no longer released, and the last known stable release was in HP.5 release. ``` For the product text, please make sure you read the [Guiding Principles](https://github.com/endoflife-date/endoflife.date/wiki/Guiding-Principles) for the website to match the tone. File a Pull Request with this file created, and Netlify will provide a preview URL for the same. Once the pull request is merged, the changes are automatically deployed on the website. See below for how to validate your changes. You can visit to directly create your file. ## ✅ Validating your changes If you're using an IDE like `vscode` or `vim` (or any other IDE that supports JSON schema validation), you can use [this jsonschema](https://endoflife.date/product-schema.json) to validate the new product. For `vscode` you need the [yaml-language-server extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) and this configuration, which will treat files in the `products` directory as `yaml` files and applies the jsonschema on it: ```json "files.associations": { "**/products/*.md": "yaml" }, "yaml.schemas": { "../product-schema.json": "products/*.md" } ``` In `vim` you also could use the [yaml-language-server](https://github.com/redhat-developer/yaml-language-server) and just add the following snippet at the top of the product file: ```yaml # vim: set ft=yaml : # yaml-language-server: $schema=../product-schema.json ``` Once you file your Pull Request, Netlify will provide a list of checks for your changes. If one of the checks fails, you can click Details and see through the errors, or one of the Maintainers will be there to help you. If all the checks pass, you can click the "Details" link on the "Deploy Preview" Status Check to see a preview of the website _with your changes_. ![image](https://user-images.githubusercontent.com/584253/134535142-7d1170b7-16f4-4cd3-987e-e890b76098d5.png) Click through, and validate your changes. Click all the links on the page you've changed and make sure they're not broken. ### Run endoflife.date locally Please read the [HACKING documentation](https://github.com/endoflife-date/endoflife.date/blob/master/HACKING.md) for instructions on how to run the endoflife.date locally. ### Testing API payload There is a GitHub workflow that already validates the OpenAPI specification (it can also be checked on ). But to test the generated API payload you can do the following: ```sh # In a first tab, run: bundle exec jekyll serve # In a second tab, run: npx @pb33f/wiretap@latest -s http://localhost:4000/docs/api/v1/openapi.yml -u http://localhost:4000 # then open http://localhost:9091/ in your browser # In a third tab, run: IFS=" " for file in $(find _site/api/v1 -type f | grep -v releases | sort -n); do echo $(dirname $file | sed 's|_site|http://localhost:9090|' | sed 's|v1$|v1/|' | sed 's| |%20|') done | xargs -n1 -P20 curl -s -o /dev/null -w '%{url} %{http_code}\n' ``` ### Linting and formatting files You can use the `bin/lint-product.sh` to lint a product file using [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) and [prettier](https://github.com/prettier/prettier). ```sh bin/lint-product.sh products/.md ``` ## 🆔 Adding Identifiers We need help with adding more identifiers. Please see [this page](/help/identifiers-needed/) for a list of pages missing identifiers. ## 📑 Suggested Reading We have the following documents which should help you get familiar with the project and the codebase. You don't need to read all of these, and we've linked these docs above in cases where you must read any of them. - [HACKING.md](https://github.com/endoflife-date/endoflife.date/blob/master/HACKING.md) contains instructions on setting up the codebase locally with Jekyll. Read this if you're planning to make complex changes or setting up the project locally. - [Guiding Principles](https://github.com/endoflife-date/endoflife.date/wiki/Guiding-Principles) - These help us make decisions around the content we have. If you'd like to make sure your PR gets speedy approval, please read these to ensure your changes are aligned with the rest of the content. This is _especially important if you are making non-trivial changes_ that deal with the content or add a new product. - [CONTRIBUTING.md](https://github.com/endoflife-date/endoflife.date/blob/master/CONTRIBUTING.md) - (This page). Also accessible at ## ⚖️ Code of Conduct Please note that this project is released with a [Contributor Code of Conduct](https://github.com/endoflife-date/endoflife.date/blob/master/CODE-OF-CONDUCT.md). By participating in this project you agree to abide by its terms. ================================================ FILE: Gemfile ================================================ source "https://rubygems.org" gem "jekyll", "~> 4.4.1" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. # gem "github-pages", group: :jekyll_plugins # If you have any plugins, put them here! group :jekyll_plugins do gem 'jekyll-feed', '~> 0.17' gem 'jekyll-timeago' gem 'just-the-docs', '~> 0.12.0' gem 'jekyll-seo-tag' gem 'jekyll-last-modified-at' gem 'jemoji' end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] # Performance-booster for watching directories on Windows gem "wdm", "~> 0.2.0" if Gem.win_platform? gem "webrick", "~> 1.9" gem 'icalendar', '~> 2.12' # Used in product-data-validator to check URLs gem "open-uri", "~> 0.5" # Used in purl-to-url to parse PURLs gem "packageurl-ruby", "~> 0.2.0" ================================================ FILE: HACKING.md ================================================ - [Development](#development) - [Build](#build) - [File and Directory structure](#file-and-directory-structure) - [Automation](#automation) - [API](#api) - [API Documentation](#api-documentation) - [Contributing Workflow](#contributing-workflow) - [Deployment](#deployment) - [Analytics](#analytics) - [Automation](#automation) endoflife.date uses [Jekyll](https://jekyllrb.com/), the static website generator. This document helps you set the codebase locally. This isn't necessary for most content changes. Follow this guide if you are making layout, design, or code changes. ## Development First, you will need to install Ruby and Bundler. Follow [these instructions](https://www.ruby-lang.org/en/documentation/installation/) to install Ruby, and then run the following commands: ```sh # Install bundler gem install bundler # Clone the project: git clone --recurse-submodules git@github.com:endoflife-date/endoflife.date.git cd endoflife.date # Install dependencies (_Note: You must use Bundler 2 or greater_): $ bundle install # All of the following commands should run successfully at this point: ruby --version bundle --version bundle exec jekyll --version ``` ## Build Run the site locally: ```sh bundle exec jekyll serve --host localhost --port 4000 ``` Browse to `http://localhost:4000` and you should see the site running locally. If you find any errors at this stage, check [Jekyll's troubleshooting page](https://jekyllrb.com/docs/troubleshooting/#configuration-problems) or [ask a question in the Q&A category](https://github.com/endoflife-date/endoflife.date/discussions/new/) on GitHub Discussions. Other Jekyll commands [are documented](https://jekyllrb.com/docs/usage/) on the Jekyll website, along with the command options for the [build](https://jekyllrb.com/docs/configuration/options/#build-command-options) and [serve](https://jekyllrb.com/docs/configuration/options/#serve-command-options) commands. ## File and Directory structure - The layout for the products page is in `_layouts/product.html` - Product data is in the `products` directory. - Automation scripts that updates latest releases are in the [`release-data`](https://github.com/endoflife-date/release-data/) repository. There are also some information in the [Automation](https://github.com/endoflife-date/endoflife.date/wiki/Automation) page on the wiki. - We follow the following directory structure: - `_includes` holds partial templates, such as the content for the `` tag. - `assets` includes CSS/JS/Logo images... - `_plugins` holds scripts invoked by the Jekyll build code. - `_config.yml` holds the Jekyll configuration, including list of plugins, exclude/include filelist, theme configuration, and plugin settings. - `Gemfile` and `Gemfile.lock` are package files for bundler. - `_headers` holds the template for generating a list of custom HTTP headers, in the Netlify Headers Format. A rendered version of the file can be seen in the `_site/_headers` after building the site. - `_redirects` holds the template for generating redirects from alternate URLs to main product pages, again in the Netlify format. A rendered version of the file can be seen in the `_site/_redirects` after building the site. - [`robots.txt`](https://en.wikipedia.org/wiki/Robots.txt) is for web scraping robots. - [`humans.txt`](https://endoflife.date/humans.txt) holds details about the people and tech behind the project. ## Extending the Jekyll theme The site is based on the [Just the Docs](https://github.com/just-the-docs/just-the-docs) Jekyll theme. Take a look at [the documentation](https://just-the-docs.github.io/just-the-docs/) for knowing more about its configuration. Beware, this configuration is for the current `main` branch, not for the version used by this site. If you need to override some parts, take a look at [the customization section](https://just-the-docs.github.io/just-the-docs/docs/customization/) of the documentation. ## Logo The [site logo](/assets/logo.svg) is an adaptation of [An hourglass in a round icon](https://commons.wikimedia.org/wiki/File:Hourglass_icon_%28orange%29.svg) by David Abián and Serhio Magpie. The logo is representing the concepts of time (with the hourglass) and EOL/cycles (with the colored split circle). Derived icons for various usages, such as [the web app manifest](/manifest.json) were generated using [RealFaviconGenerator.net](https://realfavicongenerator.net/). All icons are placed in the [`assets`](/assets) directory. Our theme tries to pick the favicon from `/favicon.ico`, which we don't have to avoid this behaviour. However, many browsers will [assume this location anyway](https://stackoverflow.com/a/21359390/374236), so we have a redirect from /favicon.ico to a PNG version instead. Note that `android-chrome-*.png` icons were renamed to `logo-*.png`. Those icons are used in other contexts, such as on the site as a logo. ## API The API is just JSON files generated by the `_plugins/generate-api-v1.rb` custom plugin. ### API Documentation The current API v1 documentation is available at and is generated from an OpenAPI Specification file located at `api_v1/openapi.yml`. The documentation is rendered by [Swagger UI](https://swagger.io/tools/swagger-ui/). The old API v0 documentation is still available at and is generated from an OpenAPI Specification file located at `assets/openapi.yml`. The documentation is rendered by [Stoplight Elements](https://meta.stoplight.io/docs/elements/ZG9jOjMyNjU4OTY0-introduction-to-elements). ## Contributing Workflow If you just want to add a new product or make some trivial changes, please see [`CONTRIBUTING.md`](https://github.com/endoflife-date/endoflife.date/blob/master/CONTRIBUTING.md). Else: - Fork the project, - Create your feature branch (git checkout -b my-new-feature), - Commit your changes (git commit -am 'Add some feature'), - Push to the branch (git push origin my-new-feature), - Create new Pull Request. ## Deployment The code is built and deployed to Netlify under its Open Source Plan. We use the following Netlify Features: - custom HTTP Headers (`_headers` file), - custom Redirects (`_redirects` file), - easy deploy previews, - future plans to use Netlify Functions. The build script is kept in `netlify.toml`. ## Analytics There are no javascript trackers or analytics on the website. Numbers from Google Search Reports are published on [the wiki](https://github.com/endoflife-date/endoflife.date/wiki/Google-Search-Usability-Reports). The data provided by Google is for publishers, and is based on search queries that showed endoflife.date in the search results. Google has more details [here](https://support.google.com/webmasters/answer/96568), including limitations of this data. Rare queries are omitted by Google from this data to protect user privacy. Numbers from Netlify Analytics are published on [the wiki](https://github.com/endoflife-date/endoflife.date/wiki/Netlify-Analytics-Reports). ## Automation The endoflife.date project runs a bit of automation on top of GitHub Actions to automate mundane tasks. Automation is currently focused towards updating release data using [the `release-data` repository](https://github.com/endoflife-date/release-data). This is documented in the [wiki](https://github.com/endoflife-date/endoflife.date/wiki/Automation). ================================================ FILE: LICENSE ================================================ Copyright 2020 endoflife.date contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================ FILE: README.md ================================================ # endoflife.date [![Netlify Status](https://api.netlify.com/api/v1/badges/92f7a2a9-3cca-4916-a75e-f9db4ec39d48/deploy-status)](https://app.netlify.com/sites/endoflife-date/deploys) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://opensource.guide/how-to-contribute/#opening-a-pull-request) [![powered by Jekyll](https://img.shields.io/badge/powered_by-Jekyll-blue.svg)](https://jekyllrb.com/) [![Website shields.io](https://img.shields.io/website-up-down-green-red/https/endoflife.date.svg)](https://endoflife.date/) [![made-with-Markdown](https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg)](https://commonmark.org/) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE-OF-CONDUCT.md) [![Gitter](https://badges.gitter.im/endoflife-date/community.svg)](https://gitter.im/endoflife-date/community) [![Twitter Follow Badge](https://img.shields.io/twitter/url.svg?label=@endoflife_date&style=social&url=https%3A%2F%2Ftwitter.com%2Fendoflife_date)](https://twitter.com/endoflife_date) Keep track of various End of Life dates and support lifecycles for various products. Visit for a list of supported products. This information is very often [hard to track or badly presented](https://twitter.com/captn3m0/status/1110504412064239617). This project collates this data and presents it in an easily accessible format, with URLs that are easy to guess and remember. If you maintain release information (end-of-life dates, or support information) for a product, we have a [set of recommendations](https://endoflife.date/recommendations) along with a checklist on some best practices for publishing this information. ## Contributing Please see [the contributing guide](https://endoflife.date/contribute) for details. While participating in the project, you must abide by its [Code of Conduct](CODE-OF-CONDUCT.md). ## API An API is available for integration with CI platforms. API documentation is available at . The API is currently in Beta, and breaking changes can happen. ## License Licensed under the [MIT License](LICENSE). ## Credits endoflife.date is relying on various amazing software and components : - [GitHub](https://github.com/), an Internet hosting service for software development and version control. - [Jekyll](https://jekyllrb.com/), a static site generator. - [Ruby](https://www.ruby-lang.org/), a dynamic and open source programming language with a focus on simplicity and productivity. - [Just the Docs](https://github.com/just-the-docs/just-the-docs), a documentation theme for Jekyll. - [Swagger UI](https://swagger.io/tools/swagger-ui/), a documentation generator for OpenAPI Specification. - [Simple Icons](https://simpleicons.org/), free SVG icons for popular brands. - [Tabler Icons](https://github.com/tabler/tabler-icons), a complete icon set with perfect line weights and spacing - ready for Figma, apps, and design systems. - Our icon is derived from [Hourglass icon (orange)](https://commons.wikimedia.org/wiki/File:Hourglass_icon_%28orange%29.svg) by David Abián and Serhio Magpie on the English Wikipedia, remixed under the CC-BY-SA-4.0 license. - [RealFaviconGenerator](https://realfavicongenerator.net/), a favicon Generator, for real. - [Netlify](https://www.netlify.com/), an all-in-one platform for automating modern web projects. - Product descriptions are adapted from the [English Wikipedia](https://en.wikipedia.org/), under [CC BY-SA 3.0](https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License) license. ================================================ FILE: _config.yml ================================================ --- # Jekyll configuration - https://jekyllrb.com/docs/configuration/ # Site settings url: https://endoflife.date title: endoflife.date # Build settings encoding: utf-8 markdown: kramdown strict_front_matter: true # Cause a build to fail if there is a YAML syntax error (#40). plugins: - jekyll-feed - jekyll-timeago - jekyll-seo-tag - jekyll-last-modified-at - jemoji # Silence Saas deprecation warnings, to be removed after this is fixed in just-the-docs sass: quiet_deps: true # https://github.com/just-the-docs/just-the-docs/issues/1541 silence_deprecations: ["import"] # https://github.com/just-the-docs/just-the-docs/issues/1607 # just-the-docs settings, see https://just-the-docs.com/ theme: just-the-docs nav_sort: case_insensitive # https://just-the-docs.com/docs/configuration/#search search_enabled: true search: button: true focus_shortcut_key: "k" placeholder_text: "Search for a product" # https://just-the-docs.com/docs/configuration/#aux-links aux_links: Recommendations: - /recommendations Contribute: - /contribute Source: - https://github.com/endoflife-date/endoflife.date API: - /docs/api/v1/ "Release Data": - https://github.com/endoflife-date/release-data/ # https://just-the-docs.com/docs/configuration/#callouts callouts: warning: title: Warning color: yellow note: title: Note color: blue commandInfo: title: To learn the current version on your system color: grey-dk # jekyll-timeago plugin configuration, see https://github.com/markets/jekyll-timeago jekyll_timeago: # Use 2 terms in relative timestamps: # [YES] x years, y months # [YES] x months, z weeks # [NO] x years, y months, z days depth: 2 # Give approx times in relative time # within a 10% error margin # See https://github.com/markets/jekyll-timeago/pull/24 # for what this does threshold: 0.1 # Default pages / products values defaults: - scope: path: "" values: image: /assets/logo-512x512.png - scope: path: "products" values: layout: product alternate_urls: [] identifiers: [] auto: [] latestColumn: true latestColumnLabel: "Latest" releaseDateColumn: true releaseDateColumnLabel: "Released" discontinuedColumn: false discontinuedColumnLabel: "Discontinued" eoasColumn: false eoasColumnLabel: "Active Support" eolColumn: true eolColumnLabel: "Security Support" eoesColumn: false eoesColumnLabel: "Extended Support" staleReleaseThresholdDays: 365 customFields: [] LTSLabel: 'LTS' # Include & excludes include: - _redirects - _headers exclude: - .idea - bin - CODE-OF-CONDUCT.md - Gemfile - Gemfile.lock - HACKING.md - LICENSE - netlify.toml - node_modules - package.json - package-lock.json - vendor/ - Rakefile - README.md - requirements.txt - runtime.txt - wiretap-report.json ================================================ FILE: _headers ================================================ --- # Netlify _headers template. See syntax on https://docs.netlify.com/routing/headers/. # # This configuration sets default headers for pages and API responses, and: # - a CSP and a "Link" header pointing to the API for product pages, # - a more restrictive CSP for non-product pages, # - a CSP that allows Stoplight Elements to load correctly for /docs/api. # # For a rationale of all the CSP headers, see https://github.com/endoflife-date/endoflife.date/wiki/CSP-Headers. # Setting a layout forces Jekyll to render this file. layout: null --- # Default headers for all pages. /* X-Frame-Options: DENY X-XSS-Protection: 1; mode=block # Generated using https://www.permissionspolicy.com/ Permissions-Policy: accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), cross-origin-isolated=(), display-capture=(), document-domain=(), encrypted-media=(), execution-while-not-rendered=(), execution-while-out-of-viewport=(), fullscreen=(), geolocation=(), gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(), navigation-override=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), web-share=(), xr-spatial-tracking=(), clipboard-read=(), clipboard-write=(), gamepad=(), speaker-selection=(), conversion-measurement=(), focus-without-user-activation=(), hid=(), idle-detection=(), interest-cohort=(), serial=(), sync-script=(), trust-token-redemption=(), unload=(), window-placement=(), vertical-scroll=() X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Strict-Transport-Security: max-age=31536000; includeSubDomains; preload # Default headers for static resources /assets/* Cache-Control : public, max-age=3600; /browserconfig.xml Cache-Control : public, max-age=3600; /favicon.ico Cache-Control : public, max-age=3600; /manifest.json Cache-Control : public, max-age=3600; # Default headers for API resources. /api* Access-Control-Allow-Origin: * Access-Control-Allow-Methods: GET Access-Control-Max-Age: 86400 # Default headers for calendar resources. /calendar/* Access-Control-Allow-Origin: * Access-Control-Allow-Methods: GET Access-Control-Max-Age: 86400 # Configuration for all "pages" in the website (e.g. product pages, website pages such as / or /recommendations, API "pages"...). {% assign defaultCspImgSrc="'self' https://img.shields.io https://www.netlify.com https://cdn.jsdelivr.net/ https://github.githubassets.com/ https://user-images.githubusercontent.com/ https://github-production-user-asset-6210df.s3.amazonaws.com" %} {%- for page in site.html_pages -%} {{page.url}} {%- if page.layout == 'product' %} {%- if page.releaseImage %} {% capture releaseImageSrc %}https://{{ page.releaseImage | parse_uri: 'host' }}{% endcapture %} {% else %} {% assign releaseImageSrc="" %} {% endif %} Content-Security-Policy: default-src 'none'; manifest-src 'self'; connect-src 'self'; script-src 'self'; style-src 'self'; img-src {{ defaultCspImgSrc }} {{ releaseImageSrc }} Link: /api{{page.permalink}}.json; rel=alternate;type=application/json Link: /calendar{{page.permalink}}.ics; rel=alternate;type=text/calendar {% elsif page.permalink contains '/docs/api/v' %} {%- comment %}Used contains to match all API version (startswith does not exist){% endcomment %} # unsafe-inline and data: should not be an issue for a static site Content-Security-Policy: default-src 'none'; manifest-src 'self'; connect-src 'self'; script-src 'self' 'unsafe-inline' https://unpkg.com/; style-src 'self' https://unpkg.com/; img-src 'self' data: {% elsif page.permalink == '/docs/api' %} Content-Security-Policy: default-src 'none'; manifest-src 'self'; connect-src 'self'; script-src 'self' https://unpkg.com/@stoplight/elements/web-components.min.js; style-src 'self' https://unpkg.com/@stoplight/elements/ 'unsafe-inline' {% else %} Content-Security-Policy: default-src 'none'; manifest-src 'self'; connect-src 'self'; script-src 'self' 'sha256-D2OQPa3wGsiYErb6pJgPDNC606ggwvXfh9vbd7X1aks='; style-src 'self'; img-src {{ defaultCspImgSrc }} {% endif %} {% endfor %} ================================================ FILE: _includes/css/activation.scss.liquid ================================================ /* * In Just the Docs v0.7.0, overriding _includes/css/activation.scss.liquid with an empty file * results in a background image on all the links in the main navigation panel when JS is disabled. * This suppress those images. Note that those rules are ignored when JS is enabled. * See https://github.com/just-the-docs/just-the-docs/pull/1358#issuecomment-1787487607. */ .site-nav ul li a { background-image: none; } ================================================ FILE: _includes/custom-column-td.html ================================================ {%- comment %} Render a product custom column data cell (). Parameters: - release (mandatory): a product release cycle definition. - column (mandatory): the custom column definition. - cssClasses (optional): a space-separated list of CSS classes to add to the cell. {% endcomment %} {%- assign release = include.release %} {%- assign name = include.column.name %} {%- assign cssClasses = include.cssClasses | default:'' %} {{ release[name] | default: 'N/A' }} ================================================ FILE: _includes/custom-column-th.html ================================================ {%- comment %} Render a product custom column header cell (). Parameters: - column (mandatory): the custom column definition. {% endcomment %} {%- assign label = include.column.label %} {%- assign description = include.column.description %} {%- assign link = include.column.link %} {% if link %}{{ label }}{% else %}{{ label }}{% endif %} ================================================ FILE: _includes/head_custom.html ================================================ {%- comment %} Favicons were generated from the SVG icons with https://realfavicongenerator.net. The SVG favicon supports dark mode (https://blog.tomayac.com/2019/09/21/prefers-color-scheme-in-svg-favicons-for-dark-mode-icons/). {% endcomment %} {% if page.layout == "product" %} {% endif %} ================================================ FILE: _includes/identifiers.html ================================================ {% if page.identifiers.size > 0 %}
Show Product Identifiers
    {% for identifier_hash in page.identifiers %} {% assign type_and_identifier = identifier_hash|first %} {% assign identifier_type = type_and_identifier[0] %} {% assign identifier = type_and_identifier[1] %} {% assign identifier_url = identifier_hash.url %}
  • {{ identifier_type }}: {%- if identifier_url %} {{ identifier }} {%- else %} {{ identifier }} {%- endif %}
  • {% endfor %}
{% endif %} ================================================ FILE: _includes/lunr/custom-data.json ================================================ {%- capture newline %} {% endcapture -%} {%- assign identifiers = "" %} {% for identifier_hash in include.page.identifiers %} {% assign type_and_identifier = identifier_hash | first %} {% assign identifiers = identifiers | append: " " | append: type_and_identifier[1] %} {% endfor -%} "category": {{ include.page.category | markdownify | replace:newline,' ' | strip_html | normalize_whitespace | strip | jsonify }}, "tags": {{ include.page.tags | markdownify | replace:newline,' ' | strip_html | normalize_whitespace | strip | jsonify }}, "iconSlug": {{ include.page.search_terms | markdownify | replace:newline,' ' | strip_html | normalize_whitespace | strip | jsonify }}, "alternate_urls": {{ include.page.alternate_urls | markdownify | replace:newline,' ' | strip_html | normalize_whitespace | strip | jsonify }}, "identifiers": {{ identifiers | markdownify | replace:newline,' ' | strip_html | normalize_whitespace | strip | jsonify }}, ================================================ FILE: _includes/lunr/custom-index.js ================================================ const content_to_merge = [ docs[i].content, docs[i].category, docs[i].tags, docs[i].alternate_urls, docs[i].iconSlug, docs[i].identifier, ]; docs[i].content = content_to_merge.join(' '); ================================================ FILE: _includes/nav_footer_custom.html ================================================ Credits ================================================ FILE: _includes/product-icon.html ================================================ {%- assign product_icon_url = include.product.iconUrl %} {%- assign product_icon_category = include.product.category %} {%- assign product_icon_description = include.product.title %} {%- assign product_icon_size = include.size %} {%- unless product_icon_url %} {%- assign product_icon_url = '/assets/category-' | append: product_icon_category | append: '.svg' | relative_url %} {%- assign product_icon_description = 'Icon for ' | append: product_icon_category %} {%- endunless %} ================================================ FILE: _includes/table.html ================================================ {%- comment %} Render a table from the given rows. Considering a table with N column and M rows, the equivalent Markdown table will be : | labels[0] | labels[1] | ... | labels[N] | |--------------------|--------------------|-----|--------------------| | rows[0][fields[0]] | rows[0][fields[1]] | ... | rows[0][fields[N]] | | rows[1][fields[0]] | rows[1][fields[1]] | ... | rows[1][fields[N]] | | ... | ... | ... | ... | | rows[M][fields[0]] | rows[M][fields[1]] | ... | rows[M][fields[N]] | Parameters: - rows: Rows used to build the table. - fields: A comma-separated list of row field names. - labels: A comma-separated list of column labels. The size of the list must be identical to the fields list size. - types: A comma-separated list of column types. The size of the list must be identical to the fields list size. Available type are : - raw: display the value "as is". The raw type is also used when type is unknown. - date: display the value using the date_to_string filter, see https://jekyllrb.com/docs/liquid/filters/#date-to-string. - timeago: display the value using the timeago filter, see https://github.com/markets/jekyll-timeago. - end-date: display the value as an end of something date (such as support or EOL). This is the "classic" way do display end of support or EOL date on endoflife.date, with: - a background color as a visual indication, - the value displayed using both the date_to_string and timeago filters, - a support for both boolean and date values. {% endcomment %} {%- assign labels = include.labels | split:',' %} {%- assign fields = include.fields | split:',' %} {%- assign types = include.types | split:',' %} {%- assign rows = include.rows %} {%- for label in labels %}{% endfor %} {%- for row in rows %} {%- for field in fields %} {%- assign type = types[forloop.index0] %} {%- assign value = row[field] %} {%- if type == "date" %} {%- elsif type == "timeago" %} {%- elsif type == "end-date" %} {%- else %} {%- endif %} {%- endfor %} {%- endfor %}
{{ label }}
{{ value | date_to_string }}{{ value | timeago }} {%- if value == true %}} Yes {%- elsif value == false %} No {%- else %} {{ row[field] | date_to_string }}
({{ row[field] | timeago }})
{%- endif %}
{{ row[field] }}
================================================ FILE: _includes/variables.html ================================================ {%- assign api = site.data.openapi -%} {%- capture title -%} {%- if page.title -%} {{- page.title | append: ' - ' -}} {%- endif -%} {{- api.info.title -}} {%- endcapture -%} {%- assign description = api.info.description | xml_escape -%} {%- assign url = page.url | prepend: site.baseurl | prepend: site.url -%} {%- assign image = '/assets/img/image.png' | prepend: site.baseurl | prepend: site.url -%} {%- assign collections = '' -%} {%- for path in api.paths -%} {%- assign path_parts = path[0] | split: '/' -%} {%- assign collections = collections | append: path_parts[1] | append: ',' -%} {%- endfor -%} {%- assign collections = collections | split: ',' | uniq -%} ================================================ FILE: _layouts/json.json ================================================ {{ page.data | jsonify }} ================================================ FILE: _layouts/new-products-feed.atom ================================================ {{ site.url }}/new-products.atom endoflife.date: new products Products recently added to endoflife.date {{ page.products.first.added_at | date_to_xmlschema }} endoflife.date {%- for product in page.products %} {{ product.link }} {{ product.added_at | date_to_xmlschema }} {{ product.title | xml_escape }} added {{ product.title | xml_escape }} has been added to endoflife.date. {% endfor -%} ================================================ FILE: _layouts/page.html ================================================ --- layout: default --- {{content}} ================================================ FILE: _layouts/product-feed.atom ================================================ {{ page.product_link }} endoflife.date: {{ page.product_label | xml_escape }} events {{ page.product_label | xml_escape }} release and end-of-life events {{ page.last_updated | date_to_xmlschema }} endoflife.date {%- assign sorted_events = page.events | sort: "occurred_at" -%} {%- for event in sorted_events %} {{ page.product_link }}/{{ event.release_name }}/{{ event.type }} {{ event.occurred_at | date_to_xmlschema }} {%- if event.type == "release" %} {{ page.product_label | xml_escape }} {{ event.release_label | xml_escape }} released {{ page.product_label | xml_escape }} {{ event.release_label | xml_escape }} has been released. {% elsif event.type == "eoas" %} {{ page.product_label | xml_escape }} {{ event.release_label | xml_escape }} end of active support {{ page.product_label | xml_escape }} {{ event.release_label | xml_escape }} active support ended. {% elsif event.type == "eol-7d" %} {{ page.product_label | xml_escape }} {{ event.release_label | xml_escape }} upcoming end of life {{ page.product_label | xml_escape }} {{ event.release_label | xml_escape }} will be end-of-life in 7 days. {% elsif event.type == "eol" %} {{ page.product_label | xml_escape }} {{ event.release_label | xml_escape }} end of life {{ page.product_label | xml_escape }} {{ event.release_label | xml_escape }} is end-of-life. {% elsif event.type == "eoes" %} {{ page.product_label | xml_escape }} {{ event.release_label | xml_escape }} end of extended support {{ page.product_label | xml_escape }} {{ event.release_label | xml_escape }} extended support ended. {% endif -%} {% endfor -%} ================================================ FILE: _layouts/product-list.html ================================================ --- layout: default --- {%- if page.is_category %}

{{ page.title }}

{%- else %}

Products tagged with '{{ page.title }}'

{%- endif %} {%- if page.is_category %}

{%- case page.id %} {%- when 'app' %}This category lists desktop and mobile end-user applications. {%- when 'database' %}This category lists database management systems, both relational and NoSQL. {%- when 'device' %}This category lists devices, including hardware and IoT devices. {%- when 'framework' %}This category lists software frameworks that provide a foundation for building applications. {%- when 'lang' %}This category lists programming languages and their software development kits (SDKs). {%- when 'os' %}This category lists operating systems, both desktop and server. {%- when 'server-app' %}This category lists applications that are typically installed on a server. {%- when 'service' %}This category lists managed service offerings (SaaS/PaaS...). {%- when 'standard' %}This category lists widely used standards and protocols. {%- endcase %}

{%- endif %} {%- for product in page.products %}

{%- include product-icon.html product=product size=30 %} {{ product.title }}

{%- for tag in product.tags %} {{ tag }} {%- endfor %}
{{ product.content | extract_element:'blockquote' | first | extract_element:'p' }}
{%- endfor %} ================================================ FILE: _layouts/product-tags.html ================================================ --- layout: default ---

{{ page.title }}

================================================ FILE: _layouts/product.html ================================================ --- layout: default ---

{{ page.title }}

{%- for tag in page.tags %} {{ tag }} {%- endfor %}
{% include product-icon.html product=page size=50 %} {{content | extract_element:'blockquote' | first | extract_element:'p' }}
{% if page.releaseImage %} Release Schedule Image Gantt Chart for {{page.title}} {% endif %} {%- capture now %}{{ "now" | date: "%s" | plus:0 }}{% endcapture %} {%- assign customColumnsAfterRelease = page.customFields | where: 'display', 'after-release-column' %} {%- assign customColumnsBeforeLatest = page.customFields | where: 'display', 'before-latest-column' %} {%- assign customColumnsAfterLatest = page.customFields | where: 'display', 'after-latest-column' %} {% assign colCount = 1 %} {% for column in customColumnsAfterRelease %}{% include custom-column-th.html column=column %}{% assign colCount = colCount | plus:1 %}{% endfor %} {% if page.releaseDateColumn %}{% assign colCount = colCount | plus:1 %}{% endif %} {% if page.discontinuedColumn %}{% assign colCount = colCount | plus:1 %}{% endif %} {% if page.eoasColumn %}{% assign colCount = colCount | plus:1 %}{% endif %} {% if page.eolColumn %}{% assign colCount = colCount | plus:1 %}{% endif %} {% if page.eoesColumn %}{% assign colCount = colCount | plus:1 %}{% endif %} {% for column in customColumnsBeforeLatest %}{% include custom-column-th.html column=column %}{% assign colCount = colCount | plus:1 %}{% endfor %} {% if page.latestColumn %}{% assign colCount = colCount | plus:1 %}{% endif %} {% for column in customColumnsAfterLatest %}{% include custom-column-th.html column=column %}{% assign colCount = colCount | plus:1 %}{% endfor %} {% for r in page.releases %} {%- assign releaseClasses = 'release' %} {%- if r.can_be_hidden %}{% assign releaseClasses = 'release can-be-hidden' %}{% endif %} {%- assign cycleColumnClass = '' %} {%- if r.is_eol %}{% assign cycleColumnClass = 'txt-linethrough' %}{% endif %} {%- for column in customColumnsAfterRelease %} {% include custom-column-td.html release=r column=column cssClasses=cycleColumnClass %} {%- endfor %} {% if page.releaseDateColumn %} {% endif %} {% if page.discontinuedColumn %} {%- assign colorClass = 'bg-green-000' %} {%- if r.is_almost_discontinued %}{% assign colorClass = 'bg-yellow-200' %}{% endif %} {%- if r.is_discontinued %}{% assign colorClass = 'bg-red-000' %}{% endif %} {% endif %} {% if page.eoasColumn %} {%- assign colorClass = 'bg-green-000' %} {%- if r.is_almost_eoas %}{% assign colorClass = 'bg-yellow-200' %}{% endif %} {%- if r.is_eoas %}{% assign colorClass = 'bg-red-000' %}{% endif %} {% endif %} {% if page.eolColumn != false %} {%- assign colorClass = 'bg-green-000' %} {%- if r.is_almost_eol %}{% assign colorClass = 'bg-yellow-200' %}{% endif %} {%- if r.is_eol %}{% assign colorClass = 'bg-red-000' %}{% endif %} {% endif %} {% if page.eoesColumn %} {%- assign colorClass = 'bg-green-000' %} {%- if r.is_almost_eoes != null and r.is_almost_eoes %}{% assign colorClass = 'bg-yellow-200' %}{% endif %} {%- if r.is_eoes != null and r.is_eoes %}{% assign colorClass = 'bg-red-000' %}{% endif %} {%- if r.eoes == null %}{% assign colorClass = 'bg-grey-lt-100' %}{% endif %} {% endif %} {%- for column in customColumnsBeforeLatest %} {% include custom-column-td.html release=r column=column %} {%- endfor %} {% if page.latestColumn != false %} {%- assign latestColumnClass = '' %} {%- if r.is_eol %}{% assign latestColumnClass = 'txt-linethrough' %}{% endif %} {% endif %} {%- for column in customColumnsAfterLatest %} {% include custom-column-td.html release=r column=column cssClasses=latestColumnClass %} {%- endfor %} {% endfor %} {% assign can_be_hidden_releases_count = page.releases | where: 'can_be_hidden', true | size %} {% if can_be_hidden_releases_count > 0 %} {% endif %}
Release{{ page.releaseDateColumnLabel }}{{ page.discontinuedColumnLabel }}{{ page.eoasColumnLabel }}{{ page.eolColumnLabel }}{{ page.eoesColumnLabel }}{{ page.latestColumnLabel }}
{% comment %}Only put a link in the version column if the release column is not shown{% endcomment %} {% if page.latestColumn == false and r.link %} {{ r.label }} {% else %} {{ r.label }} {% endif %} {{ r.releaseDate | timeago }}
({{ r.releaseDate | date_to_string }})
{% if r.discontinued_from %} {{ r.discontinued_from | timeago }}
({{ r.discontinued_from | date_to_string }})
{% else %} {% if r.is_discontinued %}Discontinued{% else %}In Production{% endif %} {% endif %}
{% if r.eoas_from %} {% if r.is_eoas %}Ended{% else %}Ends{% endif %} {{ r.eoas_from | timeago }}
({{ r.eoas_from | date_to_string }})
{% else %} {% if r.is_eoas %}No{% else %}Yes{% endif %} {% endif %}
{% if r.eol_from %} {% if r.is_eol %}Ended{% else %}Ends{% endif %} {{ r.eol_from | timeago }}
({{ r.eol_from | date_to_string }})
{% else %} {% if r.is_eol %}No{% else %}Yes{% endif %} {% endif %}
{% if r.eoes_from %} {% if r.is_eoes %}Ended{% else %}Ends{% endif %} {{ r.eoes_from | timeago }}
({{ r.eoes_from | date_to_string }})
{% else %} {% if r.is_eoes == null %}Unavailable{% else %}{% if r.is_eoes %}No{% else %}Yes{% endif %}{% endif %} {% endif %}
{% if r.link %} {{ r.latest }} {% else %} {{ r.latest }} {% endif %} {% if r.latestReleaseDate %}
({{ r.latestReleaseDate | date_to_string }})
{% endif %}
{{ content | remove_first_element:'blockquote' }}
{% if page.releasePolicyLink %}

More information is available on the {{page.title}} website.

{% endif %} {% if page.latestColumn %} {% unless page.tags contains "discontinued" %}

You should be running one of the supported release numbers listed above in the rightmost column.

{% endunless %} {% endif %} {% if page.versionCommand %}

{{page.versionCommand}}

{% endif %} {% include identifiers.html %}

You can submit an improvement to this page on GitHub :octocat: . This page has also a corresponding Talk Page 💬.

A JSON version of this page is available at /api/v1/products{{page.permalink}}/ 📡. See the API Documentation 📖 for more information. You can subscribe to the RSS feed at {{page.permalink}}.atom ⚛️ or to the iCalendar feed at /calendar{{page.permalink}}.ics 📅.

================================================ FILE: _layouts/schema.html ================================================ {%- include variables.html -%} {% if site.twitter.site != '' %}{% endif %} {{- title -}} ================================================ FILE: _layouts/swagger-ui.html ================================================ --- layout: null --- {{ page.title }}
================================================ FILE: _plugins/create-icalendar-files.rb ================================================ #!/usr/bin/env ruby # This script creates an calendar/[product].ics file # in each markdown source file, where [product] is the permalink value and require 'fileutils' require 'icalendar' require 'yaml' CALENDAR_DIR = 'calendar'.freeze def load_yaml(file) if YAML.respond_to?(:unsafe_load) YAML.unsafe_load_file(file) else YAML.load_file(self[:encoded_value]) end end class Product attr_reader :hash def initialize(markdown_file) @hash = load_yaml(markdown_file) end def permalink hash.fetch('permalink').sub('/', '') end def link "https://endoflife.date/#{permalink}" end def title hash.fetch('title') end def release_cycles hash.fetch('releases').map do |release| name = release.delete('releaseCycle') { 'name' => name, 'data' => release } end end end # return a icalendar output filename, including the directory name. Any / characters # in the name are replaced with - to avoid file errors. def icalendar_filename(output_dir, name) filename = name.to_s.tr('/', '-') + '.ics' File.join(output_dir, filename) end def notification_message(product, cycle, type) message = "#{product} #{cycle}" case type when 'eol' then message += ' will become End-of-life.' when 'eoas' then message += ' will end active development.' when 'releaseDate' then message += ' will be released.' when 'eoes' then message += ' will end extended support.' when 'discontinued' then message += ' will be discontinued.' end end def process_product(product) FileUtils.mkdir_p(CALENDAR_DIR) cal = Icalendar::Calendar.new product.release_cycles.each do |cycle| cycle.fetch('data').each do |key, item| next if !['releaseDate', 'eoas', 'eol', 'eoes', 'discontinued'].include?(key) || !item.instance_of?(Date) event = cal.event event.dtstart = Icalendar::Values::Date.new(item) event.dtend = Icalendar::Values::Date.new(item + 1) event.summary = "#{product.title} #{cycle.fetch('name')} #{key.upcase}" event.summary.ical_params = { 'altrep' => product.link } event.description = notification_message(product.title, cycle.fetch('name'), key) event.categories = [key] event.url = product.link next if key != 'eol' event.alarm do |a| a.action = 'DISPLAY' a.trigger = Icalendar::Values::DateTime.new((item << 12).to_datetime + Rational(9, 24)) end event.alarm do |a| a.action = 'DISPLAY' a.trigger = Icalendar::Values::DateTime.new((item << 6).to_datetime + Rational(9, 24)) end event.alarm do |a| a.action = 'DISPLAY' a.trigger = Icalendar::Values::DateTime.new((item << 3).to_datetime + Rational(9, 24)) end event.alarm do |a| a.action = 'DISPLAY' a.trigger = Icalendar::Values::DateTime.new((item << 1).to_datetime + Rational(9, 24)) end event.alarm do |a| a.action = 'DISPLAY' a.trigger = '-P6DT9H' end event.alarm do |a| a.action = 'DISPLAY' a.trigger = 'PT9H' end end end output_file = icalendar_filename(CALENDAR_DIR, product.permalink) File.open(output_file, 'w') { |f| f.puts cal.to_ical } end # each file is something like 'products/foo.md' def process_all_files() Dir['products/*.md'].each do |file| product = Product.new(file) process_product(product) end end ############################################################ process_all_files() ================================================ FILE: _plugins/end-of-life-filters.rb ================================================ require 'nokogiri' # Various custom filters used by endoflife.date. # # All the filters has been gathered in the same module to avoid module name clashing # (see https://github.com/endoflife-date/endoflife.date/issues/2074). module EndOfLifeFilter # Enables Liquid templating in front-matter. # See https://fettblog.eu/snippets/jekyll/liquid-in-frontmatter/. def liquify(input) Liquid::Template.parse(input).render(@context) end # Parse a URI and return a relevant part # # Usage: # {{ page.url | parse_uri:'host' }} # {{ page.url | parse_uri:'scheme' }} # {{ page.url | parse_uri:'userinfo' }} # {{ page.url | parse_uri:'port' }} # {{ page.url | parse_uri:'registry' }} # {{ page.url | parse_uri:'path' }} # {{ page.url | parse_uri:'opaque' }} # {{ page.url | parse_uri:'query' }} # {{ page.url | parse_uri:'fragment' }} def parse_uri(uri_str, part='host') URI::parse(uri_str).send(part.to_s) end # Extract the elements of the given kind from the HTML. def extract_element(html, element) entries = [] @doc = Nokogiri::HTML::DocumentFragment.parse(html) @doc.css(element).each do |node| entries << node.to_html end entries end # Removes the first element of the given kind from the HTML. def remove_first_element(html, element) doc = Nokogiri::HTML::DocumentFragment.parse(html) e = doc.css(element) e.first.remove if e&.first doc.to_html end # Remove the '.0' if the input ends with '.0', else do nothing. # # Usage: # {{ '2.1.0' | drop_zero_patch }} => '2.1' # {{ '2.1.1' | drop_zero_patch }} => '2.1.1' def drop_zero_patch(input) input.delete_suffix(".0") end # Collapse the given cycles according to the given field. # # Cycle fields are transformed to a cycle range using the given range_separator. For example if # cycles are [1, 2, 3] and the separator is " -> ", the cycle range will be "1 -> 3". # # Usage: # cycles = [ # {releaseCycle:'1', java:'8', other:'a'}, # {releaseCycle:'2', java:'8', other:'b'}, # {releaseCycle:'3', java:'11', other:'c'}, # {releaseCycle:'4', java:'11', other:'d'}, # {releaseCycle:'5', java:'11', other:'d'}, # {releaseCycle:'6', java:'17', other:'e'} # ] # # {{ cycles | collapse:'java',' -> ' }} # => [{releaseCycle:'1 -> 2', java:'8'}, {releaseCycle:'3 -> 5', java:'11'}, {releaseCycle:'6', java:'17'}] def collapse_cycles(cycles, field, range_separator) cycles .to_h { |e| [e['releaseCycle'], e[field]] } .group_by { |releaseCycle, value| value } # see https://stackoverflow.com/a/18841831/374236 .map { |value, entries| cycles = entries.map { |e| e[0] }.sort_by { |cycle| Gem::Version.new(cycle) } cycles.length == 1 ? [cycles.first.to_s, value] : [cycles.first.to_s + range_separator + cycles.last.to_s, value] } .map { |cycleRange, value| Hash['releaseCycle', cycleRange, field, value] } end # Compute the number of days from now to the given date. # # Usage (assuming now is '2023-01-01'): # {{ '2023-01-10' | days_from_now }} => 9 # {{ '2023-01-01' | days_from_now }} => 0 # {{ '2022-12-31' | days_from_now }} => -1 def days_from_now(from) from_timestamp = Date.parse(from.to_s).to_time.to_i to_timestamp = Date.today.to_time.to_i return (from_timestamp - to_timestamp) / (60 * 60 * 24) end # Compute the color according to the given number of days until the end. # # Usage: # {{ true | end_color }} => bg-green-000 # {{ false | end_color }} => bg-red-000 # {{ -1 | end_color }} => bg-green-000 # {{ 1 | end_color }} => bg-yellow-200 # {{ 365 | end_color }} => bg-red-000 # {{ '2025-01-01' | days_from_now | end_color }} => bg-green-000 # {{ '2023-01-02' | days_from_now | end_color }} => bg-yellow-200 # {{ '2021-01-01' | days_from_now | end_color }} => bg-red-000 # {{ '2025-01-01' | end_color }} => bg-green-000 def end_color(input) if input == true return 'bg-green-000' elsif input == false return 'bg-red-000' elsif input.is_a? Integer if input < 0 return 'bg-red-000' elsif input < 120 return 'bg-yellow-200' else return 'bg-green-000' end else # Assuming it's a date return end_color(days_from_now(input)) end end end Liquid::Template.register_filter(EndOfLifeFilter) ================================================ FILE: _plugins/end-of-life.rb ================================================ # All categories on endoflife.date. # This also defines the order in which they appear in the navigation, so keep ordered alphabetically. CATEGORIES = %w[app database device framework lang os server-app service standard] def is_category?(name) CATEGORIES.include?(name) end # Transform a tag name to a title. # By default the name is used as the title and this is overridden for tags that are categories so that # so that the navigation is more user-friendly. def tag_title(tag_name) case tag_name when 'app' then 'Applications' when 'database' then 'Databases' when 'device' then 'Devices' when 'framework' then 'Frameworks' when 'lang' then 'Languages' when 'os' then 'Operating Systems' when 'server-app' then 'Server Applications' when 'service' then 'Services' when 'standard' then 'Standards' else tag_name end end def category_index(category_name) CATEGORIES.index(category_name) end ================================================ FILE: _plugins/generate-api-v0.rb ================================================ #!/usr/bin/env ruby # This script creates an api/[product]/[version].json file for each releaseCycle # in each markdown source file, where [product] is the permalink value and # [version] is the releaseCycle value. # # The contents of the JSON files is the data in the releases, minus the # releaseCycle. require 'fileutils' require 'json' require 'yaml' require 'date' API_DIR = 'api'.freeze def load_yaml(file) if YAML.respond_to?(:unsafe_load) YAML.unsafe_load_file(file) else YAML.load_file(self[:encoded_value]) end end class Product attr_reader :hash def initialize(markdown_file) @hash = load_yaml(markdown_file) end def permalink hash.fetch('permalink').sub('/', '') end def release_cycles hash.fetch('releases').map do |release| name = release.delete('releaseCycle') release['lts'] = release['lts'] || false # To keep backward compatibility following the renaming of support and extendedSupport fields. # See https://github.com/endoflife-date/endoflife.date/issues/4923. if release.has_key?('eoas') eoas = release.delete('eoas') release['support'] = eoas.respond_to?(:strftime) ? eoas : !eoas end if hash.has_key?('eoesColumn') if release.has_key?('eoes') eoes = release.delete('eoes') release['extendedSupport'] = eoes.respond_to?(:strftime) ? eoes : !eoes else release['extendedSupport'] = false end end { 'name' => name, 'data' => release } end end end # return a json output filename, including the directory name. Any / characters # in the name are replaced with - to avoid file errors. def json_filename(output_dir, name) filename = name.to_s.tr('/', '-') + '.json' File.join(output_dir, filename) end def process_product(product) output_dir = File.join(API_DIR, product.permalink) FileUtils.mkdir_p(output_dir) unless FileTest.directory?(output_dir) all_cycles = [] product.release_cycles.each do |cycle| output_file = json_filename(output_dir, cycle.fetch('name')) File.open(output_file, 'w') { |f| f.puts cycle.fetch('data').to_json } all_cycles.append({'cycle' => cycle.fetch('name')}.merge(cycle.fetch('data'))) end output_file = json_filename(API_DIR, product.permalink) File.open(output_file, 'w') { |f| f.puts all_cycles.to_json } end # each file is something like 'products/foo.md' def process_all_files() all_products = [] Dir['products/*.md'].each do |file| product = Product.new(file) product_cycles = process_product(product) all_products.append(product.permalink) end output_file = json_filename(API_DIR, 'all') File.open(output_file, 'w') { |f| f.puts all_products.sort.to_json } end ############################################################ process_all_files() ================================================ FILE: _plugins/generate-api-v1.rb ================================================ # This script creates API files for version 1 of the endoflife.date API. # # There are multiples endpoints : # # - /api/v1 - list all major endpoints (those not requiring a parameter) # - /api/v1/products - list all products (summary) # - /api/v1/products/full - list all products (full information) # - /api/v1/products/ - get a single product details # - /api/v1/products//latest - get details on the latest release cycle for the given product # - /api/v1/products// - get details on the given release cycle for the given product # - /api/v1/categories - list categories used on endoflife.date # - /api/v1/categories/ - list products having the given category # - /api/v1/tags - list tags used on endoflife.date # - /api/v1/tags/ - list products having the given tag # - /api/v1/identifiers - list all identifiers # - /api/v1/identifiers/ - retrieve all Products that are identified by the given Identifier. require 'jekyll' module ApiV1 # This version must be kept in sync with the version in api_v1/openapi.yml. VERSION = '1.2.0' MAJOR_VERSION = VERSION.split('.')[0] STRIP_HTML_BLOCKS = Regexp.union( //m, //m, //m ) STRIP_HTML_TAGS = /<.*?>/m # Remove HTML from a string (such as an LTS label). # This is the equivalent of Liquid::StandardFilters.strip_html, which cannot be used # unfortunately. def self.strip_html(input) empty = ''.freeze result = input.to_s.gsub(STRIP_HTML_BLOCKS, empty) result.gsub!(STRIP_HTML_TAGS, empty) result end def self.site_url(site, path) "#{site.config['url']}#{path}" end def self.api_url(site, path) site_url(site, "/api/v#{ApiV1::MAJOR_VERSION}#{path}") end class ApiGenerator < Jekyll::Generator safe true priority :lowest TOPIC = "API " + ApiV1::VERSION + ":" def generate(site) @site = site start = Time.now Jekyll.logger.info TOPIC, "Generating..." product_pages = site.pages.select { |page| page.data['layout'] == 'product' } add_index_page(site) add_products_related_pages(site, product_pages) add_categories_related_pages(site, product_pages) add_tags_related_pages(site, product_pages) add_identifiers_related_pages(site, product_pages) Jekyll.logger.info TOPIC, "Done in #{(Time.now - start).round(3)} seconds." end private def add_index_page(site) site.pages << JsonPage.of_raw_data(site, '/', [ { name: "products", uri: "#{ApiV1.api_url(site, '/products')}" }, { name: "categories", uri: "#{ApiV1.api_url(site, '/categories')}" }, { name: "tags", uri: "#{ApiV1.api_url(site, '/tags')}" }, ], { total: 3 }) end def add_products_related_pages(site, products) add_all_products_page(site, products) add_all_products_and_releases_page(site, products) products.each do |page| add_product_page(site, page) add_latest_release_page(site, page) page.data['releases'].each { |release| add_release_page(site, page, release) } end end def add_all_products_page(site, products) site.pages << JsonPage.of_products_summary(site, '/products/', products) end def add_all_products_and_releases_page(site, products) site.pages << JsonPage.of_products_details(site, '/products/full/', products) end def add_product_page(site, product) site.pages << JsonPage.of_product(site, product) end def add_latest_release_page(site, page) latest = page.data['releases'][0] site.pages << JsonPage.of_release(site, page, latest, 'latest') end def add_release_page(site, page, release) site.pages << JsonPage.of_release(site, page, release) end def add_categories_related_pages(site, products) products_by_category = products_by_category(products) add_all_categories_page(site, products_by_category.keys) products_by_category.each do |category, products| add_category_page(site, category, products) end end def products_by_category(products) products_by_category = {} products.each { |product| add_to_map(products_by_category, product.data['category'], product) } products_by_category end def add_category_page(site, category, products) site.pages << JsonPage.of_products_summary(site, "/categories/#{category}", products) end def add_all_categories_page(site, categories) data = categories.map { |category| { name: category, uri: "#{ApiV1.api_url(site, "/categories/#{category}")}" }} meta = { total: categories.size() } site.pages << JsonPage.of_raw_data(site, '/categories/', data, meta) end def add_tags_related_pages(site, products) products_by_tag = products_by_tag(products) add_all_tags_page(site, products_by_tag.keys) products_by_tag.each do |tag, products| add_tag_page(site, tag, products) end end def products_by_tag(products) products_by_tag = {} products.each do |product| product.data['tags'].each { |tag| add_to_map(products_by_tag, tag, product) } end products_by_tag end def add_tag_page(site, tag, products) site.pages << JsonPage.of_products_summary(site, "/tags/#{tag}", products) end def add_all_tags_page(site, tags) data = tags.map { |tag| { name: tag, uri: "#{ApiV1.api_url(site, "/tags/#{tag}")}" }} meta = { total: tags.size() } site.pages << JsonPage.of_raw_data(site, '/tags/', data, meta) end def add_identifiers_related_pages(site, products) identifiers_by_type = identifiers_by_type(site, products) add_all_identifier_types_page(site, identifiers_by_type.keys) identifiers_by_type.each do |identifier_kind, identifiers| add_identifiers_for_type_page(site, identifier_kind, identifiers) end end def identifiers_by_type(site, products) identifiers_by_type = {} products.each do |product| product.data['identifiers'].each do |identifier| add_to_map(identifiers_by_type, identifier.keys.first, { identifier: identifier.values.first, product: { name: product.data['id'], uri: ApiV1.api_url(site, "/products/#{product.data['id']}") } }) end end identifiers_by_type end def add_all_identifier_types_page(site, types) data = types.map { |type| { name: type, uri: "#{ApiV1.api_url(site, "/identifiers/#{type}/")}" }} meta = { total: types.size() } site.pages << JsonPage.of_raw_data(site, '/identifiers/', data, meta) end def add_identifiers_for_type_page(site, type, identifiers) meta = { total: identifiers.length } site.pages << JsonPage.of_raw_data(site, "/identifiers/#{type}", identifiers, meta) end def add_to_map(map, key, page) if map.has_key? key map[key] << page else map[key] = [page] end end end class JsonPage < Jekyll::Page class << self private :new def of_raw_data(site, path, data, metadata = {}) new(site, path, data, metadata) end def of_products_summary(site, path, products) data = products.map { |product| product_summary_to_json(site, product) } meta = { total: products.size() } new(site, path, data, meta) end def of_products_details(site, path, products) data = products.map { |product| product_to_json(site, product) } meta = { total: products.size() } new(site, path, data, meta) end def of_product(site, product) path = "/products/#{product.data['id']}" data = product_to_json(site, product) meta = { # https://github.com/gjtorikian/jekyll-last-modified-at/blob/master/lib/jekyll-last-modified-at/determinator.rb last_modified: product.data['last_modified_at'].last_modified_at_time.iso8601, } new(site, path, data, meta) end def of_release(site, product, release, identifier = nil) name = identifier ? identifier : release['id'] path = "/products/#{product.data['id']}/releases/#{name}" data = release_to_json(product, release) new(site, path, data, {}) end def product_to_json(site, product) additional_details = { versionCommand: product.data['versionCommand'], identifiers: product.data['identifiers'].map { |identifier| { type: identifier.keys.first, id: identifier.values.first } }, labels: { "eoas": product.data['eoasColumn'] ? ApiV1.strip_html(product.data['eoasColumnLabel']) : nil, "discontinued": product.data['discontinuedColumn'] ? ApiV1.strip_html(product.data['discontinuedColumnLabel']) : nil, "eol": product.data['eolColumn'] ? ApiV1.strip_html(product.data['eolColumnLabel']) : nil, "eoes": product.data['eoesColumn'] ? ApiV1.strip_html(product.data['eoesColumnLabel']) : nil, }, links: { icon: product.data['iconUrl'], html: ApiV1.site_url(site, "/#{product.data['id']}"), releasePolicy: product.data['releasePolicyLink'], }, releases: product.data['releases'].map { |release| release_to_json(product, release) } } product_summary_to_json(site, product).except(:uri).merge(additional_details) end def product_summary_to_json(site, product) { name: product.data['id'], aliases: product.data['aliases'], label: product.data['title'], category: product.data['category'], tags: product.data['tags'], uri: ApiV1.api_url(site, "/products/#{product.data['id']}") } end def release_to_json(product, release) json = { name: release['releaseCycle'], codename: release['codename'], label: ApiV1.strip_html(release['label']), releaseDate: release['releaseDate'], isLts: release['is_lts'], ltsFrom: release['lts_from'], isEoas: release['is_eoas'], eoasFrom: release['eoas_from'], isEol: release['is_eol'], eolFrom: release['eol_from'], isDiscontinued: release['is_discontinued'], discontinuedFrom: release['discontinued_from'], isEoes: release['is_eoes'], eoesFrom: release['eoes_from'], isMaintained: release['is_maintained'], latest: { name: release['latest'], date: release['latestReleaseDate'], link: release['link'], }, custom: custom_fields(product, release) } if !product.data['eoasColumn'] json.delete(:isEoas) json.delete(:eoasFrom) end if !product.data['discontinuedColumn'] json.delete(:isDiscontinued) json.delete(:discontinuedFrom) end if !product.data['eoesColumn'] json.delete(:isEoes) json.delete(:eoesFrom) end if !product.data['latestColumn'] json[:latest] = nil end if product.data['customFields'].empty? json[:custom] = nil end json end def custom_fields(product, release) json = {} product.data['customFields'].map { |column| column['name'] }.map { |name| json[name] = release[name] } json end end def initialize(site, path, data, metadata) @site = site @base = site.source @dir = "api/v#{ApiV1::MAJOR_VERSION}#{path}" @name = "index.json" @data = {} @data['layout'] = 'json' @data['data'] = {} @data['data']['schema_version'] = ApiV1::VERSION @data['data']['generated_at'] = site.time.iso8601 @data['data'].merge!(metadata) @data['data']['result'] = data self.process(@name) end end end ================================================ FILE: _plugins/generate-product-feeds.rb ================================================ # This script creates product pages for the website. require 'jekyll' module EndOfLife def self.site_url(site, path) "#{site.config['url']}#{path}" end class ProductFeedsGenerator < Jekyll::Generator safe true priority :lowest TOPIC = "Product feeds:" def generate(site) @site = site start = Time.now Jekyll.logger.info TOPIC, "Generating..." site.pages.select { |page| page.data['layout'] == 'product' }.each do |product| site.pages << ProductFeed.new(site, product) end site.pages << NewProductsFeed.new(site) Jekyll.logger.info TOPIC, "Done in #{(Time.now - start).round(3)} seconds." end end class ProductFeed < Jekyll::Page def initialize(site, product) @site = site @base = site.source @dir = "" @name = "#{product.data['id']}.atom" events = [] product.data['releases'].each do |release| release_name = release['releaseCycle'] release_label = release['label'] release_date = release['releaseDate'] events << { "type" => "release", "release_name" => release_name, "release_label" => release_label, "occurred_at" => release_date&.to_datetime&.beginning_of_day, } eoas_date = release['eoas'] if eoas_date && eoas_date.is_a?(Date) then events << { "type" => "eoas", "release_name" => release_name, "release_label" => release_label, "occurred_at" => eoas_date&.to_datetime&.end_of_day, } end eol_date = release['eol'] if eol_date && eol_date.is_a?(Date) then events << { "type" => "eol", "release_name" => release_name, "release_label" => release_label, "occurred_at" => eol_date&.to_datetime&.end_of_day, } eol_date_7d = release['eol'] - 7 events << { "type" => "eol-7d", "release_name" => release_name, "release_label" => release_label, "occurred_at" => eol_date_7d&.to_datetime&.end_of_day, } end eoes_date = release['eoes'] if eoes_date && eoes_date.is_a?(Date) then events << { "type" => "eoes", "release_name" => release_name, "release_label" => release_label, "occurred_at" => eoes_date&.to_datetime&.end_of_day, } end end @data = { "layout" => "product-feed", "product_id" => product.data['id'], "product_label" => product.data['title'], "product_link" => EndOfLife.site_url(site, product.data['permalink']), "last_updated" => product.data['last_modified_at'], "events" => events.select { |event| event["occurred_at"] <= Time.now }, "nav_exclude" => true } self.process(@name) end end class NewProductsFeed < Jekyll::Page def initialize(site) @site = site @base = site.source @dir = "" @name = "new-products.atom" products = site.pages .select { |p| p.data['layout'] == 'product' && p.data['addedAt'] } .map { |p| { "title" => p.data['title'], "link" => EndOfLife.site_url(site, p.data['permalink']), "added_at" => p.data['addedAt'].to_datetime.beginning_of_day, } } .sort_by { |p| p["added_at"] } .reverse @data = { "layout" => "new-products-feed", "products" => products, "nav_exclude" => true, } self.process(@name) end end end ================================================ FILE: _plugins/generate-tag-pages.rb ================================================ # This script create the tag (and categories, because they are also tags) pages for the website. require 'jekyll' require_relative 'end-of-life' module EndOfLife class ProductPagesGenerator < Jekyll::Generator safe true priority :lowest TOPIC = "Tag pages:" def generate(site) @site = site start = Time.now Jekyll.logger.info TOPIC, "Generating..." products = site.pages.select { |page| page.data['layout'] == 'product' } products_by_tag = products_by_tag(products) site.pages << TagsPage.new(site, products_by_tag) products_by_tag.each do |tag, products_for_tag| site.pages << TagPage.new(site, tag, products_for_tag) end Jekyll.logger.info TOPIC, "Done in #{(Time.now - start).round(3)} seconds." end def products_by_tag(products) products_by_tag = {} products.each do |product| product.data['tags'].each { |tag| add_to_map(products_by_tag, tag, product) } end products_by_tag end def add_to_map(map, key, page) if map.has_key? key map[key] << page else map[key] = [page] end end end class TagsPage < Jekyll::Page def initialize(site, products_by_tag) @site = site @base = site.source @dir = "tags" @name = "index.html" tags = products_by_tag.map { |tag, value| "#{tag}|#{value.size()}" }.sort @data = { "title" => "All tags", "layout" => "product-tags", "permalink" => "/tags/", "has_toc" => false, "nav_order"=> 9999, # Ensure this page appears last in the navigation "tags" => tags } self.process(@name) end end class TagPage < Jekyll::Page def initialize(site, tag, products) @site = site @base = site.source @dir = "tags" @name = "#{tag}.html" is_category = is_category?(tag) @data = { "id" => tag, "title" => tag_title(tag), "layout" => "product-list", "permalink" => "/tags/#{tag}", "has_toc" => false, "parent" => is_category ? nil: "All tags", "nav_order"=> is_category ? category_index(tag) : nil, # Ensure category pages appears first in the navigation, order by their name "is_category" => is_category, "products" => products.sort_by { |product| product.data['title'] } } self.process(@name) end end end ================================================ FILE: _plugins/identifier-to-url.rb ================================================ require 'package_url' require 'pp' require 'jekyll' # Generate URLs for different package type, raising an error if the type is unknown or the identifier invalid. class IdentifierToUrl def render(identifier_hash) if identifier_hash.size != 1 or not identifier_hash.values[0].kind_of?(String) raise "expecting an identifier hash with a single string value, got #{identifier_hash}" end type = identifier_hash.keys[0] identifier = identifier_hash.values[0] if ['cpe'].include?(type) # Regex found on https://csrc.nist.gov/schema/cpe/2.3/cpe-naming_2.3.xsd. # Regex for 2.3 has been simplified as I could not make it work with Ruby. cpe2_2_regex = /^[c][pP][eE]:\/[AHOaho]?(:[A-Za-z0-9\._\-~%]*){0,6}$/ if identifier.match(cpe2_2_regex) # No known way to generate URLs for CPEs return nil end cpe2_3_regex = /^[c][pP][eE]:2\.3:[AHOaho]?(:[A-Za-z0-9\._\-~%]*){0,6}$/ if identifier.match(cpe2_3_regex) return "https://services.nvd.nist.gov/rest/json/cpes/2.0?cpeMatchString=#{identifier}" end raise "Invalid CPE: should match either #{cpe2_2_regex} for CPE 2.2 or #{cpe2_3_regex} for CPE 2.3" elsif type == 'repology' return _build_repology_url(identifier) elsif type == 'purl' begin purl = PackageURL.parse(identifier) raise "Cannot handle PURL with no name or type: #{identifier}" unless purl.type and purl.name # should be impossible method_name = "_build_#{purl.type}_url" raise "Missing method handler #{method_name} for PURL type #{purl.type}" unless respond_to?(method_name) return send(method_name, purl) rescue => e raise "Invalid PURL identifier: #{identifier} : #{e}" end else raise "Unsupported identifier type: #{type}" end end def _build_repology_url(identifier) return "https://repology.org/project/#{identifier}" end def _build_cargo_url(purl) return "https://crates.io/crates/#{purl.name}" end def _build_docker_url(purl) raise "Unsupported docker PURL #{purl}: no namespace specified" unless purl.namespace name = purl.namespace == 'library' ? "_/#{purl.name}" : "r/#{purl.namespace}/#{purl.name}" # avoid redirects return "https://hub.docker.com/#{name}" end def _build_github_url(purl) raise "Unsupported github PURL #{purl}: no namespace specified" unless purl.namespace return "https://github.com/#{purl.namespace}/#{purl.name}" end def _build_bitbucket_url(purl) raise "Unsupported bitbucket PURL #{purl}: no namespace specified" unless purl.namespace return "https://bitbucket.org/#{purl.namespace}/#{purl.name}" end def _build_gitlab_url(purl) raise "Unsupported gitlab PURL #{purl}: no namespace specified" unless purl.namespace return "https://gitlab.com/#{purl.namespace}/#{purl.name}" end def _build_gem_url(purl) return "https://rubygems.org/gems/#{purl.name}" end def _build_cran_url(purl) return "https://cran.r-project.org/web/packages/#{purl.name}/index.html" end def _build_npm_url(purl) name = purl.namespace ? "#{purl.namespace}/#{purl.name}" : purl.name return "https://www.npmjs.com/package/#{name}" end def _build_pypi_url(purl) return "https://pypi.org/project/#{purl.name}" end def _build_composer_url(purl) raise "Unsupported composer PURL #{purl}: no namespace specified" unless purl.namespace return "https://packagist.org/packages/#{purl.namespace}/#{purl.name}" end def _build_nuget_url(purl) name = purl.namespace ? "#{purl.namespace}.#{purl.name}" : purl.name return "https://www.nuget.org/packages/#{name}" end def _build_hackage_url(purl) return "https://hackage.haskell.org/package/#{purl.name}" end def _build_hex_url(purl) return "https://hex.pm/packages/#{purl.name}" end def _build_golang_url(purl) raise "Unsupported golang PURL #{purl}: no namespace specified" unless purl.namespace return "https://pkg.go.dev/#{purl.namespace}/#{purl.name}" end def _build_scoop_url(purl) return "https://scoop.sh/#/apps?q=#{purl.name}" end def _build_oci_url(purl) raise "Unsupported oci PURL #{purl}: no repository_url qualifier specified" unless purl.qualifiers and purl.qualifiers.key?('repository_url') repository_url = purl.qualifiers['repository_url'].gsub(/https?:\/\//, '') # ensure there is no http:// or https:// in repository_url return "https://#{repository_url}/#{purl.name}" end def _build_chocolatey_url(purl) return "https://chocolatey.org/packages/#{purl.name}" end def _build_brew_url(purl) return "https://formulae.brew.sh/formula/#{purl.name}" end def _build_winget_url(purl) return "https://winget.run/pkg/#{purl.name}" end def _build_maven_url(purl) raise "Unsupported maven PURL #{purl}: no namespace specified" unless purl.namespace return "https://search.maven.org/artifact/#{purl.namespace}/#{purl.name}" end def _build_apk_url(purl) if purl.qualifiers and purl.qualifiers.key?('repository_url') return nil # allowed but don't know how to generate the correct URL end if purl.namespace == 'alpine' return "https://pkgs.alpinelinux.org/packages?name=#{purl.name}" end if ['openwrt', 'wolfi'].include?(purl.namespace) return nil # allowed but no known URL end raise "Unsupported apk PURL #{purl}: unknown namespace #{purl.namespace}" end def _build_deb_url(purl) if purl.qualifiers and purl.qualifiers.key?('repository_url') return nil # allowed but don't know how to generate the correct URL end if purl.qualifiers and purl.qualifiers.key?('distro') distro = purl.qualifiers['distro'] if ["bookworm", "bullseye", "buster", "trixie", "sid"].include?(distro) return "https://packages.debian.org/#{distro}/source/#{purl.name}" elsif ["focal", "jammy", "mantic", "noble"].include?(distro) return "https://packages.ubuntu.com/#{distro}/#{purl.name}" else raise "Unsupported deb PURL #{purl}: distro #{distro} not listed on the packages website anymore" end end # Probably an official package in an old ubuntu/debian distro if purl.namespace == 'ubuntu' return "https://launchpad.net/ubuntu/+source/#{purl.name}" elsif purl.namespace == 'debian' return "https://sources.debian.org/src/#{purl.name}/" end end def _build_rpm_url(purl) if purl.qualifiers and purl.qualifiers.key?('repository_url') return nil # allowed but don't know how to generate the correct URL end if purl.namespace == 'fedora' return "https://packages.fedoraproject.org/pkgs/#{purl.name}/" end if ['amzn', 'centos', 'opensuse', 'redhat'].include?(purl.namespace) return nil # allowed but no known URL end raise "Unsupported rpm PURL #{purl}: unknown namespace #{purl.namespace}" end def _build_swid_url(purl) return nil # valid, but don't know how to generate this kind of URL end def _build_generic_url(purl) return nil # valid, but don't know how to generate this kind of URL end def _build_alpm_url(purl) return "https://archlinux.org/packages/?q=#{purl.name}" end end ================================================ FILE: _plugins/product-data-enricher.rb ================================================ # This plugin enriches the product pages by setting or precomputing its metadata, so that it can be # easily consumed in layouts or plugins (such as the API v1 plugin). # # Naming conventions: # - Raw fields, declared in product's markdown front matter or derived from a template (such as the # changelogTemplate), use the camel case notation (example: endOfLife). # - Computed fields, injected by ProductDataEnricher, use the snake case notation (example: end_of_life). # # Here is a list of computed fields : # - is_maintained (in cycles) : whether the release cycle is still supported (mandatory) # - can_be_hidden (in cycles) : whether the release cycle can be hidden when displaying the product page (mandatory) # - is_lts (in cycles) : whether the release cycle is currently in its LTS phase (mandatory) # - lts_from (in cycles) : the LTS phase start date for the release cycle (optional, only if lts is a Date) # - is_eoas (in cycles) : whether the release cycle has reach the end of active support (optional, only if eoas is set) # - is_almost_eoas (in cycles) : whether the release cycle will soon reach the end of active support (optional, only if eoas is set to a Date) # - eoas_from (in cycles) : end of the release cycle active support phase date (optional, only if eoas is set to a Date) # - is_eol (in cycles) : whether the release cycle is currently eol (optional, only if eol is set) # - is_almost_eol (in cycles) : whether the release cycle will soon reach eol (optional, only if eol is set to a Date) # - eol_from (in cycles) : EOL date of the release cycle (optional, only if eol is set to a Date) # - is_discontinued (in cycles) : whether the release cycle is currently discontinued (optional, only if discontinued is set) # - is_almost_discontinued (in cycles) : whether the release cycle will soon be discontinued (optional, only if discontinued is set to a Date) # - discontinued_from (in cycles) : discontinuation date of the release cycle (optional, only if discontinued is set to a Date) # - is_eoes (in cycles) : whether the release cycle has reach the end of extended support (optional, only if eoes is set) # - is_almost_eoes (in cycles) : whether the release cycle will soon reach the end of extended support (optional, only if eoes is set to a Date) # - eoes_from (in cycles) : end of the release cycle extended support phase date (optional, only if eoes is set to a Date) require_relative 'end-of-life' require_relative 'identifier-to-url' module Jekyll class ProductDataEnricher class << self TOPIC = "EndOfLife Product Data Enricher:" def enrich(page) Jekyll.logger.debug TOPIC, "Enriching #{page.name}" set_id(page) set_description(page) set_icon_url(page) set_parent(page) set_tags(page) set_identifiers_url(page) set_aliases(page) set_overridden_columns_label(page) page.data["releases"].each { |release| enrich_release(page, release) } # DO NOT MOVE : below methods need information computed by enrich_release. flag_oldest_unmaintained_releases(page) end def is_product?(page) page.data['layout'] == 'product' end private # Build the product id from the permalink. def set_id(page) page.data['id'] = page.data['permalink'][1..page.data['permalink'].length] end # Build the product description, if it's not already set in the product's front matter. def set_description(page) unless page.data['description'] page.data['description'] = "Check end-of-life, release policy and support schedule for #{page.data['title']}." end end # Build the icon URL from the icon slug. def set_icon_url(page) if page['iconSlug'] page.data['iconUrl'] = "https://cdn.jsdelivr.net/npm/simple-icons/icons/#{page['iconSlug']}.svg" end end # Set the parent page for navigation. def set_parent(page) page.data['parent'] = tag_title(page.data['category']) end # Explode tags space-separated string to a list if necessary. # Also add the category as a default tag. def set_tags(page) tags = page.data['tags'] if tags tags = (tags.kind_of?(Array) ? tags : tags.split) else tags = [] end tags << page.data['category'] page.data['tags'] = tags.sort end # Set alias (derived from alternate_urls). def set_aliases(page) if page.data['alternate_urls'] page.data['aliases'] = page.data['alternate_urls'].map { |path| path[1..] } else page.data['alternate_urls'] = [] # should be in a separate method, but easier that way page.data['aliases'] = [] end end # Set each identifiers URL. def set_identifiers_url(page) for identifier in page.data['identifiers'] unless identifier['url'] identifier['url'] = IdentifierToUrl.new.render(identifier) end end end # Set properly the column presence/label if it was overridden. def set_overridden_columns_label(page) date_column_names = %w[releaseDateColumn latestColumn discontinuedColumn eoasColumn eolColumn eoesColumn] date_column_names.each { |date_column| if page.data[date_column].is_a? String page.data[date_column + 'Label'] = page.data[date_column] page.data[date_column] = true end } end # Flag all cycles that can be hidden (see #50). # # The goal of this function is to hide only a single run of rows, at the very end, if they are # all unmaintained. This function presume that all cycles are ordered by their release date, # so a cycle can be hidden only if: # - it is not the first cycle, # - it is unmaintained (see set_is_maintained below), # - the previous cycle is still maintained, # - all next cycles are unmaintained. # # This function applies only if there are more than 6 cycles and more than 2 cycles that can # be hidden. # # For example, given there are 10 cycles with various state of maintainability: # - cycle 1 to 3 are maintained => cannot be hidden because they are maintained. # - cycle 4 is unmaintained => cannot be hidden because cycle 5 is maintained. # - cycle 5 is maintained => cannot be hidden because it is maintained. # - cycle 6 is unmaintained => cannot be hidden because cycle 5 is maintained. # - cycle 7 to 10 are unmaintained => can be hidden. def flag_oldest_unmaintained_releases(page) min_total_cycles = 6 # apply only if the number of cycles is greater than this min_hidden_cycles = 3 # apply only if the number of hidden cycles is greater than this (must be < min_total_cycles) releases = page.data['releases'] if releases.length <= min_total_cycles Jekyll.logger.debug TOPIC, "Less than #{min_total_cycles} cycles on #{page.name}, will not try to hide cycles" return end hidden_cycles = mark_cycles_that_can_be_hidden(releases) if releases[0]['can_be_hidden'] Jekyll.logger.debug TOPIC, "First cycle is hidden on #{page.name}, unhide cycle" releases[0].delete('can_be_hidden') hidden_cycles.delete(releases[0]) end if hidden_cycles.length > 0 and hidden_cycles.length < min_hidden_cycles Jekyll.logger.debug TOPIC, "Less than #{min_hidden_cycles} hidden cycles on #{page.name}, unhide #{hidden_cycles.length} cycles" hidden_cycles.each { |cycle| cycle.delete('can_be_hidden') } hidden_cycles.clear end Jekyll.logger.debug TOPIC, "Hide #{hidden_cycles.length} cycles on #{page.name}" end def mark_cycles_that_can_be_hidden(ordered_by_date_desc_releases) hidden_cycles = [] previous_cycle = nil ordered_by_date_desc_releases.reverse.each { |cycle| if not cycle['is_maintained'] if previous_cycle previous_cycle['can_be_hidden'] = true hidden_cycles << previous_cycle end previous_cycle = cycle else break end } return hidden_cycles end def enrich_release(page, cycle) set_cycle_id(cycle) set_cycle_lts_fields(cycle) set_cycle_eoas_fields(cycle) set_cycle_eoes_fields(cycle) set_cycle_eol_fields(cycle) set_cycle_discontinued_fields(cycle) set_cycle_link(page, cycle) set_cycle_label(page, cycle) add_lts_label_to_cycle_label(page, cycle) # must be called after set_cycle_lts set_is_maintained(cycle) # must be called after set_cycle_*_fields end # Build the cycle id from the permalink. def set_cycle_id(cycle) cycle['id'] = cycle['releaseCycle'].tr('/', '-') end # Set lts to false if it has no value and explode it to is_lts (boolean) and lts_from (Date). # See explode_date_or_boolean_field(...) for more information. def set_cycle_lts_fields(cycle) unless cycle.has_key?('lts') cycle['lts'] = false end explode_date_or_boolean_field(cycle, 'lts', 'is_lts', 'lts_from') end # Explode eoas to is_eoas (boolean) and eoas_from (Date). # See explode_date_or_boolean_field(...) for more information. def set_cycle_eoas_fields(cycle) explode_date_or_boolean_field(cycle, 'eoas', 'is_eoas', 'eoas_from') compute_almost_field(cycle, 'eoas', 'is_almost_eoas') end # Explode eoes to is_eoes (boolean) and eoes_from (Date). # See explode_date_or_boolean_field(...) for more information. def set_cycle_eoes_fields(cycle) explode_date_or_boolean_field(cycle, 'eoes', 'is_eoes', 'eoes_from') compute_almost_field(cycle, 'eoes', 'is_almost_eoes') end # Explode eol to is_eol (boolean) and eol_from (Date). # See explode_date_or_boolean_field(...) for more information. def set_cycle_eol_fields(cycle) explode_date_or_boolean_field(cycle, 'eol', 'is_eol', 'eol_from') compute_almost_field(cycle, 'eol', 'is_almost_eol') end # Explode discontinued to is_discontinued (boolean) and discontinued_from (Date). # See explode_date_or_boolean_field(...) for more information. def set_cycle_discontinued_fields(cycle) explode_date_or_boolean_field(cycle, 'discontinued', 'is_discontinued', 'discontinued_from') compute_almost_field(cycle, 'discontinued', 'is_almost_discontinued') end # Some release cycle fields (field_name) can be either a date or a boolean. # This function create two additional variables, one of boolean type (boolean_field_name) and # the other of Date type (date_field_name) to simplify usages in templates or Jekyll plugins. # # The invert parameter must be set according to the date nature. If it's a start date # (example : the eol field) set it to false, if it's an end date (example : the eoas field) # set it to true. def explode_date_or_boolean_field(cycle, field_name, boolean_field_name, date_field_name) unless cycle.has_key?(field_name) return end value = cycle[field_name] if value.is_a?(Date) cycle[boolean_field_name] = (Date.today > value) cycle[date_field_name] = value else cycle[boolean_field_name] = value cycle[date_field_name] = nil end end # Compute the almost_field_name field. def compute_almost_field(cycle, field_name, almost_field_name) field_value = cycle[field_name] unless field_value.is_a?(Date) return end period_start = cycle['releaseDate'].to_time.to_i # release at midnight period_end = field_value.to_time.to_i # eoas/eol/eoes at midnight now = Date.today.to_time.to_i # today at midnight time_until_end = period_end - now max_threshold = 4 * 30 * 24 * 60 * 60 # 4 months in seconds threshold = [(period_end - period_start) / 3, max_threshold].min is_almost_at_end = (0..threshold).include?(time_until_end) cycle[almost_field_name] = is_almost_at_end end def set_cycle_link(page, cycle) if cycle.has_key?('link') # null link means no changelog template if cycle['link'] && cycle['link'].include?('__') cycle['link'] = render_eol_template(cycle['link'], cycle) end else if page['changelogTemplate'] cycle['link'] = render_eol_template(page['changelogTemplate'], cycle) end end end def set_cycle_label(page, cycle) template = cycle['releaseLabel'] || page.data['releaseLabel'] if template cycle['label'] = render_eol_template(template, cycle) else cycle['label'] = cycle['releaseCycle'] end end def add_lts_label_to_cycle_label(page, cycle) lts_label = page.data['LTSLabel'] if cycle['lts_from'] if cycle['is_lts'] cycle['label'] = "#{cycle['label']} (#{lts_label})" else cycle['label'] = "#{cycle['label']} (Upcoming #{lts_label})" end elsif cycle['is_lts'] cycle['label'] = "#{cycle['label']} (#{lts_label})" end end # Compute whether the cycle is still maintained and add the result to the cycle's data. # # A cycle is maintained if at least one of the eoas / eol / discontinued / eoes dates # is in the future or is true. # # This function must be executed after all other field have been computed. def set_is_maintained(cycle) is_maintained = false %w[is_eoas is_eol is_discontinued is_eoes].each { |field| if cycle.has_key?(field) and not cycle[field] is_maintained = true break end } cycle['is_maintained'] = is_maintained end # Template rendering function that replaces placeholders. # The template is stripped to avoid unnecessary whitespaces in the output. def render_eol_template(template, cycle) link = template.strip().gsub('__RELEASE_CYCLE__', cycle['releaseCycle'] || '') link.gsub!('__CODENAME__', cycle['codename'] || '') link.gsub!('__RELEASE_DATE__', cycle['releaseDate'].iso8601) link.gsub!('__LATEST__', cycle['latest'] || '') link.gsub!('__LATEST_RELEASE_DATE__', cycle['latestReleaseDate'] ? cycle['latestReleaseDate'].iso8601 : '') return Liquid::Template.parse(link).render(@context) end end end end Jekyll::Hooks.register [:pages], :post_init, priority: Jekyll::Hooks::PRIORITY_MAP[:normal] do |page| Jekyll::ProductDataEnricher.enrich(page) if Jekyll::ProductDataEnricher.is_product?(page) end ================================================ FILE: _plugins/product-data-validator.rb ================================================ # Verify product data by performing some validation before and after products are enriched. # Note that the site build is stopped if the validation fails. # # The validation done before enrichment is the validation of the properties set by the users. # # The validation done after enrichment is mainly the validation of URLs, because most of the URLs # are generated by the changelogTemplate. Note that this validation is not done by default because # it takes a lot of time. You can activate it by setting the MUST_CHECK_URLS environment variable to # true before building the site. require 'jekyll' require 'open-uri' require_relative 'end-of-life' module EndOfLifeHooks VERSION = '1.0.0' TOPIC = 'Product Validator:' VALID_CUSTOM_FIELD_DISPLAY = %w[none api-only after-release-column before-latest-column after-latest-column] IGNORED_URL_PREFIXES = { 'https://www.nokia.com': 'always return a Net::ReadTimeout', } SUPPRESSED_BECAUSE_402 = 'may trigger a 402 Payment Required' SUPPRESSED_BECAUSE_403 = 'may trigger a 403 Forbidden or a redirection forbidden' SUPPRESSED_BECAUSE_404 = 'may trigger a 404 Not Found' SUPPRESSED_BECAUSE_502 = 'may return a 502 Bad Gateway' SUPPRESSED_BECAUSE_503 = 'may return a 503 Service Unavailable' SUPPRESSED_BECAUSE_CERT = 'site have an invalid certificate' SUPPRESSED_BECAUSE_CONN_FAILED = 'may fail when opening the TCP connection' SUPPRESSED_BECAUSE_EOF = 'may return an "unexpected eof while reading" error' SUPPRESSED_BECAUSE_TIMEOUT = 'may trigger an open or read timeout' SUPPRESSED_BECAUSE_UNAVAILABLE = 'site is temporary unavailable' SUPPRESSED_URL_PREFIXES = { 'https://access.redhat.com/': SUPPRESSED_BECAUSE_403, 'https://antixlinux.com': SUPPRESSED_BECAUSE_CONN_FAILED, 'https://apex.oracle.com/sod': SUPPRESSED_BECAUSE_403, 'https://arangodb.com': SUPPRESSED_BECAUSE_403, 'https://area51.phpbb.com': SUPPRESSED_BECAUSE_403, 'https://ark.intel.com': SUPPRESSED_BECAUSE_403, 'https://azure.microsoft.com': SUPPRESSED_BECAUSE_TIMEOUT, 'https://business.adobe.com': SUPPRESSED_BECAUSE_TIMEOUT, 'https://blogs.oracle.com': SUPPRESSED_BECAUSE_TIMEOUT, 'https://blog.system76.com/post/': SUPPRESSED_BECAUSE_404, 'https://codex.wordpress.org/Supported_Versions': SUPPRESSED_BECAUSE_EOF, 'https://community.openvpn.net': SUPPRESSED_BECAUSE_403, 'https://dev.mysql.com': SUPPRESSED_BECAUSE_403, 'https://developer.apple.com': SUPPRESSED_BECAUSE_502, 'https://developers.redhat.com': SUPPRESSED_BECAUSE_403, 'https://docs.arangodb.com': SUPPRESSED_BECAUSE_404, 'https://docs.clamav.net': SUPPRESSED_BECAUSE_403, 'https://docs.couchdb.org': SUPPRESSED_BECAUSE_CONN_FAILED, 'https://docs.gitlab.com': SUPPRESSED_BECAUSE_403, 'https://docs.joomla.org': SUPPRESSED_BECAUSE_403, 'https://docs-prv.pcisecuritystandards.org': SUPPRESSED_BECAUSE_403, 'https://docs.rocket.chat': SUPPRESSED_BECAUSE_403, 'https://dragonwell-jdk.io/': SUPPRESSED_BECAUSE_UNAVAILABLE, 'https://docs-cortex.paloaltonetworks.com/': SUPPRESSED_BECAUSE_TIMEOUT, 'https://euro-linux.com': SUPPRESSED_BECAUSE_403, 'https://ffmpeg.org': SUPPRESSED_BECAUSE_TIMEOUT, 'https://ftpdocs.broadcom.com/WebInterface/phpdocs/0/MSPSaccount/COMPAT/AllProdDates.HTML': SUPPRESSED_BECAUSE_CONN_FAILED, 'https://forums.unrealircd.org': SUPPRESSED_BECAUSE_403, 'https://github.com/angular/angular.js/blob': SUPPRESSED_BECAUSE_502, 'https://github.com/ansible-community/ansible-build-data/blob/main/4/CHANGELOG-v4.rst': SUPPRESSED_BECAUSE_502, 'https://github.com/hashicorp/consul/blob/v1.18.2/CHANGELOG.md': SUPPRESSED_BECAUSE_502, 'https://github.com/hashicorp/consul/blob/v1.19.2/CHANGELOG.md': SUPPRESSED_BECAUSE_502, 'https://github.com/hashicorp/consul/blob/v1.20.5/CHANGELOG.md': SUPPRESSED_BECAUSE_502, 'https://github.com/nodejs/node/blob/main/doc/changelogs/': SUPPRESSED_BECAUSE_502, 'https://helpx.adobe.com': SUPPRESSED_BECAUSE_TIMEOUT, 'https://investors.broadcom.com': SUPPRESSED_BECAUSE_TIMEOUT, 'https://jfrog.com/help/': SUPPRESSED_BECAUSE_TIMEOUT, 'https://kernelnewbies.org': SUPPRESSED_BECAUSE_TIMEOUT, 'https://make.wordpress.org': SUPPRESSED_BECAUSE_EOF, 'https://mattermost.com': SUPPRESSED_BECAUSE_403, 'https://mxlinux.org': SUPPRESSED_BECAUSE_403, 'https://mirrors.slackware.com': SUPPRESSED_BECAUSE_403, 'https://moodle.org/': SUPPRESSED_BECAUSE_403, 'https://nextcloud.com': SUPPRESSED_BECAUSE_TIMEOUT, 'https://nuxt.com/docs/community/roadmap': SUPPRESSED_BECAUSE_404, 'https://opensource.org/licenses/osl-3.0.php': SUPPRESSED_BECAUSE_403, 'https://oxygenupdater.com/news/all/': SUPPRESSED_BECAUSE_403, 'https://phabricator.wikimedia.org/T259771': SUPPRESSED_BECAUSE_403, 'https://privatebin.info/': SUPPRESSED_BECAUSE_CONN_FAILED, 'https://reload4j.qos.ch/': SUPPRESSED_BECAUSE_TIMEOUT, 'https://review.lineageos.org/': SUPPRESSED_BECAUSE_502, 'https://search.maven.org': SUPPRESSED_BECAUSE_403, 'https://stackoverflow.com': SUPPRESSED_BECAUSE_403, 'https://support.azul.com': SUPPRESSED_BECAUSE_403, 'https://support.citrix.com': SUPPRESSED_BECAUSE_403, 'https://support.fairphone.com': SUPPRESSED_BECAUSE_403, 'https://support.herodevs.com/hc/en-us/articles/': SUPPRESSED_BECAUSE_403, 'https://support.microsoft.com': SUPPRESSED_BECAUSE_403, 'https://twitter.com/OracleAPEX': SUPPRESSED_BECAUSE_403, 'https://visualstudio.microsoft.com/': SUPPRESSED_BECAUSE_CONN_FAILED, 'https://web.archive.org': SUPPRESSED_BECAUSE_TIMEOUT, 'https://webapps.bmc.com': SUPPRESSED_BECAUSE_403, 'https://wiki.debian.org': SUPPRESSED_BECAUSE_TIMEOUT, 'https://wiki.mageia.org': SUPPRESSED_BECAUSE_TIMEOUT, 'https://wiki.mozilla.org/Release_Management/Calendar': SUPPRESSED_BECAUSE_403, 'https://wiki.ubuntu.com': SUPPRESSED_BECAUSE_503, 'https://wordpress.org': SUPPRESSED_BECAUSE_EOF, 'https://www.akeneo.com/akeneo-pim-community-edition/': SUPPRESSED_BECAUSE_403, 'https://www.amazon.com': SUPPRESSED_BECAUSE_403, 'https://www.atlassian.com': SUPPRESSED_BECAUSE_TIMEOUT, 'https://www.adobe.com': SUPPRESSED_BECAUSE_TIMEOUT, 'https://www.betaarchive.com': SUPPRESSED_BECAUSE_TIMEOUT, 'https://www.blender.org': SUPPRESSED_BECAUSE_403, 'https://www.centreon.com/centreon-editions/': SUPPRESSED_BECAUSE_503, 'https://www.citrix.com/products/citrix-virtual-apps-and-desktops/': SUPPRESSED_BECAUSE_403, 'https://www.clamav.net': SUPPRESSED_BECAUSE_403, 'https://www.couchbase.com': SUPPRESSED_BECAUSE_403, 'https://www.devuan.org': SUPPRESSED_BECAUSE_CONN_FAILED, 'https://www.drupal.org/': SUPPRESSED_BECAUSE_403, 'https://www.erlang.org/doc/system_principles/misc.html': SUPPRESSED_BECAUSE_CONN_FAILED, 'https://www.hpe.com': SUPPRESSED_BECAUSE_TIMEOUT, 'https://www.ibm.com/support/pages/node/6451203': SUPPRESSED_BECAUSE_403, 'https://www.intel.com': SUPPRESSED_BECAUSE_403, 'https://www.java.com/releases/': SUPPRESSED_BECAUSE_TIMEOUT, 'https://www.mageia.org': SUPPRESSED_BECAUSE_TIMEOUT, 'https://www.mail-archive.com': SUPPRESSED_BECAUSE_TIMEOUT, 'https://www.microfocus.com/documentation/visual-cobol/': SUPPRESSED_BECAUSE_TIMEOUT, 'https://www.microsoft.com': SUPPRESSED_BECAUSE_TIMEOUT, 'https://www.mulesoft.com': SUPPRESSED_BECAUSE_TIMEOUT, 'https://www.mysql.com': SUPPRESSED_BECAUSE_403, 'https://www.netapp.com/data-storage/ontap': SUPPRESSED_BECAUSE_403, 'https://www.npmjs.com': SUPPRESSED_BECAUSE_403, 'https://www.phpbb.com': SUPPRESSED_BECAUSE_403, 'https://www.raspberrypi.com': SUPPRESSED_BECAUSE_403, 'https://www.redmine.org': SUPPRESSED_BECAUSE_TIMEOUT, 'https://www.reddit.com': SUPPRESSED_BECAUSE_403, 'http://www.slackware.com': SUPPRESSED_BECAUSE_CONN_FAILED, 'http://www.squid-cache.org/Versions/v6/squid-6.13-RELEASENOTES.html': SUPPRESSED_BECAUSE_CONN_FAILED, 'https://www.techpowerup.com/gpuz/': SUPPRESSED_BECAUSE_403, 'https://www.unrealircd.org/docs/UnrealIRCd_releases': SUPPRESSED_BECAUSE_403, 'https://www.virtualbox.org': SUPPRESSED_BECAUSE_402, 'https://www.zentyal.com': SUPPRESSED_BECAUSE_403, } USER_AGENT = 'Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0' URL_CHECK_OPEN_TIMEOUT = 6 URL_CHECK_TIMEOUT = 10 URL_CHECK_MAX_RETRY = 3 # Global error count @@error_count = 0 def self.increase_error_count @@error_count += 1 end def self.error_count @@error_count end def self.validate(product) start = Time.now Jekyll.logger.debug TOPIC, "Validating '#{product.name}'..." error_if = Validator.new('product', product, product.data) error_if.is_not_a_string('title') error_if.is_not_in('category', CATEGORIES) error_if.does_not_match('tags', /^[a-z0-9\-]+( [a-z0-9\-]+)*$/) if product.data.has_key?('tags') error_if.does_not_match('permalink', /^\/[a-z0-9-]+$/) error_if.does_not_match('alternate_urls', /^\/[a-z0-9\-_]+$/) error_if.is_not_a_string('versionCommand') if product.data.has_key?('versionCommand') error_if.is_not_an_url('releasePolicyLink') if product.data.has_key?('releasePolicyLink') error_if.is_not_an_url('releaseImage') if product.data.has_key?('releaseImage') error_if.is_not_an_url('changelogTemplate') if product.data.has_key?('changelogTemplate') error_if.is_not_a_string('releaseLabel') if product.data.has_key?('releaseLabel') error_if.is_not_a_string('LTSLabel') error_if.is_not_a_boolean_nor_a_string('eolColumn') error_if.is_not_a_boolean_nor_a_string('eoasColumn') error_if.is_not_a_boolean_nor_a_string('latestColumn') error_if.is_not_a_boolean_nor_a_string('releaseDateColumn') error_if.is_not_a_boolean_nor_a_string('discontinuedColumn') error_if.is_not_a_boolean_nor_a_string('eoesColumn') error_if.is_not_an_array('identifiers') error_if.is_not_an_array('releases') error_if.not_ordered_by_release_cycles('releases') error_if.undeclared_custom_field('releases') error_if.custom_field_type_is_not_string('releases') if product.data.has_key?('auto') error_if = Validator.new('auto', product, product.data['auto']) error_if.is_not_an_array('methods') end product.data['customFields'].each { |column| error_if = Validator.new('customFields', product, column) error_if.is_not_a_string('name') error_if.is_not_in('display', EndOfLifeHooks::VALID_CUSTOM_FIELD_DISPLAY) error_if.is_not_a_string('label') error_if.is_not_a_string('description') if column.has_key?('description') error_if.is_not_an_url('link') if column.has_key?('link') } release_names = product.data['releases'].map { |release| release['releaseCycle'] } release_name_duplicates = release_names.group_by { |name| name }.select { |_, count| count.size > 1 }.keys error_if.not_true(release_name_duplicates.length == 0, 'releases', release_name_duplicates, 'Duplicate releases') product.data['releases'].each { |release| error_if = Validator.new('releases', product, release) error_if.does_not_match('releaseCycle', /^[a-z0-9.\-+_]+$/) error_if.is_not_a_string('releaseLabel') if release.has_key?('releaseLabel') error_if.is_not_a_string('codename') if release.has_key?('codename') error_if.is_not_a_date('releaseDate') error_if.too_far_in_future('releaseDate') error_if.is_not_a_boolean_nor_a_date('eoas') if product.data['eoasColumn'] error_if.is_not_a_boolean_nor_a_date('eol') error_if.is_not_a_boolean_nor_a_date('discontinued') if product.data['discontinuedColumn'] error_if.is_not_a_boolean_nor_a_date('eoes') if product.data['eoesColumn'] and release.has_key?('eoes') error_if.is_not_a_boolean_nor_a_date('lts') if release.has_key?('lts') error_if.is_not_a_string('latest') if product.data['latestColumn'] error_if.is_not_a_date('latestReleaseDate') if product.data['latestColumn'] and release.has_key?('latestReleaseDate') error_if.too_far_in_future('latestReleaseDate') if product.data['latestColumn'] and release.has_key?('latestReleaseDate') error_if.is_not_an_url('link') if release.has_key?('link') and release['link'] error_if.is_not_before('releaseDate', 'eoas') if product.data['eoasColumn'] error_if.is_not_before('releaseDate', 'eol') error_if.is_not_before('releaseDate', 'eoes') if product.data['eoesColumn'] error_if.is_not_before('eoas', 'eol') if product.data['eoasColumn'] error_if.is_not_before('eoas', 'eoes') if product.data['eoasColumn'] and product.data['eoesColumn'] error_if.is_not_before('eol', 'eoes') if product.data['eoesColumn'] } Jekyll.logger.debug TOPIC, "Product '#{product.name}' successfully validated in #{(Time.now - start).round(3)} seconds." end def self.validate_urls(product) if ENV.fetch('MUST_CHECK_URLS', false) start = Time.now Jekyll.logger.info TOPIC, "Validating urls for '#{product.name}'..." error_if = Validator.new('product', product, product.data) error_if.is_url_invalid('releasePolicyLink') if product.data['releasePolicyLink'] error_if.is_url_invalid('releaseImage') if product.data['releaseImage'] error_if.is_url_invalid('iconUrl') if product.data['iconUrl'] error_if.contains_invalid_urls(product.content) product.data['customFields'].each { |field| error_if = Validator.new('customFields', product, field) error_if.is_url_invalid('link') if field['link'] } product.data['identifiers'].each { |identifier| error_if = Validator.new('identifiers', product, identifier) error_if.is_url_invalid('url') if identifier['url'] } product.data['releases'].each { |release| error_if = Validator.new('releases', product, release) error_if.is_url_invalid('link') if release['link'] } Jekyll.logger.info TOPIC, "Product '#{product.name}' urls successfully validated in #{(Time.now - start).round(3)} seconds." end end private class Validator def initialize(name, product, data) @product = product @data = data @error_count = 0 unless data.kind_of?(Hash) declare_error(name, data, "expecting an Hash, got #{data.class}") @data = {} # prevent further errors end end def error_count @error_count end def not_true(condition, property, value, details) unless condition declare_error(property, value, details) end end def is_not_an_array(property) value = @data[property] unless value.kind_of?(Array) declare_error(property, value, "expecting an Array, got #{value.class}") end end def is_not_in(property, valid_values) value = @data[property] unless valid_values.include?(value) declare_error(property, value, "expecting one of #{valid_values.join(', ')}") end end def does_not_match(property, regex) values = @data[property].kind_of?(Array) ? @data[property] : [@data[property]] values.each { |value| unless regex.match?(value) declare_error(property, value, "should match #{regex}") end } end def is_not_a_string(property) value = @data[property] unless value.kind_of?(String) declare_error(property, value, "expecting a value of type String, got #{value.class}") end end def is_not_an_url(property) does_not_match(property, /^https?:\/\/.+$/) end def is_not_a_date(property) value = @data[property] unless value.respond_to?(:strftime) declare_error(property, value, "expecting a value of type date, got #{value.class}") end end def too_far_in_future(property) value = @data[property] if value.respond_to?(:strftime) and value > Date.today + 7 declare_error(property, value, "expecting a value in the next 7 days, got #{value}") end end def is_not_a_number(property) value = @data[property] unless value.kind_of?(Numeric) declare_error(property, value, "expecting a value of type numeric, got #{value.class}") end end def is_not_a_boolean_nor_a_date(property) value = @data[property] unless [true, false].include?(value) or value.respond_to?(:strftime) declare_error(property, value, "expecting a value of type boolean or date, got #{value.class}") end end def is_not_a_boolean_nor_a_string(property) value = @data[property] unless [true, false].include?(value) or value.kind_of?(String) declare_error(property, value, "expecting a value of type boolean or string, got #{value.class}") end end def is_not_before(property1, property2) value1 = @data[property1] value2 = @data[property2] if value1.respond_to?(:strftime) and value2.respond_to?(:strftime) and value1 > value2 declare_error(property1, value1, "expecting a value before #{property2} (#{value2})") end end def not_ordered_by_release_cycles(property) releases = @data[property] previous_release_cycle = nil previous_release_date = nil releases.each do |release| next if release['outOfOrder'] release_cycle = release['releaseCycle'] release_date = release['releaseDate'] if previous_release_date and previous_release_date < release_date declare_error(property, release_cycle, "expecting release (released on #{release_date}) to be before #{previous_release_cycle} (released on #{previous_release_date})") end previous_release_cycle = release_cycle previous_release_date = release_date end end def is_url_invalid(property) # strip is necessary because changelogTemplate is sometime reformatted on two lines by update-product-data.py url = @data[property].strip check_url(url) rescue => e declare_url_error(property, url, "got an error : '#{e}'") end # Retrieve all urls in the given markdown-formatted text and check them. def contains_invalid_urls(markdown) urls = markdown.scan(/]\((?http[^)"]+)/).flatten # matches [text](url) or [text](url "title") urls += markdown.scan(/<(?http[^>]+)/).flatten # matches urls += markdown.scan(/: (?http[^"\n]+)/).flatten # matches [id]: url or [id]: url "title" urls.each do |url| begin check_url(url.strip) # strip url because matches on [text](url "title") end with a space rescue => e declare_url_error('content', url, "got an error : '#{e}'") end end end def undeclared_custom_field(property) releases = @data[property] standard_fields = %w[releaseCycle releaseLabel codename releaseDate eoas eol eoes discontinued latest latestReleaseDate link lts outOfOrder staleReleaseThresholdDays] custom_fields = @product["customFields"].map { |column| column["name"] } releases.each do |release| release_cycle = release['releaseCycle'] release_fields = release.keys undeclared_fields = release_fields - standard_fields - custom_fields for field in undeclared_fields declare_error(field, release_cycle, "undeclared field") end end end def custom_field_type_is_not_string(property) releases = @data[property] custom_fields = @product["customFields"].map { |column| column["name"] } releases.each do |release| release_cycle = release['releaseCycle'] for field in custom_fields value = release[field] # string values may be parsed as Date, but ultimately they are String if value != nil and !value.kind_of?(String) and !value.kind_of?(Date) declare_error(field, release_cycle, "expecting a value of type String or Date, got #{value.class}") end end end end def check_url(url) ignored_reason = is_ignored(url) if ignored_reason Jekyll.logger.warn TOPIC, "Ignore URL #{url} : #{ignored_reason}." return end retries = 0 begin Jekyll.logger.debug TOPIC, "Checking URL #{url}..." URI.open(url, 'User-Agent' => USER_AGENT, :open_timeout => URL_CHECK_OPEN_TIMEOUT, :read_timeout => URL_CHECK_TIMEOUT) do |response| Jekyll.logger.debug TOPIC, "URL #{url} successfully checked, response code is #{response.status[0]}" end rescue OpenURI::HTTPError => e if e.io.status[0] == '429' && retries < URL_CHECK_MAX_RETRY retries += 1 sleep_time = 2 ** retries Jekyll.logger.warn TOPIC, "Got a 429 (Too Many Requests) for URL #{url}, retrying in #{sleep_time} seconds..." sleep(sleep_time) retry else raise e end end end def is_ignored(url) EndOfLifeHooks::IGNORED_URL_PREFIXES.each do |ignored_url, reason| return reason if url.start_with?(ignored_url.to_s) end return nil end def is_suppressed(url) EndOfLifeHooks::SUPPRESSED_URL_PREFIXES.each do |ignored_url, reason| return reason if url.start_with?(ignored_url.to_s) end return nil end def declare_url_error(property, url, details) reason = is_suppressed(url) if reason Jekyll.logger.warn TOPIC, "Invalid #{property} '#{url}' for #{location}, #{details} (suppressed: #{reason})." else declare_error(property, url, details) end end def declare_error(property, value, details) Jekyll.logger.error TOPIC, "Invalid #{property} '#{value}' for #{location}, #{details}." EndOfLifeHooks::increase_error_count() end def location if @data.kind_of?(Hash) and @data.has_key?('releaseCycle') "#{@product.name}#releases##{@data['releaseCycle']}" elsif @data.kind_of?(Hash) and @data.has_key?('name') "#{@product.name}#customField##{@data['name']}" else @product.name end end end end class TooManyRequestsError < StandardError attr_reader :response def initialize(response) @response = response super("response code is 429 (Too Many Requests)") end end # Must be run before enrichment, hence the high priority. Jekyll::Hooks.register :pages, :post_init, priority: Jekyll::Hooks::PRIORITY_MAP[:high] do |page, payload| if page.data['layout'] == 'product' EndOfLifeHooks::validate(page) end end # Must be run after enrichment, hence the low priority. Jekyll::Hooks.register :pages, :post_init, priority: Jekyll::Hooks::PRIORITY_MAP[:low] do |page, payload| if page.data['layout'] == 'product' EndOfLifeHooks::validate_urls(page) end end # Must be run at the end of all validation Jekyll::Hooks.register :site, :post_render, priority: Jekyll::Hooks::PRIORITY_MAP[:low] do |site, payload| if EndOfLifeHooks::error_count > 0 raise "Site build canceled : #{EndOfLifeHooks::error_count} errors detected" end end ================================================ FILE: _redirects ================================================ --- # Netlify _redirects template. Documentation can be found on https://docs.netlify.com/routing/redirects/. # # The _redirects file is included in _config.yml/include key otherwise Jekyll doesn't copy it to # _site directory, where Netlify expects it. # # To create a new redirect, add an alternate_urls array in the page front-matter. # Setting a layout forces Jekyll to render this file layout: null --- # Clients will try to access /favicon.ico, in some scenarios we don't want the file in our codebase, # because the theme embeds it as a favicon, so instead set a redirect for these clients to a PNG file instead. /favicon.ico /assets/favicon-32x32.png # A few permanent redirects for removed pages / alternate URLs /advise /recommendations /advice /recommendations /java /tags/java-distribution /jdk /tags/java-distribution /tags/api-gateway /tags/web-server /tags/configuration-management / /tags/db /tags/database /tags/library /tags/framework /tags/managed-mysql /tags/database /tags/managed-postgresql /tags/database /tags/package-manager /tags/build-tool /tags/redhat /tags/red-hat {%- assign product_pages = site.pages | where: 'layout', 'product' %} {%- for page in product_pages %} # Redirects for {{page.path}} {{page.permalink}}/_edit https://github.com/endoflife-date/endoflife.date/edit/master/{{page.path}} /api{{page.permalink}} /api{{page.permalink}}.json {%- for alternate_url in page.alternate_urls %} {{alternate_url}} {{page.permalink}} {{alternate_url}}.atom {{page.permalink}}.atom /calendar{{alternate_url}}.ics /calendar{{page.permalink}}.ics /api{{alternate_url}}.json /api{{page.permalink}}.json /api{{alternate_url}}/* /api{{page.permalink}}/:splat /api/v1/products{{alternate_url}}/* /api/v1/products{{page.permalink}}/:splat {%- endfor %} {%- endfor %} # Rewrite for /api/v1/ to keep URLs clean. # All API responses are located in an index.json and must be accessible without the file name, such as: # - /api/v1/index.json -> /api/v1/ # - /api/v1/products/almalinux/index.json -> /api/v1/products/almalinux/ # This uses shadowing : https://docs.netlify.com/routing/redirects/rewrites-proxies/#shadowing, and # it must be declared at the end of the file to not take precedence on the redirects (see https://docs.netlify.com/routing/redirects/#rule-processing-order). # This configuration prevents us from having 404 json responses when using the API. # But declaring the necessary redirects manually would be hard to maintain (each time a new endpoint is added this would require additional redirect rules). # So that's the best trade-off we can do for now. /api/v1/* /api/v1/:splat/index.json 200! ================================================ FILE: _sass/custom/custom.scss ================================================ // Overriding styles for some of our pages // This gets compiled into the final CSS // The file path comes from what the upstream allows: // https://just-the-docs.github.io/just-the-docs/docs/customization/#override-and-completely-custom-styles .bg-red-000, .bg-yellow-200, .bg-green-000, .bg-grey-lt-100, .site-footer { color: #1c1c1c; } a { color: #6c4dec; } .description { >blockquote { margin-left: 60px; } >p { &:nth-of-type(1) { clear: both; } } // Icons are 50x50, so this adds another 10 pixels min-height: 60px; } .product-logo { float: left; margin-right: .5em; } .bg-light { background-color: #f8f9fa !important; } .txt-linethrough { text-decoration: line-through; } .card { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.25rem; } .card-body { -ms-flex: 1 1 auto; flex: 1 1 auto; min-height: 1px; padding: 1.25rem; } .align-items-center { align-items: center; } // Inject site logo before the site title .site-title { margin-left: 2rem; &:before { content: ''; background:url('/assets/logo-192x192.png'); background-size:cover; position:absolute; width: 2rem; height: 2rem; margin-left: -2.1rem; margin-bottom: -.3rem; } } #version-command { overflow: scroll; } // Based on https://dev.to/alvaromontoro/create-a-tag-cloud-with-html-and-css-1e90 ul.tag-cloud { list-style: none; padding-left: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; line-height: 2.5rem; li::before { content: none !important; } // override JtD CSS li:nth-child(2n+1) a { --color: #181; } li:nth-child(3n+1) a { --color: #33a; } li:nth-child(4n+1) a { --color: #c38; } --tag-size-xs: 2; --tag-size-s: 4; --tag-size-m: 6; --tag-size-l: 8; --tag-size-xl: 10; a[data-weight="1"] { --size: var(--tag-size-xs); } a[data-weight="2"] { --size: var(--tag-size-xs); } a[data-weight="3"] { --size: var(--tag-size-xs); } a[data-weight="4"] { --size: var(--tag-size-xs); } a[data-weight="5"] { --size: var(--tag-size-xs); } a[data-weight="6"] { --size: var(--tag-size-xs); } a[data-weight="7"] { --size: var(--tag-size-xs); } a[data-weight="8"] { --size: var(--tag-size-xs); } a[data-weight="9"] { --size: var(--tag-size-xs); } a[data-weight="10"] { --size: var(--tag-size-xs); } a[data-weight="11"] { --size: var(--tag-size-s); } a[data-weight="12"] { --size: var(--tag-size-s); } a[data-weight="13"] { --size: var(--tag-size-s); } a[data-weight="14"] { --size: var(--tag-size-s); } a[data-weight="15"] { --size: var(--tag-size-s); } a[data-weight="16"] { --size: var(--tag-size-s); } a[data-weight="17"] { --size: var(--tag-size-s); } a[data-weight="18"] { --size: var(--tag-size-s); } a[data-weight="19"] { --size: var(--tag-size-s); } a[data-weight="20"] { --size: var(--tag-size-s); } a[data-weight="21"] { --size: var(--tag-size-m); } a[data-weight="22"] { --size: var(--tag-size-m); } a[data-weight="23"] { --size: var(--tag-size-m); } a[data-weight="24"] { --size: var(--tag-size-m); } a[data-weight="25"] { --size: var(--tag-size-m); } a[data-weight="26"] { --size: var(--tag-size-m); } a[data-weight="27"] { --size: var(--tag-size-m); } a[data-weight="28"] { --size: var(--tag-size-m); } a[data-weight="29"] { --size: var(--tag-size-m); } a[data-weight="30"] { --size: var(--tag-size-m); } a[data-weight="31"] { --size: var(--tag-size-l); } a[data-weight="32"] { --size: var(--tag-size-l); } a[data-weight="33"] { --size: var(--tag-size-l); } a[data-weight="34"] { --size: var(--tag-size-l); } a[data-weight="35"] { --size: var(--tag-size-l); } a[data-weight="36"] { --size: var(--tag-size-l); } a[data-weight="37"] { --size: var(--tag-size-l); } a[data-weight="38"] { --size: var(--tag-size-l); } a[data-weight="39"] { --size: var(--tag-size-l); } a[data-weight="40"] { --size: var(--tag-size-l); } a[data-weight="41"] { --size: var(--tag-size-l); } a[data-weight="42"] { --size: var(--tag-size-l); } a[data-weight="43"] { --size: var(--tag-size-l); } a[data-weight="44"] { --size: var(--tag-size-l); } a[data-weight="45"] { --size: var(--tag-size-l); } a[data-weight="46"] { --size: var(--tag-size-l); } a[data-weight="47"] { --size: var(--tag-size-l); } a[data-weight="48"] { --size: var(--tag-size-l); } a[data-weight="49"] { --size: var(--tag-size-l); } a[data-weight="50"] { --size: var(--tag-size-l); } a { --size: var(--tag-size-l); color: var(--color); font-size: calc(var(--size) * 0.25rem + 0.5rem); display: block; padding: 0.125rem 0.25rem; text-decoration: none; position: relative; } } ================================================ FILE: api_v1/openapi.yml ================================================ --- # API v1 description. See https://spec.openapis.org/oas/v3.1.0 for specification. # Edit using https://editor.swagger.io/. permalink: /docs/api/v1/openapi.yml layout: null --- openapi: 3.1.1 info: title: endoflife API # This version must be kept in sync with the version in _plugins/generate-api-v1.rb. version: "1.2.0" license: name: MIT License url: "https://github.com/endoflife-date/endoflife.date/blob/master/LICENSE" contact: name: endoflife.date team url: https://github.com/endoflife-date/endoflife.date description: >- endoflife.date documents EOL dates and support lifecycles for various products. The endoflife API allows users to discover and query for those products. ## General Notes ### API changelog A changelog of the endoflife.date API is available in the [endoflife.date repository](https://github.com/endoflife-date/endoflife.date/blob/master/CHANGELOG_API.md). ### Backward compatibility The endoflife.date API is designed to be backward compatible, meaning that existing clients should continue to work with new versions of the API as long as your integration: - keep using the same major API version (`/api/v1`), - follow the 301 redirects (products, categories or tags may occasionally be renamed), - allow for new fields to be added in API responses (we may add new fields to support new features), - allow for new values to be added in enumeration fields (such as the product's category). ### Undocumented attributes Some APIs may return more data than indicated in the documentation. Do not rely on this undocumented data, there is no guarantee about it. ### API return codes The endoflife.date API uses standard HTTP return codes. When making HTTP requests, you can check the success or failure status of your request by using the HTTP Status Codes (i.e. 200). You must not use the HTTP Status Messages or Reason-Phrases (i.e. OK), as they are optional and may not be returned in HTTP responses (see RFC9110 for more information). The API may return the following HTTP status codes: - `200` (**OK**): The request was successful, and the response contains the requested data. - `301` (**Moved Permanently**): The requested resource has been moved to a new URL. The response will contain a `Location` header with the new URL. This header must be followed by the client to access the resource at its new location. - `304` (**Not Modified**): The resource has not been modified since the last request, and the client can use its cached version. - `404` (**Not Found**): The requested resource does not exist. Note that due to some limitations the body of the response is not JSON, but our HTML error page. This is not something we can change at the moment, see [#7922](https://github.com/endoflife-date/endoflife.date/issues/7922). - `429` (**Too Many Requests**): The client has sent too many requests in a given amount of time. The response may contain a `Retry-After` header indicating when the client can retry the request. This is to prevent abuse of the API and ensure fair usage for all users. Our API is hosted on [Netlify](https://www.netlify.com/), other HTTP status codes may be returned by Netlify, such as `502` (**Bad Gateway**) or `503` (**Service Unavailable**). ### Encoding The endoflife.date API uses UTF-8 encoding for all responses. ### Contact us If you have any questions or need assistance with the endoflife.date API, you can contact us through the [endoflife.date discussions](https://github.com/endoflife-date/endoflife.date/discussions). If you find a bug or have a feature request, please open an issue in the [endoflife.date issue tracker](https://github.com/endoflife-date/endoflife.date/issues). We are always looking for contributors to help us improve endoflife.date. If you want to contribute, please check our [contributing guidelines](https://endoflife.date/contribute). servers: - url: "{{ site.url }}/api/v1" description: Production v1 tags: - name: Index description: List the main endoflife.date API endpoints. - name: Products description: Query for all products. - name: Categories description: Query for products by category. - name: Tags description: Query for products by tags. - name: Identifiers description: Query for products by identifiers. paths: /: get: operationId: index tags: - Index summary: API index description: List the main endoflife.date API endpoints. responses: "200": description: The endpoints list. headers: {} content: application/json: schema: $ref: "#/components/schemas/UriListResponse" "304": description: Resource not modified since last request. "429": description: Too many requests, retry later. /products: get: operationId: products tags: - Products summary: List all products description: > List all the products referenced on endoflife.date. Only a summary of each product is returned by this endpoint. responses: "200": description: A products summary list. headers: {} content: application/json: schema: $ref: "#/components/schemas/ProductListResponse" "304": description: Resource not modified since last request. "429": description: Too many requests, retry later. /products/full: get: operationId: products_full tags: - Products summary: List all products (full) description: > List all the products referenced on endoflife.date, with all their details. The full products data is returned by this endpoint, making the result a dump of nearly all endoflife.date data. Preferably, use the /products endpoint to get a summary of the products and reduce the amount of data transferred. responses: "200": description: A products list with all the information. headers: {} content: application/json: schema: $ref: "#/components/schemas/FullProductListResponse" "304": description: Resource not modified since last request. "429": description: Too many requests, retry later. /products/{product}: get: operationId: product tags: - Products summary: Get a product description: > Get the given product data. This endpoint is returning all endoflife.date knows about the product, including release cycles data. parameters: - name: product in: path description: A product name. required: true schema: type: string responses: "200": description: The given product description. headers: {} content: application/json: schema: $ref: "#/components/schemas/ProductResponse" "304": description: Resource not modified since last request. "404": description: The product with the given name does not exist. "429": description: Too many requests, retry later. /products/{product}/releases/{release}: get: operationId: product_release tags: - Products summary: Get a product release cycle description: Get the given product release cycle information. parameters: - name: product in: path description: A product name. required: true schema: type: string - name: release in: path description: A release cycle name. required: true schema: type: string responses: "200": description: The given product release cycle information. headers: {} content: application/json: schema: $ref: "#/components/schemas/ProductReleaseResponse" "304": description: Resource not modified since last request. "404": description: The product with the given name does not exist, or the given release cycle does not exist within the product. "429": description: Too many requests, retry later. /products/{product}/releases/latest: get: operationId: product_release_latest tags: - Products summary: Get a product latest release cycle description: Get the latest release cycle information for the given product. parameters: - name: product in: path description: A product name. required: true schema: type: string responses: "200": description: The given product latest release cycle information. headers: {} content: application/json: schema: $ref: "#/components/schemas/ProductReleaseResponse" "304": description: Resource not modified since last request. "404": description: The product with the given name does not exist. "429": description: Too many requests, retry later. /categories: get: operationId: categories tags: - Categories summary: List all categories description: List all endoflife.date categories. responses: "200": description: The list of all categories. headers: {} content: application/json: schema: $ref: "#/components/schemas/UriListResponse" "304": description: Resource not modified since last request. "429": description: Too many requests, retry later. /categories/{category}: get: operationId: products_category tags: - Categories summary: List all products in a category description: > List all the products referenced on endoflife.date for the given category. Only a summary of each product is returned by this endpoint. parameters: - name: category in: path description: A category's name. required: true schema: type: string responses: "200": description: The list of all products in the given category. headers: {} content: application/json: schema: $ref: "#/components/schemas/ProductListResponse" "304": description: Resource not modified since last request. "404": description: The category with the given name does not exist. "429": description: Too many requests, retry later. /tags: get: operationId: tags tags: - Tags summary: List all tags description: List all endoflife.date tags. responses: "200": description: The list of all tags. headers: {} content: application/json: schema: $ref: "#/components/schemas/UriListResponse" "304": description: Resource not modified since last request. "429": description: Too many requests, retry later. /tags/{tag}: get: operationId: products_tag tags: - Tags summary: List all products with a tag description: > List all the products referenced on endoflife.date for the given tag. Only a summary of each product is returned by this endpoint. parameters: - name: tag in: path description: A tag name. required: true schema: type: string responses: "200": description: The list of all products having the given tag. headers: {} content: application/json: schema: $ref: "#/components/schemas/ProductListResponse" "304": description: Resource not modified since last request. "404": description: The tag with the given name does not exist. "429": description: Too many requests, retry later. /identifiers: get: operationId: identifier_types tags: - Identifiers summary: List all identifier types description: List all identifier types, such as a purl, known in endoflife.date. responses: "200": description: The list of all identifier types. headers: {} content: application/json: schema: $ref: "#/components/schemas/UriListResponse" "304": description: Resource not modified since last request. "429": description: Too many requests, retry later. /identifiers/{identifier_type}: get: operationId: identifier_by_type tags: - Identifiers summary: List all identifiers for a given type. description: > List all identifiers referenced on endoflife.date for the given identifier type. Each identifier reference its related product. parameters: - name: identifier_type in: path description: Identifier type. required: true schema: type: string example: purl responses: "200": description: The list of all identifiers for a given type, along with a reference to the related product. headers: {} content: application/json: schema: $ref: "#/components/schemas/IdentifierListResponse" "304": description: Resource not modified since last request. "404": description: The identifier with the given name does not exist. "429": description: Too many requests, retry later. # Responses must be at the end of the list, contain a schema_version property and be suffixed with # 'Response' to facilitate maintenance and reading. components: schemas: Uri: description: A link to a resource. type: object required: - name - uri properties: name: type: string description: Name of the URI. examples: - "tags" uri: type: string format: uri description: URI. examples: - "{{ site.url }}/tags/" Identifier: description: A product identifier, such as a purl, repology or cpe identifier. type: object required: - id - type properties: id: type: string description: Identifier. examples: - "cpe:/o:canonical:ubuntu_linux" type: type: string description: Type of the identifier. examples: - "cpe" UnknownProperties: description: Group properties with name not know in advance, such as custom properties. type: object additionalProperties: type: - string - "null" ProductVersion: description: Information about a product version. type: object required: - name - date - link properties: name: description: Name of the version. type: string examples: - "22.04.2" date: description: > Release date of the version. This field is null when the information is not known. type: - string - "null" format: date examples: - "2022-04-21" link: description: > Link to the changelog or release notes. This field is null when there is no public link available, or when the information is not known. type: - string - "null" format: uri examples: - https://wiki.ubuntu.com/JammyJellyfish/ReleaseNotes/ ProductRelease: description: Full information about a product release cycle. type: object required: - name - codename - label - releaseDate - isLts - ltsFrom - isEol - eolFrom - isMaintained - latest properties: name: description: Name of the product release cycle. type: string examples: - "22.04" codename: description: > Codename of the product release cycle. This field is null when the release cycle does not have a codename, or when the information is not known. type: - string - "null" examples: - Jammy Jellyfish label: description: Label of the product release cycle. type: string examples: - 22.04 'Jammy Jellyfish' (LTS) releaseDate: description: Release date of the release cycle. type: string format: date examples: - "2022-04-21" isLts: description: Whether the product release cycle receives long-term support (LTS). type: boolean examples: - true ltsFrom: description: > Start date of the LTS phase for the release cycle. This field is null when the isLts field is set to false, when the LTS phase does not start later than the release date, or when the date is not known. type: - string - "null" format: date examples: - "2022-04-21" isEoas: description: > Whether the active support phase is over for the release cycle. This field is not provided when the product does not have an active support phase. type: boolean examples: - false eoasFrom: description: > End of active support date for the release cycle. This field is not provided when the product does not have an active support phase. It is null when the date is not known. type: - string - "null" format: date examples: - "2024-09-30" isEol: description: Whether the release cycle is EOL. type: boolean examples: - false eolFrom: description: > End of life date for the release cycle. This field is null when the date is not known. type: - string - "null" format: date examples: - "2027-04-01" isDiscontinued: description: > Whether the release cycle is discontinued. This field is mainly used for hardware, it is not provided when not applicable. type: boolean examples: - false discontinuedFrom: description: > Discontinuation date for the release cycle. This field is mainly used for hardware, it is not provided when not applicable. It is null when the date is not known. type: - string - "null" format: date examples: - "2027-04-01" isEoes: description: > Whether the extended support phase is over for the release cycle. This field is not provided when the product does not have an extended support phase. This field is null when the release cycle is not eligible for extended support. type: - boolean - "null" examples: - true eoesFrom: description: > End of extended support date for the release cycle. This field is not provided when the product does not have an extended support phase. It is null when the release cycle is not eligible for extended support or when the date is not known. type: - string - "null" format: date examples: - "2032-04-09" isMaintained: description: > Whether this release cycle still have some level of support. This can be any level of support, even extended support. type: boolean examples: - true latest: description: > Latest version for this release cycle. This field is null when this release cycle does not have a latest version documented. anyOf: - $ref: "#/components/schemas/ProductVersion" - type: "null" custom: description: > Custom fields for the product release cycle. This field is null when the product does not declare at least one custom fields. anyOf: - $ref: "#/components/schemas/UnknownProperties" - type: "null" examples: - { "chromeVersion": "M136", "nodeVersion": "22.15" } ProductSummary: description: Summary of a product. type: object required: - name - label - aliases - category - tags - uri properties: name: description: Name of the product. type: string examples: - "ubuntu" label: description: Label of the product. type: string examples: - "Ubuntu" aliases: description: > Aliases declared for the product (derived from alternate_urls). The array is empty when no alias is declared. type: array items: type: string examples: - ["ubuntu-linux"] category: description: Category of the product. type: string examples: - "os" tags: description: > Tags associated to the product. Given the category is also a tag, the array will always contain at least one tag. type: array minItems: 1 items: type: string examples: - ["canonical", "os"] uri: description: Link to the full product details. type: string format: uri examples: - "{{ site.url }}/api/v1/products/ubuntu/" ProductDetails: description: Full details of a product. type: object required: - name - label - aliases - category - tags - identifiers - labels - links - releases properties: name: description: Name of the product. type: string examples: - "ubuntu" label: description: Label of the product. type: string examples: - "Ubuntu" aliases: description: > Aliases declared for the product (derived from alternate_urls). The array is empty when no alias is declared. type: array items: type: string examples: - ["ubuntu-linux"] category: description: Category of the product. type: string examples: - "os" tags: description: > Tags associated to the product. Given the category is also a tag, the array will always contain at least one tag. type: array minItems: 1 items: type: string examples: - ["canonical", "os"] # Additional properties (compared to ProductSummary) versionCommand: description: > Command that can be used to check the current product version. This field is null when the command is not known. type: - string - "null" examples: - "lsb_release --release" identifiers: description: > Known identifiers (purl, repology, cpe...) associated to the product. The array is empty when no identifier is declared. type: array items: $ref: "#/components/schemas/Identifier" labels: description: Product labels. type: object required: - eol properties: eoas: description: > Label used to denote the phase before the end of active support of the product. This field is null when the product does not have an active support phase. type: - string - "null" examples: - "Hardware & Maintenance" discontinued: description: > Label used to denote the discontinuation of the product. This field is mainly used for hardware, it is always null for software. type: - string - "null" examples: - "Discontinued" eol: description: Label used to denote the phase before the end of life of the product. type: string examples: - "Maintenance & Security Support" eoes: description: > Label used to denote the phase before the end of extended support of the product. This field is null when the product does not have an extended support phase. type: - string - "null" examples: - "Extended Security Maintenance" links: description: Product links. type: object required: - html properties: icon: description: > Link to the product icon on https://simpleicons.org. This field is null when the product does not have an icon on simpleicons.org. type: - string - "null" format: uri examples: - "https://simpleicons.org/icons/ubuntu.svg" html: description: Link to the product page on endoflife.date. type: string format: uri examples: - "https://endoflife.date/ubuntu" releasePolicy: description: > Link to the product release policy. This field is null when the product does not have a publicly available release policy. type: - string - "null" format: uri examples: - "https://wiki.ubuntu.com/Releases" releases: description: A list of all product releases. type: array items: $ref: "#/components/schemas/ProductRelease" UriListResponse: description: A response containing a list of URIs. type: object required: - schema_version - total - result properties: schema_version: description: Version of this schema. type: string examples: - "1.0.0" total: description: Number of URIs in the list. type: integer format: int32 examples: - 3 result: description: The URIs. type: array items: $ref: "#/components/schemas/Uri" ProductListResponse: description: A response containing a list of products (summary). type: object required: - schema_version - total - result properties: schema_version: description: Version of this schema. type: string examples: - "1.0.0" total: description: Number of products in the list. type: integer format: int32 examples: - 200 result: description: The products. type: array items: $ref: "#/components/schemas/ProductSummary" FullProductListResponse: description: A response containing a list of products (full). type: object required: - schema_version - total - result properties: schema_version: description: Version of this schema. type: string examples: - "1.0.0" total: description: Number of products in the list. type: integer format: int32 examples: - 200 result: description: The products. type: array items: $ref: "#/components/schemas/ProductDetails" ProductReleaseResponse: description: A response containing a release cycle. type: object required: - schema_version - result properties: schema_version: description: Version of this schema. type: string examples: - "1.0.0" result: $ref: "#/components/schemas/ProductRelease" ProductResponse: description: A response containing a product. type: object required: - schema_version - last_modified - result properties: schema_version: description: Version of this schema. type: string examples: - "1.0.0" last_modified: description: The time this product was last modified. type: string format: date-time examples: - "2023-03-01T14:05:52+01:00" result: $ref: "#/components/schemas/ProductDetails" IdentifierListResponse: description: A response containing all identifiers for a given type. type: object required: - schema_version - total - result properties: schema_version: type: string description: Version of this schema. examples: - 1.0.0 total: description: Number of identifiers in the list. type: integer format: int32 examples: - 3 result: description: The identifiers. type: array items: type: object properties: identifier: type: string description: The identifier. examples: - cpe:/o:canonical:ubuntu_linux product: description: Reference to the product this identifier is related to. allOf: - $ref: "#/components/schemas/Uri" required: - identifier - product ================================================ FILE: api_v1/swagger-ui.md ================================================ --- title: EndOfLife API v1 Swagger UI permalink: /docs/api/v1/ openapi_yml: /docs/api/v1/openapi.yml layout: swagger-ui nav_exclude: true --- ================================================ FILE: assets/main.scss ================================================ ================================================ FILE: assets/openapi.yml ================================================ openapi: 3.1.0 info: title: endoflife.date version: 0.0.1 summary: endoflife.date API description: "The endoflife.date v0 API is currently deprecated, please [use the endoflife.date v1 API](https://endoflife.date/docs/api/v1/)." license: name: MIT url: "https://github.com/endoflife-date/endoflife.date/blob/master/LICENSE" contact: url: "https://github.com/endoflife-date/endoflife.date/issues/new/choose" name: Team endoflife.date servers: - url: "https://endoflife.date" description: Production API paths: "/api/{product}.json": get: summary: Get All Details tags: [] responses: "200": description: OK headers: {} content: application/json: schema: type: array items: $ref: "#/components/schemas/cycle" examples: /api/ubuntu.json: value: - cycle: "21.04" lts: false releaseDate: "2021-04-22" support: "2022-01-01" eol: "2022-01-01" latest: "21.04" link: "https://wiki.ubuntu.com/HirsuteHippo/ReleaseNotes/" - cycle: "20.10" lts: false releaseDate: "2020-10-22" support: "2021-07-07" eol: "2021-07-07" latest: "20.10" link: "https://wiki.ubuntu.com/GroovyGorilla/ReleaseNotes/" /api/python.json: value: - cycle: 3.9 releaseDate: "2020-10-05" eol: "2025-10-05" latest: 3.9.5 link: "https://www.python.org/downloads/release/python-395/" - cycle: 3.8 releaseDate: "2019-10-14" eol: "2024-10-14" latest: 3.8.10 link: "https://www.python.org/downloads/release/python-3810/" operationId: "get-api-:product.json" description: Get EoL dates of all cycles of a given product. parameters: - schema: type: string name: product in: path required: true description: Product URL as per the canonical URL on the endofife.date website. "/api/{product}/{cycle}.json": get: summary: Single cycle details tags: [] responses: "200": description: OK content: application/json: schema: $ref: "#/components/schemas/cycle" examples: /api/python/3.9.json: value: releaseDate: "2020-10-05" eol: "2025-10-05" latest: 3.9.5 link: "https://www.python.org/downloads/release/python-395/" /api/ubuntu/21.04.json: value: lts: false releaseDate: "2021-04-22" support: "2022-01-01" eol: "2022-01-01" latest: "21.04" link: "https://wiki.ubuntu.com/HirsuteHippo/ReleaseNotes/" operationId: "get-api-:product-:cycle.json" description: Gets details of a single cycle. parameters: - schema: type: string name: product in: path required: true description: Product URL as per the canonical URL on the endofife.date website. - schema: type: string name: cycle in: path required: true description: Release Cycle for which the details must be fetched. Any slash character in the cycle name will be replaced with dashes. For example FreeBSD's releng/14.0 becomes releng-14.0. /api/all.json: get: summary: All Products tags: [] responses: "200": description: OK content: application/json: schema: type: array description: List of all products. items: type: string examples: all-products: value: - alpine - amazon-linux - android - bootstrap - centos - debian - django - dotnet - dotnetcore - dotnetfx - drupal - elasticsearch - elixir - fedora - filemaker - freebsd - go - godot - iphone - java - kindle - kubernetes - laravel - macos - magento - mariadb - mongodb - mssqlserver - mysql - nodejs - office - opensuse - perl - php - pixel - postgresql - powershell - python - qt - rabbitmq - rails - redis - rhel - ros - ruby - sles - spring-framework - surface - symfony - ubuntu - vue - wagtail - windows - windowsembedded - windowsserver operationId: get-api-all.json description: Return a list of all products. Each of these can be used for the other API endpoints. components: schemas: cycle: x-examples: python: - cycle: 3.9 releaseDate: "2020-10-05" eol: "2025-10-05" latest: 3.9.5 link: "https://www.python.org/downloads/release/python-395/" - cycle: 3.8 releaseDate: "2019-10-14" eol: "2024-10-14" latest: 3.8.10 link: "https://www.python.org/downloads/release/python-3810/" - cycle: 3.7 releaseDate: "2018-06-27" eol: "2023-06-27" latest: 3.7.10 link: "https://www.python.org/downloads/release/python-3710/" - cycle: 3.6 releaseDate: "2016-12-23" eol: "2021-12-23" latest: 3.6.13 link: "https://www.python.org/downloads/release/python-3613/" - cycle: 3.5 releaseDate: "2015-09-30" eol: "2020-09-13" latest: 3.5.10 link: "https://www.python.org/downloads/release/python-3510/" - cycle: 3.4 releaseDate: "2014-03-16" eol: "2019-03-18" latest: 3.4.10 link: "https://www.python.org/downloads/release/python-3410/" - cycle: 3.3 releaseDate: "2012-09-29" eol: "2017-09-29" latest: 3.3.7 link: "https://www.python.org/downloads/release/python-337/" - cycle: 2.7 releaseDate: "2010-07-03" eol: "2020-01-01" latest: 2.7.18 link: "https://github.com/python/cpython/blob/2.7/Misc/NEWS.d/2.7.18rc1.rst" ubuntu: - cycle: "21.04" lts: false releaseDate: "2021-04-22" support: "2022-01-01" eol: "2022-01-01" latest: "21.04" link: "https://wiki.ubuntu.com/HirsuteHippo/ReleaseNotes/" - cycle: "20.10" lts: false releaseDate: "2020-10-22" support: "2021-07-07" eol: "2021-07-07" latest: "20.10" link: "https://wiki.ubuntu.com/GroovyGorilla/ReleaseNotes/" - cycle: "20.04" lts: true releaseDate: "2020-04-23" support: "2022-10-01" eol: "2025-04-02" latest: 20.04.2 - cycle: "19.10" releaseDate: "2019-10-17" support: "2020-07-06" eol: "2020-07-06" latest: "19.10" - cycle: "18.04" lts: true releaseDate: "2018-04-26" support: "2020-09-30" eol: "2023-04-02" latest: 18.04.5 - cycle: "16.04" lts: true releaseDate: "2016-04-21" support: "2018-10-01" eol: "2021-04-02" latest: 16.04.7 - cycle: "14.04" lts: true releaseDate: "2014-04-17" support: "2016-09-30" eol: "2019-04-02" latest: 14.04.6 type: object description: Details of a single release cycle of a given product. There might be some slight variations to this depending on the product. title: Cycle properties: cycle: type: - number - string description: The release cycle which this release is part of. releaseDate: type: string format: date minLength: 10 maxLength: 10 description: Release date for the first release in this cycle. eol: type: - string - boolean minLength: 1 description: End-of-Life date for this release cycle. latest: type: string minLength: 1 description: Latest release in this cycle. link: type: - string - "null" minLength: 1 description: Link to changelog for the latest release in this cycle, or null if unavailable. lts: type: - string - boolean description: Whether this release cycle has long-term-support (LTS), or the date it entered LTS status. support: type: - string - boolean format: date minLength: 10 maxLength: 10 description: Whether this release cycle has active support. discontinued: type: - string - boolean format: date minLength: 10 maxLength: 10 description: Whether this device version is no longer in production. ================================================ FILE: assets/register-show-hidden-releases-handler.js ================================================ function showHideOldReleases(show) { const showMoreRow = document.getElementById("show-more-row"); const releases = document.querySelectorAll(".release.can-be-hidden"); if (show) { showMoreRow.classList.add("d-none"); releases.forEach((r) => r.classList.remove("d-none")); } else { showMoreRow.classList.remove("d-none"); releases.forEach((r) => r.classList.add("d-none")); } } function registerShowHiddenReleasesHandler() { document.getElementById("show-hidden-releases-button").addEventListener( "click", (event) => { event.preventDefault(); showHideOldReleases(true); }, false, ); } showHideOldReleases(false); registerShowHiddenReleasesHandler(); ================================================ FILE: bin/deploy.sh ================================================ #!/bin/bash -e # Display context information echo "Current directory: $PWD" echo "Current commit: $(git rev-parse HEAD)" echo "Ruby version: $(ruby --version)" echo "Python version: $(python --version)" echo "Jekyll version: $(bundle exec jekyll --version)" echo "Deploy URL: $1" # See https://github.com/endoflife-date/endoflife.date/pull/2081 echo "Updating latest product information..." pip install -r '_data/release-data/requirements.txt' git submodule update --remote if ! python3 '_data/release-data/update-product-data.py' -p 'products/'; then # if the update-product-data.py script fails... git checkout -- products/ # ...just undo the changes, and carry on fi # Replace the Deploy URL with the Preview URL if [ -n "$1" ]; then echo "Replacing Deploy URL with Preview URL ($1)" sed -i "/url\:/curl\: $1" _config.yml fi echo "Building site..." bundle exec jekyll build --trace ================================================ FILE: bin/lint-product.sh ================================================ #!/bin/bash -e echo "Lint '$1' using markdownlint-cli2" npx markdownlint-cli2@latest $1 echo "Lint '$1' using prettier" npx prettier@latest --write $1 ================================================ FILE: bin/update_added_at.sh ================================================ #!/bin/bash for file in "${1:-products}"/*.md; do echo "Processing $file..." # Get the first commit date (ISO format) added_at=$(git log --diff-filter=A --follow --format=%aI -- "$file" | tail -1 | cut -d'T' -f1) if [ -z "$added_at" ]; then echo "No git history for $file, skipping." continue fi if grep -q '^addedAt:' "$file"; then sed -i "s/^addedAt:.*/addedAt: $added_at/" "$file" echo "addedAt set to $added_at in $file." else sed -i "3iaddedAt: $added_at" "$file" echo "addedAt added as $added_at in $file." fi done ================================================ FILE: bot.md ================================================ --- layout: page nav_exclude: true permalink: /bot title: About the endoflife.date bot description: Some information about the endoflife.date bot - what it is and why it exists. --- endoflife.date user agent is the following: ``` endoflife.date-bot/1.0 (endoflife.date automation; +https://endoflife.date/bot) ``` If you are reading this page, you have likely noticed our user agent in your server logs. We understand that seeing an unfamiliar bot can raise questions. This page clarifies our bot's purpose and practices. endoflife.date is an open-source community website dedicated to documenting End-of-Life (EOL) dates and support lifecycles for various products. Our goal is to provide accurate and up-to-date information to help users and organizations plan their software and hardware upgrades effectively. To help achieve this, we have developed a bot that automates the collection of information from various websites, including yours. We want to assure you that our bot is designed to be as respectful and non-intrusive as possible. Here are some key points about our scraping practices: - **Selective Scraping:** Our bot only scrapes a few selected pages relevant to our mission; it does not indiscriminately crawl entire websites. - **Respect for Cache Directives:** We respect the cache directives set by your server. If none are set, we keep the website page in our cache for one day to minimize requests. We kindly ask that you continue authorizing our user agent to access your site. Your cooperation helps us maintain accurate and up-to-date information for the benefit of the entire community. If you are unable to authorize our bot, we understand and respect your decision. In such cases, please let us know by opening an issue on our GitHub repository: [endoflife-date/endoflife.date/issues](https://github.com/endoflife-date/endoflife.date/issues). This will allow us to deactivate our bot for your site and explore alternative ways to collect the necessary information. Thank you for your understanding and support. The endoflife.date Team ================================================ FILE: browserconfig.xml ================================================ --- # See https://webmasters.stackexchange.com/q/131077 # Setting a layout forces Jekyll to render this file. layout: null --- #2d89ef ================================================ FILE: humans.txt ================================================ /* TEAM */ Team: https://github.com/orgs/endoflife-date/people Contributors: https://github.com/endoflife-date/endoflife.date/graphs/contributors /* SITE */ Software: Jekyll, Netlify, GitHub, Ruby, GitHub Actions Components: Just the Docs Jekyll Theme, Stoplight Elements, Swagger UI, Simple Icons Logo: adaptation of "An hourglass in a round icon" by David Abián and Serhio Magpie (https://commons.wikimedia.org/wiki/File:Hourglass_icon_%28orange%29.svg) ================================================ FILE: index.md ================================================ --- layout: page nav_exclude: true search_exclude: true title: Home description: Check end-of-life, support schedule, and release timelines for more than 380+ products at one place. # This is the content for the website homepage (https://endoflife.date/) --- End-of-life (EOL) and support information is [often hard to track, or very badly presented](https://twitter.com/captn3m0/status/1110504412064239617). endoflife.date documents EOL dates and support lifecycles for various products. endoflife.date aggregates data from various sources and presents it in an understandable and succinct manner. It also makes the data available using an [easily accessible API](/docs/api/v1/) and has iCalendar support. endoflife.date currently tracks {{ site.pages | where: "layout", "product" | size }} products. Here are some of our most popular pages: | Programming | [Python](/python) | [Java](/tags/java-distribution) | [Node.js](/nodejs) | [PHP](/php) | | Devices | [iPhone](/iphone) | [iPad](/ipad) | [Samsung](/samsung-mobile) | [Google Pixel](/pixel) | | Databases | [MongoDB](/mongodb) | [PostgreSQL](/postgresql) | [Redis](/redis) | [MySQL](/mysql) | | Operating Systems | [Windows](/windows) | [Android](/android) | [macOS](/macos) | [Linux](/tags/linux-distribution) | | Frameworks | [Angular](/angular) | [Django](/django) | [Ruby on Rails](/rails) | [.NET](/dotnet) | | Desktop Applications | [Firefox](/firefox) | [Internet Explorer](/internet-explorer) | [Godot](/godot) | [Unity](/unity) | | Server Applications | [Nginx](/nginx) | [Kubernetes](/kubernetes) | [Tomcat](/tomcat) | [HAProxy](/haproxy) | | Cloud Services | [Amazon Elastic Kubernetes Service](/amazon-eks) | [Google Kubernetes Engine](/google-kubernetes-engine) | [Azure Kubernetes Service](/azure-kubernetes-service) | [Alibaba ACK](/alibaba-ack) | | Standards | [PCI-DSS](/pci-dss) | [TLS](/tls) | ## Last added products ⚛️
    {% assign products = site.pages | where: "layout", "product" | sort: "addedAt" | reverse %} {% for product in products limit:5 %}
  • {{ product.title }} ({{ product.addedAt | date_to_long_string }})
  • {% endfor %}
## Contributing Want to contribute? Great! We try to make it easy, and all contributions, even the smaller ones, are more than welcome. This includes [new product suggestion or addition](https://github.com/endoflife-date/endoflife.date/issues/new?assignees=&labels=request&template=new_product_suggestion.md&title=), [existing product updates](https://github.com/endoflife-date/endoflife.date/issues/new?assignees=&labels=bug&template=report_incorrect_details.md&title=), [feature request](https://github.com/endoflife-date/endoflife.date/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=), bug reports, fixes... Take a look at [our contribution guide](https://github.com/endoflife-date/endoflife.date/blob/master/CONTRIBUTING.md) for more information. If you maintain release information for a product (end-of-life dates or support information), we also have a [set of recommendations](/recommendations) along with a checklist on some best practices for publishing this information. And do not hesitate to [play with our API](/docs/api/v1/). Here are a few awesome tools that already did it: [norwegianblue](https://github.com/hugovk/norwegianblue), [end_of_life](https://github.com/MatheusRich/end_of_life), and [cicada](https://github.com/mcandre/cicada). Find more on [our Known Users page](https://github.com/endoflife-date/endoflife.date/wiki/Known-Users). [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://opensource.guide/how-to-contribute/#opening-a-pull-request) [![powered by Jekyll](https://img.shields.io/badge/powered_by-Jekyll-blue.svg)](https://jekyllrb.com/) [![Website shields.io](https://img.shields.io/website-up-down-green-red/https/endoflife.date.svg)](https://endoflife.date/) [![made-with-Markdown](https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg)](https://commonmark.org) [![](https://img.shields.io/badge/Hacktoberfest-Welcome-green)](https://github.com/endoflife-date/endoflife.date/issues/408) [![Gitter](https://img.shields.io/badge/chat%20on-gitter-green)](https://gitter.im/endoflife-date/community) ## Sponsors [![Powered by Netlify](https://www.netlify.com/v3/img/components/netlify-light.svg)](https://www.netlify.com) ================================================ FILE: manifest.json ================================================ --- # See https://web.dev/add-manifest/ # Setting a layout forces Jekyll to render this file. layout: null --- { "name": "endoflife.date", "short_name": "endoflife", "icons": [ { "src": "{{ '/assets/logo-192x192.png' | absolute_url }}", "sizes": "192x192", "type": "image/png" }, { "src": "{{ '/assets/logo-512x512.png' | absolute_url }}", "sizes": "512x512", "type": "image/png" } ], "start_url": "{{ '/' | absolute_url }}?utm_source=homescreen", "theme_color": "#ffffff", "background_color": "#ffffff", "display": "standalone" } ================================================ FILE: netlify.toml ================================================ [build] command = """ ./bin/deploy.sh """ publish = "_site/" [context.deploy-preview] command = """ ./bin/deploy.sh $DEPLOY_PRIME_URL """ [[plugins]] package = "netlify-plugin-submit-sitemap" ================================================ FILE: package.json ================================================ { "devDependencies": { "netlify-plugin-submit-sitemap": "^0.4.0" } } ================================================ FILE: pages/help/identifiers-needed.md ================================================ --- layout: default nav_exclude: true title: "Help: Identifiers Needed" description: Help add more identifiers to the site permalink: /help/identifiers-needed/ --- endoflife.date maintains machine-readable identifiers for various products to help the SBOM ecosystem and other projects. We need your help to add more identifiers to the site. ## What are Identifiers? We currently use the following identifiers: 1. [Repology](https://repology.org) Project Identifiers. We use these to link to various package repositories and distributions. 2. [Package URL](https://github.com/package-url/purl-spec) Identifiers (`pkg:`). We use these to link to packages that are not present in Repology, such as Docker Images, Third-party linux repos, and more. 3. [NVD CPE](https://nvd.nist.gov/products/cpe) Identifiers. Primarily used where repology/purl does not work, such as on devices and operating-systems. ## How can you help For any of the pages below, click the edit link, and add a new field in the YAML called `identifiers`. Here's some sample identifiers that we use across our various pages: ```yaml identifiers: # links the product to the https://repology.org/project/package-name/information - repology: package-name # See the PURL spec https://github.com/package-url/purl-spec # for details, and avoid packages that are already mentioned on # the repology page # Common examples would be to use # - pkg:os to document operating systems (https://github.com/package-url/purl-spec/pull/161) # - pkg:github to link to GitHub pages # - pkg:golang/pypi/gem/maven/npm etc for common package managers # - pkg:docker for linking to docker images on Docker Hub - purl: pkg:package-manager/package-name # A few sample PURLS from our various products - purl: pkg:docker/library/amazonlinux - purl: pkg:apk/alpine/sqlite - purl: pkg:oci/csi-node-driver-registrar?repository_url=k8s.gcr.io/sig-storage - purl: pkg:github/kubernetes-csi/node-driver-registrar - purl: pkg:golang/github.com/kubernetes-csi/node-driver-registrar - purl: pkg:generic/firefox - purl: pkg:maven/org.apache.zookeeper/zookeeper - purl: pkg:oci/etcd?repository_url=quay.io/repository/coreos - purl: pkg:brew/liberica-jdk17 - purl: pkg:scoop/liberica17 - purl: pkg:chocolatey/libericajdk - purl: pkg:winget/BellSoft.LibericaJDK.8 ``` ## Pages without Identifiers
    {%- for page in site.html_pages %} {%- if page.layout == 'product' and page.identifiers.size == 0 %}
  • {{ page.title }} - Edit
  • {%- endif %} {%- endfor %}
================================================ FILE: product-schema.json ================================================ { "$schema": "http://json-schema.org/schema#", "type": "object", "properties": { "title": { "title": "Title", "description": "The title of this product", "type": "string" }, "versionCommand": { "title": "Version command", "description": "Command to fetch the products version.", "examples": ["helm version", "go version"], "type": "string" }, "releasePolicyLink": { "title": "Release policy link", "description": "URL to the product's release policy page.", "type": "string", "format": "uri" }, "iconUrl": { "title": "Icon url", "description": "URL to the product icon.", "type": "string", "format": "uri" }, "category": { "title": "Category", "description": "Specify the category of this product.", "enum": [ "app", "db", "device", "framework", "lang", "library", "os", "server-app", "service", "standard" ] }, "permalink": { "title": "Permalink", "description": "The URL to this product within the endoflife.date website. Must start with a slash.", "examples": ["/foo", "/bar"], "$ref": "#/$defs/slug" }, "tags": { "title": "Tags", "description": "Tags which fit this product. Only lowercase, numbers and minus are allowed. Separated via spaces.", "type": "string", "pattern": "^[a-z0-9\\-]+( [a-z0-9\\-]+)*$", "examples": ["foo bar"] }, "alternate_urls": { "title": "Alternate URLs", "description": "Array of alternate urls for this product within the endoflife.date website. Must start with a slash.", "type": "array", "items": { "$ref": "#/$defs/slug" } }, "auto": { "type": "object", "required": ["methods"], "properties": { "cumulative": { "title": "Mark auto-update as being cumulative (optional, default = false)", "description": "When true, data won't be deleted before fetching new data.\nActivating cumulative updates is not recommended for most products, but could be useful for products that:\n - have a long history of releases that is long to fetch,\n - have a history of releases that is not available anymore.", "type": "boolean" }, "methods": { "title": "Auto-update configs", "description": "See https://github.com/endoflife-date/endoflife.date/wiki/Automation", "type": "array", "items": { "$ref": "#/$defs/automethod" } } } }, "customFields": { "title": "Custom fields", "description": "Array of custom fields for this product's releases.", "type": "array", "items": { "$ref": "#/$defs/customField" } }, "releases": { "title": "Releases", "description": "Array of releases for this product.", "type": "array", "items": { "$ref": "#/$defs/release" } } }, "required": ["title", "category", "permalink", "releases"], "$defs": { "boolOrDate": { "oneOf": [ { "type": "string", "format": "date" }, { "type": "boolean" } ] }, "boolOrString": { "oneOf": [ { "type": "string" }, { "type": "boolean" } ] }, "slug": { "type": "string", "pattern": "^/" }, "template": { "title": "Template", "description": "Template which will be used to create the final release.", "type": "string" }, "regex": { "title": "Regex", "description": "Regex which will be used to filter the versions.", "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "string" } } ] }, "customField": { "type": "object", "properties": { "name": { "title": "Name", "description": "Name of the custom field.", "examples": ["supportedIosVersions", "correspondingAndroidVersion"], "type": "string" }, "display": { "title": "Display", "description": "Where to display the custom field.", "enum": [ "none", "api-only", "after-release-column", "before-latest-column", "after-latest-column" ] }, "label": { "title": "Label", "description": "Label of the custom column.", "type": "string" }, "description": { "title": "Description", "description": "A description of what the custom column contains.", "type": "string" }, "link": { "title": "Link", "description": "A link that gives more information about what the custom column contains.", "type": "string", "format": "uri-template" } }, "required": ["property", "position", "label"] }, "automethod": { "oneOf": [ { "type": "object", "properties": { "git": { "title": "Git", "description": "URL to git repo. Fetches releases from tags.", "type": "string" }, "regex": { "$ref": "#/$defs/regex" }, "regex_exclude": { "$ref": "#/$defs/regex" }, "template": { "$ref": "#/$defs/template" } }, "required": ["git"], "additionalProperties": false }, { "type": "object", "properties": { "npm": { "title": "Npm", "description": "Name of the npm package to track.", "type": "string" }, "regex": { "$ref": "#/$defs/regex" }, "regex_exclude": { "$ref": "#/$defs/regex" }, "template": { "$ref": "#/$defs/template" } }, "required": ["npm"], "additionalProperties": false }, { "type": "object", "properties": { "docker_hub": { "title": "Dockerhub", "description": "Image name on dockerhub to track.", "type": "string" }, "regex": { "$ref": "#/$defs/regex" }, "regex_exclude": { "$ref": "#/$defs/regex" }, "template": { "$ref": "#/$defs/template" } }, "required": ["docker_hub"], "additionalProperties": false }, { "type": "object", "properties": { "distrowatch": { "title": "Distrowatch", "description": "Name of the distro on distrowatch.", "type": "string" }, "regex": { "$ref": "#/$defs/regex" }, "regex_exclude": { "$ref": "#/$defs/regex" }, "template": { "$ref": "#/$defs/template" } }, "required": ["distrowatch"], "additionalProperties": false }, { "type": "object", "properties": { "custom": { "title": "Custom", "description": "Use a custom script in the release-data repo.", "type": "boolean" } }, "additionalProperties": false }, { "type": "object", "properties": { "github_releases": { "title": "Github releases", "description": "Github repo to track the releases from in the format {author}/{repo}.", "type": "string" }, "regex": { "$ref": "#/$defs/regex" }, "regex_exclude": { "$ref": "#/$defs/regex" } }, "required": ["github_releases"], "additionalProperties": false }, { "type": "object", "properties": { "pypi": { "title": "Pypi", "description": "Package name on PyPI.", "type": "string" }, "regex": { "$ref": "#/$defs/regex" }, "regex_exclude": { "$ref": "#/$defs/regex" }, "template": { "$ref": "#/$defs/template" } }, "required": ["pypi"], "additionalProperties": false }, { "type": "object", "properties": { "maven": { "title": "Maven", "description": "Package name on Maven.", "type": "string" }, "regex": { "$ref": "#/$defs/regex" }, "regex_exclude": { "$ref": "#/$defs/regex" }, "template": { "$ref": "#/$defs/template" } }, "required": ["maven"], "additionalProperties": false }, { "type": "object", "properties": { "cgit": { "title": "Cgit", "description": "Fetch versions (from tags) with their dates from a cgit repository.", "type": "string" }, "regex": { "$ref": "#/$defs/regex" }, "regex_exclude": { "$ref": "#/$defs/regex" }, "template": { "$ref": "#/$defs/template" } }, "required": ["cgit"], "additionalProperties": false } ] }, "release": { "type": "object", "properties": { "releaseCycle": { "title": "releaseCycle", "description": "The release cycle which this release is part of.", "examples": ["1", "1.0"], "type": "string", "pattern": "^[a-z0-9.\\-+_]+$" }, "link": { "title": "Link", "description": "Link to changelog for the latest release in this cycle, or null if unavailable.", "oneOf": [ { "type": "string", "format": "uri" }, { "type": "null" } ] }, "releaseLabel": { "title": "Release label", "description": "The human-readable name of this release.", "type": "string" }, "eolColumn": { "title": "EOL column", "description": "Whether to show the EOL column, or a custom name for it.", "examples": ["General Support", false], "$ref": "#/$defs/boolOrString" }, "eol": { "title": "End of Life (EOL)", "description": "End of all support, including security support. Date in the `yyyy-mm-dd` format, or `false` if not determined.", "$ref": "#/$defs/boolOrDate" }, "eoasColumn": { "title": "End of active support (EOAS) column", "description": "Whether to show the end of active support column, or a custom name for it.", "$ref": "#/$defs/boolOrString" }, "eoas": { "title": "End of active support (EOAS)", "description": "End of active support. Date in the `yyyy-mm-dd` format, or `false` if not determined.", "$ref": "#/$defs/boolOrDate" }, "eoesColumn": { "title": "End of extended support column", "description": "Whether to show the end of extended support column, or a custom name for it.", "$ref": "#/$defs/boolOrString" }, "eoes": { "title": "End of extended support (EOES)", "description": "End of extended support. Date in the `yyyy-mm-dd` format, or `false` if not determined.", "$ref": "#/$defs/boolOrDate" }, "discontinuedColumn": { "title": "Discontinued column", "description": "Whether to show the discontinued column, or a custom name for it.", "$ref": "#/$defs/boolOrString" }, "discontinued": { "title": "Discontinued", "description": "Whether this device version is no longer in production. Date in the `yyyy-mm-dd` format, or `false` if not determined.", "$ref": "#/$defs/boolOrDate" }, "releaseDateColumn": { "title": "Release date column", "description": "Whether to show the release date column, or a custom name for it.", "$ref": "#/$defs/boolOrString" }, "releaseDate": { "title": "Release date", "description": "Release date for the first release in this cycle.", "type": "string", "format": "date" }, "latestColumn": { "title": "Release column", "description": "Whether to show the release column, or a custom name for it.", "$ref": "#/$defs/boolOrString" }, "latest": { "title": "Latest release", "description": "The latest release in this cycle.", "type": "string" }, "latestReleaseDate": { "title": "Latest release date", "description": "The date of the latest release.", "type": "string", "format": "date" } }, "allOf": [ { "if": { "required": ["eolColumn"], "properties": { "eolColumn": { "type": "string" } } }, "then": { "required": ["eol"] } }, { "if": { "required": ["eoasColumn"], "properties": { "eoasColumn": { "type": "string" } } }, "then": { "required": ["eoas"] } }, { "if": { "required": ["eoesColumn"], "properties": { "eoesColumn": { "type": "string" } } }, "then": { "required": ["eoes"] } }, { "if": { "required": ["discontinuedColumn"], "properties": { "discontinuedColumn": { "type": "string" } } }, "then": { "required": ["discontinued"] } }, { "if": { "required": ["releaseDateColumn"], "properties": { "releaseDateColumn": { "type": "string" } } }, "then": { "required": ["releaseDate"] } }, { "if": { "required": ["latestColumn"], "properties": { "latestColumn": { "type": "string" } } }, "then": { "required": ["latest"] } } ], "required": ["releaseCycle"] } } } ================================================ FILE: products/adonisjs.md ================================================ --- title: AdonisJS addedAt: 2025-08-18 category: framework tags: javascript-runtime iconSlug: adonisjs permalink: /adonisjs alternate_urls: - /adonis versionCommand: npm list --depth=0 @adonisjs/core changelogTemplate: https://github.com/adonisjs/core/releases/tag/v__LATEST__ auto: methods: - git: https://github.com/adonisjs/core.git identifiers: - purl: pkg:github/adonisjs/core - purl: pkg:npm/%40adonisjs/core # eol(x) = releaseDate(x+1) releases: - releaseCycle: "7" releaseDate: 2026-02-25 eol: false latest: "7.1.1" latestReleaseDate: 2026-03-18 - releaseCycle: "6" releaseDate: 2023-02-20 eol: false latest: "6.20.0" latestReleaseDate: 2026-02-05 - releaseCycle: "5" releaseDate: 2020-10-11 eol: 2023-02-20 latest: "5.9.0" latestReleaseDate: 2022-11-22 --- > [AdonisJS](https://adonisjs.com/) AdonisJS is a TypeScript-first web framework for building web apps and API servers. > It comes with support for testing, modern tooling, an ecosystem of official packages, and more. AdonisJS follows [semantic versioning](https://semver.org). Release, support, and EOL policies are not documented. Looking at the recent release history, it seems that only the latest release is supported with bug and security fixes. ================================================ FILE: products/akeneo-pim.md ================================================ --- title: Akeneo PIM addedAt: 2023-08-01 category: server-app tags: php-runtime permalink: /akeneo-pim releasePolicyLink: https://help.akeneo.com/en_US/akeneo-pim/akeneo-pim-product-support-dates changelogTemplate: https://github.com/akeneo/pim-community-dev/blob/__RELEASE_CYCLE__/CHANGELOG-__RELEASE_CYCLE__.md releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" eolColumn: Support identifiers: - cpe: cpe:/a:akeneo:product_information_management - cpe: cpe:2.3:a:akeneo:product_information_management - purl: pkg:github/akeneo/pim-community-dev auto: methods: - git: https://github.com/akeneo/pim-community-dev.git - release_table: https://help.akeneo.com/en_US/akeneo-pim/akeneo-pim-product-support-dates selector: "table:nth-of-type(1)" fields: releaseCycle: column: "Version" regex_exclude: "^2.[1-3]" # 2.1 to 2.3 only contained enterprise fixes or improvements. eol: "End of support date" releases: - releaseCycle: "7.0" codename: "Sahara hare" releaseDate: 2023-01-05 eol: 2026-09-30 latest: "7.0.84" latestReleaseDate: 2025-12-31 - releaseCycle: "6.0" codename: "Buccaneer Bunny" releaseDate: 2022-02-04 eol: 2023-09-30 latest: "6.0.113" latestReleaseDate: 2024-10-08 - releaseCycle: "5.0" codename: "Bully for Bugs" releaseDate: 2020-12-31 eol: 2022-09-30 latest: "5.0.120" latestReleaseDate: 2023-02-08 - releaseCycle: "4.0" codename: "Hare Tonic" releaseDate: 2020-01-15 eol: 2021-08-31 latest: "4.0.126" latestReleaseDate: 2021-11-16 - releaseCycle: "3.2" codename: "Rabbit Transit" releaseDate: 2019-07-24 eol: 2021-05-31 latest: "3.2.84" latestReleaseDate: 2021-05-17 - releaseCycle: "3.1" codename: "Slick Hare" releaseDate: 2019-04-30 eol: 2019-07-20 latest: "3.1.18" latestReleaseDate: 2019-08-06 - releaseCycle: "3.0" codename: "Super-Rabbit" releaseDate: 2019-02-06 eol: 2020-08-31 latest: "3.0.84" latestReleaseDate: 2020-08-19 # Versions 2.1 to 2.3 only contained enterprise fixes or improvements. - releaseCycle: "2.0" codename: "Rebel Rabbit" releaseDate: 2017-09-28 eol: 2019-04-30 latest: "2.0.52" latestReleaseDate: 2019-04-23 - releaseCycle: "1.7" codename: "The Old Grey Hare" releaseDate: 2017-03-14 eol: 2019-04-30 latest: "1.7.41" latestReleaseDate: 2019-04-04 - releaseCycle: "1.6" codename: "Wackiki Wabbit" releaseDate: 2016-08-30 eol: 2018-03-31 latest: "1.6.23" latestReleaseDate: 2018-04-03 - releaseCycle: "1.5" codename: "Fresh Hare" releaseDate: 2016-03-08 eol: 2017-09-30 link: https://help.akeneo.com/en_US/everything-you-need-to-know-about-our-pim-versions#v15 latest: "1.5.27" latestReleaseDate: 2017-09-22 - releaseCycle: "1.4" codename: "Rhapsody Rabbit" releaseDate: 2015-09-23 eol: 2017-03-31 link: https://help.akeneo.com/en_US/everything-you-need-to-know-about-our-pim-versions#v14 latest: "1.4.28" latestReleaseDate: 2016-12-13 - releaseCycle: "1.3" codename: "Hare Force" releaseDate: 2015-02-12 eol: 2016-09-30 link: https://help.akeneo.com/en_US/everything-you-need-to-know-about-our-pim-versions#v13 latest: "1.3.41" latestReleaseDate: 2016-04-01 - releaseCycle: "1.2" codename: "Acrobatty Bunny" releaseDate: 2014-08-28 eol: 2015-08-18 # not documented link: null latest: "1.2.37" latestReleaseDate: 2015-08-18 - releaseCycle: "1.1" codename: "Rabbit Punch" releaseDate: 2014-04-16 eol: 2014-07-22 # not documented link: null latest: "1.1.3" latestReleaseDate: 2014-07-22 - releaseCycle: "1.0" codename: "Hare We Go" releaseDate: 2014-03-06 eol: 2016-03-31 link: https://help.akeneo.com/en_US/everything-you-need-to-know-about-our-pim-versions#v10 latest: "1.0.3" latestReleaseDate: 2014-03-27 --- > [Akeneo PIM](https://www.akeneo.com/akeneo-pim-community-edition/) is a Product Information > Management (PIM) solution that provides a single place to collect, manage, and enrich product > information, create a product catalog, and distribute it to sales and eCommerce channels. {: .warning } > This page mainly tracks releases for the free and open-source offering named _Akeneo PIM Community > Edition_. Akeneo PIM does not follow a documented release policy. But looking at the latest releases, it seems that there is a new major release every year, with frequent patch versions containing bug fixes for supported releases in between. All active releases, along with their EOL dates, are documented [on their help center](https://help.akeneo.com/en_US/akeneo-pim/akeneo-pim-product-support-dates). ================================================ FILE: products/alibaba-ack.md ================================================ --- title: Alibaba ACK addedAt: 2025-03-18 category: service tags: alibaba managed-kubernetes iconSlug: alibabacloud permalink: /alibaba-ack alternate_urls: - /ack versionCommand: kubectl version releasePolicyLink: https://www.alibabacloud.com/help/en/ack/ack-managed-and-ack-dedicated/user-guide/support-for-kubernetes-versions latestColumn: false eolColumn: End of Support auto: disabled: true # https://www.alibabacloud.com is protected by anti-bot measures methods: - release_table: https://www.alibabacloud.com/help/en/ack/ack-managed-and-ack-dedicated/user-guide/support-for-kubernetes-versions/ header_selector: "tr:nth-of-type(1)" fields: releaseCycle: "Version" releaseDate: "ACK Release date" eol: column: "ACK end of life date" regex: '^(?P.+\s+\d+).*$' releases: - releaseCycle: "1.34" releaseDate: 2025-09-30 eol: 2026-09-30 - releaseCycle: "1.33" releaseDate: 2025-05-31 eol: 2026-05-31 - releaseCycle: "1.32" releaseDate: 2025-01-31 eol: 2026-01-31 - releaseCycle: "1.31" releaseDate: 2024-09-30 eol: 2025-09-30 - releaseCycle: "1.30" releaseDate: 2024-06-30 eol: 2026-06-30 - releaseCycle: "1.28" releaseDate: 2023-10-31 eol: 2025-10-31 - releaseCycle: "1.26" releaseDate: 2023-04-30 eol: 2025-04-30 - releaseCycle: "1.24" releaseDate: 2022-09-30 eol: 2024-09-30 - releaseCycle: "1.22" releaseDate: 2021-12-31 eol: 2023-10-31 - releaseCycle: "1.20" releaseDate: 2021-04-30 eol: 2023-04-30 - releaseCycle: "1.18" releaseDate: 2020-09-30 eol: 2022-09-30 - releaseCycle: "1.16" releaseDate: 2020-02-29 eol: 2022-06-30 - releaseCycle: "1.14" releaseDate: 2019-08-31 eol: 2021-07-31 - releaseCycle: "1.12" releaseDate: 2019-03-31 eol: 2020-12-31 --- > [Alibaba Container Service for Kubernetes (ACK)](https://www.alibabacloud.com/en/product/kubernetes) is a managed > service that can be used to run Kubernetes on Alibaba Cloud without needing to install, operate, and maintain a > Kubernetes control plane or nodes. ACK runs patched Kubernetes versions and is certified Kubernetes conformant for a > predictable experience. The Kubernetes community releases a new minor version approximately every four months. ACK aligns with the upstream release cycle, iterating through the creation, maintenance, and discontinuation of Kubernetes versions. Starting from v1.31, ACK has expanded its support for Kubernetes versions from only even-numbered minor releases, such as v1.28 and v1.30, to include all minor versions. Additionally, for Kubernetes minor versions 1.31 and later, the ACK support cycle has been adjusted to one year. ## Upgrading ACK enables updating ACK clusters from one minor version to the next consecutive minor version. Skipping minor versions or rolling back to an earlier version is not supported. For example, updating a Kubernetes 1.30 cluster to Kubernetes 1.32 requires updating the cluster to Kubernetes 1.31 first. ACK allows updating an ACK cluster to the latest patch version only. Updating to outdated patch versions is not possible. ## Platform Versions The Kubernetes versions supported by ACK follow the semantic versioning scheme in the `x.y.z-aliyun.n` format. `x.y.z` is the open source Kubernetes version, and `n` is the ACK patch version. Minor Kubernetes versions are typically made available on Alibaba Cloud within two weeks of their release. Patch Kubernetes versions may be accepted or not depending on the risk level of the fixed issues. Patch Kubernetes versions containing high-severity vulnerability are assessed within 24 hours after their release. ================================================ FILE: products/alibaba-dragonwell.md ================================================ --- title: Alibaba Dragonwell addedAt: 2023-04-07 category: lang tags: alibaba java-distribution iconSlug: openjdk permalink: /alibaba-dragonwell alternate_urls: - /dragonwell versionCommand: java -version releasePolicyLink: https://github.com/dragonwell-project/dragonwell21/wiki/Alibaba-Dragonwell-Support changelogTemplate: "https://github.com/dragonwell-project/dragonwell__RELEASE_CYCLE__/wiki/Alibaba-Dragonwell-__RELEASE_CYCLE__-Standard-Edition-Release-Notes" # The repology ones are only AUR right now # The docker images and rpm repo are official ones, # and the yum repo is the official one. identifiers: - repology: jdk8-dragonwell-extended - repology: jdk8-dragonwell-standard - repology: jdk17-dragonwell-standard - repology: jdk11-dragonwell-extended - repology: jdk11-dragonwell-standard - purl: pkg:docker/alibabadragonwell/dragonwell # Alibaba Cloud Linux OS plus repository, but only for x86_64 architecture - purl: pkg:rpm/aliyun/java-1.8.0-alibaba-dragonwell?repository_url=http://mirrors.aliyun.com/alinux/2.1903/plus/x86_64/ # There is one repository for each major LTS release. # And yes, tagging at Alibaba is a mess! auto: methods: - git: "https://github.com/dragonwell-project/dragonwell8.git" regex: - '^dragonwell-standard-(?P[\d\.\+]+)_jdk.+-ga$' - '^dragonwell-(?P[\d\.\+]+)_jdk.+-ga$' - '^dragonwell-(?P[\d\.\+]+)-GA$' - '^v(?P[\d\.\+]+)-GA$' template: "{{version}}" - git: "https://github.com/dragonwell-project/dragonwell11.git" regex: - '^dragonwell-standard-(?P[\d\.\+]+)_jdk.+-ga$' - '^dragonwell[-_](?P[\d\.\+]+)_.+-ga$' template: "{{version}}" - git: "https://github.com/dragonwell-project/dragonwell17.git" regex: - '^dragonwell-standard-(?P17[\d\.\+]+)_jdk.+-ga$' - '^dragonwell-(?P17[\d\.\+]+)_jdk.+-ga$' - '^jdk-(?P17[\d\.\+]+)-ga$' template: "{{version}}" - git: "https://github.com/dragonwell-project/dragonwell21.git" regex: - '^dragonwell-standard-(?P21[\d\.\+]+)_jdk.+-ga$' - '^dragonwell-(?P21[\d\.\+]+)_jdk.+-ga$' - '^jdk-(?P21[\d\.\+]+)-ga$' template: "{{version}}" - release_table: https://github.com/dragonwell-project/dragonwell21/wiki/Alibaba-Dragonwell-Support fields: releaseCycle: "Dragonwell Version" eol: column: "End of Public Updates" regex: '^.*(?P\w{3} \d{4}).*$' template: "{{date}}" # Remember to update the "auto" configuration and the "releasePolicyLink" on each new major release. releases: - releaseCycle: "21" lts: true releaseDate: 2023-11-24 # The first official release is 21.0.1. eol: 2029-11-30 latest: "21.0.10.0.10+7" latestReleaseDate: 2026-02-28 - releaseCycle: "17" lts: true releaseDate: 2021-10-18 # The first official release is 17.0.1. eol: 2027-09-30 latest: "17.0.18.0.19+8" latestReleaseDate: 2026-02-04 - releaseCycle: "11" lts: true releaseDate: 2020-07-20 # The first official release is 11.0.7.2. eol: 2027-09-30 latest: "11.0.30.26" latestReleaseDate: 2026-03-04 - releaseCycle: "8" lts: true releaseDate: 2019-06-24 eol: 2026-06-30 latest: "8.28.27" latestReleaseDate: 2026-03-04 link: https://github.com/dragonwell-project/dragonwell8/wiki/Alibaba-Dragonwell8-Standard-Edition-Release-Notes --- > [Alibaba Dragonwell](https://dragonwell-jdk.io/) is a [GPLv2 with CPE](https://openjdk.org/legal/gplv2+ce.html) > licensed build of the Open Java Development Kit (OpenJDK) with long-term support and patches from > Alibaba. It is available in two editions: a Standard Edition for general usage and an Extended > Edition optimized for the Alibaba cloud. Both editions are certified using the [AQAvit quality > verification suite](https://adoptium.net/aqavit/). It is available on Linux, Windows, and Docker. Dragonwell builds are only released for LTS OpenJDK releases (8, 11, 17, 21...), and following the OpenJDK release cadence — a new major version every two years (since 2021) supported for at least four years with quarterly maintenance/security updates (typically January, April, July, and October). Dragonwell is one of the many builds of OpenJDK. For recommendations on which JDK build to use, check out [whichjdk.com](https://whichjdk.com/#alibaba-dragonwell). *[LTS]: Long-Term Support ================================================ FILE: products/almalinux.md ================================================ --- title: AlmaLinux OS addedAt: 2022-03-20 category: os tags: linux-distribution iconSlug: almalinux permalink: /almalinux alternate_urls: - /alma-linux - /alma versionCommand: cat /etc/os-release releasePolicyLink: https://wiki.almalinux.org/release-notes/ changelogTemplate: https://wiki.almalinux.org/release-notes/__LATEST__.html eoasColumn: true identifiers: - cpe: cpe:/o:almalinux:almalinux - cpe: cpe:2.3:o:almalinux:almalinux auto: methods: - distrowatch: alma regex: '^Distribution Release: AlmaLinux OS (?P\d).(?P\d+)$' releases: - releaseCycle: "10" releaseLabel: "AlmaLinux OS 10" releaseDate: 2025-05-27 eoas: 2030-05-31 eol: 2035-05-31 latest: "10.1" latestReleaseDate: 2025-11-24 link: https://almalinux.org/blog/2025-11-24-almalinux_101_release/ - releaseCycle: "9" releaseLabel: "AlmaLinux OS 9" releaseDate: 2022-05-26 eoas: 2027-05-31 eol: 2032-05-31 latest: "9.7" latestReleaseDate: 2025-11-17 link: https://almalinux.org/blog/2025-11-17-almalinux_97_release/ - releaseCycle: "8" releaseLabel: "AlmaLinux OS 8" releaseDate: 2021-03-30 eoas: 2024-05-01 eol: 2029-03-01 latest: "8.10" latestReleaseDate: 2024-05-28 link: https://almalinux.org/blog/2024-05-28-announcing-810-stable/ --- > [AlmaLinux OS](https://almalinux.org/) is an open source, community-owned and governed, forever-free enterprise Linux distribution. > It is focused on long-term stability, providing a robust production-grade platform. > AlmaLinux OS is binary-compatible with [RHEL](https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux). > It is owned and controlled by the non-profit AlmaLinux OS Foundation, > and managed by a community-elected board of directors and the self-managed AlmaLinux Engineering Steering Committee. AlmaLinux OS attempts to release regular updates within 1 business day of RHEL. Each release, like RHEL, comes with a 10-year lifecycle. Major releases are typically available within a few days to a few weeks following a major RHEL release. ## Improvements and differences from RHEL ### Lifecycles Unlike RHEL, each minor version reaches their end of life when the new version is released. For example, AlmaLinux OS 9.2 reached its end of life with the release of AlmaLinux OS 9.3. ### Feature additions In June 2023, Red Hat announced that they would no longer be providing the source code that AlmaLinux and others used to build RHEL-like OSes for public consumption without the creation of a user account. The user agreement indicates that Red Hat reserves the right to terminate a relationship with anyone who uses Red Hat's code to create a distribution. AlmaLinux has agreed to build their OS in the way that Red Hat requested. As a result of that change, the project has also been able to adopt differentiations from Red Hat to better serve its community. Those differences are outlined in each version's release notes but primarily include extending hardware support that RHEL has removed, adding architecture support beyond what Red Hat provides, and enabling support for technologies like KVM and SPICE. ### CVE and bug patches Occasionally, the AlmaLinux community requests a bug or security flaw be patched ahead of it being patched in RHEL. When the AlmaLinux project complies with those requests, there is an announcement that comes with the release. Additionally, the patch included outside the upstream release cycle is reverted in the event that a patch is eventually released upstream. One example of this was with [CVE-2024-1086](https://almalinux.org/blog/2024-04-02-xz-and-cve-2024-1086/). You can also see a full list of modified packages for each version of AlmaLinux OS on the [AlmaLinux Wiki](https://wiki.almalinux.org/development/Modified-packages.html). ### Support The AlmaLinux community provides support for itself in the various places that the community gathers. Commercial and extended support is available through third party companies. AlmaLinux provides a list of those companies who have also sponsored the project on the website's front page. *[RHEL]: Red Hat Enterprise Linux ================================================ FILE: products/alpine-linux.md ================================================ --- title: Alpine Linux addedAt: 2019-05-27 category: os tags: linux-distribution iconSlug: alpinelinux permalink: /alpine-linux alternate_urls: - /alpine - /alpinelinux versionCommand: cat /etc/alpine-release releasePolicyLink: https://alpinelinux.org/releases/ identifiers: - cpe: cpe:/o:alpinelinux:alpine_linux - cpe: cpe:2.3:o:alpinelinux:alpine_linux - purl: pkg:swid/alpine?tag_id=alpine auto: methods: # upstream does not support filtering https://git.alpinelinux.org/aports - git: https://github.com/alpinelinux/aports.git - release_table: https://alpinelinux.org/releases/ fields: releaseCycle: "Branch" eol: column: "End of support" regex: '^.+(?P\d{4}-\d{2}-\d{2}).*$' template: "{{date}}" # For EOL see https://alpinelinux.org/releases/, estimation eol(x) = releaseDate(x) + 2 years releases: - releaseCycle: "3.23" releaseDate: 2025-12-04 eol: 2027-11-01 latest: "3.23.3" latestReleaseDate: 2026-01-27 link: https://alpinelinux.org/posts/Alpine-3.23.0-released.html - releaseCycle: "3.22" releaseDate: 2025-05-30 eol: 2027-05-01 latest: "3.22.3" latestReleaseDate: 2026-01-27 link: https://alpinelinux.org/posts/Alpine-3.22.0-released.html - releaseCycle: "3.21" releaseDate: 2024-12-05 eol: 2026-11-01 latest: "3.21.6" latestReleaseDate: 2026-01-27 link: https://alpinelinux.org/posts/Alpine-3.21.0-released.html - releaseCycle: "3.20" releaseDate: 2024-05-22 eol: 2026-04-01 latest: "3.20.9" latestReleaseDate: 2026-01-27 link: https://alpinelinux.org/posts/Alpine-3.17.10-3.18.9-3.19.4-3.20.3-released.html - releaseCycle: "3.19" releaseDate: 2023-12-07 eol: 2025-11-01 latest: "3.19.9" latestReleaseDate: 2025-10-08 link: https://alpinelinux.org/posts/Alpine-3.17.10-3.18.9-3.19.4-3.20.3-released.html - releaseCycle: "3.18" releaseDate: 2023-05-09 eol: 2025-05-09 latest: "3.18.12" latestReleaseDate: 2025-02-14 link: https://alpinelinux.org/posts/Alpine-3.17.10-3.18.9-3.19.4-3.20.3-released.html - releaseCycle: "3.17" releaseDate: 2022-11-22 eol: 2024-11-22 latest: "3.17.10" latestReleaseDate: 2024-09-06 link: https://alpinelinux.org/posts/Alpine-3.17.10-3.18.9-3.19.4-3.20.3-released.html - releaseCycle: "3.16" releaseDate: 2022-05-23 eol: 2024-05-23 latest: "3.16.9" latestReleaseDate: 2024-01-26 link: https://alpinelinux.org/posts/Alpine-3.16.9-3.17.7-3.18.6-released.html - releaseCycle: "3.15" releaseDate: 2021-11-24 eol: 2023-11-01 latest: "3.15.11" latestReleaseDate: 2023-11-30 link: https://alpinelinux.org/posts/Alpine-3.15.11-3.16.8-3.17.6-3.18.5-released.html - releaseCycle: "3.14" releaseDate: 2021-06-15 eol: 2023-05-01 latest: "3.14.10" latestReleaseDate: 2023-03-29 link: https://alpinelinux.org/posts/Alpine-3.14.10-3.15.8-3.16.5-released.html - releaseCycle: "3.13" releaseDate: 2021-01-14 eol: 2022-11-01 latest: "3.13.12" latestReleaseDate: 2022-08-09 link: https://alpinelinux.org/posts/Alpine-3.12.12-3.13.10-3.14.6-3.15.4-released.html - releaseCycle: "3.12" releaseDate: 2020-05-29 eol: 2022-05-01 latest: "3.12.12" latestReleaseDate: 2022-04-04 link: https://alpinelinux.org/posts/Alpine-3.12.12-3.13.10-3.14.6-3.15.4-released.html - releaseCycle: "3.11" releaseDate: 2019-12-19 eol: 2021-11-01 latest: "3.11.13" latestReleaseDate: 2021-11-12 link: https://alpinelinux.org/posts/Alpine-3.11.13-3.12.9-3.13.7-released.html - releaseCycle: "3.10" releaseDate: 2019-06-19 eol: 2021-05-01 latest: "3.10.9" latestReleaseDate: 2021-04-14 link: https://alpinelinux.org/posts/Alpine-3.10.9-3.11.11-3.12.7-released.html - releaseCycle: "3.9" releaseDate: 2019-01-29 eol: 2020-11-01 latest: "3.9.6" latestReleaseDate: 2020-04-23 link: https://alpinelinux.org/posts/Alpine-3.9.6-and-3.10.5-released.html - releaseCycle: "3.8" releaseDate: 2018-06-26 eol: 2020-05-01 latest: "3.8.5" latestReleaseDate: 2020-01-23 - releaseCycle: "3.7" releaseDate: 2017-11-30 eol: 2019-11-01 latest: "3.7.3" latestReleaseDate: 2019-03-06 - releaseCycle: "3.6" releaseDate: 2017-05-24 eol: 2019-05-01 latest: "3.6.5" latestReleaseDate: 2019-03-06 - releaseCycle: "3.5" releaseDate: 2016-12-22 eol: 2018-11-01 latest: "3.5.3" latestReleaseDate: 2018-09-11 - releaseCycle: "3.4" releaseDate: 2016-05-31 eol: 2018-05-01 latest: "3.4.6" latestReleaseDate: 2016-11-08 - releaseCycle: "3.3" releaseDate: 2015-12-19 eol: 2017-11-01 latest: "3.3.3" latestReleaseDate: 2016-03-24 - releaseCycle: "3.2" releaseDate: 2015-05-26 eol: 2017-05-01 latest: "3.2.3" latestReleaseDate: 2015-08-13 - releaseCycle: "3.1" releaseDate: 2014-12-10 eol: 2016-11-01 latest: "3.1.4" latestReleaseDate: 2015-05-14 - releaseCycle: "3.0" releaseDate: 2014-06-04 eol: 2016-05-01 latest: "3.0.6" latestReleaseDate: 2014-10-23 - releaseCycle: "2.7" releaseDate: 2011-01-06 eol: 2015-11-01 latest: "2.7.9" latestReleaseDate: 2014-06-25 - releaseCycle: "2.6" releaseDate: 2010-12-15 eol: 2015-05-01 latest: "2.6.8" latestReleaseDate: 2016-10-25 - releaseCycle: "2.5" releaseDate: 2010-08-12 eol: 2014-11-01 latest: "2.5.4" latestReleaseDate: 2013-03-01 - releaseCycle: "2.4" releaseDate: 2010-07-07 eol: 2014-05-01 latest: "2.4.11" latestReleaseDate: 2013-05-20 - releaseCycle: "2.3" releaseDate: 2010-05-19 eol: 2013-11-01 latest: "2.3.6" latestReleaseDate: 2012-02-03 - releaseCycle: "2.2" releaseDate: 2010-05-04 eol: 2013-05-01 latest: "2.2.5" latestReleaseDate: 2012-02-02 - releaseCycle: "2.1" releaseDate: 2009-12-30 eol: 2012-11-01 latest: "2.1.6" latestReleaseDate: 2011-03-23 --- > [Alpine Linux](https://alpinelinux.org/) is a security-oriented, lightweight Linux distribution > based on musl libc and busybox. There are several releases of Alpine Linux available at the same time. There is no fixed release cycle, but rather a snapshot of edge is taken every 6 months as a release. Stable releases are supported normally for 2 years. Security fixes beyond that are on request and when patches are available. Only the latest release gets bug fixes, prior supported releases only get security fixes. ================================================ FILE: products/amazon-aurora-postgresql.md ================================================ --- title: Amazon Aurora PostgreSQL addedAt: 2026-01-10 category: service tags: amazon database iconSlug: amazonrds permalink: /amazon-aurora-postgresql releasePolicyLink: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraPostgreSQLReleaseNotes/aurorapostgresql-release-calendar.html eoesColumn: Extended Support auto: methods: - rds: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraPostgreSQLReleaseNotes/aurorapostgresql-release-calendar.html regex: '(?P\d+(\.\d+)*)' template: "{{version}}" - release_table: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraPostgreSQLReleaseNotes/aurorapostgresql-release-calendar.html fields: releaseCycle: column: "PostgreSQL major version" regex: '^PostgreSQL\s+(?P\d+(\.\d+)?).*$' eol: "Aurora end of standard support date" eoes: "End of RDS Extended Support date" releases: - releaseCycle: "17" releaseDate: 2025-02-20 eol: 2030-02-28 eoes: 2033-02-28 latest: "17.7" latestReleaseDate: 2025-12-18 - releaseCycle: "16" releaseDate: 2023-09-14 eol: 2029-02-28 eoes: 2032-02-28 latest: "16.11" latestReleaseDate: 2025-12-18 - releaseCycle: "15" releaseDate: 2022-11-10 eol: 2028-02-29 eoes: 2031-02-28 latest: "15.15" latestReleaseDate: 2025-12-18 - releaseCycle: "14" releaseDate: 2021-09-30 eol: 2027-02-28 eoes: 2030-02-28 latest: "14.20" latestReleaseDate: 2025-12-18 - releaseCycle: "13" releaseDate: 2020-09-24 eol: 2026-02-28 eoes: 2029-02-28 latest: "13.23" latestReleaseDate: 2025-12-18 - releaseCycle: "12" releaseDate: 2019-11-14 eol: 2025-02-28 eoes: 2028-02-29 latest: "12.22" latestReleaseDate: 2024-12-13 - releaseCycle: "11" releaseDate: 2018-10-18 eol: 2024-02-29 eoes: 2027-03-31 latest: "11.21" latestReleaseDate: 2023-09-07 --- > [Amazon Aurora PostgreSQL](https://aws.amazon.com/rds/aurora/) is a PaaS offering from Amazon > for creating serverless, managed PostgreSQL databases. Aurora makes it easier > to set up, operate, and scale serverless PostgreSQL deployments on AWS cloud. Version numbers on Amazon Aurora PostgreSQL are identical to those of [PostgreSQL](/postgresql). As general guidance, new versions of the PostgreSQL engine become available on Amazon Aurora within 5 months of their general availability. In general, Aurora minor versions are released quarterly. Major versions (`x` in Amazon Aurora terminology) are supported at least [until the PostgreSQL end of life](/postgresql). Certain minor versions (`x.y` in Amazon Aurora terminology) are supported at least for 1 year after their release date on Amazon Aurora. Note that in some cases Amazon may deprecate specific major or minor versions sooner, such as when there are security issues. Depending on the configuration, the kind of version (major or minor) and their deprecation status, [upgrades can be manual, automatic, or forced](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#Aurora.Maintenance.AMVU). When a minor release is deprecated, users are expected to upgrade within a 3-month period. This period is increased to 6 months for major releases. Upgrades are performed during the configured scheduled maintenance windows. These windows are initially automatically set by AWS but can be overridden in the AWS console. For the most up-to-date information about the Amazon Aurora deprecation policy for PostgreSQL, see [Amazon Aurora FAQs](https://aws.amazon.com/rds/aurora/faqs/). On the Aurora end of standard support date, Amazon Aurora automatically enrolls your databases in RDS Extended Support. RDS Extended Support is a paid offering available for up to 3 years past the Aurora end of standard support date for a major engine version, see [Using Amazon RDS Extended Support with Amazon Aurora](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html). ================================================ FILE: products/amazon-cdk.md ================================================ --- title: Amazon CDK addedAt: 2023-11-03 category: framework iconSlug: amazonaws tags: amazon permalink: /amazon-cdk changelogTemplate: https://github.com/aws/aws-cdk/releases/tag/v__LATEST__ identifiers: - repology: aws-cdk - purl: pkg:npm/aws-cdk - purl: pkg:golang/github.com/aws/aws-cdk-go/awscdk/v2 - purl: pkg:github/aws/aws-cdk-go - cpe: cpe:/a:amazon:aws_cloud_development_kit - cpe: cpe:2.3:a:amazon:aws_cloud_development_kit auto: methods: - git: https://github.com/aws/aws-cdk releases: - releaseCycle: "2" releaseDate: 2021-12-01 eoas: false eol: false latest: "2.244.0" latestReleaseDate: 2026-03-19 --- > [Amazon CDK](https://aws.amazon.com/cdk/) helps you define your cloud application in AWS resources > using familiar programming languages. The AWS CDK is updated approximately once a week. Maintenance versions may be released between weekly releases to address critical issues. ================================================ FILE: products/amazon-corretto.md ================================================ --- title: Amazon Corretto addedAt: 2023-02-09 category: lang tags: amazon java-distribution iconSlug: openjdk permalink: /amazon-corretto alternate_urls: - /corretto versionCommand: java -version releasePolicyLink: https://aws.amazon.com/corretto/faqs/ changelogTemplate: https://github.com/corretto/corretto-__RELEASE_CYCLE__/releases/tag/__LATEST__ identifiers: - cpe: cpe:/a:amazon:corretto - cpe: cpe:2.3:a:amazon:corretto - purl: pkg:docker/library/amazoncorretto - purl: pkg:github/corretto/corretto-26 - purl: pkg:github/corretto/corretto-25 - purl: pkg:github/corretto/corretto-24 - purl: pkg:github/corretto/corretto-23 - purl: pkg:github/corretto/corretto-22 - purl: pkg:github/corretto/corretto-21 - purl: pkg:github/corretto/corretto-20 - purl: pkg:github/corretto/corretto-19 - purl: pkg:github/corretto/corretto-18 - purl: pkg:github/corretto/corretto-17 - purl: pkg:github/corretto/corretto-11 - purl: pkg:github/corretto/corretto-8 # There is one repository for each major release (except for 15 and 16). # Both tag and GitHub release dates are usually wrong, but GitHub release dates are closer to the correct date. auto: methods: - github_releases: corretto/corretto-jdk regex: '^(?P[\d\.]+)$' template: "{{version}}" - github_releases: corretto/corretto-8 regex: '^(?P[\d\.]+)$' template: "{{version}}" - github_releases: corretto/corretto-11 regex: '^(?P[\d\.]+)$' template: "{{version}}" - github_releases: corretto/corretto-17 regex: '^(?P[\d\.]+)$' template: "{{version}}" - github_releases: corretto/corretto-18 regex: '^(?P[\d\.]+)$' template: "{{version}}" - github_releases: corretto/corretto-19 regex: '^(?P[\d\.]+)$' template: "{{version}}" - github_releases: corretto/corretto-20 regex: '^(?P[\d\.]+)$' template: "{{version}}" - github_releases: corretto/corretto-21 regex: '^(?P[\d\.]+)$' template: "{{version}}" - github_releases: corretto/corretto-22 regex: '^(?P[\d\.]+)$' template: "{{version}}" - github_releases: corretto/corretto-23 regex: '^(?P[\d\.]+)$' template: "{{version}}" - github_releases: corretto/corretto-24 regex: '^(?P[\d\.]+)$' template: "{{version}}" - github_releases: corretto/corretto-25 regex: '^(?P[\d\.]+)$' template: "{{version}}" # Remember to update the "auto" configuration on each new major release. # For EOL dates, see https://aws.amazon.com/corretto/faqs/ (Expired versions paragraph) releases: - releaseCycle: "25" lts: true # First non-pre-release release was https://github.com/corretto/corretto-25/releases/tag/25.0.0.36.2 # Official release was on September: https://aws.amazon.com/about-aws/whats-new/2025/09/amazon-corretto-25-generally-available/ releaseDate: 2025-09-16 eol: 2032-10-31 # listed on https://aws.amazon.com/corretto/faqs/#topic-0 latest: "25.0.2.10.1" latestReleaseDate: 2026-01-20 - releaseCycle: "24" # The first non-pre-release release was https://github.com/corretto/corretto-24/releases/tag/24.0.0.36.2 releaseDate: 2025-03-18 eol: 2025-10-31 latest: "24.0.2.12.1" latestReleaseDate: 2025-07-16 - releaseCycle: "23" # First non-pre-release release was https://github.com/corretto/corretto-23/releases/tag/23.0.0.37.1 # Official release was on September: https://aws.amazon.com/about-aws/whats-new/2024/09/amazon-corretto-23-generally-available/ releaseDate: 2024-09-17 eol: 2025-04-30 latest: "23.0.2.7.1" latestReleaseDate: 2025-01-21 - releaseCycle: "22" # First non-pre-release release was https://github.com/corretto/corretto-22/releases/tag/22.0.0.36.2 # Official release was on March: https://aws.amazon.com/about-aws/whats-new/2024/03/amazon-corretto-22-generally-available/ releaseDate: 2024-03-19 eol: 2024-10-15 latest: "22.0.2.9.1" latestReleaseDate: 2024-07-16 - releaseCycle: "21" lts: true # First non-pre-release release was https://github.com/corretto/corretto-21/releases/tag/21.0.0.35.1 # Official release was on September: https://aws.amazon.com/about-aws/whats-new/2023/09/amazon-corretto-21-generally-available/ releaseDate: 2023-08-25 eol: 2030-10-31 latest: "21.0.10.7.1" latestReleaseDate: 2026-01-20 - releaseCycle: "20" # First non-pre-release release was https://github.com/corretto/corretto-20/releases/tag/20.0.0.36.1 # Official release was on March: https://aws.amazon.com/about-aws/whats-new/2023/03/amazon-corretto-20/ releaseDate: 2023-02-23 eol: 2023-10-17 latest: "20.0.2.10.1" latestReleaseDate: 2023-08-23 - releaseCycle: "19" releaseDate: 2022-08-17 eol: 2023-04-19 latest: "19.0.2.7.1" latestReleaseDate: 2023-01-17 - releaseCycle: "18" releaseDate: 2022-02-26 eol: 2022-10-18 latest: "18.0.2.9.1" latestReleaseDate: 2022-07-19 - releaseCycle: "17" lts: true releaseDate: 2021-08-24 eol: 2029-10-31 latest: "17.0.18.9.1" latestReleaseDate: 2026-01-29 - releaseCycle: "16" releaseDate: 2021-03-16 eol: 2021-10-19 latest: "16.0.2.7.1" latestReleaseDate: 2022-04-19 link: https://github.com/corretto/corretto-jdk/blob/release-__LATEST__/CHANGELOG.md - releaseCycle: "15" releaseDate: 2020-08-26 eol: 2021-04-20 latest: "15.0.2.7.1" latestReleaseDate: 2021-01-22 link: https://github.com/corretto/corretto-jdk/blob/216fca10a21d6a26ca2846d4ca2861ea644a7a1e/CHANGELOG.md#january-2021-critical-patch-update-corretto-version-150271 - releaseCycle: "11" lts: true releaseDate: 2019-02-18 eol: 2032-01-31 latest: "11.0.30.7.1" latestReleaseDate: 2026-01-20 # Note that the first release was 8.202.08.2. - releaseCycle: "8" lts: true releaseDate: 2019-01-31 eol: 2030-12-31 latest: "8.482.08.1" latestReleaseDate: 2026-01-20 --- > [Amazon Corretto](https://aws.amazon.com/corretto/) is a [GPLv2 with CPE](https://openjdk.org/legal/gplv2+ce.html) > licensed build of the Open Java Development Kit (OpenJDK) with long-term support and patches from > Amazon. Corretto is certified using the Java Technical Compatibility Kit (TCK) to ensure it meets > the Java SE standard. It is available on Linux, Windows, macOS and Docker. {: .note} > Amazon [extended the support for Corretto 8 and 11 in October 2024](https://aws.amazon.com/about-aws/whats-new/2024/10/extension-eol-dates-amazon-corretto-8-11/). > For Corretto 8 — JavaFX is not included in this extension, and it will no longer be included with Corretto 8 after March 2026. Corretto follows the same cadence as OpenJDK: - A 6-month rapid-release cycle. - A new LTS release every 2 years (every fourth OpenJDK release). LTS releases include performance enhancements and security updates, both from the upstream OpenJDK project and from Amazon. The list of Amazon patches can be seen in [each version's documentation](https://docs.aws.amazon.com/corretto/). Updates are planned to be released quarterly, but urgent fixes (including security) outside the regular quarterly cycle may occur. Corretto is one of the many builds of OpenJDK. For recommendations on which JDK build to use, check out [whichjdk.com](https://whichjdk.com/#amazon-corretto). *[LTS]: Long-Term Support ================================================ FILE: products/amazon-documentdb.md ================================================ --- title: Amazon DocumentDB addedAt: 2025-08-18 category: service tags: amazon database iconSlug: amazondocumentdb permalink: /amazon-documentdb latestColumn: false eolColumn: End of Standard Support eoesColumn: End of Extended Support staleReleaseThresholdDays: 2000 auto: methods: - release_table: https://docs.aws.amazon.com/documentdb/latest/developerguide/docdb-version-support-dates.html fields: releaseCycle: column: "Engine version" regex: '^Version (?P\d+\.\d+)$' releaseDate: "Release date" eol: "End of standard support" eoes: "End of Extended Support" releases: - releaseCycle: "8.0" releaseDate: 2025-11-30 eol: false eoes: false - releaseCycle: "5.0" releaseDate: 2023-03-01 eol: false eoes: false lts: true - releaseCycle: "4.0" releaseDate: 2020-11-09 eol: false eoes: false - releaseCycle: "3.6" releaseDate: 2019-01-09 eol: 2026-03-30 eoes: 2029-03-30 --- > [Amazon DocumentDB](https://aws.amazon.com/documentdb/) is a MongoDB-compatible proprietary NoSQL database service managed by Amazon Web Services (AWS). Amazon DocumentDB does not follow the same support lifecycles as MongoDB and MongoDB's end-of-life schedule does not apply to Amazon DocumentDB. Supported releases are documented in [Amazon DocumentDB documentation](https://docs.aws.amazon.com/documentdb/latest/developerguide/docdb-version-support-dates.html). You can continue running a version past its end of standard support date for an Extended Support fee. For more information, see [Amazon DocumentDB Extended Support documentation](https://docs.aws.amazon.com/documentdb/latest/developerguide/extended-support.html). ================================================ FILE: products/amazon-eks.md ================================================ --- title: Amazon EKS addedAt: 2021-07-25 category: service tags: amazon managed-kubernetes iconSlug: amazoneks permalink: /amazon-eks alternate_urls: - /eks - /amazon-elastic-kubernetes-service versionCommand: eksctl get cluster --name=cluster-name releasePolicyLink: https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html changelogTemplate: "https://github.com/aws/eks-distro/releases/tag/v{{'__LATEST__'|replace:'.','-'}}" eolColumn: End of Support eoesColumn: true auto: methods: - amazon-eks: https://web.archive.org/web/20221007150452/https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html # 1.19 - amazon-eks: https://web.archive.org/web/20230521061347/https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html # 1.20 - amazon-eks: https://web.archive.org/web/20241010234951/https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html # 1.23 - amazon-eks: https://web.archive.org/web/20250329184240/https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html # 1.24 - amazon-eks: https://web.archive.org/web/20250505173928/https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html # 1.25 - amazon-eks: https://web.archive.org/web/20250718054134/https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html # 1.26 - amazon-eks: https://web.archive.org/web/20250802193454/https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html # 1.27 - amazon-eks: https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html - release_table: https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html fields: releaseCycle: "Kubernetes version" eol: "End of standard support" eoes: "End of extended support" releases: - releaseCycle: "1.35" releaseDate: 2026-01-28 eol: 2027-03-27 eoes: 2028-03-27 latest: "1.35-eks-8" latestReleaseDate: 2026-03-18 link: https://aws.amazon.com/about-aws/whats-new/2026/01/amazon-eks-distro-kubernetes-version-1-35/ - releaseCycle: "1.34" releaseDate: 2025-10-06 eol: 2026-12-02 eoes: 2027-12-02 latest: "1.34-eks-18" latestReleaseDate: 2026-03-18 link: https://aws.amazon.com/about-aws/whats-new/2025/10/amazon-eks-distro-kubernetes-version-1-34/ - releaseCycle: "1.33" releaseDate: 2025-05-28 eol: 2026-07-29 eoes: 2027-07-29 latest: "1.33-eks-32" latestReleaseDate: 2026-03-18 - releaseCycle: "1.32" releaseDate: 2025-01-25 eol: 2026-03-23 eoes: 2027-03-23 latest: "1.32-eks-39" latestReleaseDate: 2026-03-18 - releaseCycle: "1.31" releaseDate: 2024-09-26 eol: 2025-11-26 eoes: 2026-11-26 latest: "1.31-eks-55" latestReleaseDate: 2026-03-18 link: https://aws.amazon.com/about-aws/whats-new/2024/09/amazon-eks-distro-kubernetes-version-1-31/ - releaseCycle: "1.30" releaseDate: 2024-05-23 eol: 2025-07-23 eoes: 2026-07-23 latest: "1.30-eks-63" latestReleaseDate: 2026-03-18 link: https://aws.amazon.com/about-aws/whats-new/2024/05/amazon-eks-distro-kubernetes-version-1-30/ - releaseCycle: "1.29" releaseDate: 2024-01-23 eol: 2025-03-23 eoes: 2026-03-23 latest: "1.29-eks-66" latestReleaseDate: 2026-03-18 - releaseCycle: "1.28" releaseDate: 2023-09-26 eol: 2024-11-26 eoes: 2025-11-26 latest: "1.28-eks-63" latestReleaseDate: 2025-11-18 - releaseCycle: "1.27" releaseDate: 2023-05-24 eol: 2024-07-24 eoes: 2025-07-24 latest: "1.27-eks-53" latestReleaseDate: 2025-07-30 link: https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html#platform-versions-1-27 - releaseCycle: "1.26" releaseDate: 2023-04-11 eol: 2024-06-11 eoes: 2025-06-11 latest: "1.26-eks-51" latestReleaseDate: 2025-06-11 link: https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html#platform-versions-1-26 - releaseCycle: "1.25" releaseDate: 2023-02-21 eol: 2024-05-01 eoes: 2025-05-01 latest: "1.25-eks-48" latestReleaseDate: 2025-04-29 link: https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html#platform-versions-1-25 - releaseCycle: "1.24" releaseDate: 2022-11-15 eol: 2024-01-31 eoes: 2025-01-31 latest: "1.24-eks-45" latestReleaseDate: 2025-02-24 link: https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html#platform-versions-1-24 - releaseCycle: "1.23" releaseDate: 2022-08-11 eol: 2023-10-11 eoes: 2024-10-11 latest: "1.23-eks-30" latestReleaseDate: 2024-09-03 - releaseCycle: "1.22" releaseDate: 2022-04-04 eol: 2023-06-04 latest: "1.22-eks-14" latestReleaseDate: 2023-06-30 eoes: 2024-09-01 - releaseCycle: "1.21" releaseDate: 2021-07-19 eol: 2023-02-16 latest: "1.21-eks-18" latestReleaseDate: 2023-06-09 eoes: 2024-07-15 - releaseCycle: "1.20" releaseDate: 2021-05-18 eol: 2022-11-01 latest: "1.20-eks-14" latestReleaseDate: 2023-05-05 - releaseCycle: "1.19" releaseDate: 2021-02-16 eol: 2022-08-01 latest: "1.19-eks-11" latestReleaseDate: 2022-08-15 - releaseCycle: "1.18" releaseDate: 2020-10-13 eol: 2022-08-15 # Official EOL was on March 31, but it got fixes till August (see the link below) # Last mention for 1.18 was on Sep 2022 # https://github.com/awsdocs/amazon-eks-user-guide/blob/306ec81574cb60ae47b8dbc8834d6c9d0dd3fe66/doc_source/platform-versions.md latest: "1.18-eks-13" latestReleaseDate: 2022-08-15 --- > [Amazon Elastic Kubernetes Service (Amazon EKS)](https://aws.amazon.com/eks/) is a managed service > that you can use to run Kubernetes on AWS without needing to install, operate, and maintain your > own Kubernetes control plane or nodes. EKS runs upstream Kubernetes and is certified Kubernetes > conformant for a predictable experience. Amazon EKS guarantees support for at least four production-ready versions of Kubernetes at any given time. Standard support is provided by Amazon for as long as the upstream Kubernetes release is supported (14 months from the Kubernetes GA date). Following the standard support period, Amazon provides extended support for up to 12 months. You can subscribe to upgrade notices on your [Personal Health Dashboard](https://aws.amazon.com/premiumsupport/technology/personal-health-dashboard/). The notice includes the end of support date, which is at least 60 days from the date of the notice. Starting from version 1.23, Amazon EKS clusters running on an EOL version will automatically enter extended support at the end of the of standard support, and Amazon will apply an additional charge per cluster hour for all those clusters. Users that don’t want to be [automatically enrolled in extended support](https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html#extended-support-faqs) must upgrade their cluster before the end of the standard support phase. ## Upgrading Amazon EKS will automatically upgrade existing control planes (not nodes) to the oldest supported version through a gradual deployment process after the end of extended support date. After the automatic control plane update, users _must [manually update their cluster add-ons and Amazon EC2 nodes](https://docs.aws.amazon.com/eks/latest/userguide/update-cluster.html#update-existing-cluster)_. Amazon EKS does not allow control planes to stay on a version that has reached end of support. Because Amazon EKS runs a highly available control plane, you can update only [one minor version at a time](https://kubernetes.io/releases/version-skew-policy/#kube-apiserver). Therefore, if your current version is 1.19, and you want to update to 1.21, then you must first update your cluster to 1.20 and then update it from 1.20 to 1.21. Similarly, your node version can be at most 2 minor versions behind the control plane version. Clusters are always created with the latest available Amazon EKS platform version (eks.n) for the specified Kubernetes version. If you update your cluster to a new Kubernetes minor version, your cluster receives the current Amazon EKS platform version for the Kubernetes minor version that you updated to. New Amazon EKS platform versions don't introduce breaking changes or cause service interruptions. ## Platform Versions Not every Kubernetes patch release is published on EKS. EKS releases follow a "platform versioning", which starts at `eks.1` for each Kubernetes minor version. The [Platform Versions page](https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html) lists the underlying Kubernetes version used in each EKS platform version. Note that the latest EKS Distro version is not always available on the EKS platform. ================================================ FILE: products/amazon-elasticache-redis.md ================================================ --- title: Amazon ElastiCache for Redis OSS addedAt: 2026-02-28 category: service tags: amazon database iconSlug: amazonelasticache permalink: /amazon-elasticache-redis releasePolicyLink: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/engine-versions.html latestColumn: false eolColumn: Standard Support eoesColumn: Extended Support staleReleaseThresholdDays: 2000 auto: methods: - release_table: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/engine-versions.html fields: releaseCycle: column: "Major Engine Version" regex: '^Redis OSS v(?P\d+(\.\d+)?)$' eol: "End of Standard Support" eoes: "End of Extended Support and version EOL" releases: - releaseCycle: "7" releaseDate: 2022-04-12 eol: false eoes: false latest: "7.1" latestReleaseDate: 2023-11-14 - releaseCycle: "6" releaseDate: 2020-10-13 eol: 2027-01-31 eoes: 2030-01-31 latest: "6.2" latestReleaseDate: 2021-11-23 - releaseCycle: "5" releaseDate: 2018-10-17 eol: 2026-01-31 eoes: 2029-01-31 latest: "5.0.6" latestReleaseDate: 2019-12-18 - releaseCycle: "4" releaseDate: 2017-11-17 eol: 2026-01-31 eoes: 2029-01-31 latest: "4.0.10" latestReleaseDate: 2018-06-14 --- > [Amazon ElastiCache for Redis OSS](https://aws.amazon.com/elasticache/redis/) is a fully managed, > Redis OSS-compatible in-memory data store from Amazon Web Services. {: .note } > This page only tracks the Elasticache Redis OSS offering, and not the Valkey variant. The highest > upgrade possible for Redis OSS is 7.1. 7.2 and higher versions are Valkey only. An upgrade from > Redis OSS to Valkey 7.2 is [supported](https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/VersionManagement.HowTo.html#VersionManagement.HowTo.cross-engine-upgrade). > A downgrade from Valkey 7.2 to Redis OSS 7.1 is also supported. Amazon ElastiCache for Redis OSS does not follow the same support lifecycle as open-source Redis. ElastiCache v7.1 is compatible with Redis OSS v7.0. After the end of standard support date, ElastiCache automatically enrolls clusters in [Extended Support](https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/extended-support.html) — a paid offering providing critical security fixes for up to 3 years. ================================================ FILE: products/amazon-glue.md ================================================ --- title: Amazon Glue addedAt: 2023-09-24 category: service tags: amazon iconSlug: amazonaws permalink: /amazon-glue releasePolicyLink: https://docs.aws.amazon.com/glue/latest/dg/glue-version-support-policy.html latestColumn: false staleReleaseThresholdDays: 2000 customFields: - name: pythonVersion display: api-only label: Python description: Python version link: https://docs.aws.amazon.com/glue/latest/dg/release-notes.html - name: sparkVersion display: api-only label: Spark description: Spark version link: https://docs.aws.amazon.com/glue/latest/dg/release-notes.html # Versions taken from https://docs.aws.amazon.com/glue/latest/dg/release-notes.html # EOL dates from https://docs.aws.amazon.com/glue/latest/dg/glue-version-support-policy.html. releases: - releaseCycle: "5.0" releaseLabel: "5.0" releaseDate: 2024-12-03 eol: false pythonVersion: "3.11" sparkVersion: "3.5" link: https://aws.amazon.com/about-aws/whats-new/2024/12/aws-glue-5-0/ - releaseCycle: "4.0" releaseLabel: "4.0" releaseDate: 2022-11-28 eol: false pythonVersion: "3.10" sparkVersion: "3.3" link: https://aws.amazon.com/about-aws/whats-new/2022/11/introducing-aws-glue-4-0/ - releaseCycle: "3.0" releaseLabel: "3.0" releaseDate: 2021-08-19 eol: false pythonVersion: "3.7" sparkVersion: "3.1" link: https://aws.amazon.com/blogs/big-data/introducing-aws-glue-3-0-with-optimized-apache-spark-3-1-runtime-for-faster-data-integration/ - releaseCycle: "2.0" releaseLabel: "2.0" releaseDate: 2020-08-10 eol: 2024-01-31 pythonVersion: "3.7" sparkVersion: "2.4" link: https://aws.amazon.com/blogs/aws/aws-glue-version-2-0-featuring-10x-faster-job-start-times-and-1-minute-minimum-billing-duration/ - releaseCycle: "1.0-python-3" releaseLabel: "1.0 (Python 3)" releaseDate: 2019-07-25 eol: 2022-09-30 pythonVersion: "3.6" sparkVersion: "2.4" link: https://docs.aws.amazon.com/glue/latest/dg/glue-version-support-policy.html - releaseCycle: "1.0-python-2" releaseLabel: "1.0 (Python 2)" releaseDate: 2019-07-25 eol: 2022-06-01 pythonVersion: "2.7" sparkVersion: "2.4" link: https://docs.aws.amazon.com/glue/latest/dg/glue-version-support-policy.html - releaseCycle: "0.9" releaseLabel: "0.9" releaseDate: 2019-07-25 eol: 2022-06-01 pythonVersion: "2.7" sparkVersion: "2.2" link: https://docs.aws.amazon.com/glue/latest/dg/glue-version-support-policy.html --- > [Amazon Glue](https://aws.amazon.com/glue/) is a serverless data integration service that makes > it easier to discover, prepare, move, and integrate data from multiple sources for analytics, > machine learning (ML), and application development. The AWS Glue version determines the runtime versions of Apache Spark and Python. New versions of Glue generally include major version upgrades for Apache Spark and Python, so be sure to refer to Spark and Python migration guides when upgrading to a newer version of Glue. Jobs running on deprecated versions of AWS Glue are not eligible for technical support, security patches, or any other updates. AWS Glue will also not honor SLAs when jobs are run on deprecated versions. ## [Compatibility Matrix](https://docs.aws.amazon.com/glue/latest/dg/release-notes.html) {% include table.html labels="Glue version,Python version,Spark version" fields="releaseLabel,pythonVersion,sparkVersion" types="string,string,string" rows=page.releases %} ================================================ FILE: products/amazon-linux.md ================================================ --- title: Amazon Linux addedAt: 2021-04-07 category: os tags: amazon linux-distribution iconSlug: amazonaws permalink: /amazon-linux versionCommand: cat /etc/system-release releasePolicyLink: https://docs.aws.amazon.com/AL2/latest/relnotes/relnotes-al2.html changelogTemplate: "https://docs.aws.amazon.com/AL2/latest/relnotes/relnotes-{{'__LATEST_RELEASE_DATE__'|replace:'-',''}}.html" eoasColumn: Standard Support eolColumn: Security Support identifiers: - cpe: cpe:2.3:o:amazon:linux - cpe: cpe:2.3:o:amazon:amazon_linux - cpe: cpe:/o:amazon:linux - cpe: cpe:/o:amazon:amazon_linux - purl: pkg:docker/library/amazonlinux auto: methods: - docker_hub: library/amazonlinux regex: '^(?P\d+(\.\d+){2,4})$' template: "{{version}}" releases: - releaseCycle: "2023" releaseDate: 2023-03-01 eoas: 2027-06-30 eol: 2029-06-30 latest: "2023.10.20260302.1" latestReleaseDate: 2026-03-11 link: https://aws.amazon.com/about-aws/whats-new/2023/03/amazon-linux-2023/ - releaseCycle: "2" releaseDate: 2018-06-26 eoas: 2026-06-30 eol: 2026-06-30 latest: "2.0.20260302.0" latestReleaseDate: 2026-03-11 link: https://aws.amazon.com/about-aws/whats-new/2018/06/announcing-amazon-linux-2-with-long-term-support/ - releaseCycle: "2018.03" releaseLabel: "AMI 2018.03" releaseDate: 2018-04-25 eoas: 2020-12-31 eol: 2023-12-31 latest: "2018.03.0.20231218.0" link: https://aws.amazon.com/amazon-linux-ami/2018.03-release-notes/ latestReleaseDate: 2026-01-28 - releaseCycle: "2017.09" releaseLabel: "AMI 2017.09" releaseDate: 2017-11-03 eoas: 2020-12-31 eol: 2023-12-31 latest: "2017.09.1.20180409" link: https://aws.amazon.com/blogs/aws/now-available-amazon-linux-ami-2017-09/ latestReleaseDate: 2018-04-10 - releaseCycle: "2017.03" releaseLabel: "AMI 2017.03" releaseDate: 2017-04-07 eoas: 2020-12-31 eol: 2023-12-31 latest: "2017.03.1.20170812" link: https://aws.amazon.com/blogs/aws/amazon-inspector-update-assessment-reporting-proxy-support-and-more/ # "Amazon Linux 2017.03 Support – This new version of the Amazon Linux AMI is launching today and Inspector supports it now." latestReleaseDate: 2017-11-03 - releaseCycle: "2016.09" releaseLabel: "AMI 2016.09" releaseDate: 2016-11-16 eoas: 2020-12-31 eol: 2023-12-31 latest: "2016.09.1.20161221" link: https://aws.amazon.com/blogs/aws/now-available-amazon-linux-ami-2016-09/ latestReleaseDate: 2017-11-03 - releaseCycle: "2016.03" releaseLabel: "AMI 2016.03" releaseDate: 2016-03-22 eoas: 2020-12-31 eol: 2023-12-31 latest: "2016.03" link: https://aws.amazon.com/amazon-linux-ami/2016.03-release-notes/ - releaseCycle: "2015.09" releaseLabel: "AMI 2015.09" releaseDate: 2015-09-22 eoas: 2020-12-31 eol: 2023-12-31 latest: "2015.09" link: https://aws.amazon.com/blogs/aws/now-available-amazon-linux-ami-2015-09/ - releaseCycle: "2015.03" releaseLabel: "AMI 2015.03" releaseDate: 2015-03-24 eoas: 2020-12-31 eol: 2023-12-31 latest: "2015.03" link: https://aws.amazon.com/blogs/aws/now-available-amazon-linux-ami-2015-03/ - releaseCycle: "2014.09" releaseLabel: "AMI 2014.09" releaseDate: 2014-09-23 eoas: 2020-12-31 eol: 2023-12-31 latest: "2014.09" link: https://aws.amazon.com/blogs/aws/amazon-linux-ami-2014-09/ - releaseCycle: "2014.03" releaseLabel: "AMI 2014.03" releaseDate: 2014-03-27 eoas: 2020-12-31 eol: 2023-12-31 latest: "2014.03" link: https://aws.amazon.com/blogs/aws/amazon-linux-ami-201403-is-now-available/ - releaseCycle: "2013.09" releaseLabel: "AMI 2013.09" releaseDate: 2013-09-30 eoas: 2020-12-31 eol: 2023-12-31 latest: "2013.09" link: https://aws.amazon.com/blogs/aws/amazon-linux-ami-201309-now-available/ - releaseCycle: "2013.03" releaseLabel: "AMI 2013.03" releaseDate: 2013-03-27 eoas: 2020-12-31 eol: 2023-12-31 latest: "2013.03" link: https://aws.amazon.com/blogs/aws/amazon-linux-ami-201303-now-available/ - releaseCycle: "2012.09" releaseLabel: "AMI 2012.09" releaseDate: 2012-10-11 eoas: 2020-12-31 eol: 2023-12-31 latest: "2012.09" link: https://aws.amazon.com/blogs/aws/amazon-linux-ami-201209-now-available/ - releaseCycle: "2012.03" releaseLabel: "AMI 2012.03" releaseDate: 2012-03-28 eoas: 2020-12-31 eol: 2023-12-31 latest: "2012.03" link: https://aws.amazon.com/blogs/aws/updated-amazon-linux-ami-201203-now-available/ - releaseCycle: "2011.09" releaseLabel: "AMI 2011.09" releaseDate: 2011-09-26 eoas: 2020-12-31 eol: 2023-12-31 latest: "2011.09" link: https://aws.amazon.com/blogs/aws/amazon-linux-ami-production-status-new-features/ - releaseCycle: "2010.11" releaseLabel: "AMI 2010.11" releaseDate: 2010-12-01 eoas: 2020-12-31 eol: 2023-12-31 latest: "2010.11" link: https://aws.amazon.com/blogs/aws/amazon-linux-ami-2010111-released/ --- > [Amazon Linux][al2] is a Linux server operating system from Amazon Web Services (AWS) available as > an Amazon Machine Image (AMI) for use on Amazon Elastic Compute Cloud > ([Amazon EC2](https://aws.amazon.com/ec2/)). It is also available as a > [Docker container image](https://hub.docker.com/_/amazonlinux/) and as a > [virtual machine image](https://cdn.amazonlinux.com/os-images/latest/) for use on Kernel-based > Virtual Machine (KVM), Oracle VM VirtualBox, Microsoft Hyper-V, and VMware ESXi. ## Amazon Linux AMI The original [Amazon Linux AMI][al1] is now in a [maintenance support phase][al1-eol] with [a limited set of packages](https://amazonlinux.github.io/al1-support-statements/) still being supported. The [Amazon Linux AMI FAQ](https://aws.amazon.com/amazon-linux-ami/faqs/) has a few more details. ## Amazon Linux 2 [Amazon Linux 2][al2] will provide _security updates and bug fixes for all packages in core until June 30, 2026_[^2]. User-space Application Binary Interface (ABI) compatibility is guaranteed for [specific packages][al2-faq]. It only seems to receive critical bug fixes and security patches. ## Amazon Linux 2023 AWS announced [Amazon Linux 2023][al2023] [^1] as a successor to Amazon Linux 2, which uses Fedora as the upstream. It reached GA (General Availability) in March 2023. Every major version release is supported by Standard Support for 2 years, followed by a maintenance phase of 3 years. Quarterly minor releases will be made during the Standard Support phase and include security updates, bug fixes, and new features and packages. Minor releases do not break backward-compatibility. Core packages such as the glibc library, OpenSSL, OpenSSH, and the DNF package manager receive support for the lifetime of the major AL2023 release. Packages that aren't part of the core packages are supported based on their specific upstream sources. Support status and dates of individual packages can be checked via the `dnf supportinfo` command. A [comparison with Amazon Linux 2](https://docs.aws.amazon.com/linux/al2023/ug/compare-with-al2.html) is available as well. See the [frequently asked questions][al2023-faq] for more details. ## Security Notifications Amazon Provides security advisories for all versions on the Amazon Linux Security Center. - Amazon Linux - [[Website][al-sec]] [[RSS Feed][al-sec-rss]] - Amazon Linux 2 - [[Website][al2-sec]] [[RSS Feed][al2-sec-rss]] - Amazon Linux 2023 - [[Website][al2023-sec]] [[RSS Feed][al2023-sec-rss]] [al1]: https://aws.amazon.com/amazon-linux-ami/ "Amazon Linux AMI, no longer supported" [al2]: https://aws.amazon.com/amazon-linux-2/ "Amazon Linux 2" [al2023]: https://aws.amazon.com/linux/amazon-linux-2023/ "Amazon Linux 2023" [al1-eol]: https://aws.amazon.com/blogs/aws/update-on-amazon-linux-ami-end-of-life/ "Update on Amazon Linux AMI end-of-life" [al2-faq]: https://aws.amazon.com/amazon-linux-2/faqs/#Long_Term_Support "Amazon Linux 2 FAQs" [al2023-faq]: https://aws.amazon.com/linux/amazon-linux-2023/faqs/#Long_Term_Support "Amazon Linux 2023 FAQs" [al-sec]: https://alas.aws.amazon.com/ [al-sec-rss]: https://alas.aws.amazon.com/alas.rss [al2-sec]: https://alas.aws.amazon.com/alas2.html [al2-sec-rss]: https://alas.aws.amazon.com/AL2/alas.rss [al2023-sec]: https://alas.aws.amazon.com/alas2023.html [al2023-sec-rss]: https://alas.aws.amazon.com/AL2023/alas.rss [^1]: It was announced as Amazon Linux 2022 and renamed to Amazon Linux 2023. [^2]: Amazon Linux 2 has had its LTS EOL extended multiple times from the originally scheduled date of June 2023. ================================================ FILE: products/amazon-msk.md ================================================ --- title: Amazon MSK addedAt: 2025-07-28 category: service tags: amazon iconSlug: amazonaws permalink: /amazon-msk alternate_urls: - /msk - /managed-streaming-for-apache-kafka - /aws-msk releasePolicyLink: https://docs.aws.amazon.com/msk/latest/developerguide/version-support.html changelogTemplate: "https://docs.aws.amazon.com/msk/latest/developerguide/supported-kafka-versions.html#{{'__LATEST__' | replace:'.x',''}}" eolColumn: Support staleReleaseThresholdDays: 1000 # confirmed on https://docs.aws.amazon.com/msk/latest/developerguide/supported-kafka-versions.html # eol are documented on https://docs.aws.amazon.com/msk/latest/developerguide/supported-kafka-versions.html. releases: - releaseCycle: "4.0" releaseDate: 2025-05-16 eol: false latest: "4.0.x" latestReleaseDate: 2025-05-16 - releaseCycle: "3.9" releaseDate: 2025-04-21 eol: false latest: "3.9.x" latestReleaseDate: 2025-04-21 - releaseCycle: "3.8" releaseDate: 2025-02-20 eol: false latest: "3.8.x" latestReleaseDate: 2025-02-20 - releaseCycle: "3.7" releaseDate: 2024-05-29 eol: false latest: "3.7.x" latestReleaseDate: 2024-05-29 - releaseCycle: "3.6" releaseDate: 2023-11-16 eol: false latest: "3.6.0" latestReleaseDate: 2023-11-16 - releaseCycle: "3.5" releaseDate: 2023-09-26 eol: 2025-10-23 latest: "3.5.1" latestReleaseDate: 2023-09-26 - releaseCycle: "3.4" releaseDate: 2023-05-04 eol: 2025-08-04 latest: "3.4.0" latestReleaseDate: 2023-05-04 - releaseCycle: "3.3" releaseDate: 2022-10-26 eol: 2024-09-11 latest: "3.3.2" latestReleaseDate: 2023-03-02 - releaseCycle: "3.2" releaseDate: 2022-06-22 eol: 2024-09-11 latest: "3.2.0" latestReleaseDate: 2022-06-22 - releaseCycle: "3.1" releaseDate: 2022-06-22 eol: 2024-09-11 latest: "3.1.1" latestReleaseDate: 2022-06-22 - releaseCycle: "2.8" releaseDate: 2021-05-19 eol: 2025-01-14 latest: "2.8.2-tiered" latestReleaseDate: 2022-10-28 - releaseCycle: "2.7" releaseDate: 2020-12-29 eol: 2024-09-11 latest: "2.7.2" latestReleaseDate: 2021-12-21 - releaseCycle: "2.6" releaseDate: 2020-10-21 eol: 2024-09-11 latest: "2.6.3" latestReleaseDate: 2021-12-21 - releaseCycle: "2.5" releaseDate: 2020-09-30 eol: 2024-06-08 latest: "2.5.1" latestReleaseDate: 2020-09-30 - releaseCycle: "2.4" releaseDate: 2019-12-19 eol: 2024-06-08 latest: "2.4.1.1" latestReleaseDate: 2020-09-09 - releaseCycle: "2.3" releaseDate: 2019-12-19 eol: 2024-06-08 latest: "2.3.1" latestReleaseDate: 2019-12-19 - releaseCycle: "2.2" releaseDate: 2019-07-31 eol: 2024-06-08 latest: "2.2.1" latestReleaseDate: 2019-07-31 --- > [Amazon Managed Streaming for Apache Kafka (Amazon MSK)](https://aws.amazon.com/msk/) is a streaming data service > that manages Apache Kafka infrastructure and operations. Amazon publishes a list of [Supported Apache Kafka versions](https://docs.aws.amazon.com/msk/latest/developerguide/supported-kafka-versions.html) with End-of-Support dates. ## [Upgrading](https://docs.aws.amazon.com/msk/latest/developerguide/version-upgrades.html) A cluster using a Kafka version after its end of support date is auto-upgraded to the recommended Kafka version. Automatic upgrades can happen at any time after the end of support date. No notifications are sent before the upgrade. Cluster creation for EOL versions is phased out gradually, but no timelines are provided. Patch releases are not always documented by AWS, such as `3.5.2`. ================================================ FILE: products/amazon-neptune.md ================================================ --- title: Amazon Neptune addedAt: 2023-07-01 category: service tags: amazon iconSlug: amazonaws permalink: /amazon-neptune alternate_urls: - /aws-neptune - /neptune versionCommand: > aws neptune describe-db-clusters --db-cluster-identifier your-neptune-db-identifier --filters Name=engine,Values=neptune releasePolicyLink: https://docs.aws.amazon.com/neptune/latest/userguide/engine-releases.html changelogTemplate: https://docs.aws.amazon.com/neptune/latest/userguide/engine-releases-__LATEST__.html customFields: - name: upgradeVersion display: after-latest-column label: Upgrade to auto: methods: - amazon-neptune: https://docs.aws.amazon.com/neptune/latest/userguide/toc-contents.json - release_table: https://docs.aws.amazon.com/neptune/latest/userguide/engine-releases.html fields: releaseCycle: column: "Version" regex_exclude: '^1\.0\.1\..+$' # No End of life for 1.0.1.x releases eol: "End of life" upgradeVersion: "Upgrade to:" releases: - releaseCycle: "1.4.7.0" releaseDate: 2026-03-03 upgradeVersion: "N/A" eol: 2027-06-03 latest: "1.4.7.0" latestReleaseDate: 2026-03-03 - releaseCycle: "1.4.6.3" releaseDate: 2025-12-18 upgradeVersion: '1.4.7.0' eol: 2027-06-03 latest: "1.4.6.3" latestReleaseDate: 2025-12-18 - releaseCycle: "1.4.6.2" releaseDate: 2025-11-18 upgradeVersion: '1.4.7.0' eol: 2027-06-03 latest: "1.4.6.2" latestReleaseDate: 2025-11-18 - releaseCycle: "1.4.6.1" releaseDate: 2025-09-18 upgradeVersion: '1.4.6.2' eol: 2027-03-06 latest: "1.4.6.1" latestReleaseDate: 2025-09-18 - releaseCycle: "1.4.6.0" releaseDate: 2025-09-02 upgradeVersion: "1.4.6.1" eol: 2027-03-06 latest: "1.4.6.0" latestReleaseDate: 2025-09-02 - releaseCycle: "1.4.5.1" releaseDate: 2025-06-30 upgradeVersion: "1.4.6.0" eol: 2027-03-06 latest: "1.4.5.1" latestReleaseDate: 2025-06-30 - releaseCycle: "1.4.5.0" releaseDate: 2025-04-09 upgradeVersion: "1.4.5.1" eol: 2027-03-06 latest: "1.4.5.0" latestReleaseDate: 2025-04-09 - releaseCycle: "1.4.4.0" releaseDate: 2025-02-24 upgradeVersion: "1.4.5.0" eol: 2027-03-06 latest: "1.4.4.0" latestReleaseDate: 2025-02-24 - releaseCycle: "1.4.3.0" releaseDate: 2025-01-21 upgradeVersion: "1.4.4.0" eol: 2027-03-06 latest: "1.4.3.0" latestReleaseDate: 2025-01-21 - releaseCycle: "1.4.2.0" releaseDate: 2024-12-19 upgradeVersion: "1.4.3.0" eol: 2027-03-06 latest: "1.4.2.0" latestReleaseDate: 2024-12-19 - releaseCycle: "1.4.1.0" releaseDate: 2024-11-21 upgradeVersion: "1.4.2.0" eol: 2027-03-06 latest: "1.4.1.0" latestReleaseDate: 2024-11-21 - releaseCycle: "1.4.0.0" releaseDate: 2024-11-06 upgradeVersion: "1.4.1.0" eol: 2027-03-06 latest: "1.4.0.0" latestReleaseDate: 2024-11-06 - releaseCycle: "1.3.4.0" releaseDate: 2024-10-01 upgradeVersion: "1.4.0.0" eol: 2027-03-06 latest: "1.3.4.0" latestReleaseDate: 2024-10-01 - releaseCycle: "1.3.3.0" releaseDate: 2024-08-05 upgradeVersion: "1.3.4.0" eol: 2027-03-06 latest: "1.3.3.0" latestReleaseDate: 2024-08-05 - releaseCycle: "1.2.1.2" releaseDate: 2024-08-05 upgradeVersion: "1.3.0.0" eol: 2026-06-30 latest: "1.2.1.2" latestReleaseDate: 2024-08-05 - releaseCycle: "1.3.2.1" releaseDate: 2024-06-20 upgradeVersion: "1.3.3.0" eol: 2027-03-06 latest: "1.3.2.1" latestReleaseDate: 2024-06-20 - releaseCycle: "1.3.2.0" releaseDate: 2024-06-06 upgradeVersion: "1.3.2.1" eol: 2027-03-06 latest: "1.3.2.0" latestReleaseDate: 2024-06-10 - releaseCycle: "1.2.1.1" releaseDate: 2024-03-11 upgradeVersion: "1.3.0.0" eol: 2026-06-30 latest: "1.2.1.1" latestReleaseDate: 2024-03-11 - releaseCycle: "1.3.1.0" releaseDate: 2024-03-06 upgradeVersion: "1.3.2.1" eol: 2027-03-06 latest: "1.3.1.0" latestReleaseDate: 2024-03-06 - releaseCycle: "1.3.0.0" releaseDate: 2023-11-15 upgradeVersion: "1.3.2.1" eol: 2027-03-06 latest: "1.3.0.0" latestReleaseDate: 2023-11-15 - releaseCycle: "1.2.1.0" releaseDate: 2023-03-08 upgradeVersion: "1.3.0.0" eol: 2026-06-30 latest: "1.2.1.0.R7" latestReleaseDate: 2023-10-06 - releaseCycle: "1.2.0.2" releaseDate: 2022-11-20 upgradeVersion: "1.3.0.0" eol: 2026-06-30 latest: "1.2.0.2.R6" latestReleaseDate: 2023-09-12 - releaseCycle: "1.2.0.1" releaseDate: 2022-10-26 upgradeVersion: "1.3.0.0" eol: 2026-06-30 latest: "1.2.0.1.R3" latestReleaseDate: 2023-09-27 - releaseCycle: "1.2.0.0" releaseDate: 2022-07-21 upgradeVersion: "1.3.0.0" eol: 2026-06-30 latest: "1.2.0.0.R4" latestReleaseDate: 2023-09-29 - releaseCycle: "1.1.1.0" releaseDate: 2022-04-19 upgradeVersion: "1.2.1.0" eol: 2026-06-30 latest: "1.1.1.0.R7" latestReleaseDate: 2023-01-23 - releaseCycle: "1.1.0.0" releaseDate: 2021-11-19 upgradeVersion: "1.1.1.0" eol: 2025-03-15 latest: "1.1.0.0.R3" latestReleaseDate: 2022-12-23 - releaseCycle: "1.0.5.1" releaseDate: 2021-10-01 upgradeVersion: "1.1.0.0" eol: 2023-01-30 latest: "1.0.5.1.R4" latestReleaseDate: 2022-05-16 - releaseCycle: "1.0.5.0" releaseDate: 2021-07-27 upgradeVersion: "1.1.0.0" eol: 2023-01-30 latest: "1.0.5.0.R5" latestReleaseDate: 2022-05-16 - releaseCycle: "1.0.4.2" releaseDate: 2021-06-01 upgradeVersion: "1.1.0.0" eol: 2023-01-30 latest: "1.0.4.2.R5" latestReleaseDate: 2021-08-16 - releaseCycle: "1.0.4.1" releaseDate: 2020-12-08 upgradeVersion: "1.1.0.0" eol: 2023-01-30 latest: "1.0.4.1.R1.1" latestReleaseDate: 2021-03-22 - releaseCycle: "1.0.4.0" releaseDate: 2020-10-12 upgradeVersion: "1.1.0.0" eol: 2023-01-30 latest: "1.0.4.0.R2" latestReleaseDate: 2021-02-24 - releaseCycle: "1.0.3.0" releaseDate: 2020-08-03 upgradeVersion: "1.1.0.0" eol: 2023-01-30 latest: "1.0.3.0.R3" latestReleaseDate: 2021-02-19 - releaseCycle: "1.0.2.2" releaseDate: 2020-03-09 upgradeVersion: "1.0.3.0" eol: 2022-07-29 latest: "1.0.2.2.R6" latestReleaseDate: 2021-02-19 - releaseCycle: "1.0.2.1" releaseDate: 2019-11-22 upgradeVersion: "1.0.3.0" eol: 2022-07-29 latest: "1.0.2.1.R6" latestReleaseDate: 2020-04-22 - releaseCycle: "1.0.2.0" releaseDate: 2019-11-08 upgradeVersion: "1.0.3.0" eol: 2020-05-19 latest: "1.0.2.0.R3" latestReleaseDate: 2020-05-05 --- > [Amazon Neptune](https://docs.aws.amazon.com/neptune/index.html) is a fast, reliable, fully > managed graph database service that makes it easy to build and run applications that work with > highly connected datasets. It supports multiple property-graph query languages: Apache TinkerPop, > Gremlin, openCypher, and SPARQL. Neptune powers graph use cases such as recommendation engines, > fraud detection, knowledge graphs, drug discovery, and network security. Neptune engine versions almost always reach their end-of-life at the end of a calendar quarter. Exceptions occur only when important security or availability issues arise. In general, Neptune engine versions continue to be available as follows: - **Minor engine versions**: remain available for at least 6 months following their release. - **Major engine versions**: remain available for at least 12 months following their release. New engine versions are announced on the [Changes and Updates](https://docs.aws.amazon.com/neptune/latest/userguide/doc-history.html) page, as well as [published via an RSS feed](https://docs.aws.amazon.com/neptune/latest/userguide/rssupdates.rss). It takes several days for a new release to become available in every region. At least 3 months before an engine version reaches its End-of-life, AWS sends an automated email notification and posts the same message to the AWS Health Dashboard. This will include details about the update (upgraded version, impact on clusters, recommended actions). When an engine version reaches its end of life, customers can no longer create new clusters or instances using that version, nor will autoscaling be able to create instances using that version. An engine version that reaches its end of life will automatically be upgraded during a maintenance window. Legacy Engines are not considered Generally Available, and AWS guarantees no support for the same. Databases running on a Legacy Engine are subject to Service Level Agreement (SLA) Exceptions. ================================================ FILE: products/amazon-opensearch.md ================================================ --- title: Amazon OpenSearch addedAt: 2026-03-09 category: service tags: amazon database iconSlug: aws permalink: /amazon-opensearch alternate_urls: - /amazon-opensearch-service - /aws-opensearch releasePolicyLink: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/what-is.html#choosing-version latestColumn: false eolColumn: Standard Support eoesColumn: Extended Support staleReleaseThresholdDays: 2000 releases: - releaseCycle: "3.1" releaseDate: 2025-09-09 eol: false eoes: false - releaseCycle: "2.19" releaseDate: 2025-04-30 eol: false eoes: false - releaseCycle: "2.17" releaseDate: 2024-11-13 eol: false eoes: false - releaseCycle: "2.15" releaseDate: 2024-10-11 eol: false eoes: false - releaseCycle: "2.13" releaseDate: 2024-05-21 eol: false eoes: false - releaseCycle: "2.11" releaseDate: 2023-11-17 eol: false eoes: false - releaseCycle: "2.9" releaseDate: 2023-10-02 eol: 2025-11-07 eoes: 2026-11-07 - releaseCycle: "2.7" releaseDate: 2023-07-10 eol: 2025-11-07 eoes: 2026-11-07 - releaseCycle: "2.5" releaseDate: 2023-03-13 eol: 2025-11-07 eoes: 2026-11-07 - releaseCycle: "2.3" releaseDate: 2022-11-15 eol: 2025-11-07 eoes: 2026-11-07 - releaseCycle: "1.3" releaseDate: 2022-08-16 eol: false eoes: false - releaseCycle: "1.2" releaseDate: 2022-04-04 eol: 2025-11-07 eoes: 2026-11-07 - releaseCycle: "1.1" releaseDate: 2022-01-04 eol: 2025-11-07 eoes: 2026-11-07 - releaseCycle: "1.0" releaseDate: 2021-09-08 eol: 2025-11-07 eoes: 2026-11-07 --- > [Amazon OpenSearch](https://aws.amazon.com/opensearch-service/) is a managed service from Amazon > Web Services that makes it easy to deploy, operate, and scale OpenSearch clusters in the AWS Cloud. {: .note } > This page tracks the AWS managed service. The upstream open-source project is tracked at > [OpenSearch](/opensearch). New OpenSearch versions typically become available on the managed service within a few months of their open-source general availability. Extended support charges apply automatically when a domain runs a version for which standard support has ended. To avoid charges, upgrade to a version still under standard support. See [Standard and extended support](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/what-is.html#choosing-version) for details. Domains running legacy Elasticsearch OSS engine versions (1.5 through 7.10) can be upgraded to OpenSearch. The upgrade from Elasticsearch 7.x to OpenSearch 1.x is supported as an in-place upgrade. See [Upgrading domains](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/version-migration.html) for the supported upgrade paths. ================================================ FILE: products/amazon-rds-mariadb.md ================================================ --- title: Amazon RDS for MariaDB addedAt: 2024-08-01 category: service tags: amazon database iconSlug: amazonrds permalink: /amazon-rds-mariadb releasePolicyLink: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MariaDB.Concepts.VersionMgmt.html auto: methods: - rds: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MariaDB.Concepts.VersionMgmt.html regex: '(?P\d+(\.\d+)*)' template: "{{version}}" - release_table: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MariaDB.Concepts.VersionMgmt.html selector: "#rds-mariadb-version-release-calendar table" fields: releaseCycle: column: "MariaDB major version" regex: '^MariaDB\s+(?P\d+\.\d+).*$' eol: "RDS end of standard support date" releases: - releaseCycle: "11.8" releaseDate: 2025-08-25 eol: 2030-06-30 latest: "11.8.6" latestReleaseDate: 2026-02-10 - releaseCycle: "11.4" releaseDate: 2024-10-15 eol: 2029-05-31 latest: "11.4.10" latestReleaseDate: 2026-02-10 - releaseCycle: "10.11" releaseDate: 2023-08-21 eol: 2028-02-29 latest: "10.11.16" latestReleaseDate: 2026-02-10 - releaseCycle: "10.6" releaseDate: 2022-02-03 eol: 2026-08-31 latest: "10.6.25" latestReleaseDate: 2026-02-10 - releaseCycle: "10.5" releaseDate: 2021-01-21 eol: 2026-08-31 latest: "10.5.29" latestReleaseDate: 2025-05-20 - releaseCycle: "10.4" releaseDate: 2020-04-06 eol: 2025-02-28 latest: "10.4.34" latestReleaseDate: 2024-06-14 - releaseCycle: "10.3" releaseDate: 2018-10-23 eol: 2023-10-23 latest: "10.3.39" latestReleaseDate: 2023-06-15 --- > [Amazon RDS for MariaDB](https://aws.amazon.com/rds/mariadb) is a PaaS offering from Amazon for > creating managed MariaDB databases. RDS makes it easier to set up, operate, and > scale MariaDB deployments on AWS cloud. Version numbers on Amazon RDS for MariaDB are identical to those of [MariaDB](/mariadb). As general guidance, new versions of the MariaDB engine become available on Amazon RDS within 5 months of their general availability. Major versions (`x.y` in Amazon RDS terminology) are supported [until the MariaDB Community Edition end of life](/mariadb), with a minimum of 3 years from their release date on Amazon RDS. Minor versions (`x.y.z` in Amazon RDS terminology) are supported at least for 1 year after their release date on Amazon RDS. Note that in some cases Amazon may deprecate specific major or minor versions sooner, such as when there are security issues. Depending on the configuration, the kind of version (major or minor) and their deprecation status, [upgrades can be manual, automatic, or forced](https://aws.amazon.com/rds/faqs/#How_do_I_control_if_and_when_the_engine_version_of_my_DB_instance_is_upgraded_to_new_supported_versions.3F). When a minor release is deprecated, users are expected to upgrade within a 3-month period. This period is increased to 6 months for major releases. Upgrades are performed during the configured scheduled maintenance windows. These windows are initially automatically set by AWS but can be overridden in the AWS console. For the most up-to-date information about the Amazon RDS deprecation policy for MariaDB, see [Amazon RDS FAQs](http://aws.amazon.com/rds/faqs/). ================================================ FILE: products/amazon-rds-mysql.md ================================================ --- title: Amazon RDS for MySQL addedAt: 2023-03-08 category: service tags: amazon database iconSlug: amazonrds permalink: /amazon-rds-mysql releasePolicyLink: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Concepts.VersionMgmt.html eoesColumn: Extended Support auto: methods: - rds: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Concepts.VersionMgmt.html regex: '(?P\d+(\.\d+)*)' template: "{{version}}" - release_table: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Concepts.VersionMgmt.html selector: "#rds-mysql-version-release-calendar table" fields: releaseCycle: column: "MySQL major version" regex: '^MySQL\s+(?P\d+\.\d+).*$' eol: "RDS end of standard support date" eoes: "RDS end of Extended Support date" # eoes(x) = eol(x) + 3 years releases: - releaseCycle: "8.4" releaseDate: 2024-11-21 eol: 2029-07-31 eoes: 2032-07-31 latest: "8.4.8" latestReleaseDate: 2026-02-03 - releaseCycle: "8.0" releaseDate: 2018-10-23 eol: 2026-07-31 eoes: 2029-07-31 latest: "8.0.45" latestReleaseDate: 2026-02-03 - releaseCycle: "5.7" releaseDate: 2016-02-22 eol: 2024-02-29 eoes: 2027-02-28 latest: "5.7.44" latestReleaseDate: 2025-02-13 - releaseCycle: "5.6" releaseDate: 2013-07-01 eol: 2022-03-01 eoes: true latest: "5.6" latestReleaseDate: 2013-07-01 --- > [Amazon RDS for MySQL](https://aws.amazon.com/rds/mysql) is a PaaS offering from Amazon for > creating managed MySQL Community Edition databases. RDS makes it easier to set up, operate, and > scale MySQL deployments on AWS cloud. Version numbers on Amazon RDS for MySQL are identical to those of [MySQL](/mysql). As general guidance, new versions of the MySQL engine become available on Amazon RDS within 5 months of their general availability by Oracle. Major versions (`x.y` in Amazon RDS terminology) are supported [until the MySQL Community Edition end of life](/mysql), with a minimum of 3 years from their release date on Amazon RDS. Minor versions (`x.y.z` in Amazon RDS terminology) are supported at least for 1 year after their release date on Amazon RDS. Note that in some cases Amazon may deprecate specific major or minor versions sooner, such as when there are security issues. Depending on the configuration, the kind of version (major or minor) and their deprecation status, [upgrades can be manual, automatic, or forced](https://aws.amazon.com/rds/faqs/#How_do_I_control_if_and_when_the_engine_version_of_my_DB_instance_is_upgraded_to_new_supported_versions.3F). When a minor release is deprecated, users are expected to upgrade within a 3-month period. This period is increased to 6 months for major releases. Upgrades are performed during the configured scheduled maintenance windows. These windows are initially automatically set by AWS but can be overridden in the AWS console. For the most up-to-date information about the Amazon RDS deprecation policy for MySQL, see [Amazon RDS FAQs](http://aws.amazon.com/rds/faqs/). On the RDS end of standard support date, Amazon RDS automatically enrolls your databases in RDS Extended Support. RDS Extended Support is a paid offering available for up to 3 years past the RDS end of standard support date for a major engine version, see [Using Amazon RDS Extended Support](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html). ================================================ FILE: products/amazon-rds-postgresql.md ================================================ --- title: Amazon RDS for PostgreSQL addedAt: 2023-03-30 category: service tags: amazon database iconSlug: amazonrds permalink: /amazon-rds-postgresql releasePolicyLink: https://docs.aws.amazon.com/AmazonRDS/latest/PostgreSQLReleaseNotes/postgresql-release-calendar.html eoesColumn: Extended Support auto: methods: - rds: https://docs.aws.amazon.com/AmazonRDS/latest/PostgreSQLReleaseNotes/postgresql-release-calendar.html regex: '(?P\d+(\.\d+)*)' template: "{{version}}" - release_table: https://docs.aws.amazon.com/AmazonRDS/latest/PostgreSQLReleaseNotes/postgresql-release-calendar.html fields: releaseCycle: column: "PostgreSQL major version" regex: '^PostgreSQL\s+(?P\d+(\.\d+)?).*$' eol: "RDS end of standard support date" eoes: "RDS end of Extended Support date" releases: - releaseCycle: "18" releaseDate: 2025-11-14 eol: 2031-02-28 eoes: 2034-02-28 latest: "18.3" latestReleaseDate: 2026-02-27 - releaseCycle: "17" releaseDate: 2024-11-14 eol: 2030-02-28 eoes: 2033-02-28 latest: "17.9" latestReleaseDate: 2026-02-27 - releaseCycle: "16" releaseDate: 2023-11-17 eol: 2029-02-28 eoes: 2032-02-29 latest: "16.13" latestReleaseDate: 2026-02-27 - releaseCycle: "15" releaseDate: 2023-02-27 eol: 2028-02-29 eoes: 2031-02-28 latest: "15.17" latestReleaseDate: 2026-02-27 - releaseCycle: "14" releaseDate: 2022-02-03 eol: 2027-02-28 eoes: 2030-02-28 latest: "14.22" latestReleaseDate: 2026-02-27 - releaseCycle: "13" releaseDate: 2021-02-24 eol: 2026-02-28 eoes: 2029-02-28 latest: "13.23" latestReleaseDate: 2025-11-13 - releaseCycle: "12" releaseDate: 2020-03-31 eol: 2025-02-28 eoes: 2028-02-29 latest: "12.22" latestReleaseDate: 2025-04-03 - releaseCycle: "11" releaseDate: 2019-03-13 eol: 2024-02-29 eoes: 2027-03-31 latest: "11.22" latestReleaseDate: 2024-05-14 - releaseCycle: "10" releaseDate: 2018-02-27 eol: 2023-04-30 eoes: true latest: "10.23" latestReleaseDate: 2023-01-24 - releaseCycle: "9.6" releaseDate: 2016-11-11 eol: 2022-04-30 eoes: true latest: "9.6.24" # https://docs.aws.amazon.com/AmazonRDS/latest/PostgreSQLReleaseNotes/postgresql-versions.html#postgresql-versions-version96 latestReleaseDate: 2022-01-24 # https://web.archive.org/web/20231128212117/https://aws.amazon.com/about-aws/whats-new/2022/01/amazon-rds-postgresql-amazon-rds-outposts-postgresql-minor-versions/ --- > [Amazon RDS for PostgreSQL](https://aws.amazon.com/rds/postgresql) is a PaaS offering from Amazon > for creating managed PostgreSQL databases. RDS makes it easier to set up, operate, and scale > PostgreSQL deployments on AWS cloud. Version numbers on Amazon RDS for PostgreSQL are identical to those of [PostgreSQL](/postgresql). As general guidance, new versions of the PostgreSQL engine become available on Amazon RDS within 5 months of their general availability. Major versions (`x` in Amazon RDS terminology for versions >= 10) are supported [until the PostgreSQL end of life](/postgresql), with a minimum of 3 years from their release date on Amazon RDS. Minor versions (`x.y` in Amazon RDS terminology for versions >= 10) are supported at least for 1 year after their release date on Amazon RDS. Note that in some cases Amazon may deprecate specific major or minor versions sooner, such as when there are security issues. Depending on the configuration, the kind of version (major or minor) and their deprecation status, [upgrades can be manual, automatic, or forced](https://aws.amazon.com/rds/faqs/#How_do_I_control_if_and_when_the_engine_version_of_my_DB_instance_is_upgraded_to_new_supported_versions.3F). When a minor release is deprecated, users are expected to upgrade within a 3-month period. This period is increased to 6 months for major releases. Upgrades are performed during the configured scheduled maintenance windows. These windows are initially automatically set by AWS but can be overridden in the AWS console. For the most up-to-date information about the Amazon RDS deprecation policy for PostgreSQL, see [Amazon RDS FAQs](http://aws.amazon.com/rds/faqs/). On the RDS end of standard support date, Amazon RDS automatically enrolls your databases in RDS Extended Support. RDS Extended Support is a paid offering available for up to 3 years past the RDS end of standard support date for a major engine version, see [Using Amazon RDS Extended Support](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html). ================================================ FILE: products/android.md ================================================ --- title: Android OS addedAt: 2020-10-02 category: os tags: google iconSlug: android permalink: /android alternate_urls: - /aosp - /androidos releasePolicyLink: https://developer.android.com/about/versions changelogTemplate: https://developer.android.com/about/versions/__RELEASE_CYCLE__ releaseLabel: "__RELEASE_CYCLE__ '__CODENAME__'" latestColumn: false eolColumn: Security Support staleReleaseThresholdDays: 1460 # OSes have a longer support period customFields: - name: apiVersion display: after-release-column label: API Version identifiers: - cpe: cpe:/o:google:android - cpe: cpe:2.3:o:google:android # EOL is the latest security patch date for "Old version" on https://en.wikipedia.org/wiki/Android_version_history. releases: - releaseCycle: "16" apiVersion: "36" codename: Baklava releaseDate: 2025-06-10 eol: false - releaseCycle: "15" apiVersion: "35" codename: Vanilla Ice Cream releaseDate: 2024-09-03 eol: false - releaseCycle: "14" apiVersion: "34" codename: Upside Down Cake releaseDate: 2023-10-04 eol: false - releaseCycle: "13" apiVersion: "33" codename: Tiramisu releaseDate: 2022-08-15 eol: 2026-03-02 - releaseCycle: "12.1" apiVersion: "32" codename: Snow Cone v2 releaseLabel: 12.1 'Snow Cone v2' (aka 12L) releaseDate: 2022-03-07 eol: 2025-03-03 link: https://developer.android.com/about/versions/12/12L - releaseCycle: "12" apiVersion: "31" codename: Snow Cone releaseDate: 2021-10-04 eol: 2025-03-03 - releaseCycle: "11" apiVersion: "30" codename: Red Velvet Cake releaseDate: 2020-09-08 eol: 2024-02-05 - releaseCycle: "10" apiVersion: "29" codename: Queen Cake releaseDate: 2019-09-03 eol: 2023-03-06 - releaseCycle: "9" apiVersion: "28" codename: Pie releaseDate: 2018-08-06 eol: 2022-01-01 link: https://developer.android.com/about/versions/pie - releaseCycle: "8.1" apiVersion: "27" codename: Oreo releaseDate: 2017-12-05 eol: 2021-01-10 link: https://developer.android.com/about/versions/oreo/android-8.1 - releaseCycle: "8.0" apiVersion: "26" codename: Oreo releaseDate: 2017-08-21 eol: 2021-01-01 link: https://developer.android.com/about/versions/oreo - releaseCycle: "7.1" apiVersion: "25" codename: Nougat releaseDate: 2016-12-01 eol: 2019-10-01 link: https://developer.android.com/about/versions/nougat - releaseCycle: "7.0" apiVersion: "24" codename: Nougat releaseDate: 2016-08-22 eol: 2019-10-01 link: https://developer.android.com/about/versions/nougat - releaseCycle: "6.0" apiVersion: "23" codename: Marshmallow releaseDate: 2015-10-05 eol: 2018-08-01 link: https://developer.android.com/about/versions/marshmallow - releaseCycle: "5.1" apiVersion: "22" codename: Lollipop releaseDate: 2015-03-01 eol: 2018-03-01 link: https://developer.android.com/about/versions/lollipop - releaseCycle: "5.0" apiVersion: "21" codename: Lollipop releaseDate: 2014-11-12 eol: 2018-03-01 link: https://developer.android.com/about/versions/lollipop - releaseCycle: "4.4w" releaseLabel: "4.4W" apiVersion: "20" codename: KitKatW releaseDate: 2014-03-31 eol: 2017-10-01 link: https://developer.android.com/about/versions/kitkat - releaseCycle: "4.4" apiVersion: "19" codename: KitKat releaseDate: 2013-10-31 eol: 2017-10-01 link: https://developer.android.com/about/versions/kitkat - releaseCycle: "4.3" apiVersion: "18" codename: Jelly Bean releaseDate: 2013-07-24 eol: true link: https://android.fandom.com/wiki/Android_4.3_Jelly_Bean - releaseCycle: "4.2" apiVersion: "17" codename: Jelly Bean releaseDate: 2012-11-13 eol: true link: https://android.fandom.com/wiki/Android_4.2_Jelly_Bean - releaseCycle: "4.1" apiVersion: "16" codename: Jelly Bean releaseDate: 2012-07-09 eol: true link: https://android.fandom.com/wiki/Android_4.1_Jelly_Bean - releaseCycle: "4.0" apiVersion: "14-15" codename: Ice Cream Sandwich releaseDate: 2011-10-18 eol: true link: https://android.fandom.com/wiki/Android_4.0_Ice_Cream_Sandwich - releaseCycle: "3.2" apiVersion: "13" codename: Honeycomb releaseDate: 2011-07-15 eol: true link: https://android.fandom.com/wiki/Android_3.2_Honeycomb - releaseCycle: "3.1" apiVersion: "12" codename: Honeycomb releaseDate: 2011-05-10 eol: true link: https://android.fandom.com/wiki/Android_3.1_Honeycomb - releaseCycle: "3.0" apiVersion: "11" codename: Honeycomb releaseDate: 2011-02-22 eol: true link: https://android.fandom.com/wiki/Android_3.0_Honeycomb - releaseCycle: "2.3" apiVersion: "9-10" codename: Gingerbread releaseDate: 2010-12-06 eol: true link: https://android.fandom.com/wiki/Android_2.3_Gingerbread - releaseCycle: "2.2" apiVersion: "8" codename: Froyo releaseDate: 2010-05-20 eol: true link: https://android.fandom.com/wiki/Android_2.2_Froyo - releaseCycle: "2.1" apiVersion: "7" codename: Eclair releaseDate: 2010-01-11 eol: true link: https://android.fandom.com/wiki/Android_2.1_Eclair - releaseCycle: "2.0" apiVersion: "5-6" codename: Eclair releaseDate: 2009-10-26 eol: true link: https://android.fandom.com/wiki/Android_2.0_Eclair - releaseCycle: "1.6" apiVersion: "4" codename: Donut releaseDate: 2009-09-15 eol: true link: https://android.fandom.com/wiki/Android_1.6_Doughnut - releaseCycle: "1.5" apiVersion: "3" codename: Cupcake releaseDate: 2009-04-27 eol: true link: https://android.fandom.com/wiki/Android_1.5_Cupcake - releaseCycle: "1.1" apiVersion: "2" codename: Petit Four releaseDate: 2009-02-09 eol: true link: https://android.fandom.com/wiki/Android_1.1 - releaseCycle: "1.0" apiVersion: "1" releaseLabel: "1.0" releaseDate: 2008-09-23 eol: true link: https://android.fandom.com/wiki/Android_1.0 --- > Android is a mobile operating system based on a modified version of the Linux kernel and other > open source software, designed primarily for touchscreen mobile devices such as smartphones and > tablets. Major versions of Android that introduce behavior changes are released once a year in Q2. Since 2025, there have been two Android releases a year. The other is a minor release in Q4 that brings new APIs and feature updates but does not contain any breaking changes. See [Android OS Version History](https://en.wikipedia.org/wiki/Android_version_history) for additional information about each release. Android does not have a documented support policy. Releases are considered EOL when they are no longer listed in [Android Security Bulletins](https://source.android.com/docs/security/bulletin). Android 4.4W is the first Android release for Android Wear. A stripped-down version of the Android operating system designed for low-end and ultra-budget smartphones, [Android (Go edition)](https://www.android.com/versions/go-edition/), has also been made available by Google since Android 8.1. While based on Android, it seems to follow a distinct release and EOL policy. ================================================ FILE: products/angular.md ================================================ --- title: Angular addedAt: 2021-08-19 category: framework tags: google javascript-runtime herodevs iconSlug: angular permalink: /angular versionCommand: ng version releasePolicyLink: https://angular.dev/reference/releases changelogTemplate: https://github.com/angular/angular/releases/tag/v__LATEST__ eoasColumn: true eoesColumn: Commercial Support identifiers: - purl: pkg:npm/%40angular/core # purl are url-encoded - purl: pkg:github/angular/angular - cpe: cpe:/a:angular:angular - cpe: cpe:2.3:a:angular:angular auto: methods: - git: https://github.com/angular/angular.git - release_table: https://angular.dev/reference/releases#actively-supported-versions fields: releaseCycle: column: "Version" regex: '^\^(?P\d+)\.0\.0$' releaseDate: "Released" eoas: "Active ends" eol: "LTS ends" releases: - releaseCycle: "21" releaseDate: 2025-11-19 eoas: 2026-05-19 eol: 2027-05-19 eoes: false latest: "21.2.5" latestReleaseDate: 2026-03-18 - releaseCycle: "20" releaseDate: 2025-05-28 eoas: 2025-11-19 eol: 2026-11-28 eoes: false latest: "20.3.18" latestReleaseDate: 2026-03-12 - releaseCycle: "19" releaseDate: 2024-11-19 eoas: 2025-05-28 eol: 2026-05-19 eoes: false latest: "19.2.20" latestReleaseDate: 2026-03-12 - releaseCycle: "18" releaseDate: 2024-05-22 eoas: 2024-11-19 eol: 2025-11-21 eoes: false latest: "18.2.14" latestReleaseDate: 2025-09-10 link: https://github.com/angular/angular/releases/tag/__LATEST__ - releaseCycle: "17" releaseDate: 2023-11-08 eoas: 2024-05-08 eol: 2025-05-15 eoes: false latest: "17.3.12" latestReleaseDate: 2024-07-17 link: https://github.com/angular/angular/releases/tag/__LATEST__ - releaseCycle: "16" releaseDate: 2023-05-03 eoas: 2023-11-08 eol: 2024-11-08 eoes: false latest: "16.2.12" latestReleaseDate: 2023-11-02 link: https://github.com/angular/angular/releases/tag/__LATEST__ - releaseCycle: "15" releaseDate: 2022-11-16 eoas: 2023-05-03 eol: 2024-05-18 eoes: false latest: "15.2.10" latestReleaseDate: 2023-10-04 link: https://github.com/angular/angular/releases/tag/__LATEST__ - releaseCycle: "14" releaseDate: 2022-06-02 eoas: 2022-11-18 eol: 2023-11-18 eoes: false latest: "14.3.0" latestReleaseDate: 2023-03-13 link: https://github.com/angular/angular/releases/tag/__LATEST__ - releaseCycle: "13" releaseDate: 2021-11-03 eoas: 2022-06-02 eol: 2023-05-04 eoes: false latest: "13.4.0" latestReleaseDate: 2023-04-06 link: https://github.com/angular/angular/releases/tag/__LATEST__ - releaseCycle: "12" releaseDate: 2021-05-13 eoas: 2021-11-12 eol: 2022-11-12 eoes: false latest: "12.2.17" latestReleaseDate: 2022-11-22 link: https://github.com/angular/angular/releases/tag/__LATEST__ - releaseCycle: "11" releaseDate: 2020-11-11 eoas: 2021-05-11 eol: 2022-05-11 eoes: false latest: "11.2.14" latestReleaseDate: 2021-05-12 link: https://github.com/angular/angular/releases/tag/__LATEST__ - releaseCycle: "10" releaseDate: 2020-06-24 eoas: 2020-12-24 eol: 2021-12-24 eoes: false latest: "10.2.5" latestReleaseDate: 2021-04-21 link: https://github.com/angular/angular/releases/tag/__LATEST__ - releaseCycle: "9" releaseDate: 2020-02-06 eoas: 2020-08-06 eol: 2021-08-06 eoes: false latest: "9.1.13" latestReleaseDate: 2020-12-16 link: https://github.com/angular/angular/releases/tag/__LATEST__ --- > [Angular](https://angular.dev/) is a TypeScript-based free and open-source web application > framework led from Google that was designed as a ground-up rewrite of AngularJS. All major releases are typically supported for 18 months. This includes 6 months of active support, with regular updates and patches, followed by 12 months of long-term support (LTS), with only critical and security fixes. Only newly identified security vulnerabilities and regression fixes are considered for LTS versions. Angular follows [semantic versioning](https://semver.org). Major releases happen roughly every 6 months, with 1–3 minor releases for every major release. There is an [update guide](https://angular.dev/update "Keeping your Angular projects up-to-date") available. Commercial support is available for all deprecated versions of Angular through the [HeroDevs Never-Ending Support](https://www.herodevs.com/support/nes-angular) initiative. *[LTS]: Long-Term Support ================================================ FILE: products/angularjs.md ================================================ --- title: AngularJS addedAt: 2023-08-14 category: framework tags: discontinued google javascript-runtime herodevs permalink: /angularjs alternate_urls: - /angular-js versionCommand: npm list angular releasePolicyLink: https://docs.angularjs.org/misc/version-support-status changelogTemplate: https://github.com/angular/angular.js/blob/v__LATEST__/CHANGELOG.md eolColumn: Support eoesColumn: Extended Long Term Support customFields: - name: eoesProvider display: before-latest-column label: Extended Long Term Support provider description: Companies that provide extended Long Term Support for AngularJS. identifiers: - repology: angular.js - purl: pkg:npm/angular - purl: pkg:github/angular/angular.js auto: disabled: true # the product is discontinued methods: - npm: angular releases: - releaseCycle: "1.8" lts: true releaseDate: 2020-06-04 eol: 2021-12-31 eoes: false eoesProvider: HeroDevs, OpenLogic latest: "1.8.3" latestReleaseDate: 2022-04-07 - releaseCycle: "1.7" releaseDate: 2018-05-11 eol: 2021-12-31 latest: "1.7.9" latestReleaseDate: 2019-11-19 - releaseCycle: "1.6" releaseDate: 2016-12-08 eol: 2021-12-31 eoes: false eoesProvider: OpenLogic latest: "1.6.10" latestReleaseDate: 2018-04-17 - releaseCycle: "1.5" releaseDate: 2016-02-05 eol: 2021-12-31 eoes: false eoesProvider: HeroDevs latest: "1.5.11" latestReleaseDate: 2017-01-12 - releaseCycle: "1.4" releaseDate: 2015-05-27 eol: 2021-12-31 latest: "1.4.14" latestReleaseDate: 2016-10-11 - releaseCycle: "1.3" releaseDate: 2014-10-13 eol: 2021-12-31 latest: "1.3.20" latestReleaseDate: 2015-09-29 - releaseCycle: "1.2" releaseDate: 2013-11-23 eol: 2021-12-31 latest: "1.2.32" latestReleaseDate: 2016-10-11 - releaseCycle: "1.1" releaseDate: 2013-11-23 eol: 2021-12-31 latest: "1.1.5" latestReleaseDate: 2013-11-23 - releaseCycle: "1.0" releaseDate: 2013-11-23 eol: 2021-12-31 latest: "1.0.8" latestReleaseDate: 2013-11-23 --- > AngularJS is a free and open-source JavaScript-based web framework for developing single-page > applications. It aims to simplify both the development and the testing of such applications by > providing a framework for client-side model–view–controller (MVC) and model–view–viewmodel > (MVVM) architectures, along with components commonly used in web applications and progressive > web applications. AngularJS, referred to as Angular 1, was built and maintained by Google. AngularJS was [deprecated](https://docs.angularjs.org/misc/version-support-status) on December 31, 2021 after a [LTS period](https://blog.angular.io/stable-angularjs-and-long-term-support-7e077635ee9c) on the final version 1.8.3, which was released April 7, 2022. Beginning January 1, 2022, commercial [extended long-term support for AngularJS](https://www.herodevs.com/support/nes-angularjs) became available through the [HeroDevs](https://www.herodevs.com/) Never-Ending Support initiative (NES, formerly XLTS). [OpenLogic](https://www.openlogic.com/solutions/angularjs-support-and-services) also provides commercial long-term support for AngularJS. ================================================ FILE: products/ansible-core.md ================================================ --- title: Ansible-core addedAt: 2022-10-12 category: framework tags: python-runtime red-hat iconSlug: ansible permalink: /ansible-core versionCommand: ansible --version releasePolicyLink: https://docs.ansible.com/ansible-core/devel/reference_appendices/release_and_maintenance.html changelogTemplate: https://github.com/ansible/ansible/blob/stable-__RELEASE_CYCLE__/changelogs/CHANGELOG-v__RELEASE_CYCLE__.rst eolColumn: Supported customFields: - name: pythonVersionsControlNode display: api-only label: Control node Python description: Control node Python support link: https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-community-changelogs - name: pythonVersionsManagedNode display: api-only label: Managed node Python description: Managed node Python support link: https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-community-changelogs - name: powershellVersionsManagedNode display: api-only label: Managed node PowerShell description: Managed node PowerShell support link: https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-community-changelogs identifiers: - repology: ansible-core - cpe: cpe:/a:redhat:ansible_engine - cpe: cpe:/a:ansible:ansible - cpe: cpe:/a:redhat:ansible - cpe: cpe:2.3:a:redhat:ansible auto: methods: - git: https://github.com/ansible/ansible.git - release_table: https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html fields: releaseCycle: "Version" releaseDate: column: "Support" regex: '^GA:\s+(?P(\d+ )?\w+ \d+).*$' eol: column: "End Of Life" regex: '^(EOL\s*)?(?P.+)$' # EOL dates as well as Python / PowerShell versions can be found on # https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html releases: - releaseCycle: "2.20" pythonVersionsControlNode: "3.12 - 3.14" pythonVersionsManagedNode: "3.9 - 3.14" powershellVersionsManagedNode: "5.1" releaseDate: 2025-11-03 eol: 2027-05-31 latest: "2.20.3" latestReleaseDate: 2026-02-23 - releaseCycle: "2.19" pythonVersionsControlNode: "3.11 - 3.13" pythonVersionsManagedNode: "3.8 - 3.13" powershellVersionsManagedNode: "5.1" releaseDate: 2025-07-21 eol: 2026-11-30 latest: "2.19.7" latestReleaseDate: 2026-02-23 - releaseCycle: "2.18" pythonVersionsControlNode: "3.11 - 3.13" pythonVersionsManagedNode: "3.8 - 3.13" powershellVersionsManagedNode: "5.1" releaseDate: 2024-11-04 eol: 2026-05-31 latest: "2.18.14" latestReleaseDate: 2026-02-23 - releaseCycle: "2.17" pythonVersionsControlNode: "3.10 - 3.12" pythonVersionsManagedNode: "3.7 - 3.12" powershellVersionsManagedNode: "5.1" releaseDate: 2024-05-20 eol: 2025-11-30 latest: "2.17.14" latestReleaseDate: 2025-09-08 - releaseCycle: "2.16" pythonVersionsControlNode: "3.10 - 3.12" pythonVersionsManagedNode: "2.7 / 3.6 - 3.12" powershellVersionsManagedNode: "3 - 5.1" releaseDate: 2023-11-06 eol: 2025-07-31 latest: "2.16.17" latestReleaseDate: 2026-02-23 - releaseCycle: "2.15" pythonVersionsControlNode: "3.9 - 3.11" pythonVersionsManagedNode: "2.7 / 3.5 - 3.11" powershellVersionsManagedNode: "3 - 5.1" releaseDate: 2023-05-22 eol: 2024-11-30 latest: "2.15.13" latestReleaseDate: 2024-11-04 - releaseCycle: "2.14" pythonVersionsControlNode: "3.9 - 3.11" pythonVersionsManagedNode: "2.7 / 3.5 - 3.11" powershellVersionsManagedNode: "3 - 5.1" releaseDate: 2022-11-07 eol: 2024-05-20 latest: "2.14.18" latestReleaseDate: 2024-11-04 - releaseCycle: "2.13" pythonVersionsControlNode: "3.8 - 3.10" pythonVersionsManagedNode: "2.7 / 3.5 - 3.10" powershellVersionsManagedNode: "3 - 5.1" releaseDate: 2022-05-23 eol: 2023-11-06 latest: "2.13.13" latestReleaseDate: 2023-10-09 - releaseCycle: "2.12" pythonVersionsControlNode: "3.8 - 3.10" pythonVersionsManagedNode: "2.6 - 2.7 / 3.5 - 3.10" powershellVersionsManagedNode: "3 - 5.1" releaseDate: 2021-11-08 eol: 2023-05-22 latest: "2.12.10" latestReleaseDate: 2022-10-11 - releaseCycle: "2.11" pythonVersionsControlNode: "2.7 / 3.5 - 3.9" pythonVersionsManagedNode: "2.6 - 2.7 / 3.5 - 3.9" powershellVersionsManagedNode: "3 - 5.1" releaseDate: 2021-04-26 eol: 2022-11-07 latest: "2.11.12" latestReleaseDate: 2022-05-23 - releaseCycle: "2.10" pythonVersionsControlNode: "2.7 / 3.5 - 3.9" pythonVersionsManagedNode: "2.6 - 2.7 / 3.5 - 3.9" powershellVersionsManagedNode: "3 - 5.1" releaseDate: 2020-08-13 eol: 2022-05-23 latest: "2.10.17" latestReleaseDate: 2022-01-31 - releaseCycle: "2.9" pythonVersionsControlNode: "2.7 / 3.5 - 3.8" pythonVersionsManagedNode: "2.6 - 2.7 / 3.5 - 3.8" powershellVersionsManagedNode: "3 - 5.1" releaseDate: 2019-10-31 eol: 2022-05-23 latest: "2.9.27" latestReleaseDate: 2021-10-11 --- > [Ansible](https://www.ansible.com/) is an open-source software provisioning, configuration > management and application-deployment tool enabling infrastructure as code. It runs on many > Unix-like systems, and can configure both Unix-like systems and Microsoft Windows. The `ansible-core` package has a graduated maintenance structure that extends to three major releases. For detailed information, see Ansible [Releases and maintenance](https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html). See the [ansible-core Roadmap](https://docs.ansible.com/ansible-core/devel/roadmap/ansible_core_roadmap_index.html) for upcoming release details. ## [Compatibility](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#support-life) {% include table.html labels="ansible-core,Control node Python,Managed node Python,Managed node PowerShell" fields="releaseCycle,pythonVersionsControlNode,pythonVersionsManagedNode,powershellVersionsManagedNode" types="string,string,string,string" rows=page.releases %} ================================================ FILE: products/ansible.md ================================================ --- title: Ansible addedAt: 2021-08-15 category: app tags: python-runtime red-hat iconSlug: ansible permalink: /ansible # The following command works from Ansible 6.0.0 on: versionCommand: ansible-community --version releasePolicyLink: https://docs.ansible.com/projects/ansible/devel/reference_appendices/release_and_maintenance.html changelogTemplate: https://github.com/ansible-community/ansible-build-data/blob/main/__RELEASE_CYCLE__/CHANGELOG-v__RELEASE_CYCLE__.rst eolColumn: Supported customFields: - name: ansibleCoreVersion display: api-only label: ansible-core description: ansible-core version link: https://docs.ansible.com/projects/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-community-changelogs - name: pythonVersionsControlNode display: api-only label: Control node Python description: Control node Python support link: https://docs.ansible.com/projects/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-community-changelogs - name: pythonVersionsManagedNode display: api-only label: Managed node Python description: Managed node Python support link: https://docs.ansible.com/projects/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-community-changelogs - name: powershellVersionsManagedNode display: api-only label: Managed node PowerShell description: Managed node PowerShell support link: https://docs.ansible.com/projects/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-community-changelogs identifiers: - purl: pkg:pypi/ansible - purl: pkg:deb/debian/ansible - purl: pkg:apk/alpine/ansible - purl: pkg:github/ansible/ansible - repology: ansible - cpe: cpe:2.3:a:redhat:ansible auto: methods: - pypi: ansible # ansible-Core versions can be found on https://docs.ansible.com/projects/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-community-changelogs # For Python / PowerShell versions, see https://docs.ansible.com/projects/ansible/latest/reference_appendices/release_and_maintenance.html#support-life releases: - releaseCycle: "13" ansibleCoreVersion: "2.20" pythonVersionsControlNode: "3.12 - 3.14" pythonVersionsManagedNode: "3.9 - 3.14" powershellVersionsManagedNode: "5.1" releaseDate: 2025-11-19 eol: false latest: "13.4.0" latestReleaseDate: 2026-02-24 - releaseCycle: "12" ansibleCoreVersion: "2.19" pythonVersionsControlNode: "3.11 - 3.13" pythonVersionsManagedNode: "3.8 - 3.13" powershellVersionsManagedNode: "5.1" releaseDate: 2025-09-09 eol: 2025-12-09 latest: "12.3.0" latestReleaseDate: 2025-12-09 - releaseCycle: "11" ansibleCoreVersion: "2.18" pythonVersionsControlNode: "3.11 - 3.13" pythonVersionsManagedNode: "3.8 - 3.13" powershellVersionsManagedNode: "5.1" releaseDate: 2024-11-19 eol: 2025-12-09 latest: "11.13.0" latestReleaseDate: 2025-12-09 - releaseCycle: "10" ansibleCoreVersion: "2.17" pythonVersionsControlNode: "3.10 - 3.12" pythonVersionsManagedNode: "3.7 - 3.12" powershellVersionsManagedNode: "3 - 5.1" releaseDate: 2024-06-04 eol: 2024-12-03 # EOL after 10.7 latest: "10.7.0" latestReleaseDate: 2024-12-03 - releaseCycle: "9" ansibleCoreVersion: "2.16" pythonVersionsControlNode: "3.10 - 3.12" pythonVersionsManagedNode: "2.7 / 3.6 - 3.12" powershellVersionsManagedNode: "3 - 5.1" releaseDate: 2023-11-21 eol: 2024-12-03 # EOL after 9.13 latest: "9.13.0" latestReleaseDate: 2024-12-03 - releaseCycle: "8" ansibleCoreVersion: "2.15" pythonVersionsControlNode: "3.9 - 3.11" pythonVersionsManagedNode: "2.7 / 3.5 - 3.11" powershellVersionsManagedNode: "3 - 5.1" releaseDate: 2023-05-30 eol: 2023-12-06 latest: "8.7.0" latestReleaseDate: 2023-12-06 - releaseCycle: "7" ansibleCoreVersion: "2.14" pythonVersionsControlNode: "3.9 - 3.11" pythonVersionsManagedNode: "2.7 / 3.5 - 3.11" powershellVersionsManagedNode: "3 - 5.1" releaseDate: 2022-11-22 eol: 2023-06-22 latest: "7.7.0" latestReleaseDate: 2023-06-22 - releaseCycle: "6" ansibleCoreVersion: "2.13" pythonVersionsControlNode: "3.8 - 3.10" pythonVersionsManagedNode: "2.7 / 3.5 - 3.10" powershellVersionsManagedNode: "3 - 5.1" releaseDate: 2022-06-21 eol: 2022-12-06 latest: "6.7.0" latestReleaseDate: 2022-12-06 - releaseCycle: "5" ansibleCoreVersion: "2.12" pythonVersionsControlNode: "3.8 - 3.10" pythonVersionsManagedNode: "2.6 - 2.7 / 3.5 - 3.10" powershellVersionsManagedNode: "3 - 5.1" releaseDate: 2021-12-02 eol: 2022-06-08 latest: "5.10.0" latestReleaseDate: 2022-06-28 - releaseCycle: "4" ansibleCoreVersion: "2.11" pythonVersionsControlNode: "2.7 / 3.5 - 3.9" pythonVersionsManagedNode: "2.6 - 2.7 / 3.5 - 3.9" powershellVersionsManagedNode: "3 - 5.1" releaseDate: 2021-05-18 eol: 2021-12-14 latest: "4.10.0" latestReleaseDate: 2021-12-14 - releaseCycle: "3" ansibleCoreVersion: "2.10" pythonVersionsControlNode: "2.7 / 3.5 - 3.9" pythonVersionsManagedNode: "2.6 - 2.7 / 3.5 - 3.9" powershellVersionsManagedNode: "3 - 5.1" releaseDate: 2021-02-18 eol: 2021-05-11 latest: "3.4.0" latestReleaseDate: 2021-05-11 - releaseCycle: "2.10" ansibleCoreVersion: "2.10" pythonVersionsControlNode: "2.7 / 3.5 - 3.9" pythonVersionsManagedNode: "2.6 - 2.7 / 3.5 - 3.9" powershellVersionsManagedNode: "3 - 5.1" releaseDate: 2020-09-22 eol: 2021-02-09 latest: "2.10.7" latestReleaseDate: 2021-02-09 - releaseCycle: "2.9" ansibleCoreVersion: "2.9" pythonVersionsControlNode: "2.7 / 3.5 - 3.8" pythonVersionsManagedNode: "2.6 - 2.7 / 3.5 - 3.8" powershellVersionsManagedNode: "3 - 5.1" releaseDate: 2019-10-31 eol: 2022-05-23 latest: "2.9.27" latestReleaseDate: 2021-10-11 link: https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst --- > [Ansible](https://www.ansible.com/) is an open-source software provisioning, configuration > management and application-deployment tool enabling infrastructure as code. `ansible` extends the > basic `ansible-core` with additional modules by delivering several collections in an > easy-to-consume PyPI package. The `ansible` community package typically gets 2 major releases every year. A new minor version is released every 4 weeks. Maintenance fixes are guaranteed for only the latest major release. See the [Ansible Roadmap](https://docs.ansible.com/projects/ansible/devel/roadmap/ansible_roadmap_index.html) for upcoming release details. ## [Compatibility](https://docs.ansible.com/projects/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-community-changelogs) {% include table.html labels="Ansible,ansible-core,Control node Python,Managed node Python,Managed node PowerShell" fields="releaseCycle,ansibleCoreVersion,pythonVersionsControlNode,pythonVersionsManagedNode,powershellVersionsManagedNode" types="string,string,string,string,string" rows=page.releases %} ================================================ FILE: products/anthropic-claude.md ================================================ --- title: Anthropic Claude addedAt: 2026-03-10 category: service tags: llm iconSlug: anthropic permalink: /claude alternate_urls: - /anthropic-claude releasePolicyLink: https://platform.claude.com/docs/en/about-claude/model-deprecations#deprecation-history eoasColumn: Deprecated eolColumn: Retired customFields: - name: recommendedReplacement display: after-latest-column label: Recommended replacement description: Replacement model from Anthropic deprecation history link: https://platform.claude.com/docs/en/about-claude/model-deprecations#deprecation-history releases: - releaseCycle: "sonnet-4.6" releaseLabel: Claude Sonnet 4.6 releaseDate: 2026-02-17 eoas: false eol: false latest: "claude-sonnet-4-6" recommendedReplacement: "N/A" latestReleaseDate: 2026-02-17 link: https://platform.claude.com/docs/en/about-claude/model-deprecations - releaseCycle: "opus-4.6" releaseLabel: Claude Opus 4.6 releaseDate: 2026-02-05 eoas: false eol: false latest: "claude-opus-4-6" recommendedReplacement: "N/A" latestReleaseDate: 2026-02-05 link: https://platform.claude.com/docs/en/about-claude/model-deprecations - releaseCycle: "opus-4.5" releaseLabel: Claude Opus 4.5 releaseDate: 2025-11-24 eoas: false eol: false latest: "claude-opus-4-5-20251101" recommendedReplacement: "N/A" latestReleaseDate: 2025-11-24 link: https://platform.claude.com/docs/en/about-claude/model-deprecations - releaseCycle: "haiku-4.5" releaseLabel: Claude Haiku 4.5 releaseDate: 2025-10-15 eoas: false eol: false latest: "claude-haiku-4-5-20251001" recommendedReplacement: "N/A" latestReleaseDate: 2025-10-15 link: https://platform.claude.com/docs/en/about-claude/model-deprecations - releaseCycle: "sonnet-4.5" releaseLabel: Claude Sonnet 4.5 releaseDate: 2025-09-29 eoas: false eol: false latest: "claude-sonnet-4-5-20250929" recommendedReplacement: "N/A" latestReleaseDate: 2025-09-29 link: https://platform.claude.com/docs/en/about-claude/model-deprecations - releaseCycle: "opus-4.1" releaseLabel: Claude Opus 4.1 releaseDate: 2025-08-05 eoas: false eol: false latest: "claude-opus-4-1-20250805" recommendedReplacement: "N/A" latestReleaseDate: 2025-08-05 link: https://platform.claude.com/docs/en/about-claude/model-deprecations - releaseCycle: "sonnet-4" releaseLabel: Claude Sonnet 4 releaseDate: 2025-05-22 eoas: false eol: false latest: "claude-sonnet-4-20250514" recommendedReplacement: "N/A" latestReleaseDate: 2025-05-22 link: https://platform.claude.com/docs/en/about-claude/model-deprecations - releaseCycle: "opus-4" releaseLabel: Claude Opus 4 releaseDate: 2025-05-22 eoas: false eol: false latest: "claude-opus-4-20250514" recommendedReplacement: "N/A" latestReleaseDate: 2025-05-22 link: https://platform.claude.com/docs/en/about-claude/model-deprecations - releaseCycle: "sonnet-3.7" releaseLabel: Claude Sonnet 3.7 releaseDate: 2025-02-24 eoas: 2025-10-28 eol: 2026-02-19 latest: "claude-3-7-sonnet-20250219" recommendedReplacement: "claude-opus-4-6" latestReleaseDate: 2025-02-24 link: https://platform.claude.com/docs/en/about-claude/model-deprecations#2025-10-28-claude-sonnet-3-7-model - releaseCycle: "haiku-3.5" releaseLabel: Claude Haiku 3.5 releaseDate: 2024-10-22 eoas: 2025-12-19 eol: 2026-02-19 latest: "claude-3-5-haiku-20241022" recommendedReplacement: "claude-haiku-4-5-20251001" latestReleaseDate: 2024-10-22 link: https://platform.claude.com/docs/en/about-claude/model-deprecations#2025-12-19-claude-haiku-3-5-model - releaseCycle: "sonnet-3.5" releaseLabel: Claude Sonnet 3.5 releaseDate: 2024-06-20 eoas: 2025-08-13 eol: 2025-10-28 latest: "claude-3-5-sonnet-20241022" recommendedReplacement: "claude-opus-4-6" latestReleaseDate: 2024-10-22 link: https://platform.claude.com/docs/en/about-claude/model-deprecations#2025-08-13-claude-sonnet-3-5-models - releaseCycle: "haiku-3" releaseLabel: Claude Haiku 3 releaseDate: 2024-03-13 eoas: 2026-02-19 eol: 2026-04-20 latest: "claude-3-haiku-20240307" recommendedReplacement: "claude-haiku-4-5-20251001" latestReleaseDate: 2024-03-13 link: https://platform.claude.com/docs/en/about-claude/model-deprecations#2026-02-19-claude-haiku-3-model - releaseCycle: "opus-3" releaseLabel: Claude Opus 3 releaseDate: 2024-03-04 eoas: 2025-06-30 eol: 2026-01-05 latest: "claude-3-opus-20240229" recommendedReplacement: "claude-opus-4-6" latestReleaseDate: 2024-03-04 link: https://platform.claude.com/docs/en/about-claude/model-deprecations#2025-06-30-claude-opus-3-model - releaseCycle: "sonnet-3" releaseLabel: Claude Sonnet 3 releaseDate: 2024-03-04 eoas: 2025-01-21 eol: 2025-07-21 latest: "claude-3-sonnet-20240229" recommendedReplacement: "claude-opus-4-6" latestReleaseDate: 2024-03-04 link: https://platform.claude.com/docs/en/about-claude/model-deprecations#2025-01-21-claude-2-claude-2-1-and-claude-sonnet-3-models - releaseCycle: "claude-2.1" releaseLabel: Claude 2.1 releaseDate: 2023-11-21 eoas: 2025-01-21 eol: 2025-07-21 latest: "claude-2.1" recommendedReplacement: "claude-opus-4-6" link: https://platform.claude.com/docs/en/about-claude/model-deprecations#2025-01-21-claude-2-claude-2-1-and-claude-sonnet-3-models - releaseCycle: "claude-instant-1" releaseLabel: Claude Instant 1 releaseDate: 2023-08-09 eoas: 2024-09-04 eol: 2024-11-06 latest: "claude-instant-1.2" recommendedReplacement: "claude-haiku-4-5-20251001" link: https://platform.claude.com/docs/en/about-claude/model-deprecations#2024-09-04-claude-1-and-instant-models - releaseCycle: "claude-2.0" releaseLabel: Claude 2.0 releaseDate: 2023-07-11 eoas: 2025-01-21 eol: 2025-07-21 latest: "claude-2.0" recommendedReplacement: "claude-opus-4-6" link: https://platform.claude.com/docs/en/about-claude/model-deprecations#2025-01-21-claude-2-claude-2-1-and-claude-sonnet-3-models - releaseCycle: "claude-1" releaseLabel: Claude 1 releaseDate: 2023-03-14 eoas: 2024-09-04 eol: 2024-11-06 latest: "claude-1.3" recommendedReplacement: "claude-haiku-4-5-20251001" link: https://platform.claude.com/docs/en/about-claude/model-deprecations#2024-09-04-claude-1-and-instant-models --- > [Anthropic Claude](https://claude.ai/) is a family of large language models provided by Anthropic. {: .warning } > This page tracks Claude model availability on the Anthropic API. This does not include the Claude app, > Claude Code, or third-party integrations such as Amazon Bedrock and Google Cloud Vertex AI. ## Lifecycle states - **Active**: The model is fully supported and recommended for use. - **Legacy**: The model will no longer receive updates and may be deprecated in the future. - **Deprecated**: The model is no longer available for new customers but continues to be available for existing users until retirement. Anthropic assigns a retirement date at this point. - **Retired**: The model is no longer available for use. Requests to retired models will fail. **Note** Deprecated models are likely to be less reliable than active models. Anthropic recommends moving workloads to active models to maintain the highest level of support and reliability. Customers with active deployments receive at least 60 days' notice before retirement for publicly released models. Anthropic recommends auditing API usage to discover model usage and testing replacement models before retirement. Anthropic has committed to preserve the weights of publicly released models and may make past models available again in the future. Retirement is treated as EOL and Deprecation as End-of-Active-support in the above table and endoflife.date API. ================================================ FILE: products/antix-linux.md ================================================ --- title: antiX Linux addedAt: 2022-10-31 category: os tags: linux-distribution permalink: /antix alternate_urls: - /antixlinux - /antix-linux versionCommand: cat /etc/os-release releasePolicyLink: https://www.antixforum.com/forums/topic/when-is-end-of-support-for-stable-antix-versions-17-19/#post-26424 releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" eoasColumn: true identifiers: - cpe: cpe:2.3:o:antixlinux:antix_linux auto: methods: - distrowatch: antix regex: '^Distribution Release: antiX (?P\d)\.(?P\d)$' # eoas(x) = Corresponding Debian eoas(x) # eol(x) = Corresponding Debian eol(x) releases: - releaseCycle: "23" codename: "Arditi del Popolo" # Bookworm releaseDate: 2023-08-28 latest: "23" latestReleaseDate: 2023-08-28 eoas: 2026-06-10 eol: 2028-06-10 link: https://antixlinux.com/antix-23-released/ - releaseCycle: "21" codename: "Grup Yorum" # Bullseye releaseDate: 2021-10-31 eoas: 2024-06-30 eol: 2026-06-30 latest: "22" latestReleaseDate: 2022-10-19 link: https://antixlinux.com/antix-22-released/ - releaseCycle: "19" codename: "Grup Yorum" # Buster releaseDate: 2019-10-17 eoas: 2022-09-10 eol: 2024-06-30 latest: "19.5" latestReleaseDate: 2022-01-25 link: https://antixlinux.com/antix-19-5-point-release-update/ - releaseCycle: "17" codename: "Helen Keller" # Stretch releaseDate: 2017-10-24 eoas: 2020-06-05 eol: 2022-06-30 latest: "17.4.1" latestReleaseDate: 2019-03-28 link: https://antixlinux.com/antix-17-4-1-now-out/ - releaseCycle: "16" codename: "Berta Cáceres" releaseDate: 2016-06-27 eoas: 2018-06-23 eol: 2020-06-30 latest: "16.3" latestReleaseDate: 2017-12-21 link: https://antixlinux.com/antix-16-3-full-iso-files-available/ - releaseCycle: "15" codename: "Berta Cáceres" releaseDate: 2015-06-30 eoas: 2018-06-23 eol: 2020-06-30 latest: "15" latestReleaseDate: 2015-06-30 link: https://antixlinux.com/forum-archive/antix-15-released-t5697.html --- > [antiX Linux](https://antixlinux.com/) is a lightweight desktop-oriented systemd-free GNU/Linux > distribution based on Debian's stable branch releases. AntiX Linux uses the lightweight > "antiX Magic" IceWM-based desktop which allows for antiX to run smoothly on old and new hardware. There are several releases of antiX supported concurrently. These typically follow Debian's periods of active development and extended long-term support, which provides security patches to a limited set of packages. Often this equates to ~2 years of active support and 2 years of long-term security patch support. AntiX officially supports 32-bit non-PAE (i586-compatible), 32-bit PAE (i686-compatible) and 64-bit x86 processors. ================================================ FILE: products/apache-activemq-artemis.md ================================================ --- title: Apache ActiveMQ Artemis addedAt: 2025-08-16 category: server-app tags: apache java-runtime iconSlug: apache permalink: /apache-activemq-artemis alternate_urls: - /activemq-artemis releasePolicyLink: https://activemq.apache.org/support.html changelogTemplate: "https://activemq.apache.org/components/artemis/documentation/latest/versions.html#{{'__LATEST__'|replace:'.','-'}}" versionCommand: artemis version identifiers: - repology: activemq-artemis - purl: pkg:github/apache/activemq-artemis auto: methods: - git: https://github.com/apache/activemq-artemis.git # eol(x) = releaseDate(x+1) releases: - releaseCycle: "2.53" releaseDate: 2026-03-17 eol: false latest: "2.53.0" latestReleaseDate: 2026-03-16 - releaseCycle: "2.52" releaseDate: 2026-03-02 eol: 2026-03-17 latest: "2.52.0" latestReleaseDate: 2026-03-02 - releaseCycle: "2.51" releaseDate: 2026-02-11 eol: 2026-03-02 latest: "2.51.0" latestReleaseDate: 2026-02-06 - releaseCycle: "2.50" releaseDate: 2026-01-23 eol: 2026-02-11 latest: "2.50.0" latestReleaseDate: 2026-01-15 - releaseCycle: "2.44" releaseDate: 2025-10-29 eol: 2026-01-23 latest: "2.44.0" latestReleaseDate: 2025-10-29 - releaseCycle: "2.43" releaseDate: 2025-10-13 eol: 2025-10-29 latest: "2.43.0" latestReleaseDate: 2025-10-13 - releaseCycle: "2.42" releaseDate: 2025-07-14 eol: 2025-10-13 latest: "2.42.0" latestReleaseDate: 2025-07-14 - releaseCycle: "2.41" releaseDate: 2025-04-23 eol: 2025-07-14 latest: "2.41.0" latestReleaseDate: 2025-04-23 - releaseCycle: "2.40" releaseDate: 2025-03-13 eol: 2025-04-23 latest: "2.40.0" latestReleaseDate: 2025-03-13 - releaseCycle: "2.39" releaseDate: 2024-12-16 eol: 2025-03-13 latest: "2.39.0" latestReleaseDate: 2024-12-16 - releaseCycle: "2.38" releaseDate: 2024-10-16 eol: 2024-12-16 latest: "2.38.0" latestReleaseDate: 2024-10-16 - releaseCycle: "2.37" releaseDate: 2024-08-16 eol: 2024-10-16 latest: "2.37.0" latestReleaseDate: 2024-08-16 - releaseCycle: "2.36" releaseDate: 2024-07-25 eol: 2024-08-16 latest: "2.36.0" latestReleaseDate: 2024-07-25 - releaseCycle: "2.35" releaseDate: 2024-06-12 eol: 2024-07-25 latest: "2.35.0" latestReleaseDate: 2024-06-12 - releaseCycle: "2.34" releaseDate: 2024-05-29 eol: 2024-06-12 latest: "2.34.0" latestReleaseDate: 2024-05-29 - releaseCycle: "2.33" releaseDate: 2024-03-19 eol: 2024-05-29 latest: "2.33.0" latestReleaseDate: 2024-03-19 - releaseCycle: "2.32" releaseDate: 2024-01-24 eol: 2024-03-19 latest: "2.32.0" latestReleaseDate: 2024-01-24 - releaseCycle: "2.31" releaseDate: 2023-09-15 eol: 2024-01-24 latest: "2.31.2" latestReleaseDate: 2023-10-27 - releaseCycle: "2.30" releaseDate: 2023-07-20 eol: 2023-09-15 latest: "2.30.0" latestReleaseDate: 2023-07-20 - releaseCycle: "2.29" releaseDate: 2023-06-14 eol: 2023-07-20 latest: "2.29.0" latestReleaseDate: 2023-06-14 - releaseCycle: "2.28" releaseDate: 2023-01-31 eol: 2023-06-14 latest: "2.28.0" latestReleaseDate: 2023-01-31 - releaseCycle: "2.27" releaseDate: 2022-11-08 eol: 2023-01-31 latest: "2.27.1" latestReleaseDate: 2022-11-28 - releaseCycle: "2.26" releaseDate: 2022-09-21 eol: 2022-11-08 latest: "2.26.0" latestReleaseDate: 2022-09-21 - releaseCycle: "2.25" releaseDate: 2022-08-30 eol: 2022-09-21 latest: "2.25.0" latestReleaseDate: 2022-08-30 - releaseCycle: "2.24" releaseDate: 2022-07-26 eol: 2022-08-30 latest: "2.24.0" latestReleaseDate: 2022-07-26 - releaseCycle: "2.23" releaseDate: 2022-06-07 eol: 2022-07-26 latest: "2.23.1" latestReleaseDate: 2022-06-14 - releaseCycle: "2.22" releaseDate: 2022-04-27 eol: 2022-06-07 latest: "2.22.0" latestReleaseDate: 2022-04-27 - releaseCycle: "2.21" releaseDate: 2022-03-22 eol: 2022-04-27 latest: "2.21.0" latestReleaseDate: 2022-03-22 - releaseCycle: "2.20" releaseDate: 2021-12-14 eol: 2022-03-22 latest: "2.20.0" latestReleaseDate: 2021-12-14 - releaseCycle: "2.19" releaseDate: 2021-10-11 eol: 2021-12-15 latest: "2.19.1" latestReleaseDate: 2022-01-26 - releaseCycle: "2.18" releaseDate: 2021-08-09 eol: 2021-10-11 latest: "2.18.0" latestReleaseDate: 2021-08-09 - releaseCycle: "2.17" releaseDate: 2021-02-11 eol: 2021-08-09 latest: "2.17.0" latestReleaseDate: 2021-02-11 - releaseCycle: "2.16" releaseDate: 2020-11-02 eol: 2021-02-11 latest: "2.16.0" latestReleaseDate: 2020-11-02 - releaseCycle: "2.15" releaseDate: 2020-08-24 eol: 2020-11-02 latest: "2.15.0" latestReleaseDate: 2020-08-24 - releaseCycle: "2.14" releaseDate: 2020-07-09 eol: 2020-08-24 latest: "2.14.0" latestReleaseDate: 2020-07-09 - releaseCycle: "2.13" releaseDate: 2020-05-16 eol: 2020-07-09 latest: "2.13.0" latestReleaseDate: 2020-05-16 - releaseCycle: "2.12" releaseDate: 2020-04-21 eol: 2020-05-16 latest: "2.12.0" latestReleaseDate: 2020-04-21 - releaseCycle: "2.11" releaseDate: 2020-01-10 eol: 2020-04-21 latest: "2.11.0" latestReleaseDate: 2020-01-10 - releaseCycle: "2.10" releaseDate: 2019-08-26 eol: 2020-01-10 latest: "2.10.1" latestReleaseDate: 2019-09-23 - releaseCycle: "2.9" releaseDate: 2019-05-29 eol: 2019-08-26 latest: "2.9.0" latestReleaseDate: 2019-05-29 - releaseCycle: "2.8" releaseDate: 2019-05-02 eol: 2019-05-30 latest: "2.8.1" latestReleaseDate: 2019-05-16 - releaseCycle: "2.7" releaseDate: 2019-03-14 eol: 2019-05-02 latest: "2.7.0" latestReleaseDate: 2019-03-14 - releaseCycle: "2.6" releaseDate: 2018-05-16 eol: 2019-03-14 latest: "2.6.4" latestReleaseDate: 2019-01-17 - releaseCycle: "2.5" releaseDate: 2018-03-12 eol: 2018-05-16 latest: "2.5.0" latestReleaseDate: 2018-03-12 - releaseCycle: "2.4" releaseDate: 2017-11-01 eol: 2018-03-12 latest: "2.4.0" latestReleaseDate: 2017-11-01 - releaseCycle: "2.3" releaseDate: 2017-09-05 eol: 2017-11-01 latest: "2.3.0" latestReleaseDate: 2017-09-05 - releaseCycle: "2.2" releaseDate: 2017-07-24 eol: 2017-09-05 latest: "2.2.0" latestReleaseDate: 2017-07-24 - releaseCycle: "2.1" releaseDate: 2017-05-08 eol: 2017-07-25 latest: "2.1.0" latestReleaseDate: 2017-05-08 - releaseCycle: "2.0" releaseDate: 2017-03-10 eol: 2017-05-08 latest: "2.0.0" latestReleaseDate: 2017-03-10 - releaseCycle: "1.5" releaseDate: 2016-11-03 eol: 2018-03-12 latest: "1.5.6" latestReleaseDate: 2018-02-21 - releaseCycle: "1.4" releaseDate: 2016-09-06 eol: 2016-11-03 latest: "1.4.0" latestReleaseDate: 2016-09-06 - releaseCycle: "1.3" releaseDate: 2016-06-09 eol: 2016-09-06 latest: "1.3.0" latestReleaseDate: 2016-06-09 - releaseCycle: "1.2" releaseDate: 2016-01-04 eol: 2016-06-09 latest: "1.2.0" latestReleaseDate: 2016-01-04 - releaseCycle: "1.1" releaseDate: 2015-09-15 eol: 2016-01-04 latest: "1.1.0" latestReleaseDate: 2015-09-15 - releaseCycle: "1.0" releaseDate: 2015-05-21 eol: 2015-09-15 latest: "1.0.0" latestReleaseDate: 2015-05-21 --- > [Apache ActiveMQ Artemis](https://activemq.apache.org/) is an open source Java-based message > broker that supports a number of transport protocols, such as STOMP, MQTT, or AMQP. There are currently two flavors of ActiveMQ available — the _"Classic"_ broker, and the next generation broker code-named _Artemis_ (which will become the next "Classic" major version at some point). This page tracks ActiveMQ "Artemis" releases; information about the classic version can be found in its own [product page](/apache-activemq). Apache ActiveMQ Artemis does not have a clearly defined release and support policy. It seems that only the latest minor release is actively maintained. The full list of versions, with their associated release notes, is available [in the Apache ActiveMQ Artemis documentation](https://activemq.apache.org/components/artemis/documentation/latest/versions.html). ================================================ FILE: products/apache-activemq.md ================================================ --- title: Apache ActiveMQ Classic addedAt: 2023-07-25 category: server-app tags: apache java-runtime iconSlug: apache permalink: /apache-activemq alternate_urls: - /activemq releasePolicyLink: https://activemq.apache.org/support.html # https://activemq.apache.org/activemq-command-line-tools-reference.html versionCommand: activemq --version eolColumn: Support identifiers: - repology: activemq - cpe: cpe:/a:apache:activemq - cpe: cpe:2.3:a:apache:activemq - purl: pkg:maven/org.apache.activemq/activemq-broker auto: methods: - git: https://github.com/apache/activemq.git regex: '^activemq-(?P\d+)\.(?P\d+)(\.(?P\d+))?$' # EOL status available on https://activemq.apache.org/components/classic/download/, should be close to eol(x) = releaseCycle(x+2) releases: - releaseCycle: "6.2" releaseDate: 2025-11-09 eol: false # still listed on https://activemq.apache.org/components/classic/download/ latest: "6.2.2" latestReleaseDate: 2026-03-20 link: https://activemq.apache.org/components/classic/download/classic-06-02-0{{'__LATEST__'|split:'.'|last}} - releaseCycle: "5.19" releaseDate: 2025-03-07 eol: false # still listed on https://activemq.apache.org/components/classic/download/ latest: "5.19.3" latestReleaseDate: 2026-03-20 link: https://activemq.apache.org/components/classic/download/classic-05-19-0{{'__LATEST__'|split:'.'|last}} - releaseCycle: "6.1" releaseDate: 2024-03-11 eol: false # still listed on https://activemq.apache.org/components/classic/download/ latest: "6.1.8" latestReleaseDate: 2025-10-19 link: https://activemq.apache.org/components/classic/download/classic-06-01-0{{'__LATEST__'|split:'.'|last}} - releaseCycle: "6.0" releaseDate: 2023-11-14 eol: 2024-03-17 # https://github.com/apache/activemq-website/commit/8ae93ea694313f816646ba5adf2e94dd1c665ef6 latest: "6.0.1" latestReleaseDate: 2023-11-30 link: https://activemq.apache.org/components/classic/download/classic-06-00-0{{'__LATEST__'|split:'.'|last}} - releaseCycle: "5.18" releaseDate: 2023-03-18 eol: 2025-03-11 # https://github.com/apache/activemq-website/commit/30fa57bb8b06f321f5d38dc98f937cb7d94299ac latest: "5.18.7" latestReleaseDate: 2025-03-13 link: https://activemq.apache.org/components/classic/download/classic-05-18-0{{'__LATEST__'|split:'.'|last}} - releaseCycle: "5.17" releaseDate: 2022-03-09 eol: 2024-04-12 # https://github.com/apache/activemq-website/commit/021a32970405d98b52f647cb838e7a91f4c2b5dc latest: "5.17.7" latestReleaseDate: 2025-03-14 link: https://activemq.apache.org/components/classic/download/classic-05-17-0{{'__LATEST__'|split:'.'|last}} - releaseCycle: "5.16" releaseDate: 2020-06-25 eol: 2023-03-18 # estimated based on 5.18 release date latest: "5.16.8" latestReleaseDate: 2025-03-18 link: https://activemq.apache.org/components/classic/download/classic-05-16-08 - releaseCycle: "5.15" releaseDate: 2017-06-27 eol: 2022-03-09 # estimated based on 5.17 release date latest: "5.15.16" latestReleaseDate: 2023-10-26 link: https://activemq.apache.org/components/classic/download/classic-05-15-16 - releaseCycle: "5.14" releaseDate: 2016-08-02 eol: 2017-06-27 # estimated based on 5.15 release date latest: "5.14.5" latestReleaseDate: 2017-04-11 link: https://activemq.apache.org/components/classic/download/classic-05-14-05 - releaseCycle: "5.13" releaseDate: 2015-11-30 eol: 2016-12-16 # estimated based on the latest release date latest: "5.13.5" latestReleaseDate: 2016-12-16 link: https://activemq.apache.org/components/classic/download/classic-05-13-04 - releaseCycle: "5.12" releaseDate: 2015-08-10 eol: 2016-02-03 # estimated based on the latest release date latest: "5.12.3" latestReleaseDate: 2016-02-03 link: https://activemq.apache.org/components/classic/download/classic-05-12-02 # no 5.12.3 changelog - releaseCycle: "5.11" releaseDate: 2015-01-30 eol: 2016-02-03 # estimated based on the latest release date latest: "5.11.4" latestReleaseDate: 2016-02-03 link: https://activemq.apache.org/components/classic/download/classic-05-11-03 # no 5.11.4 changelog - releaseCycle: "5.10" releaseDate: 2014-06-05 eol: 2015-02-13 # estimated based on the latest release date latest: "5.10.2" latestReleaseDate: 2015-02-13 link: https://activemq.apache.org/components/classic/download/classic-05-10-02 - releaseCycle: "5.9" releaseDate: 2013-10-14 eol: 2014-06-05 # estimated based on 5.10 release date latest: "5.9.1" latestReleaseDate: 2014-03-31 link: https://activemq.apache.org/components/classic/download/classic-05-09-01 - releaseCycle: "5.8" releaseDate: 2013-02-06 eol: 2013-10-14 # estimated based on 5.9 release date latest: "5.8.0" latestReleaseDate: 2013-02-06 link: https://activemq.apache.org/components/classic/download/classic-05-08-00 - releaseCycle: "5.7" releaseDate: 2012-10-02 eol: 2013-02-06 # estimated based on 5.8 release date latest: "5.7.0" latestReleaseDate: 2012-10-02 link: https://activemq.apache.org/components/classic/download/classic-05-07-00 - releaseCycle: "5.6" releaseDate: 2012-05-02 eol: 2012-10-02 # estimated based on 5.7 release date latest: "5.6.0" latestReleaseDate: 2012-05-02 link: https://activemq.apache.org/components/classic/download/classic-05-06-00 - releaseCycle: "5.5" releaseDate: 2011-03-28 eol: 2012-05-02 # estimated based on 5.6 release date latest: "5.5.1" latestReleaseDate: 2011-10-11 link: https://activemq.apache.org/components/classic/download/classic-05-05-01 - releaseCycle: "5.4" releaseDate: 2010-08-13 eol: 2011-10-12 # estimated based on the latest release date latest: "5.4.3" latestReleaseDate: 2011-10-12 link: https://activemq.apache.org/components/classic/download/classic-05-04-03 - releaseCycle: "5.3" releaseDate: 2009-10-23 eol: 2010-08-13 # estimated based on 5.4 release date latest: "5.3.1" latestReleaseDate: 2010-03-18 link: https://activemq.apache.org/components/classic/download/classic-05-03-01 - releaseCycle: "5.2" releaseDate: 2009-06-30 eol: 2009-10-23 # estimated based on 5.3 release date latest: "5.2.0" latestReleaseDate: 2009-06-30 link: https://activemq.apache.org/components/classic/download/classic-05-02-00 - releaseCycle: "5.1" releaseDate: 2008-05-01 eol: 2009-06-30 # estimated based on 5.2 release date latest: "5.1.0" latestReleaseDate: 2008-05-01 link: https://activemq.apache.org/components/classic/download/classic-05-01-00 - releaseCycle: "5.0" releaseDate: 2007-12-07 eol: 2008-05-01 # estimated based on 5.1 release date latest: "5.0.0" latestReleaseDate: 2007-12-07 link: https://activemq.apache.org/components/classic/download/classic-05-00-00 --- > [Apache ActiveMQ](https://activemq.apache.org/) is an open source Java-based message broker that > supports a number of transport protocols, such as STOMP, MQTT, or AMQP. There are currently two flavors of ActiveMQ available — the _"Classic"_ broker, and the next generation broker code-named _Artemis_ (which will become the next "Classic" major version at some point). This page tracks ActiveMQ "Classic" releases; information about the Artemis version can be found in its own [product page](/apache-activemq-artemis). Apache ActiveMQ does not have a clearly defined release and support policy. But it seems that the last two minor releases are currently community-supported. The full list of versions, with their associated release notes, is available [on the Apache ActiveMQ website](https://activemq.apache.org/components/classic/download/). ================================================ FILE: products/apache-airflow.md ================================================ --- title: Apache Airflow addedAt: 2022-08-22 category: framework tags: apache python-runtime iconSlug: apacheairflow permalink: /apache-airflow alternate_urls: - /airflow versionCommand: airflow version releasePolicyLink: https://github.com/apache/airflow#version-life-cycle changelogTemplate: "https://airflow.apache.org/docs/apache-airflow/stable/release_notes.html#airflow-{{'__LATEST__'|replace:'.','-'}}-__LATEST_RELEASE_DATE__" eoasColumn: Active Support eolColumn: Limited Support identifiers: - repology: apache-airflow - purl: pkg:docker/apache/airflow - purl: pkg:docker/bitnami/airflow - purl: pkg:oci/airflow?repository_url=cgr.dev/chainguard - purl: pkg:pypi/apache-airflow - cpe: cpe:2.3:a:apache:airflow auto: methods: - pypi: apache-airflow - release_table: https://github.com/apache/airflow#version-life-cycle render_javascript: true fields: releaseCycle: "Version" eoas: "Limited Maintenance" eol: "EOL/Terminated" releases: - releaseCycle: "3" releaseDate: 2025-04-22 eoas: false eol: false latest: "3.1.8" latestReleaseDate: 2026-03-11 - releaseCycle: "2" releaseDate: 2020-12-17 eoas: 2025-10-22 eol: 2026-04-22 latest: "2.11.2" latestReleaseDate: 2026-03-14 - releaseCycle: "1.10" releaseDate: 2018-08-27 eoas: 2020-12-17 eol: 2021-06-17 latest: "1.10.15" latestReleaseDate: 2021-03-17 - releaseCycle: "1.9" releaseDate: 2018-01-02 eoas: 2018-08-27 eol: 2018-08-27 latest: "1.9.0" latestReleaseDate: 2018-01-02 - releaseCycle: "1.8" releaseDate: 2017-05-09 eoas: 2018-01-03 eol: 2018-01-03 latest: "1.8.2" latestReleaseDate: 2017-09-04 - releaseCycle: "1.7" releaseDate: 2016-03-28 eoas: 2017-03-19 eol: 2017-03-19 latest: "1.7.1.2" latestReleaseDate: 2017-05-20 --- > [Apache Airflow](https://airflow.apache.org/) is a platform to programmatically author, schedule > and monitor workflows. Apache Airflow follows semantic versioning for all packages. Specific rules by package types can be found in . Apache Airflow follows a lifecycle with two distinct phases. The first one is the _Active support_ phase, which comes with new features as well as bug and security fixes. It is followed by the _Limited support_ phase, which comes only with critical bug and security fixes. Dates for each phase are documented on . [Python and Kubernetes compatibility](https://github.com/apache/airflow#support-for-python-and-kubernetes-versions) is usually maintained until EOL of upstream provider versions. ================================================ FILE: products/apache-ant.md ================================================ --- title: Apache Ant addedAt: 2025-02-18 category: app tags: apache build-tool java-runtime iconSlug: apacheant permalink: /ant alternate_urls: - /apache-ant changelogTemplate: https://ant.apache.org/antnews.html versionCommand: ant -version identifiers: - cpe: cpe:/a:apache:ant - cpe: cpe:2.3:a:apache:ant - repology: ant - purl: pkg:deb/debian/ant - purl: pkg:deb/ubuntu/ant - purl: pkg:github/apache/ant - purl: pkg:maven/org.apache.ant/ant - purl: pkg:rpm/fedora/ant auto: methods: - maven: org.apache.ant/ant releases: - releaseCycle: "1.10" staleReleaseThresholdDays: 700 # confirmed on https://ant.apache.org/antnews.html releaseDate: 2016-12-27 eol: false latest: "1.10.15" latestReleaseDate: 2024-08-25 - releaseCycle: "1.9" releaseDate: 2013-03-07 eol: 2024-06-19 latest: "1.9.16" latestReleaseDate: 2021-07-10 - releaseCycle: "1.8" releaseDate: 2010-02-02 eol: 2013-03-07 # no announcement, using 1.9 release date latest: "1.8.4" latestReleaseDate: 2012-05-22 --- > [Apache Ant](https://ant.apache.org/) is a Java library and command-line build tool primarily used for building of Java applications. Ant does not have a strict release cadence or support policy. End-of-life is decided by a vote on the [Ant PMC](https://ant.apache.org/contributors.html) and announced in the project's news. ================================================ FILE: products/apache-apisix.md ================================================ --- title: Apache APISIX addedAt: 2024-08-04 category: server-app tags: apache web-server iconSlug: apache permalink: /apache-apisix alternate_urls: - /apisix changelogTemplate: https://github.com/apache/apisix/releases/tag/__LATEST__ identifiers: - cpe: cpe:2.3:a:apache:apisix auto: methods: - github_releases: apache/apisix # eol(x) = # - releaseDate(x+1) for non-LTS # - min(releaseDate(x), releaseDate(next LTS)) for LTS # # Official releases dates and git tag dates always differ by a few days. releases: - releaseCycle: "3.15" releaseDate: 2026-02-05 eol: false latest: "3.15.0" latestReleaseDate: 2026-02-05 - releaseCycle: "3.14" releaseDate: 2025-10-10 eol: 2026-02-05 latest: "3.14.1" latestReleaseDate: 2025-10-16 - releaseCycle: "3.13" releaseDate: 2025-06-27 eol: 2025-10-10 latest: "3.13.0" latestReleaseDate: 2025-06-27 - releaseCycle: "3.12" releaseDate: 2025-04-01 eol: 2025-06-27 latest: "3.12.0" latestReleaseDate: 2025-04-01 - releaseCycle: "3.11" releaseDate: 2024-10-17 eol: 2025-04-01 latest: "3.11.0" latestReleaseDate: 2024-10-17 - releaseCycle: "3.10" releaseDate: 2024-08-14 eol: 2024-10-17 latest: "3.10.0" latestReleaseDate: 2024-08-14 - releaseCycle: "3.9" releaseDate: 2024-03-20 eol: 2024-08-14 latest: "3.9.1" latestReleaseDate: 2024-04-24 - releaseCycle: "3.8" releaseDate: 2024-01-09 eol: 2024-03-20 latest: "3.8.1" latestReleaseDate: 2024-04-29 - releaseCycle: "3.7" releaseDate: 2023-11-17 eol: 2024-01-09 latest: "3.7.0" latestReleaseDate: 2023-11-21 - releaseCycle: "3.6" releaseDate: 2023-10-01 eol: 2023-11-17 latest: "3.6.0" latestReleaseDate: 2023-10-04 - releaseCycle: "3.5" releaseDate: 2023-08-29 eol: 2023-10-01 latest: "3.5.0" latestReleaseDate: 2023-09-01 - releaseCycle: "3.4" releaseDate: 2023-06-27 eol: 2023-08-29 latest: "3.4.1" latestReleaseDate: 2023-07-20 - releaseCycle: "3.3" releaseDate: 2023-04-30 eol: 2023-06-27 latest: "3.3.0" latestReleaseDate: 2023-05-04 - releaseCycle: "3.2" staleReleaseThresholdDays: 1000 # status is unclear, https://github.com/apache/apisix/issues/11759 lts: true releaseDate: 2023-03-06 eol: false latest: "3.2.2" latestReleaseDate: 2023-07-22 - releaseCycle: "3.1" releaseDate: 2022-12-26 eol: 2023-03-06 latest: "3.1.0" latestReleaseDate: 2022-12-29 - releaseCycle: "3.0" releaseDate: 2022-10-26 eol: 2022-12-26 latest: "3.0.0" latestReleaseDate: 2022-11-02 - releaseCycle: "2.15" releaseDate: 2022-07-22 lts: true eol: 2023-03-03 latest: "2.15.3" latestReleaseDate: 2023-03-07 - releaseCycle: "2.14" releaseDate: 2022-05-23 eol: 2022-07-22 latest: "2.14.1" latestReleaseDate: 2022-05-27 - releaseCycle: "2.13" lts: true releaseDate: 2022-03-21 eol: 2022-08-19 latest: "2.13.3" latestReleaseDate: 2022-08-26 - releaseCycle: "2.12" releaseDate: 2022-01-20 eol: 2022-03-21 latest: "2.12.1" latestReleaseDate: 2022-02-10 - releaseCycle: "2.11" releaseDate: 2021-11-23 eol: 2022-01-20 latest: "2.11.0" latestReleaseDate: 2021-11-29 - releaseCycle: "2.10" lts: true releaseDate: 2021-09-24 eol: 2022-04-01 latest: "2.10.5" latestReleaseDate: 2022-04-05 --- > [Apache APISIX](https://apisix.apache.org/) is an open source, dynamic, scalable, and high-performance cloud native > API gateway for APIs and microservices. Apache APISIX follows [semantic versioning](https://semver.org). Release, support, and EOL policies are not documented, but LTS releases are provided [since version 2.10](https://apisix.apache.org/blog/2021/09/29/release-apache-apisix-2.10/). Looking at the recent release history, it seems that only the latest release and the latest LTS release are supported, both with bug and security fixes. ================================================ FILE: products/apache-camel.md ================================================ --- title: Apache Camel addedAt: 2023-01-26 category: framework tags: apache java-runtime permalink: /apache-camel alternate_urls: - /camel - /camel-lang releasePolicyLink: https://camel.apache.org/blog/2020/03/LTS-Release-Schedule/ changelogTemplate: https://camel.apache.org/releases/release-__LATEST__/ eolColumn: Bug and Security Fixes customFields: - name: supportedJavaVersions display: after-release-column label: Java support description: Supported Java versions list link: https://camel.apache.org/manual/what-are-the-dependencies.html identifiers: - cpe: cpe:/a:apache:camel - cpe: cpe:2.3:a:apache:camel - purl: pkg:docker/apache/camel - purl: pkg:github/apache/camel - purl: pkg:maven/org.apache.camel/camel auto: methods: - git: https://github.com/apache/camel.git regex: '^camel-(?P\d+)\.(?P\d+)\.(?P\d+)$' # For LTS: eol = releaseDate + 1 year # For non-LTS : eol(x) = releaseDate(x+1) # Camel may never release patches for non-LTS, but they can still be considered active. # See https://github.com/endoflife-date/endoflife.date/pull/2328#discussion_r1086927567. # Java support is documented in each version release note, see https://camel.apache.org/releases/. releases: - releaseCycle: "4.18" lts: true releaseDate: 2026-02-17 eol: 2027-02-17 supportedJavaVersions: "17, 21" latest: "4.18.0" latestReleaseDate: 2026-02-13 - releaseCycle: "4.17" releaseDate: 2026-01-12 eol: 2026-02-17 supportedJavaVersions: "17, 21" latest: "4.17.0" latestReleaseDate: 2026-01-08 - releaseCycle: "4.16" releaseDate: 2025-11-05 eol: 2026-01-12 supportedJavaVersions: "17, 21" latest: "4.16.0" latestReleaseDate: 2025-11-01 - releaseCycle: "4.15" releaseDate: 2025-10-07 eol: 2025-11-05 supportedJavaVersions: "17, 21" latest: "4.15.0" latestReleaseDate: 2025-10-03 - releaseCycle: "4.14" lts: true releaseDate: 2025-08-15 eol: 2026-08-20 supportedJavaVersions: "17, 21" latest: "4.14.5" latestReleaseDate: 2026-02-07 - releaseCycle: "4.13" releaseDate: 2025-07-04 eol: 2025-08-20 supportedJavaVersions: "17, 21" latest: "4.13.0" latestReleaseDate: 2025-07-04 - releaseCycle: "4.12" releaseDate: 2025-05-23 eol: 2025-07-04 supportedJavaVersions: "17, 21" latest: "4.12.0" latestReleaseDate: 2025-05-23 - releaseCycle: "4.11" releaseDate: 2025-03-29 eol: 2025-05-29 supportedJavaVersions: "17, 21" latest: "4.11.0" latestReleaseDate: 2025-03-29 - releaseCycle: "4.10" lts: true releaseDate: 2025-02-07 eol: 2026-02-11 supportedJavaVersions: "17, 21" latest: "4.10.9" latestReleaseDate: 2026-02-07 - releaseCycle: "4.9" releaseDate: 2024-11-29 eol: 2025-02-11 supportedJavaVersions: "17, 21" latest: "4.9.0" latestReleaseDate: 2024-11-29 - releaseCycle: "4.8" lts: true releaseDate: 2024-09-10 eol: 2025-09-10 supportedJavaVersions: "17, 21" latest: "4.8.9" latestReleaseDate: 2025-09-13 - releaseCycle: "4.7" releaseDate: 2024-07-09 eol: 2024-09-10 supportedJavaVersions: "17, 21" latest: "4.7.0" latestReleaseDate: 2024-07-09 - releaseCycle: "4.6" releaseDate: 2024-05-05 eol: 2024-07-13 supportedJavaVersions: "17, 21" latest: "4.6.0" latestReleaseDate: 2024-05-05 - releaseCycle: "4.5" releaseDate: 2024-03-23 eol: 2024-05-10 supportedJavaVersions: "17, 21" latest: "4.5.0" latestReleaseDate: 2024-03-23 - releaseCycle: "4.4" lts: true releaseDate: 2024-02-12 eol: 2025-02-12 supportedJavaVersions: "17, 21" latest: "4.4.5" latestReleaseDate: 2025-01-17 - releaseCycle: "3.22" lts: true releaseDate: 2023-12-19 eol: 2024-12-26 supportedJavaVersions: "11, 17" latest: "3.22.4" latestReleaseDate: 2025-03-05 - releaseCycle: "4.3" releaseDate: 2023-12-11 eol: 2024-02-12 supportedJavaVersions: "17, 21" latest: "4.3.0" latestReleaseDate: 2023-12-11 - releaseCycle: "4.2" releaseDate: 2023-11-10 eol: 2023-12-18 supportedJavaVersions: "17, 21" latest: "4.2.0" latestReleaseDate: 2023-11-10 - releaseCycle: "4.1" releaseDate: 2023-10-06 eol: 2023-11-15 supportedJavaVersions: "17" latest: "4.1.0" latestReleaseDate: 2023-10-06 - releaseCycle: "4.0" lts: true releaseDate: 2023-08-10 eol: 2024-08-10 supportedJavaVersions: "17" latest: "4.0.6" latestReleaseDate: 2024-08-06 - releaseCycle: "3.21" lts: true releaseDate: 2023-06-23 eol: 2024-06-23 supportedJavaVersions: "11, 17" latest: "3.21.5" latestReleaseDate: 2024-06-13 - releaseCycle: "3.20" lts: true releaseDate: 2022-12-16 eol: 2023-12-31 supportedJavaVersions: "11, 17" latest: "3.20.9" latestReleaseDate: 2023-12-08 - releaseCycle: "3.19" releaseDate: 2022-09-29 eol: 2022-12-16 supportedJavaVersions: "11, 17" latest: "3.19.0" latestReleaseDate: 2022-09-29 - releaseCycle: "3.18" lts: true releaseDate: 2022-07-02 eol: 2023-07-31 supportedJavaVersions: "11, 17" latest: "3.18.8" latestReleaseDate: 2023-06-10 - releaseCycle: "3.17" releaseDate: 2022-05-15 eol: 2022-07-02 supportedJavaVersions: "11, 17" latest: "3.17.0" latestReleaseDate: 2022-05-15 - releaseCycle: "3.16" releaseDate: 2022-03-22 eol: 2022-05-15 supportedJavaVersions: "11" latest: "3.16.0" latestReleaseDate: 2022-03-22 - releaseCycle: "3.15" releaseDate: 2022-01-31 eol: 2022-03-22 supportedJavaVersions: "11" latest: "3.15.0" latestReleaseDate: 2022-01-31 - releaseCycle: "3.14" lts: true releaseDate: 2021-12-12 eol: 2022-12-31 supportedJavaVersions: "8, 11" latest: "3.14.10" latestReleaseDate: 2023-11-04 - releaseCycle: "3.13" releaseDate: 2021-11-08 eol: 2021-12-12 supportedJavaVersions: "8, 11" latest: "3.13.0" latestReleaseDate: 2021-11-08 - releaseCycle: "3.12" releaseDate: 2021-09-28 eol: 2021-11-08 supportedJavaVersions: "8, 11" latest: "3.12.0" latestReleaseDate: 2021-09-28 - releaseCycle: "3.11" lts: true releaseDate: 2021-06-23 eol: 2022-06-30 supportedJavaVersions: "8, 11" latest: "3.11.7" latestReleaseDate: 2022-05-01 - releaseCycle: "3.10" releaseDate: 2021-05-15 eol: 2021-06-23 supportedJavaVersions: "8, 11" latest: "3.10.0" latestReleaseDate: 2021-05-15 - releaseCycle: "3.9" releaseDate: 2021-03-22 eol: 2021-05-15 supportedJavaVersions: "8, 11" latest: "3.9.0" latestReleaseDate: 2021-03-22 - releaseCycle: "3.8" releaseDate: 2021-02-09 eol: 2021-03-22 supportedJavaVersions: "8, 11" latest: "3.8.0" latestReleaseDate: 2021-02-09 - releaseCycle: "3.7" lts: true releaseDate: 2020-12-11 eol: 2021-12-31 supportedJavaVersions: "8, 11" latest: "3.7.7" latestReleaseDate: 2021-12-17 - releaseCycle: "3.6" releaseDate: 2020-10-16 eol: 2020-12-11 supportedJavaVersions: "8, 11" latest: "3.6.0" latestReleaseDate: 2020-10-15 - releaseCycle: "3.5" releaseDate: 2020-08-31 eol: 2020-10-16 supportedJavaVersions: "8, 11" latest: "3.5.0" latestReleaseDate: 2020-08-31 - releaseCycle: "3.4" lts: true releaseDate: 2020-06-14 eol: 2021-06-30 supportedJavaVersions: "8, 11" latest: "3.4.6" latestReleaseDate: 2021-06-17 - releaseCycle: "3.3" releaseDate: 2020-05-10 eol: 2020-06-14 supportedJavaVersions: "8, 11" latest: "3.3.0" latestReleaseDate: 2020-05-10 - releaseCycle: "3.2" releaseDate: 2020-04-01 eol: 2020-05-10 supportedJavaVersions: "8, 11" latest: "3.2.0" latestReleaseDate: 2020-04-01 - releaseCycle: "3.1" releaseDate: 2020-02-20 eol: 2020-04-01 supportedJavaVersions: "8, 11" latest: "3.1.0" latestReleaseDate: 2020-02-20 - releaseCycle: "2.25" lts: true releaseDate: 2020-01-19 eol: 2022-01-31 supportedJavaVersions: "8" latest: "2.25.4" latestReleaseDate: 2021-05-24 - releaseCycle: "3.0" releaseDate: 2019-11-24 eol: 2020-02-20 supportedJavaVersions: "8, 11" latest: "3.0.1" latestReleaseDate: 2020-01-11 --- > [Apache Camel](https://camel.apache.org/) is an open source framework for message-oriented > middleware with a rule-based routing and mediation engine. It provides a Java object-based > implementation of the Enterprise Integration Patterns using an application programming interface > (or declarative Java domain-specific language) to configure routing and mediation rules. Apache Camel follows [Semantic Versioning](https://semver.org/). There are two LTS releases per year, and they are supported for one year with security and important/critical bug fixes. Non-LTS releases [don't receive any support](https://camel.apache.org/blog/2020/03/LTS-Release-Schedule/). A list of known CVEs is available [on the security information page](https://camel.apache.org/security/). ================================================ FILE: products/apache-cassandra.md ================================================ --- title: Apache Cassandra addedAt: 2022-10-17 category: database tags: apache java-runtime iconSlug: apachecassandra permalink: /apache-cassandra alternate_urls: - /cassandra releasePolicyLink: https://cassandra.apache.org/_/blog/Behind-the-scenes-of-an-Apache-Cassandra-Release.html changelogTemplate: "https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=NEWS.txt;hb=refs/tags/cassandra-__LATEST__" identifiers: - repology: cassandra - cpe: cpe:/a:apache:cassandra - cpe: cpe:2.3:a:apache:cassandra - purl: pkg:github/apache/cassandra - purl: pkg:maven/org.apache.cassandra/apache-cassandra auto: methods: - git: https://github.com/apache/cassandra.git regex: '^cassandra-(?P[0-9]+)\.(?P[0-9]+)(\.(?P[0-9]+))?$' # eol(X) = releaseDate(X+3) releases: - releaseCycle: "5.0" releaseDate: 2024-09-05 eol: false latest: "5.0.6" latestReleaseDate: 2025-10-29 - releaseCycle: "4.1" releaseDate: 2022-12-13 eol: false # releaseDate(5.2.0) latest: "4.1.10" latestReleaseDate: 2025-09-03 - releaseCycle: "4.0" releaseDate: 2021-07-26 eol: false # releaseDate(5.1.0) latest: "4.0.19" latestReleaseDate: 2025-10-20 - releaseCycle: "3.11" releaseDate: 2017-06-23 eol: 2024-09-05 # releaseDate(5.0) latest: "3.11.19" latestReleaseDate: 2025-02-07 - releaseCycle: "3.0" releaseDate: 2015-11-09 eol: 2024-09-05 latest: "3.0.32" latestReleaseDate: 2025-02-07 --- > [Apache Cassandra](https://cassandra.apache.org) is a free and open-source, distributed, wide-column store, NoSQL database management system. > It is designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure. The latest three releases are supported at any given time. ## [Versioning](https://cassandra.apache.org/_/blog/Behind-the-scenes-of-an-Apache-Cassandra-Release.html) Cassandra follows [SemVer](https://semver.org/). These are the rough heuristics followed for what can be included in a given release. - Patch releases on a GA branch should only include bug fixes. - Minor versions contain new features and improvements and are always compatible with all minor versions in the same and adjacent (next-to-next) major versions. - Disruptive changes (API changes, protocol changes, etc.) are deprecated in the next Major version. Deprecated APIs may then be removed in the next-next Major version. As an always-on technology during major upgrades, Cassandra maintains compatibility across adjacent major versions. Cassandra does not break API compatibility without a deprecated grace period demarcated by major versions. Upgrades without downtime are supported from any major version to the next major version. Upgrades that skip a major version are not supported. ## Release Cadence The project currently targets yearly major releases (can be a new major or minor version, depending on upgrade compatibility). Patch releases are cut based on either the volume of fixes or the severity of bugfixes that get committed to the project. ================================================ FILE: products/apache-couchdb.md ================================================ --- title: Apache CouchDB addedAt: 2024-08-10 category: database tags: apache erlang-runtime iconSlug: apachecouchdb permalink: /apache-couchdb alternate_urls: - /couchdb releasePolicyLink: https://docs.couchdb.org/en/stable/cve/index.html changelogTemplate: https://docs.couchdb.org/en/stable/whatsnew/__RELEASE_CYCLE__.html versionCommand: curl -s http://localhost:5984/ | jq -r '.version' staleReleaseThresholdDays: 500 identifiers: - purl: pkg:github/apache/couchdb - purl: pkg:docker/apache/couchdb - purl: pkg:docker/library/couchdb - purl: pkg:docker/bitnami/couchdb - purl: pkg:docker/rapidfort/couchdb-official - repology: couchdb - cpe: cpe:2.3:a:apache:couchdb auto: methods: - git: https://github.com/apache/couchdb.git # eol(x) = releaseDate(x+2) releases: - releaseCycle: "3.5" releaseDate: 2025-05-05 eol: false latest: "3.5.1" latestReleaseDate: 2025-11-09 - releaseCycle: "3.4" releaseDate: 2024-09-20 eol: false latest: "3.4.3" latestReleaseDate: 2025-03-17 - releaseCycle: "3.3" releaseDate: 2022-12-28 eol: 2025-05-05 latest: "3.3.3" latestReleaseDate: 2023-12-04 - releaseCycle: "3.2" releaseDate: 2021-10-08 eol: 2024-09-20 latest: "3.2.3" latestReleaseDate: 2023-04-24 --- > [Apache CouchDB](https://couchdb.apache.org/) is an (Apache Licensed) open-source > (see [`apache/couchdb`](https://github.com/apache/couchdb)), document-oriented > NoSQL database implemented in Erlang. > CouchDB uses various formats and protocols to store, transfer, and > process data, with JSON as its primary data storage format. CouchDB maintains the two most recent releases for CVEs. Older versions are not supported, but they may publish further backports at their discretion. ================================================ FILE: products/apache-flink.md ================================================ --- title: Apache Flink addedAt: 2024-05-20 category: server-app tags: apache java-runtime iconSlug: apacheflink permalink: /apache-flink alternate_urls: - /flink changelogTemplate: https://nightlies.apache.org/flink/flink-docs-release-__RELEASE_CYCLE__/release-notes/flink-__RELEASE_CYCLE__/ customFields: - name: recommendedJavaVersion display: after-release-column label: Java version description: Recommended Java version. identifiers: - repology: flink - purl: pkg:github/apache/flink - purl: pkg:docker/library/flink - purl: pkg:docker/apache/flink - cpe: cpe:/a:apache:flink - cpe: cpe:2.3:a:apache:flink auto: methods: - git: https://github.com/apache/flink.git regex: '^release-(?P[\d\.]+)$' template: "{{version}}" # Only releases listed on https://flink.apache.org/downloads/ are supported. releases: - releaseCycle: "2.2" recommendedJavaVersion: "17" # https://nightlies.apache.org/flink/flink-docs-release-2.2/docs/deployment/java_compatibility/ releaseDate: 2025-12-04 eol: false latest: "2.2.0" latestReleaseDate: 2025-12-03 - releaseCycle: "2.1" recommendedJavaVersion: "17" # https://nightlies.apache.org/flink/flink-docs-release-2.1/docs/deployment/java_compatibility/ releaseDate: 2025-07-29 eol: false latest: "2.1.1" latestReleaseDate: 2025-10-30 - releaseCycle: "2.0" recommendedJavaVersion: "17" # https://nightlies.apache.org/flink/flink-docs-release-2.0/docs/deployment/java_compatibility/ releaseDate: 2025-03-19 eol: false latest: "2.0.1" latestReleaseDate: 2025-10-30 - releaseCycle: "1.20" recommendedJavaVersion: "11" # https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/deployment/java_compatibility/ lts: true # See https://nightlies.apache.org/flink/flink-docs-lts/ releaseDate: 2024-08-01 eol: false latest: "1.20.3" latestReleaseDate: 2025-09-25 - releaseCycle: "1.19" recommendedJavaVersion: "11" # https://nightlies.apache.org/flink/flink-docs-release-1.19/docs/deployment/java_compatibility/ releaseDate: 2024-03-15 eol: false latest: "1.19.3" latestReleaseDate: 2025-07-07 - releaseCycle: "1.18" recommendedJavaVersion: "11" # https://nightlies.apache.org/flink/flink-docs-release-1.18/docs/deployment/java_compatibility/ releaseDate: 2023-10-24 eol: 2025-03-24 latest: "1.18.1" latestReleaseDate: 2024-01-16 - releaseCycle: "1.17" recommendedJavaVersion: "11" # https://nightlies.apache.org/flink/flink-docs-release-1.18/docs/deployment/java_compatibility/ releaseDate: 2023-03-23 eol: 2024-08-01 latest: "1.17.2" latestReleaseDate: 2023-11-27 --- > [Apache Flink](https://flink.apache.org/) is a stream processing > framework designed for processing large-scale data streams in real-time with > high throughput and low latency. Apache Flink support policy is not defined. Releases not listed [on the download page](https://flink.apache.org/downloads/) are considered EOL. ================================================ FILE: products/apache-groovy.md ================================================ --- title: Apache Groovy addedAt: 2022-11-26 category: lang tags: apache java-runtime iconSlug: apachegroovy permalink: /apache-groovy alternate_urls: - /groovy - /groovy-lang versionCommand: groovy --version releasePolicyLink: https://groovy.apache.org/versioning.html changelogTemplate: https://groovy-lang.org/changelogs/changelog-__LATEST__.html eoasColumn: true eolColumn: Bug and Security Fixes identifiers: - repology: groovy - cpe: cpe:/a:apache:groovy - cpe: cpe:2.3:a:apache:groovy - purl: pkg:maven/org.apache.groovy/groovy - purl: pkg:maven/org.codehaus.groovy/groovy - purl: pkg:maven/org.codehaus.groovy/groovy-all auto: methods: - maven: org.apache.groovy/groovy - maven: org.codehaus.groovy/groovy # eoas(x) = releaseDate(x+1) # eol(x) documented on https://github.com/apache/groovy?tab=security-ov-file#readme releases: - releaseCycle: "5.0" releaseDate: 2025-08-21 eol: false eoas: false latest: "5.0.4" latestReleaseDate: 2026-01-16 - releaseCycle: "4.0" releaseDate: 2022-01-25 eoas: 2025-08-21 eol: false latest: "4.0.30" latestReleaseDate: 2026-01-16 - releaseCycle: "3.0" releaseDate: 2020-02-10 eoas: 2022-01-25 eol: false latest: "3.0.25" latestReleaseDate: 2025-05-27 - releaseCycle: "2.5" staleReleaseThresholdDays: 1000 # still listed on https://groovy.apache.org/download.html releaseDate: 2018-05-30 eoas: true eol: false latest: "2.5.23" latestReleaseDate: 2023-08-22 - releaseCycle: "2.4" releaseDate: 2015-01-21 eoas: true eol: true latest: "2.4.21" latestReleaseDate: 2020-12-03 --- > [Apache Groovy](https://www.groovy-lang.org/) is a powerful, optionally typed and dynamic > language, with static-typing and static compilation capabilities, for the Java platform > aimed at improving developer productivity thanks to a concise, familiar and easy to learn > syntax. It integrates smoothly with any Java program, and immediately delivers to your > application powerful features, including scripting capabilities, Domain-Specific Language > authoring, runtime and compile-time meta-programming and functional programming. Apache Groovy does not have a fixed release policy. Its support policy states that each new major version makes the previous major version go into maintenance. Versions that are into maintenance are maintained for one or two bugfix releases and then discontinued, unless there are strong requests to have certain things fixed for users that can absolutely not upgrade. Groovy 2.5 and Groovy 3.0 are still supported because they are still in widespread use. In Groovy 4.0, the groupId of the maven coordinates for Groovy have changed from `org.codehaus.groovy` to `org.apache.groovy`. Groovy releases have [the following JVM requirements](https://groovy.apache.org/download.html): | Groovy | JVM Required (non-indy) | JVM Required (indy) | | ------ | :---------------------- | ------------------- | | 5.0 | N/A | 11+ | | 4.0 | N/A | 8+ | | 3.0 | 8+ | 8+ | | 2.5 | 7+ | 7+ | | 2.4 | 6+ | 7+ | ================================================ FILE: products/apache-hadoop.md ================================================ --- title: Apache Hadoop addedAt: 2023-09-24 category: database tags: apache java-runtime iconSlug: apachehadoop permalink: /apache-hadoop alternate_urls: - /hadoop changelogTemplate: https://hadoop.apache.org/release/__LATEST__.html eolColumn: Support # https://stackoverflow.com/a/33936569/374236 versionCommand: hadoop version identifiers: - repology: hadoop - cpe: cpe:/a:apache:hadoop - cpe: cpe:2.3:a:apache:hadoop - cpe: cpe:/a:cloudera:hadoop - cpe: cpe:2.3:a:cloudera:hadoop - purl: pkg:docker/apache/hadoop - purl: pkg:github/apache/hadoop - purl: pkg:maven/org.apache.hadoop/hadoop-core auto: methods: - git: https://github.com/apache/hadoop.git regex: '^(rel\/)?release-(?P[1-9][0-9]*)\.(?P[0-9]+)(\.(?P[0-9]+))?$' # eol(x) = announceDate(https://www.mail-archive.com/hdfs-dev@hadoop.apache.org) or latestReleaseDate(x) (if the release is not active anymore) # Active releases are documented on https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+Active+Release+Lines. releases: - releaseCycle: "3.4" releaseDate: 2024-03-17 eol: false latest: "3.4.3" latestReleaseDate: 2026-02-24 - releaseCycle: "3.3" staleReleaseThresholdDays: 1000 # still on https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+Active+Release+Lines releaseDate: 2020-07-15 eol: false latest: "3.3.6" latestReleaseDate: 2023-06-26 - releaseCycle: "2.10" staleReleaseThresholdDays: 1500 # still on https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+Active+Release+Lines releaseDate: 2019-10-29 eol: false latest: "2.10.2" latestReleaseDate: 2022-05-31 - releaseCycle: "3.2" releaseDate: 2019-01-21 eol: 2023-12-21 # https://www.mail-archive.com/hdfs-dev@hadoop.apache.org/msg48821.html latest: "3.2.4" latestReleaseDate: 2022-07-22 - releaseCycle: "3.1" releaseDate: 2018-04-05 eol: 2020-08-18 latest: "3.1.4" latestReleaseDate: 2020-08-18 - releaseCycle: "3.0" releaseDate: 2017-12-18 eol: 2018-06-10 latest: "3.0.3" latestReleaseDate: 2018-06-10 - releaseCycle: "2.9" releaseDate: 2017-11-17 eol: 2018-11-20 latest: "2.9.2" latestReleaseDate: 2018-11-20 - releaseCycle: "2.8" releaseDate: 2017-03-24 eol: 2018-09-18 latest: "2.8.5" latestReleaseDate: 2018-09-18 - releaseCycle: "2.7" releaseDate: 2015-07-06 eol: 2018-07-18 latest: "2.7.7" latestReleaseDate: 2018-07-18 - releaseCycle: "2.6" releaseDate: 2014-11-30 eol: 2016-10-10 latest: "2.6.5" latestReleaseDate: 2016-10-10 - releaseCycle: "2.5" releaseDate: 2014-09-11 eol: 2015-11-19 latest: "2.5.2" latestReleaseDate: 2014-11-20 - releaseCycle: "2.4" releaseDate: 2014-04-10 eol: 2014-06-30 latest: "2.4.1" latestReleaseDate: 2014-06-30 - releaseCycle: "2.3" releaseDate: 2014-02-24 eol: 2014-02-24 latest: "2.3.0" latestReleaseDate: 2014-02-24 - releaseCycle: "2.2" releaseDate: 2013-10-16 eol: 2013-10-16 latest: "2.2.0" latestReleaseDate: 2013-10-16 - releaseCycle: "1.2" releaseDate: 2013-05-14 eol: 2013-08-04 latest: "1.2.1" latestReleaseDate: 2013-08-04 - releaseCycle: "1.1" releaseDate: 2012-10-15 eol: 2013-03-06 latest: "1.1.2" latestReleaseDate: 2013-03-06 - releaseCycle: "1.0" releaseDate: 2011-12-27 eol: 2012-10-12 latest: "1.0.4" latestReleaseDate: 2012-10-12 --- > [The Apache Hadoop](https://hadoop.apache.org/) software library is a framework that allows for > the distributed processing of large data sets across clusters of computers using simple > programming models. It is designed to scale up from single servers to thousands of machines, > each offering local computation and storage. Apache Hadoop does not have a fixed release and support policy. All active and End-of-life release lines are listed on . ================================================ FILE: products/apache-hop.md ================================================ --- title: Apache Hop addedAt: 2023-10-15 category: app tags: apache java-runtime iconSlug: apache permalink: /apache-hop alternate_urls: - /hop changelogTemplate: "https://hop.apache.org/blog/{{'__LATEST_RELEASE_DATE__'|split:'-'|pop|join:'/'}}/hop-__LATEST__/" eolColumn: Support auto: methods: - maven: "org.apache.hop/hop-engine" # eol(x) = releaseDate(x+1) releases: - releaseCycle: "2.17" releaseDate: 2026-02-06 eol: false latest: "2.17.0" latestReleaseDate: 2026-02-02 link: https://hop.apache.org/blog/2026/02/hop-2.17.0/ - releaseCycle: "2.16" releaseDate: 2025-11-17 eol: 2026-02-06 latest: "2.16.0" latestReleaseDate: 2025-11-10 link: https://hop.apache.org/blog/2025/11/hop-2.16.0/ - releaseCycle: "2.15" releaseDate: 2025-08-12 eol: 2025-11-17 latest: "2.15.0" latestReleaseDate: 2025-08-12 link: https://hop.apache.org/blog/2025/08/hop-2.15.0/ - releaseCycle: "2.14" releaseDate: 2025-05-13 eol: 2025-08-20 latest: "2.14.0" latestReleaseDate: 2025-05-13 link: https://hop.apache.org/blog/2025/05/hop-2.14.0/ - releaseCycle: "2.13" releaseDate: 2025-04-15 eol: 2025-05-19 latest: "2.13.0" latestReleaseDate: 2025-04-15 link: https://hop.apache.org/blog/2025/04/hop-2.13.0/ - releaseCycle: "2.12" releaseDate: 2025-02-13 eol: 2025-04-22 latest: "2.12.0" latestReleaseDate: 2025-02-13 link: https://hop.apache.org/blog/2025/02/hop-2.12.0/ - releaseCycle: "2.11" releaseDate: 2024-12-04 eol: 2025-02-19 latest: "2.11.0" latestReleaseDate: 2024-12-04 link: https://hop.apache.org/blog/2024/12/hop-2.11.0/ - releaseCycle: "2.10" releaseDate: 2024-10-07 eol: 2024-12-04 latest: "2.10.0" latestReleaseDate: 2024-10-08 link: https://hop.apache.org/blog/2024/10/hop-2.10.0/ - releaseCycle: "2.9" releaseDate: 2024-05-20 eol: 2024-10-08 latest: "2.9.0" latestReleaseDate: 2024-05-20 link: https://hop.apache.org/blog/2024/05/hop-2.9.0/ - releaseCycle: "2.8" releaseDate: 2024-02-28 eol: 2024-05-20 latest: "2.8.0" latestReleaseDate: 2024-02-28 link: https://hop.apache.org/blog/2024/03/hop-2.8.0/ - releaseCycle: "2.7" releaseDate: 2023-11-17 eol: 2024-03-13 latest: "2.7.0" latestReleaseDate: 2023-12-01 link: https://hop.apache.org/blog/2023/12/hop-2.7.0/ - releaseCycle: "2.6" releaseDate: 2023-09-12 eol: 2023-12-01 latest: "2.6.0" latestReleaseDate: 2023-09-23 link: https://hop.apache.org/blog/2023/09/hop-2.6.0/ - releaseCycle: "2.5" releaseDate: 2023-06-08 eol: 2023-09-12 latest: "2.5.0" latestReleaseDate: 2023-06-08 link: https://hop.apache.org/blog/2023/06/hop-2.5.0/ - releaseCycle: "2.4" releaseDate: 2023-03-27 eol: 2023-06-08 latest: "2.4.0" latestReleaseDate: 2023-03-27 link: https://hop.apache.org/blog/2023/03/hop-2.4.0/ - releaseCycle: "2.3" releaseDate: 2023-01-27 eol: 2023-03-27 latest: "2.3.0" latestReleaseDate: 2023-01-27 link: https://hop.apache.org/blog/2023/01/hop-2.3.0/ - releaseCycle: "2.2" releaseDate: 2022-12-02 eol: 2023-01-27 latest: "2.2.0" latestReleaseDate: 2022-12-02 link: https://hop.apache.org/blog/2022/12/hop-2.2.0/ - releaseCycle: "2.1" releaseDate: 2022-10-14 eol: 2022-12-07 latest: "2.1.0" latestReleaseDate: 2022-10-14 link: https://hop.apache.org/blog/2022/10/hop-2.1.0/ - releaseCycle: "2.0" releaseDate: 2022-06-02 eol: 2022-10-14 latest: "2.0.0" latestReleaseDate: 2022-06-02 link: https://hop.apache.org/blog/2022/06/hop-2.0.0/ - releaseCycle: "1.2" releaseDate: 2022-03-08 eol: 2022-06-02 latest: "1.2.0" latestReleaseDate: 2022-03-08 link: https://hop.apache.org/blog/2022/03/hop-1.2.0/ - releaseCycle: "1.1" releaseDate: 2022-01-24 eol: 2022-03-08 latest: "1.1.0" latestReleaseDate: 2022-01-24 link: https://hop.apache.org/blog/2022/01/hop-1.1.0/ - releaseCycle: "1.0" releaseDate: 2021-10-05 eol: 2022-01-24 latest: "1.0.0" latestReleaseDate: 2021-10-05 link: https://hop.apache.org/blog/2021/10/hop-1.0.0/ --- > [Apache Hop](https://hop.apache.org/), short for Hop Orchestration Platform, is an open source > data orchestration and data engineering platform that aims to facilitate all aspects of data and > metadata orchestration. Hop allows data professionals to work visually, using metadata to > describe how data should be processed. Apache Hop does not have a clear release, support and EOL policy. Looking at the latest releases on 15th October 2023, it seems that once a minor version is released, it is never patched. It was consequently considered only the latest minor version is supported. ================================================ FILE: products/apache-http-server.md ================================================ --- title: Apache HTTP Server addedAt: 2022-01-05 category: server-app tags: apache web-server iconSlug: apache permalink: /apache-http-server alternate_urls: - /apache - /httpd releasePolicyLink: https://httpd.apache.org/dev/release.html versionCommand: |- httpd -v # or for Debian-based systems apachectl -v identifiers: - repology: apache - cpe: cpe:/a:apache:http_server - cpe: cpe:2.3:a:apache:http_server - purl: pkg:github/apache/httpd - purl: pkg:rpm/fedora/httpd auto: methods: - apache-http-server: https://github.com/apache/httpd.git regex: # for most versions - '\s+(?P\d+\.\d+\.\d+)\s*:.*(?:Released|Announced|Released and Retired)\s(?:on\s)?(?P\w+\s\d\d?,\s\d{4})' # for older 2.0.x versions (only GA versions are considered) - '\s+(?P\d+\.\d+\.\d+)\s*:.*released\s(?P\w+\s\d\d?,\s\d{4}) as GA' # for older 1.3.x versions, we take the date of the tag and not the date of the release (too difficult to parse) - '\s+(?P\d+\.\d+\.\d+)\s*:.*Tagged and [rR]olled\s(?:on\s)?(?P\w+\.?\s\d\d?,\s\d{4})' releases: - releaseCycle: "2.4" releaseDate: 2012-02-21 eol: false latest: "2.4.66" latestReleaseDate: 2025-12-04 link: https://downloads.apache.org/httpd/CHANGES_2.4 - releaseCycle: "2.2" releaseDate: 2005-12-01 eol: 2017-07-11 latest: "2.2.34" latestReleaseDate: 2017-07-11 link: https://archive.apache.org/dist/httpd/CHANGES_2.2.34 - releaseCycle: "2.0" releaseDate: 2002-04-05 eol: 2013-07-10 latest: "2.0.65" latestReleaseDate: 2013-07-09 link: https://archive.apache.org/dist/httpd/CHANGES_2.0.65 - releaseCycle: "1.3" releaseDate: 1998-06-01 eol: 2010-02-03 latest: "1.3.42" latestReleaseDate: 2010-02-02 link: https://archive.apache.org/dist/httpd/CHANGES_1.3.42 --- > [Apache HTTP Server](https://httpd.apache.org/) is a collaborative software development effort > aimed at creating a robust, commercial-grade, feature-rich and freely available source code > implementation of an HTTP (Web) server. The update and release strategy is _complex_ and is best described on the [Apache HTTP Server Release Guidelines](https://httpd.apache.org/dev/release.html). ================================================ FILE: products/apache-kafka.md ================================================ --- title: Apache Kafka addedAt: 2023-05-24 category: server-app tags: apache java-runtime iconSlug: apachekafka permalink: /apache-kafka alternate_urls: - /kafka changelogTemplate: https://downloads.apache.org/kafka/__LATEST__/RELEASE_NOTES.html eolColumn: Support eoesColumn: Confluent Community software End of Support # https://stackoverflow.com/a/51782038/374236 versionCommand: ${KAFKA_HOME}/bin/kafka-topics.sh --version identifiers: - repology: kafka - cpe: cpe:/a:apache:kafka - cpe: cpe:2.3:a:apache:kafka - purl: pkg:github/apache/kafka auto: methods: - git: https://github.com/apache/kafka.git - release_table: https://docs.confluent.io/platform/current/installation/versions-interoperability.html selector: "#cp-and-apache-ak-compatibility table" fields: releaseCycle: column: "apache kafkaâ®" regex: '^(?P\d+\.\d+)\.x$' eoes: "Confluent Enterprise Standard End of Support" # Supported releases are listed in the "Supported releases" on https://kafka.apache.org/community/downloads/ releases: - releaseCycle: "4.2" releaseDate: 2026-02-17 eol: false latest: "4.2.0" latestReleaseDate: 2026-02-16 eoes: 2028-03-04 - releaseCycle: "4.1" releaseDate: 2025-09-02 eol: false eoes: 2027-10-15 latest: "4.1.2" latestReleaseDate: 2026-03-16 - releaseCycle: "4.0" releaseDate: 2025-03-18 eol: false eoes: 2027-06-11 latest: "4.0.2" latestReleaseDate: 2026-03-18 - releaseCycle: "3.9" releaseDate: 2024-11-06 eol: false eoes: 2027-02-19 latest: "3.9.2" latestReleaseDate: 2026-02-21 - releaseCycle: "3.8" releaseDate: 2024-07-26 eol: 2024-11-06 eoes: 2026-12-02 latest: "3.8.1" latestReleaseDate: 2024-10-29 - releaseCycle: "3.7" releaseDate: 2024-02-26 eol: 2024-07-26 eoes: 2026-07-26 latest: "3.7.2" latestReleaseDate: 2024-12-04 - releaseCycle: "3.6" releaseDate: 2023-10-03 eol: 2024-02-27 eoes: 2026-02-09 link: https://archive.apache.org/dist/kafka/__LATEST__/RELEASE_NOTES.html latest: "3.6.2" latestReleaseDate: 2024-04-04 - releaseCycle: "3.5" releaseDate: 2023-06-13 eol: 2023-10-03 eoes: 2025-08-25 link: https://archive.apache.org/dist/kafka/__LATEST__/RELEASE_NOTES.html latest: "3.5.2" latestReleaseDate: 2023-12-08 - releaseCycle: "3.4" releaseDate: 2023-02-06 eol: 2023-06-13 eoes: 2025-05-03 link: https://archive.apache.org/dist/kafka/__LATEST__/RELEASE_NOTES.html latest: "3.4.1" latestReleaseDate: 2023-05-26 - releaseCycle: "3.3" releaseDate: 2022-09-28 eol: 2023-02-06 eoes: 2024-11-04 link: https://archive.apache.org/dist/kafka/__LATEST__/RELEASE_NOTES.html latest: "3.3.2" latestReleaseDate: 2023-01-11 - releaseCycle: "3.2" releaseDate: 2022-05-09 eol: 2022-09-28 eoes: 2024-07-06 link: https://archive.apache.org/dist/kafka/__LATEST__/RELEASE_NOTES.html latest: "3.2.3" latestReleaseDate: 2022-09-17 - releaseCycle: "3.1" releaseDate: 2022-01-21 eol: 2022-09-19 eoes: 2024-04-05 link: https://archive.apache.org/dist/kafka/__LATEST__/RELEASE_NOTES.html latest: "3.1.2" latestReleaseDate: 2022-09-09 - releaseCycle: "3.0" releaseDate: 2021-09-20 eol: 2022-09-19 eoes: 2023-10-27 link: https://archive.apache.org/dist/kafka/__LATEST__/RELEASE_NOTES.html latest: "3.0.2" latestReleaseDate: 2022-09-12 - releaseCycle: "2.8" releaseDate: 2021-04-18 eol: 2022-09-19 eoes: 2023-06-08 link: https://archive.apache.org/dist/kafka/__LATEST__/RELEASE_NOTES.html latest: "2.8.2" latestReleaseDate: 2022-09-09 - releaseCycle: "2.7" releaseDate: 2020-12-19 eol: 2021-11-15 eoes: 2023-02-09 link: https://archive.apache.org/dist/kafka/__LATEST__/RELEASE_NOTES.html latest: "2.7.2" latestReleaseDate: 2021-10-12 - releaseCycle: "2.6" releaseDate: 2020-08-03 eol: 2021-11-15 eoes: 2022-09-24 link: https://archive.apache.org/dist/kafka/__LATEST__/RELEASE_NOTES.html latest: "2.6.3" latestReleaseDate: 2021-11-12 - releaseCycle: "2.5" releaseDate: 2020-04-14 eol: 2020-08-10 eoes: 2022-04-24 link: https://archive.apache.org/dist/kafka/__LATEST__/RELEASE_NOTES.html latest: "2.5.1" latestReleaseDate: 2020-08-10 - releaseCycle: "2.4" releaseDate: 2019-12-14 eol: 2020-04-15 eoes: 2022-01-10 link: https://archive.apache.org/dist/kafka/__LATEST__/RELEASE_NOTES.html latest: "2.4.1" latestReleaseDate: 2020-03-10 - releaseCycle: "2.3" releaseDate: 2019-06-24 eol: 2019-12-16 eoes: 2021-07-19 link: https://archive.apache.org/dist/kafka/__LATEST__/RELEASE_NOTES.html latest: "2.3.1" latestReleaseDate: 2019-10-24 - releaseCycle: "2.2" releaseDate: 2019-03-22 eol: 2019-12-01 eoes: 2021-03-28 link: https://archive.apache.org/dist/kafka/__LATEST__/RELEASE_NOTES.html latest: "2.2.2" latestReleaseDate: 2019-12-01 - releaseCycle: "2.1" releaseDate: 2018-11-20 eol: 2019-03-22 eoes: 2020-12-14 link: https://archive.apache.org/dist/kafka/__LATEST__/RELEASE_NOTES.html latest: "2.1.1" latestReleaseDate: 2019-02-15 - releaseCycle: "2.0" releaseDate: 2018-07-28 eol: 2018-11-20 eoes: 2020-07-31 link: https://archive.apache.org/dist/kafka/__LATEST__/RELEASE_NOTES.html latest: "2.0.1" latestReleaseDate: 2018-11-08 - releaseCycle: "1.1" releaseDate: 2018-03-28 eol: 2018-07-30 eoes: 2020-04-16 link: https://archive.apache.org/dist/kafka/__LATEST__/RELEASE_NOTES.html latest: "1.1.1" latestReleaseDate: 2018-07-18 - releaseCycle: "1.0" releaseDate: 2017-10-31 eol: 2018-07-08 eoes: 2019-11-28 link: https://archive.apache.org/dist/kafka/__LATEST__/RELEASE_NOTES.html latest: "1.0.2" latestReleaseDate: 2018-07-08 - releaseCycle: "0.11" releaseDate: 2017-06-28 eol: 2018-07-02 eoes: 2019-08-01 link: https://archive.apache.org/dist/kafka/__LATEST__/RELEASE_NOTES.html latest: "0.11.0.3" latestReleaseDate: 2018-07-02 - releaseCycle: "0.10" releaseDate: 2016-05-22 eol: 2018-07-02 eoes: 2019-03-02 link: https://archive.apache.org/dist/kafka/__LATEST__/RELEASE_NOTES.html latest: "0.10.2.2" latestReleaseDate: 2018-07-02 - releaseCycle: "0.9" releaseDate: 2015-11-23 eol: 2016-05-22 eoes: 2017-12-07 link: https://archive.apache.org/dist/kafka/__LATEST__/RELEASE_NOTES.html latest: "0.9.0.1" latestReleaseDate: 2016-02-19 - releaseCycle: "0.8" releaseDate: 2013-12-03 eol: 2015-11-23 link: https://archive.apache.org/dist/kafka/__LATEST__/RELEASE_NOTES.html latest: "0.8.2.2" latestReleaseDate: 2015-10-02 - releaseCycle: "0.7" releaseDate: 2012-01-04 eol: 2013-12-03 link: https://archive.apache.org/dist/kafka/old_releases/kafka-0.7.2-incubating/RELEASE-NOTES.html latest: "0.7.2" latestReleaseDate: 2012-10-10 --- > [Apache Kafka](https://kafka.apache.org/) is an open-source distributed event streaming platform > used by thousands of companies for high-performance data pipelines, streaming analytics, data > integration, and mission-critical applications. Apache Kafka does not have a clearly defined release and support policy. According to [the Apache Kafka wiki](https://cwiki.apache.org/confluence/display/KAFKA/Time+Based+Release+Plan), there is a minor release every four months, and up to three minor releases have been supported at the same time. Supported releases are listed on [the official website download page](https://kafka.apache.org/community/downloads/#supported-releases). Extended support [for up to 3 years](https://docs.confluent.io/platform/current/installation/versions-interoperability.html), depending on the support level, is available using the commercial distribution of Apache Kafka, [Confluent Platform](https://www.confluent.io/product/confluent-platform/). ================================================ FILE: products/apache-lucene.md ================================================ --- title: Apache Lucene addedAt: 2024-07-05 category: framework tags: apache java-runtime iconSlug: apachelucene permalink: /apache-lucene alternate_urls: - /lucene releasePolicyLink: https://lucene.apache.org/core/downloads.html changelogTemplate: "https://lucene.apache.org/core/{{'__LATEST__'|replace:'.','_'}}/changes/Changes.html" identifiers: - cpe: cpe:2.3:a:apache:lucene auto: methods: - maven: org.apache.lucene/lucene-core releases: - releaseCycle: "10" releaseDate: 2024-10-14 eol: false latest: "10.4.0" latestReleaseDate: 2026-02-25 - releaseCycle: "9" releaseDate: 2021-12-07 eol: false latest: "9.12.3" latestReleaseDate: 2025-09-27 - releaseCycle: "8" releaseDate: 2019-03-13 eol: 2024-10-14 latest: "8.11.4" latestReleaseDate: 2024-09-24 - releaseCycle: "7" releaseDate: 2017-09-19 eol: true latest: "7.7.3" latestReleaseDate: 2020-04-24 --- > [Apache Lucene](https://lucene.apache.org/) is an open-source search engine library written in Java. The previous major version will get occasional critical security fixes. Versions older than that are considered EOL. No releases are scheduled in advance. ================================================ FILE: products/apache-maven.md ================================================ --- title: Apache Maven addedAt: 2022-11-26 category: app tags: apache build-tool java-runtime iconSlug: apachemaven permalink: /apache-maven alternate_urls: - /maven - /mvn versionCommand: mvn --version releasePolicyLink: https://maven.apache.org/docs/history.html changelogTemplate: "https://github.com/apache/maven/releases/tag/maven-__LATEST__" eolColumn: Support identifiers: - repology: maven - cpe: cpe:/a:apache:maven - cpe: cpe:2.3:a:apache:maven - repology: maven-shared-utils - cpe: cpe:/a:apache:maven_shared_utils - cpe: cpe:2.3:a:apache:maven_shared_utils - purl: pkg:deb/debian/maven - purl: pkg:deb/ubuntu/maven - purl: pkg:github/apache/maven - purl: pkg:maven/org.apache.maven/maven - purl: pkg:rpm/opensuse/maven auto: methods: - github_releases: apache/maven regex: '^maven-(?P[\d\.]+)$' template: "{{version}}" # See https://maven.apache.org/docs/history.html releases: - releaseCycle: "3.9" releaseDate: 2023-01-31 eol: false latest: "3.9.14" latestReleaseDate: 2026-03-12 - releaseCycle: "3.8" releaseDate: 2021-03-30 eol: 2025-06-14 latest: "3.8.9" latestReleaseDate: 2025-06-14 - releaseCycle: "3.6" releaseDate: 2018-10-24 eol: 2021-03-30 latest: "3.6.3" latestReleaseDate: 2019-11-19 - releaseCycle: "3.5" releaseDate: 2017-04-03 eol: 2018-10-24 latest: "3.5.4" latestReleaseDate: 2018-06-17 - releaseCycle: "3.3" releaseDate: 2015-03-13 eol: 2017-04-03 latest: "3.3.9" latestReleaseDate: 2015-11-10 - releaseCycle: "3.2" releaseDate: 2014-02-14 eol: 2015-03-13 latest: "3.2.5" latestReleaseDate: 2014-12-14 - releaseCycle: "3.1" releaseDate: 2013-06-28 eol: 2014-02-14 latest: "3.1.1" latestReleaseDate: 2013-09-17 - releaseCycle: "3.0" releaseDate: 2010-10-04 eol: 2013-06-28 latest: "3.0.5" latestReleaseDate: 2013-02-19 - releaseCycle: "2" releaseDate: 2006-05-07 eol: 2014-02-18 latest: "2.2.1" latestReleaseDate: 2009-08-06 - releaseCycle: "1" releaseDate: 2004-07-13 eol: 2014-02-18 latest: "1.1" latestReleaseDate: 2007-06-25 link: https://maven.apache.org/archives/maven-1.x/start/release-notes-LATEST.html --- > [Apache Maven](https://maven.apache.org/) is a software project management and comprehension tool. > Based on the concept of a project object model (POM), Maven can manage a project's build, > reporting and documentation from a central piece of information. Apache Maven follows [semantic versioning](https://semver.org). The Apache Maven team maintains the [two last minor versions](https://maven.apache.org/docs/history.html). ================================================ FILE: products/apache-nifi.md ================================================ --- title: Apache NiFi addedAt: 2025-03-01 category: server-app tags: apache java-runtime iconSlug: apachenifi permalink: /apache-nifi alternate_urls: - /nifi changelogTemplate: https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version__LATEST__ eolColumn: Support identifiers: - repology: nifi - cpe: cpe:2.3:a:apache:nifi - purl: pkg:docker/apache/nifi - purl: pkg:github/apache/nifi - purl: pkg:maven/org.apache.nifi/nifi auto: methods: - git: https://github.com/apache/nifi.git regex: '^rel\/nifi-(?P\d+)\.(?P\d+)\.(?P\d+)$' # eol(x) = releaseDate(x+1) releases: - releaseCycle: "2.8" releaseDate: 2026-02-13 eol: false latest: "2.8.0" latestReleaseDate: 2026-02-13 - releaseCycle: "2.7" releaseDate: 2025-12-09 eol: 2026-02-13 latest: "2.7.2" latestReleaseDate: 2025-12-17 - releaseCycle: "2.6" releaseDate: 2025-09-21 eol: 2025-12-09 latest: "2.6.0" latestReleaseDate: 2025-09-21 - releaseCycle: "2.5" releaseDate: 2025-07-22 eol: 2025-09-21 latest: "2.5.0" latestReleaseDate: 2025-07-22 - releaseCycle: "2.4" releaseDate: 2025-05-01 eol: 2025-07-22 latest: "2.4.0" latestReleaseDate: 2025-05-01 - releaseCycle: "2.3" releaseDate: 2025-03-11 eol: 2025-05-01 latest: "2.3.0" latestReleaseDate: 2025-03-11 - releaseCycle: "2.2" releaseDate: 2025-01-27 eol: 2025-03-11 latest: "2.2.0" latestReleaseDate: 2025-01-27 - releaseCycle: "2.1" releaseDate: 2024-12-23 eol: 2025-01-27 latest: "2.1.0" latestReleaseDate: 2024-12-23 - releaseCycle: "2.0" releaseDate: 2024-11-01 eol: 2024-12-23 latest: "2.0.0" latestReleaseDate: 2024-11-01 - releaseCycle: "1.28" releaseDate: 2024-10-26 eol: 2024-12-08 latest: "1.28.1" latestReleaseDate: 2024-11-19 - releaseCycle: "1.27" releaseDate: 2024-07-07 eol: 2024-10-26 latest: "1.27.0" latestReleaseDate: 2024-07-07 - releaseCycle: "1.26" releaseDate: 2024-05-06 eol: 2024-07-07 latest: "1.26.0" latestReleaseDate: 2024-05-06 - releaseCycle: "1.25" releaseDate: 2024-01-29 eol: 2024-05-06 latest: "1.25.0" latestReleaseDate: 2024-01-30 - releaseCycle: "1.24" releaseDate: 2023-11-27 eol: 2024-01-29 latest: "1.24.0" latestReleaseDate: 2023-11-27 - releaseCycle: "1.23" releaseDate: 2023-07-25 eol: 2023-11-27 latest: "1.23.2" latestReleaseDate: 2023-08-22 - releaseCycle: "1.22" releaseDate: 2023-06-11 eol: 2023-07-25 latest: "1.22.0" latestReleaseDate: 2023-06-11 - releaseCycle: "1.21" releaseDate: 2023-04-07 eol: 2023-06-11 latest: "1.21.0" latestReleaseDate: 2023-04-07 - releaseCycle: "1.20" releaseDate: 2023-02-09 eol: 2023-04-07 latest: "1.20.0" latestReleaseDate: 2023-02-09 - releaseCycle: "1.19" releaseDate: 2022-11-28 eol: 2023-02-09 latest: "1.19.1" latestReleaseDate: 2022-12-07 --- > [Apache NiFi](https://nifi.apache.org/) is a software project designed to automate the flow of data between software > systems. The support and EOL policy is not documented. Looking at past releases, it seems that only the latest release is actively maintained. ================================================ FILE: products/apache-pulsar.md ================================================ --- title: Apache Pulsar addedAt: 2025-03-08 category: server-app tags: apache java-runtime iconSlug: apachepulsar permalink: /apache-pulsar alternate_urls: - /pulsar releasePolicyLink: https://pulsar.apache.org/contribute/release-policy/ changelogTemplate: https://pulsar.apache.org/release-notes/versioned/pulsar-__LATEST__/ eolColumn: Active Support eoesColumn: Security Support identifiers: - cpe: cpe:2.3:a:apache:pulsar auto: methods: - github_releases: apache/pulsar - release_table: https://pulsar.apache.org/contribute/release-policy/ fields: releaseCycle: column: "Version" regex: '(?P\d+\.\d+).*' releaseDate: column: "Released" regex: '.*\((?P.+)\)' eol: column: "Active Support" regex: '.*\((?P.+)\)' eoes: column: "Security Support" regex: '.*\((?P.+)\)' releases: - releaseCycle: "4.1" releaseDate: 2025-09-08 eol: 2026-03-08 eoes: 2026-03-08 latest: "4.1.3" latestReleaseDate: 2026-02-19 - releaseCycle: "4.0" lts: true releaseDate: 2024-10-21 eol: 2026-10-21 eoes: 2027-10-21 latest: "4.0.9" latestReleaseDate: 2026-02-19 - releaseCycle: "3.3" releaseDate: 2024-06-05 eol: 2024-12-05 eoes: 2024-12-05 latest: "3.3.9" latestReleaseDate: 2025-09-27 - releaseCycle: "3.2" releaseDate: 2024-02-05 eol: 2024-08-05 eoes: 2024-08-05 latest: "3.2.4" latestReleaseDate: 2024-08-01 - releaseCycle: "3.1" releaseDate: 2023-08-10 eol: 2024-02-10 eoes: 2024-02-10 latest: "3.1.3" latestReleaseDate: 2024-03-08 - releaseCycle: "3.0" lts: true releaseDate: 2023-05-02 eol: 2025-05-02 eoes: 2026-05-02 latest: "3.0.16" latestReleaseDate: 2026-02-16 - releaseCycle: "2.11" releaseDate: 2023-01-11 eol: 2024-01-11 eoes: 2024-01-11 latest: "2.11.4" latestReleaseDate: 2024-03-08 - releaseCycle: "2.10" releaseDate: 2022-04-18 eol: 2023-04-18 eoes: 2023-04-18 latest: "2.10.6" latestReleaseDate: 2024-03-08 - releaseCycle: "2.9" releaseDate: 2021-12-20 eol: 2022-12-20 eoes: 2022-12-20 latest: "2.9.5" latestReleaseDate: 2023-04-20 - releaseCycle: "2.8" releaseDate: 2021-06-15 eol: 2022-06-15 eoes: 2022-06-15 latest: "2.8.4" latestReleaseDate: 2022-10-04 - releaseCycle: "2.7" releaseDate: 2020-12-03 eol: 2021-12-03 eoes: 2021-12-03 latest: "2.7.5" latestReleaseDate: 2022-09-06 - releaseCycle: "2.6" releaseDate: 2020-06-17 eol: 2021-06-17 eoes: 2021-06-17 latest: "2.6.4" latestReleaseDate: 2021-06-02 - releaseCycle: "2.5" releaseDate: 2020-01-15 eol: 2021-01-15 eoes: 2021-01-15 latest: "2.5.2" latestReleaseDate: 2020-05-19 --- > [Apache Pulsar](https://pulsar.apache.org) is an open-source, distributed messaging and streaming > platform built for the cloud. The Pulsar project follows [a variant of Semantic Versioning (semver)](https://pulsar.apache.org/contribute/release-policy/#release-semantics), replacing `major.minor.patch` with `LTS.feature.patch`. With this numbering system: - a "major" version bump signals a new long-term support (LTS) release, - a "minor" version bump signals a new feature release, and - a "patch" version bump signals patches for bugs and security vulnerabilities. Feature releases are released every 3 months. They are supported with bug and security fixes for 6 months. LTS releases are released every 18 months. They are supported with bug and security fixes for 24 months, and with only security fixes for an additional 12 months. Upgrades should be done linearly [as explained in Apache Pulsar documentation](https://pulsar.apache.org/contribute/release-policy/#compatibility-between-releases). ================================================ FILE: products/apache-spark.md ================================================ --- title: Apache Spark addedAt: 2023-09-24 category: server-app # not sure if this is the best category tags: apache java-runtime iconSlug: apachespark permalink: /apache-spark alternate_urls: - /spark releasePolicyLink: https://spark.apache.org/versioning-policy.html changelogTemplate: "https://spark.apache.org/releases/spark-release-{{'__LATEST__'|replace:'.','-'}}.html" eolColumn: Support # https://sparkbyexamples.com/spark/check-spark-version/ versionCommand: spark-shell --version identifiers: - repology: apache-spark - cpe: cpe:/a:apache:spark - cpe: cpe:2.3:a:apache:spark - purl: pkg:github/apache/spark auto: methods: - git: https://github.com/apache/spark.git # eol(x) = max(latestReleaseDate(x), releaseDate(x) + 18 months) # Note: latest minor within a major is considered LTS and maintained more than 18 months. releases: - releaseCycle: "4.1" releaseDate: 2025-12-11 eol: 2027-06-11 # estimated latest: "4.1.1" latestReleaseDate: 2026-01-02 - releaseCycle: "4.0" releaseDate: 2025-05-19 eol: 2026-11-23 # estimated latest: "4.0.2" latestReleaseDate: 2026-02-02 - releaseCycle: "3.5" lts: true releaseDate: 2023-09-09 eol: 2026-04-12 # https://github.com/apache/spark-website/commit/f06babdb98c4d97163c405622b2cc06c9d3c5797 latest: "3.5.8" latestReleaseDate: 2026-01-12 - releaseCycle: "3.4" releaseDate: 2023-04-07 eol: 2024-10-21 # https://lists.apache.org/thread/hfpgp3mz0lq6w9ysqv92zkygwn8bmcpk latest: "3.4.4" latestReleaseDate: 2024-10-21 - releaseCycle: "3.3" releaseDate: 2022-06-09 eol: 2023-12-09 # estimated latest: "3.3.4" latestReleaseDate: 2023-12-08 - releaseCycle: "3.2" releaseDate: 2021-10-06 eol: 2023-04-09 latest: "3.2.4" latestReleaseDate: 2023-04-09 - releaseCycle: "3.1" releaseDate: 2021-02-22 eol: 2022-08-22 latest: "3.1.3" latestReleaseDate: 2022-02-06 - releaseCycle: "3.0" releaseDate: 2020-06-06 eol: 2021-12-06 latest: "3.0.3" latestReleaseDate: 2021-06-15 - releaseCycle: "2.4" lts: true releaseDate: 2018-10-29 eol: 2021-05-09 latest: "2.4.8" latestReleaseDate: 2021-05-09 - releaseCycle: "2.3" releaseDate: 2018-02-22 eol: 2019-08-25 latest: "2.3.4" latestReleaseDate: 2019-08-25 - releaseCycle: "2.2" releaseDate: 2017-06-30 eol: 2019-01-30 latest: "2.2.3" latestReleaseDate: 2019-01-07 - releaseCycle: "2.1" releaseDate: 2016-12-15 eol: 2018-06-26 # start of current eol calculation rule latest: "2.1.3" latestReleaseDate: 2018-06-26 - releaseCycle: "2.0" releaseDate: 2016-07-19 eol: 2016-12-15 # releaseDate(2.1) latest: "2.0.2" latestReleaseDate: 2016-11-07 - releaseCycle: "1.6" releaseDate: 2015-12-21 eol: 2016-07-19 # releaseDate(2.0) - not marked as LTS given the latest release date latest: "1.6.3" latestReleaseDate: 2016-11-02 - releaseCycle: "1.5" releaseDate: 2015-09-08 eol: 2015-12-21 # releaseDate(1.6) latest: "1.5.2" latestReleaseDate: 2015-11-09 - releaseCycle: "1.4" releaseDate: 2015-06-02 eol: 2015-09-08 # releaseDate(1.5) latest: "1.4.1" latestReleaseDate: 2015-07-08 - releaseCycle: "1.3" releaseDate: 2015-03-05 eol: 2015-06-02 # releaseDate(1.4) latest: "1.3.1" latestReleaseDate: 2015-04-11 - releaseCycle: "1.2" releaseDate: 2014-12-10 eol: 2015-04-05 # latestReleaseDate latest: "1.2.2" latestReleaseDate: 2015-04-05 - releaseCycle: "1.1" releaseDate: 2014-09-03 eol: 2014-12-10 # releaseDate(1.2) latest: "1.1.1" latestReleaseDate: 2014-11-19 - releaseCycle: "1.0" releaseDate: 2014-05-26 eol: 2014-09-03 # releaseDate(1.1) latest: "1.0.2" latestReleaseDate: 2014-07-25 --- > [Apache Spark](https://spark.apache.org/) is a multi-language engine for executing data > engineering, data science, and machine learning on single-node machines or clusters. Apache Spark follows [semantic versioning](https://semver.org). Minor releases happen roughly every 6 months and are maintained with bug and security fixes for a period of 18 months. The last minor release within a major release will typically be maintained for longer as an LTS release. For example, 2.4 was released on November 2nd 2018 and has been maintained for 31 months. *[LTS]: Long-Term Support ================================================ FILE: products/apache-struts.md ================================================ --- title: Apache Struts addedAt: 2024-01-21 category: framework tags: apache herodevs java-runtime iconSlug: apache permalink: /apache-struts alternate_urls: - /struts changelogTemplate: https://cwiki.apache.org/confluence/display/WW/Version+Notes+__LATEST__ eolColumn: Support eoesColumn: Commercial Support identifiers: - repology: struts - cpe: cpe:/a:apache:struts - cpe: cpe:2.3:a:apache:struts - purl: pkg:maven/org.apache.struts/struts2-core auto: methods: - maven: struts/struts - maven: org.apache.struts/struts-core - maven: org.apache.struts/struts2-core # EOL as per announcements on https://struts.apache.org/. releases: - releaseCycle: "7" releaseDate: 2024-12-11 eol: false eoes: true latest: "7.1.1" latestReleaseDate: 2025-10-01 - releaseCycle: "6" releaseDate: 2022-06-02 eol: false eoes: true latest: "6.8.0" latestReleaseDate: 2025-09-15 - releaseCycle: "2.5" releaseDate: 2016-05-05 eol: 2024-04-30 # https://struts.apache.org/struts25-eol-announcement eoes: false latest: "2.5.33" latestReleaseDate: 2023-12-05 - releaseCycle: "2.3" releaseDate: 2011-12-08 eol: 2019-05-14 # https://struts.apache.org/struts23-eol-announcement eoes: false latest: "2.3.37" latestReleaseDate: 2018-12-30 - releaseCycle: "2.2" releaseDate: 2010-06-29 eol: true # no announcement, but 2.3 is EOL eoes: false latest: "2.2.3.1" latestReleaseDate: 2011-09-05 - releaseCycle: "2.1" releaseDate: 2007-10-29 eol: true # no announcement, but 2.3 is EOL eoes: false latest: "2.1.8.1" latestReleaseDate: 2009-11-11 - releaseCycle: "2.0" releaseDate: 2006-09-24 eol: true # no announcement, but 2.3 is EOL eoes: false latest: "2.0.14" latestReleaseDate: 2008-11-22 link: https://cwiki.apache.org/confluence/display/WW/Release+Notes+__LATEST__ - releaseCycle: "1.3" releaseDate: 2005-12-14 eol: 2013-04-05 eoes: false latest: "1.3.10" latestReleaseDate: 2008-12-07 link: https://struts.apache.org/struts1eol-announcement.html - releaseCycle: "1.2" releaseDate: 2004-07-11 eol: true # no announcement, but 1.3 is EOL eoes: false latest: "1.2.9" latestReleaseDate: 2006-03-23 link: null # 1.0 and 1.1 are not listed on Maven Central. --- > [Apache Struts](https://struts.apache.org/) is a free, open-source, MVC framework for creating > Java web applications. It favors convention over configuration, is extensible using a plugin > architecture, and ships with plugins to support REST, AJAX, and JSON. Apache Struts follows [semantic versioning](https://semver.org). Release, support, and EOL policies are not documented, but EOL notices are announced on . [Commercial support](https://struts.apache.org/commercial-support.html) to secure end-of-life versions of Apache Struts is available from HeroDevs as part of their [Never-Ending Support initiative for Apache Struts](https://www.herodevs.com/support/struts-nes). ================================================ FILE: products/apache-subversion.md ================================================ --- title: Apache Subversion addedAt: 2024-08-09 category: server-app iconSlug: subversion permalink: /apache-subversion alternate_urls: - /svn - /subversion changelogTemplate: https://subversion.apache.org/docs/release-notes/__RELEASE_CYCLE__.html releasePolicyLink: https://subversion.apache.org/roadmap.html eolColumn: Support staleReleaseThresholdDays: 730 # project is not very active anymore identifiers: - repology: subversion auto: methods: - apache-subversion: https://subversion.apache.org/docs/release-notes/release-history.html regex: '^Subversion\s(?P[1-9]\d*.\d+\.\d+)\s*\((?P\w+, \d+ \w+ \d{4}).*$' # Cycles documented in https://subversion.apache.org/docs/release-notes # EOL documented on https://subversion.apache.org/roadmap.html # > To date, every release since 1.0 has been LTS, except 1.11, 1.12, and 1.13 which were regular. # All releases are documented on https://subversion.apache.org/docs/release-notes/release-history.html releases: - releaseCycle: "1.14" lts: true releaseDate: 2020-05-27 eol: false latest: "1.14.5" latestReleaseDate: 2024-12-08 - releaseCycle: "1.13" releaseDate: 2019-10-30 eol: true latest: "1.13.0" latestReleaseDate: 2019-10-30 - releaseCycle: "1.12" releaseDate: 2019-04-24 eol: true latest: "1.12.2" latestReleaseDate: 2019-07-24 - releaseCycle: "1.11" releaseDate: 2018-10-30 eol: true latest: "1.11.1" latestReleaseDate: 2019-01-11 - releaseCycle: "1.10" lts: true releaseDate: 2018-04-12 eol: true latest: "1.10.8" latestReleaseDate: 2022-04-12 - releaseCycle: "1.9" lts: true releaseDate: 2015-08-05 eol: true latest: "1.9.12" latestReleaseDate: 2019-07-24 - releaseCycle: "1.8" lts: true releaseDate: 2013-06-18 eol: true latest: "1.8.19" latestReleaseDate: 2017-08-10 - releaseCycle: "1.7" lts: true releaseDate: 2011-10-11 eol: true latest: "1.7.22" latestReleaseDate: 2015-08-14 - releaseCycle: "1.6" lts: true releaseDate: 2009-03-20 eol: true latest: "1.6.23" latestReleaseDate: 2013-05-31 - releaseCycle: "1.5" lts: true releaseDate: 2008-06-19 eol: true latest: "1.5.9" latestReleaseDate: 2010-12-22 - releaseCycle: "1.4" lts: true releaseDate: 2006-09-10 eol: true latest: "1.4.6" latestReleaseDate: 2007-12-20 - releaseCycle: "1.3" lts: true releaseDate: 2005-12-30 eol: true latest: "1.3.2" latestReleaseDate: 2006-05-31 - releaseCycle: "1.2" lts: true releaseDate: 2005-05-21 eol: true latest: "1.2.3" latestReleaseDate: 2005-08-25 - releaseCycle: "1.1" lts: true releaseDate: 2004-09-29 eol: true latest: "1.1.4" latestReleaseDate: 2005-04-01 - releaseCycle: "1.0" lts: true releaseDate: 2004-02-23 eol: true latest: "1.0.9" latestReleaseDate: 2004-10-13 link: null --- > [Apache Subversion](https://subversion.apache.org/) is an open-source full-featured > centralized version control system. Regular releases are supported for six months from the date of their initial release. LTS releases are supported for four years from the date of their initial release and until three months after the release of the next LTS. ================================================ FILE: products/api-platform.md ================================================ --- title: API Platform addedAt: 2022-02-17 category: framework tags: php-runtime permalink: /api-platform versionCommand: composer show api-platform/core | grep versions releasePolicyLink: https://api-platform.com/docs/extra/releases/ changelogTemplate: https://github.com/api-platform/core/releases/tag/v__LATEST__ eoasColumn: true auto: methods: - git: https://github.com/api-platform/core.git identifiers: - purl: pkg:composer/api-platform/core - purl: pkg:github/api-platform/core - cpe: cpe:/a:api-platform:core - cpe: cpe:2.3:a:api-platform:core # eoas(x) = releaseDate(x+1) # eol(x) = releaseDate(x+2) releases: - releaseCycle: "4.3" releaseDate: 2026-03-13 eoas: false eol: false latest: "4.3.1" latestReleaseDate: 2026-03-20 - releaseCycle: "4.2" releaseDate: 2025-09-18 eoas: 2026-03-13 eol: false latest: "4.2.22" latestReleaseDate: 2026-03-20 - releaseCycle: "4.1" releaseDate: 2025-02-28 eoas: 2025-09-18 eol: 2026-03-13 latest: "4.1.28" latestReleaseDate: 2025-12-05 - releaseCycle: "4.0" releaseDate: 2024-09-18 eoas: 2025-02-28 eol: 2025-09-18 latest: "4.0.22" latestReleaseDate: 2025-04-03 - releaseCycle: "3.4" releaseDate: 2024-09-18 eoas: 2024-09-18 eol: 2025-02-28 latest: "3.4.17" latestReleaseDate: 2025-04-07 - releaseCycle: "3.3" releaseDate: 2024-04-29 eoas: 2024-09-18 eol: 2025-02-28 latest: "3.3.15" latestReleaseDate: 2025-01-17 - releaseCycle: "3.2" releaseDate: 2023-10-12 eoas: 2024-04-29 eol: 2024-09-18 latest: "3.2.26" latestReleaseDate: 2024-07-19 - releaseCycle: "3.1" releaseDate: 2023-01-23 eoas: 2023-10-12 eol: 2024-04-29 latest: "3.1.29" latestReleaseDate: 2024-04-29 - releaseCycle: "3.0" releaseDate: 2022-09-15 eoas: 2023-01-23 eol: 2023-10-12 latest: "3.0.12" latestReleaseDate: 2023-02-28 - releaseCycle: "2.7" releaseDate: 2022-09-15 eoas: 2023-01-27 eol: 2023-01-27 latest: "2.7.18" latestReleaseDate: 2024-03-19 - releaseCycle: "2.6" releaseDate: 2021-01-22 eoas: 2022-09-15 eol: 2022-09-15 latest: "2.6.8" latestReleaseDate: 2022-01-11 - releaseCycle: "2.5" releaseDate: 2019-09-30 eoas: 2021-01-22 eol: 2022-09-15 latest: "2.5.10" latestReleaseDate: 2021-01-22 - releaseCycle: "2.4" releaseDate: 2019-03-22 eoas: 2019-09-30 eol: 2021-01-22 latest: "2.4.7" latestReleaseDate: 2019-09-17 - releaseCycle: "2.3" releaseDate: 2018-07-06 eoas: 2019-03-22 eol: 2019-09-30 latest: "2.3.6" latestReleaseDate: 2019-01-15 - releaseCycle: "2.2" releaseDate: 2018-02-16 eoas: 2018-07-06 eol: 2019-03-22 latest: "2.2.10" latestReleaseDate: 2019-01-15 - releaseCycle: "2.1" releaseDate: 2017-09-08 eoas: 2018-02-16 eol: 2018-07-06 latest: "2.1.6" latestReleaseDate: 2018-02-12 - releaseCycle: "2.0" releaseDate: 2016-11-24 eoas: 2017-09-08 eol: 2018-02-16 latest: "2.0.11" latestReleaseDate: 2017-09-08 --- > [API Platform](https://api-platform.com/) is a full stack framework dedicated to API-driven > projects and implementing the Jamstack architecture. API Platform follows [Semantic Versioning](https://semver.org/). A new minor release is released every six months, and a new major release every two years (along with a minor release that brings an upgrade path). Besides the development branch, three releases are maintained: - the latest release is actively supported with regular bug fixes; - the previous release is supported for security maintenance only. Releases older than the latest two are not maintained. ================================================ FILE: products/apple-tvos.md ================================================ --- title: Apple tvOS addedAt: 2025-01-12 category: os tags: apple iconSlug: apple permalink: /tvos alternate_urls: - /apple-tvos changelogTemplate: https://developer.apple.com/documentation/tvos-release-notes/tvos-__RELEASE_CYCLE__-release-notes eolColumn: Service Status identifiers: - cpe: cpe:/o:apple:tvos - cpe: cpe:2.3:o:apple:tvos auto: methods: - apple: tvos regex: - 'tvOS\s+(?P\d+)' - 'tvOS\s+(?P\d+(?:\.\d+)+)' # eol(x) = releaseDate(x+1) releases: - releaseCycle: "26" releaseDate: 2025-09-15 eol: false latest: "26.3" latestReleaseDate: 2026-02-11 - releaseCycle: "18" releaseDate: 2024-09-16 eol: 2025-09-15 latest: "18.6" latestReleaseDate: 2025-07-29 - releaseCycle: "17" releaseDate: 2023-09-18 eol: 2024-09-16 latest: "17.6.1" latestReleaseDate: 2024-08-19 - releaseCycle: "16" releaseDate: 2022-09-12 eol: 2023-09-18 latest: "16.6" latestReleaseDate: 2023-07-24 - releaseCycle: "15" releaseDate: 2021-09-20 eol: 2022-09-12 latest: "15.6" latestReleaseDate: 2022-07-20 - releaseCycle: "14" releaseDate: 2020-09-16 eol: 2021-09-20 latest: "14.7" latestReleaseDate: 2021-07-19 - releaseCycle: "13" releaseDate: 2019-09-24 eol: 2020-09-16 latest: "13.4.8" latestReleaseDate: 2020-07-15 - releaseCycle: "12" releaseDate: 2018-09-17 eol: 2019-09-24 latest: "12.4.1" latestReleaseDate: 2019-08-26 - releaseCycle: "11" releaseDate: 2017-09-19 eol: 2018-09-17 latest: "11.4.1" latestReleaseDate: 2018-07-09 link: null - releaseCycle: "10" releaseDate: 2016-09-13 eol: 2017-09-19 latest: "10.2.2" latestReleaseDate: 2017-07-19 link: null - releaseCycle: "9" releaseDate: 2015-10-29 eol: 2016-09-13 latest: "9.2.2" latestReleaseDate: 2016-07-18 link: null --- > [tvOS](https://developer.apple.com/tvos/) (formerly Apple TV Software) is an operating system developed by Apple Inc. for the Apple TV, a digital media player. > In the first-generation Apple TV, Apple TV Software was based on Mac OS X. > Starting with the second generation, the software is based on the iOS operating system and has many similar frameworks, technologies, and concepts. Major versions of tvOS are released annually, with the previous major version losing support. A [Compatibility Table](https://en.wikipedia.org/wiki/TvOS#Supported_OS_releases) for supported combinations of tvOS and Apple TV generations is available. A detailed version history can be found on [Wikipedia](https://wikipedia.org/wiki/TvOS#Version_history). ================================================ FILE: products/apple-watch.md ================================================ --- title: Apple Watch addedAt: 2023-10-15 category: device tags: apple watch iconSlug: apple permalink: /apple-watch releasePolicyLink: https://support.apple.com/watch discontinuedColumn: true eolColumn: Supported latestColumn: false staleReleaseThresholdDays: 2000 customFields: - name: supportedWatchOsVersions display: api-only label: WatchOS description: Supported WatchOS versions # Links send to the Technical Specifications of each model. # All links can be found on https://support.apple.com/en_US/specs/applewatch. # All supported watchOS versions can be found on https://en.wikipedia.org/wiki/Apple_Watch#Support. releases: - releaseCycle: "series-11" releaseLabel: "Series 11" releaseDate: 2025-09-19 discontinued: false eol: false link: https://support.apple.com/en-us/125093 supportedWatchOsVersions: "26" - releaseCycle: "se-3" releaseLabel: "SE (3rd generation)" releaseDate: 2025-09-19 discontinued: false eol: false link: https://support.apple.com/en-us/125094 supportedWatchOsVersions: "26" - releaseCycle: "ultra-3" releaseLabel: "Ultra 3" releaseDate: 2025-09-19 discontinued: false eol: false link: https://support.apple.com/en-us/125095 supportedWatchOsVersions: "26" - releaseCycle: "series-10" releaseLabel: "Series 10" releaseDate: 2024-09-20 discontinued: 2025-09-19 eol: false link: https://support.apple.com/en-us/121202 supportedWatchOsVersions: "11, 26" - releaseCycle: "ultra-2" releaseLabel: "Ultra 2" releaseDate: 2023-09-22 discontinued: 2025-09-19 eol: false link: https://support.apple.com/kb/SP906 supportedWatchOsVersions: "10, 11, 26" - releaseCycle: "series-9" releaseLabel: "Series 9" releaseDate: 2023-09-22 discontinued: 2024-09-12 eol: false link: https://support.apple.com/kb/SP905 supportedWatchOsVersions: "10, 11, 26" - releaseCycle: "ultra-1" releaseLabel: "Ultra" releaseDate: 2022-09-23 discontinued: 2023-09-12 eol: false link: https://support.apple.com/kb/SP879 supportedWatchOsVersions: "9, 10, 11, 26" - releaseCycle: "series-8" releaseLabel: "Series 8" releaseDate: 2022-09-16 discontinued: 2023-09-12 eol: false link: https://support.apple.com/kb/SP878 supportedWatchOsVersions: "9, 10, 11, 26" - releaseCycle: "se-2" releaseLabel: "SE (2nd generation)" releaseDate: 2022-09-16 discontinued: 2025-09-19 eol: false link: https://support.apple.com/kb/SP877 supportedWatchOsVersions: "9, 10, 11, 26" - releaseCycle: "series-7" releaseLabel: "Series 7" releaseDate: 2021-10-15 discontinued: 2022-09-07 eol: false link: https://support.apple.com/kb/SP860 supportedWatchOsVersions: "8, 9, 10, 11, 26" - releaseCycle: "series-6" releaseLabel: "Series 6" releaseDate: 2020-09-18 discontinued: 2021-10-14 staleReleaseThresholdDays: 2200 eol: false link: https://support.apple.com/kb/SP826 supportedWatchOsVersions: "7, 8, 9, 10, 11, 26" - releaseCycle: "se-1" releaseLabel: "SE (1st generation)" releaseDate: 2020-09-18 discontinued: 2022-09-07 eol: 2024-09-16 link: https://support.apple.com/kb/SP827 supportedWatchOsVersions: "7, 8, 9, 10" - releaseCycle: "series-5" releaseLabel: "Series 5" releaseDate: 2019-09-20 discontinued: 2020-09-15 eol: 2024-09-16 link: https://support.apple.com/kb/SP808 supportedWatchOsVersions: "6, 7, 8, 9, 10" - releaseCycle: "series-4" releaseLabel: "Series 4" releaseDate: 2018-09-21 discontinued: 2019-09-10 eol: 2024-09-16 link: https://support.apple.com/kb/SP778 supportedWatchOsVersions: "5, 6, 7, 8, 9, 10" - releaseCycle: "series-3" releaseLabel: "Series 3" releaseDate: 2017-09-22 discontinued: 2022-09-07 eol: 2022-09-13 link: https://support.apple.com/kb/SP766 supportedWatchOsVersions: "4, 5, 6, 7, 8" - releaseCycle: "series-2" releaseLabel: "Series 2" releaseDate: 2016-09-16 discontinued: 2017-09-12 eol: 2020-09-15 link: https://support.apple.com/kb/SP746 supportedWatchOsVersions: "3, 4, 5, 6" - releaseCycle: "series-1" releaseLabel: "Series 1" releaseDate: 2016-09-12 discontinued: 2018-09-12 eol: 2020-09-15 link: https://support.apple.com/kb/SP745 supportedWatchOsVersions: "3, 4, 5, 6" - releaseCycle: "1" releaseLabel: "1st generation" releaseDate: 2015-04-24 discontinued: 2016-09-07 eol: 2018-09-17 link: https://support.apple.com/kb/SP735 supportedWatchOsVersions: "1, 2, 3, 4" --- > The Apple Watch is a line of smartwatches produced by Apple Inc. It incorporates fitness > tracking, health-oriented capabilities, and wireless telecommunication, and integrates with iOS > and other Apple products and services. ## watchOS Compatibility {%- assign collapsedCycles = page.releases %} {% include table.html labels="Release,watchOS" fields="releaseLabel,supportedWatchOsVersions" types="string,string" rows=collapsedCycles %} Support information for watchOS versions is available [on endoflife.date](/watchos). ================================================ FILE: products/arangodb.md ================================================ --- title: ArangoDB addedAt: 2024-01-05 category: database iconSlug: arangodb permalink: /arangodb releasePolicyLink: https://arangodb.com/master-services-agreement-inc-may-2023-cs/#eolpolicy changelogTemplate: "https://docs.arangodb.com/stable/release-notes/version-__RELEASE_CYCLE__/" identifiers: - repology: arangodb - cpe: cpe:/a:arangodb:arangodb - cpe: cpe:2.3:a:arangodb:arangodb auto: methods: - git: https://github.com/arangodb/arangodb.git # EOL dates can be found on https://arangodb.com/subscriptions/end-of-life-notice/. releases: - releaseCycle: "3.12" releaseDate: 2024-03-21 eol: false latest: "3.12.8" latestReleaseDate: 2026-03-05 - releaseCycle: "3.11" releaseDate: 2023-05-23 eol: false latest: "3.11.14.3" latestReleaseDate: 2026-02-23 - releaseCycle: "3.10" releaseDate: 2022-09-29 eol: 2024-04-15 latest: "3.10.14" latestReleaseDate: 2024-04-01 - releaseCycle: "3.9" releaseDate: 2022-02-07 eol: 2023-09-15 latest: "3.9.12" latestReleaseDate: 2023-08-23 - releaseCycle: "3.8" releaseDate: 2021-07-14 eol: 2023-04-30 latest: "3.8.9" latestReleaseDate: 2023-03-27 - releaseCycle: "3.7" releaseDate: 2020-04-10 eol: 2022-05-31 latest: "3.7.18" latestReleaseDate: 2022-05-17 - releaseCycle: "3.6" releaseDate: 2019-12-30 eol: 2021-08-31 latest: "3.6.16" latestReleaseDate: 2021-08-27 - releaseCycle: "3.5" releaseDate: 2019-08-14 eol: 2020-12-31 latest: "3.5.7" latestReleaseDate: 2020-12-22 - releaseCycle: "3.4" releaseDate: 2018-12-05 eol: 2020-06-21 latest: "3.4.11" latestReleaseDate: 2020-09-08 - releaseCycle: "3.3" releaseDate: 2017-12-14 eol: 2020-02-29 latest: "3.3.25" latestReleaseDate: 2020-02-19 - releaseCycle: "3.2" releaseDate: 2017-07-19 eol: 2019-03-31 latest: "3.2.18" latestReleaseDate: 2019-01-31 - releaseCycle: "3.1" releaseDate: 2016-11-02 eol: true latest: "3.1.29" latestReleaseDate: 2018-06-23 - releaseCycle: "3.0" releaseDate: 2016-06-22 eol: true latest: "3.0.12" latestReleaseDate: 2016-11-23 - releaseCycle: "2.8" releaseDate: 2016-01-25 eol: 2018-06-15 latest: "2.8.11" latestReleaseDate: 2016-07-13 link: null --- > [ArangoDB](https://arangodb.com/) is a graph database system developed by ArangoDB Inc. ArangoDB > is a multimodel database system since it supports three data models (graphs, JSON documents, > key/value) with one database core and a unified query language AQL (ArangoDB Query Language). Major releases are supported for at least 18 months. Minor releases for at least 12 months from their general availability. End-of-life notices are announced on . ================================================ FILE: products/argo-cd.md ================================================ --- title: Argo CD addedAt: 2023-08-06 category: server-app tags: cncf linux-foundation iconSlug: argo permalink: /argo-cd alternate_urls: - /argocd - /argo versionCommand: argocd version releasePolicyLink: https://github.com/argoproj/argo-cd/security/policy#supported-versions changelogTemplate: https://github.com/argoproj/argo-cd/releases/tag/v__LATEST__ eolColumn: Support identifiers: - repology: argocd - purl: pkg:docker/argoproj/argocd - purl: pkg:oci/argocd?repository_url=quay.io/argoproj - purl: pkg:oci/argocd?repository_url=ghcr.io/argoproj - purl: pkg:github/argoproj/argo-cd auto: methods: - git: https://github.com/argoproj/argo-cd.git # eol(X) = releaseDate(X+3) releases: - releaseCycle: "3.3" releaseDate: 2026-02-02 eol: false latest: "3.3.4" latestReleaseDate: 2026-03-16 - releaseCycle: "3.2" releaseDate: 2025-11-04 eol: false latest: "3.2.7" latestReleaseDate: 2026-02-18 - releaseCycle: "3.1" releaseDate: 2025-08-13 eol: false latest: "3.1.12" latestReleaseDate: 2026-01-22 - releaseCycle: "3.0" releaseDate: 2025-05-06 eol: 2026-02-02 latest: "3.0.23" latestReleaseDate: 2026-01-22 - releaseCycle: "2.14" releaseDate: 2025-02-03 eol: 2025-11-04 latest: "2.14.21" latestReleaseDate: 2025-11-04 - releaseCycle: "2.13" releaseDate: 2024-11-04 eol: 2025-08-13 latest: "2.13.9" latestReleaseDate: 2025-09-04 - releaseCycle: "2.12" releaseDate: 2024-08-05 eol: 2025-05-06 latest: "2.12.13" latestReleaseDate: 2025-09-08 - releaseCycle: "2.11" releaseDate: 2024-05-07 eol: 2025-02-03 latest: "2.11.14" latestReleaseDate: 2025-09-08 - releaseCycle: "2.10" releaseDate: 2024-02-05 eol: 2024-11-04 latest: "2.10.20" latestReleaseDate: 2025-09-08 - releaseCycle: "2.9" releaseDate: 2023-11-05 eol: 2024-08-05 latest: "2.9.22" latestReleaseDate: 2024-08-22 - releaseCycle: "2.8" releaseDate: 2023-08-07 eol: 2024-05-07 latest: "2.8.21" latestReleaseDate: 2024-08-21 - releaseCycle: "2.7" releaseDate: 2023-05-01 eol: 2024-02-05 latest: "2.7.18" latestReleaseDate: 2024-04-04 - releaseCycle: "2.6" releaseDate: 2023-02-06 eol: 2023-11-05 latest: "2.6.15" latestReleaseDate: 2023-09-07 - releaseCycle: "2.5" releaseDate: 2022-10-25 eol: 2023-08-07 latest: "2.5.22" latestReleaseDate: 2023-08-25 - releaseCycle: "2.4" releaseDate: 2022-06-10 eol: 2023-05-02 latest: "2.4.28" latestReleaseDate: 2023-03-23 - releaseCycle: "2.3" releaseDate: 2022-03-06 eol: 2023-02-07 latest: "2.3.17" latestReleaseDate: 2023-02-16 - releaseCycle: "2.2" releaseDate: 2021-12-14 eol: 2022-10-26 latest: "2.2.16" latestReleaseDate: 2022-11-01 - releaseCycle: "2.1" releaseDate: 2021-08-20 eol: 2022-06-11 latest: "2.1.16" latestReleaseDate: 2022-06-21 - releaseCycle: "2.0" releaseDate: 2021-04-07 eol: 2022-03-06 latest: "2.0.5" latestReleaseDate: 2021-07-22 - releaseCycle: "1.8" releaseDate: 2020-12-09 eol: 2021-12-15 latest: "1.8.7" latestReleaseDate: 2021-03-03 - releaseCycle: "1.7" releaseDate: 2020-08-25 eol: 2021-08-20 latest: "1.7.14" latestReleaseDate: 2021-03-03 - releaseCycle: "1.6" releaseDate: 2020-06-16 eol: 2021-12-15 latest: "1.6.2" latestReleaseDate: 2020-07-31 - releaseCycle: "1.5" releaseDate: 2020-04-02 eol: 2020-12-10 latest: "1.5.8" latestReleaseDate: 2020-06-16 - releaseCycle: "1.4" releaseDate: 2020-01-17 eol: 2020-08-26 latest: "1.4.3" latestReleaseDate: 2020-04-15 - releaseCycle: "1.3" releaseDate: 2019-11-12 eol: 2020-06-17 latest: "1.3.6" latestReleaseDate: 2019-12-10 - releaseCycle: "1.2" releaseDate: 2019-09-04 eol: 2020-01-18 latest: "1.2.5" latestReleaseDate: 2019-10-28 - releaseCycle: "1.1" releaseDate: 2019-07-22 eol: 2020-01-18 latest: "1.1.2" latestReleaseDate: 2019-07-30 - releaseCycle: "1.0" releaseDate: 2019-05-16 eol: 2019-11-13 latest: "1.0.2" latestReleaseDate: 2019-06-14 --- > [Argo CD](https://argo-cd.readthedocs.io) is a declarative, GitOps continuous delivery tool for Kubernetes. Only the three most recent minor versions are eligible for patch releases. Versions older than the three most recent minor versions are considered End-of-Life and do not receive bug fixes or security updates. ## [Release Cadence](https://argo-cd.readthedocs.io/en/stable/developer-guide/release-process-and-cadence/) A minor release occurs four times a year, once every three months. Patch releases occur on an as-needed basis. ================================================ FILE: products/argo-workflows.md ================================================ --- title: Argo Workflows addedAt: 2025-11-16 category: server-app tags: cncf linux-foundation iconSlug: argo permalink: /argo-workflows versionCommand: argo version releasePolicyLink: https://argo-workflows.readthedocs.io/en/latest/releases/ changelogTemplate: https://github.com/argoproj/argo-workflows/releases/tag/v__LATEST__ eolColumn: Supported identifiers: - purl: pkg:github/argoproj/argo-workflows - purl: pkg:docker/argoproj/argocli - purl: pkg:docker/argoproj/workflow-controller auto: methods: - git: https://github.com/argoproj/argo-workflows.git regex: ^v(?P[1-9]\d*)\.(?P\d+)\.(?P\d+)$ # eol(x) = releaseDate(x+2) releases: - releaseCycle: "4.0" releaseDate: 2026-02-04 eol: false latest: "4.0.3" latestReleaseDate: 2026-03-18 - releaseCycle: "3.7" releaseDate: 2025-07-23 eol: false latest: "3.7.12" latestReleaseDate: 2026-03-18 - releaseCycle: "3.6" releaseDate: 2024-11-14 eol: 2026-02-04 latest: "3.6.19" latestReleaseDate: 2026-02-16 - releaseCycle: "3.5" releaseDate: 2023-10-13 eol: 2025-07-23 latest: "3.5.15" latestReleaseDate: 2025-06-13 - releaseCycle: "3.4" releaseDate: 2022-09-18 eol: 2024-11-14 latest: "3.4.18" latestReleaseDate: 2024-10-07 - releaseCycle: "3.3" releaseDate: 2022-03-14 eol: 2023-10-13 latest: "3.3.10" latestReleaseDate: 2022-11-29 --- > [Argo Workflows](https://argoproj.github.io/workflows/) is an open-source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Argo Workflows maintains release branches for the two most recent minor versions. New minor releases occur approximately every 6 months. Patch releases are typically released every two weeks. ================================================ FILE: products/artifactory.md ================================================ --- title: Artifactory addedAt: 2023-07-09 category: server-app iconSlug: jfrog permalink: /artifactory changelogTemplate: https://jfrog.com/help/r/jfrog-release-information/artifactory-__RELEASE_CYCLE__ releasePolicyLink: https://jfrog.com/help/r/jfrog-release-information/artifactory-end-of-life eolColumn: Support identifiers: - repology: artifactory - cpe: cpe:/a:jfrog:artifactory - cpe: cpe:2.3:a:jfrog:artifactory auto: methods: - artifactory: https://jfrog.com/help/r/jfrog-release-information/artifactory-end-of-life - declare: artifactory versions: # release date is wrong on https://jfrog.com/help/r/jfrog-release-information/artifactory-end-of-life. - {name: "7.71.23", date: 2024-08-05} # EOL documented on https://jfrog.com/help/r/jfrog-release-information/artifactory-end-of-life. releases: - releaseCycle: "7.125" releaseDate: 2025-10-30 eol: 2027-04-30 latest: "7.125.10" latestReleaseDate: 2025-12-30 link: https://jfrog.com/help/r/jfrog-release-information/artifactory-7.125.4-self-hosted-self-managed - releaseCycle: "7.117" releaseDate: 2025-07-14 eol: 2027-01-14 latest: "7.117.19" latestReleaseDate: 2025-10-23 - releaseCycle: "7.111" releaseDate: 2025-04-23 eol: 2026-10-23 latest: "7.111.12" latestReleaseDate: 2025-07-13 - releaseCycle: "7.104" releaseDate: 2025-01-29 eol: 2026-07-30 latest: "7.104.15" latestReleaseDate: 2025-04-09 - releaseCycle: "7.98" releaseDate: 2024-10-29 eol: 2026-04-29 latest: "7.98.19" latestReleaseDate: 2025-05-12 - releaseCycle: "7.90" releaseDate: 2024-07-25 eol: 2026-01-25 latest: "7.90.19" latestReleaseDate: 2025-03-27 - releaseCycle: "7.84" releaseDate: 2024-05-12 eol: 2025-11-12 latest: "7.84.23" latestReleaseDate: 2025-02-02 - releaseCycle: "7.77" releaseDate: 2024-01-24 eol: 2025-07-24 latest: "7.77.17" latestReleaseDate: 2025-02-02 - releaseCycle: "7.71" releaseDate: 2023-10-24 eol: 2025-03-24 latest: "7.71.25" latestReleaseDate: 2025-02-02 - releaseCycle: "7.68" releaseDate: 2023-09-11 eol: 2025-03-11 latest: "7.68.23" latestReleaseDate: 2025-02-02 - releaseCycle: "7.63" releaseDate: 2023-07-12 eol: 2025-01-12 latest: "7.63.22" latestReleaseDate: 2024-08-05 - releaseCycle: "7.59" releaseDate: 2023-05-28 eol: 2024-11-28 latest: "7.59.22" latestReleaseDate: 2024-05-01 - releaseCycle: "7.55" releaseDate: 2023-02-28 eol: 2024-08-28 latest: "7.55.17" latestReleaseDate: 2024-05-01 - releaseCycle: "7.49" releaseDate: 2022-12-29 eol: 2024-06-29 latest: "7.49.10" latestReleaseDate: 2023-03-07 - releaseCycle: "7.47" releaseDate: 2022-12-01 eol: 2024-06-01 latest: "7.47.16" latestReleaseDate: 2023-01-30 - releaseCycle: "7.46" releaseDate: 2022-10-11 eol: 2024-04-11 latest: "7.46.23" latestReleaseDate: 2023-01-31 - releaseCycle: "7.41" releaseDate: 2022-07-11 eol: 2024-01-11 latest: "7.41.14" latestReleaseDate: 2022-10-11 - releaseCycle: "7.39" releaseDate: 2022-06-20 eol: 2023-12-20 latest: "7.39.10" latestReleaseDate: 2022-08-03 - releaseCycle: "7.38" releaseDate: 2022-05-08 eol: 2023-11-08 latest: "7.38.17" latestReleaseDate: 2022-08-11 - releaseCycle: "7.37" releaseDate: 2022-04-14 eol: 2023-10-14 latest: "7.37.17" latestReleaseDate: 2022-08-04 - releaseCycle: "7.35" releaseDate: 2022-03-01 eol: 2023-09-01 latest: "7.35.2" latestReleaseDate: 2022-03-09 - releaseCycle: "7.33" releaseDate: 2022-02-03 eol: 2023-08-03 latest: "7.33.9" latestReleaseDate: 2022-02-07 - releaseCycle: "7.31" releaseDate: 2022-01-10 eol: 2023-07-10 latest: "7.31.12" latestReleaseDate: 2022-01-25 - releaseCycle: "7.29" releaseDate: 2021-12-05 eol: 2023-06-05 latest: "7.29.9" latestReleaseDate: 2022-01-11 - releaseCycle: "7.27" releaseDate: 2021-09-30 eol: 2023-03-30 latest: "7.27.10" latestReleaseDate: 2021-11-07 - releaseCycle: "7.25" releaseDate: 2021-09-02 eol: 2023-03-02 latest: "7.25.7" latestReleaseDate: 2021-09-10 - releaseCycle: "7.24" releaseDate: 2021-08-11 eol: 2023-02-11 latest: "7.24.7" latestReleaseDate: 2021-12-16 --- > [JFrog Artifactory](https://jfrog.com/artifactory/) is a binary repository manager software > designed to store the binary output of the build process for use in distribution and deployment. > Artifactory provides support for a number of package formats such as Maven, Conan, Debian APT, > NPM, Helm, Ruby, Python, and Docker. Artifactory is available in self-hosted and SaaS editions. This page only tracks releases for the self-hosted offering. Note that not all releases are made available to self-hosted customers, hence the gaps between the release cycles. JFrog supports all versions of Artifactory from their date of release going forward 18 months. But looking at the [Artifactory End of Life page](https://jfrog.com/help/r/jfrog-release-information/artifactory-end-of-life) it looks like releases rarely see any updates after a few months. ================================================ FILE: products/authentik.md ================================================ --- title: authentik addedAt: 2026-01-06 category: server-app iconSlug: authentik permalink: /authentik releasePolicyLink: https://docs.goauthentik.io/enterprise/entsupport/#product-version-support changelogTemplate: "https://docs.goauthentik.io/releases/__RELEASE_CYCLE__/#fixed-in-{{'__LATEST__'|replace:'.',''}}" eolColumn: Supported releaseDateColumn: true identifiers: - repology: authentik - purl: pkg:github/goauthentik/authentik - purl: pkg:docker/authentik/server - cpe: cpe:/a:goauthentik:authentik - cpe: cpe:2.3:a:goauthentik:authentik auto: methods: - git: https://github.com/goauthentik/authentik.git regex: ^version\/(?P\d+).(?P\d+).(?P\d+)$ # eol(x) = release(x+2) [ after the cycle of 2025.4 ] releases: - releaseCycle: "2026.2" releaseDate: 2026-02-24 eol: false latest: "2026.2.1" latestReleaseDate: 2026-03-03 - releaseCycle: "2025.12" releaseDate: 2026-01-13 eol: false latest: "2025.12.4" latestReleaseDate: 2026-02-12 - releaseCycle: "2025.10" releaseDate: 2025-10-27 eol: 2026-02-24 latest: "2025.10.4" latestReleaseDate: 2026-02-12 - releaseCycle: "2025.8" releaseDate: 2025-08-20 eol: 2026-01-13 latest: "2025.8.6" latestReleaseDate: 2026-02-12 - releaseCycle: "2025.6" releaseDate: 2025-06-03 eol: 2025-10-27 latest: "2025.6.4" latestReleaseDate: 2025-07-22 - releaseCycle: "2025.4" releaseDate: 2025-04-29 eol: 2025-08-20 latest: "2025.4.4" latestReleaseDate: 2025-07-22 - releaseCycle: "2024.12" releaseDate: 2024-12-19 eol: 2025-04-30 latest: "2024.12.5" latestReleaseDate: 2025-04-08 - releaseCycle: "2023.10" releaseDate: 2023-10-26 eol: 2024-04-24 latest: "2023.10.7" latestReleaseDate: 2024-01-29 - releaseCycle: "2022.12" releaseDate: 2022-12-28 eol: 2023-02-14 latest: "2022.12.3" latestReleaseDate: 2023-03-02 - releaseCycle: "2021.12" releaseDate: 2021-12-16 eol: 2022-02-16 latest: "2021.12.5" latestReleaseDate: 2022-01-06 --- > [authentik](https://goauthentik.io/) is an open source identity provider and single sign on platform. The current released version and one version back gets security fixes. There is a new release about every 3 months. ================================================ FILE: products/aws-lambda.md ================================================ --- title: AWS Lambda addedAt: 2023-11-23 category: service tags: amazon iconSlug: awslambda permalink: /aws-lambda releasePolicyLink: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html latestColumn: false eoasColumn: Standard Support eolColumn: Deprecated Support auto: methods: - aws-lambda: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html - declare: aws-lambda releases: # there is a mistake on https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html: # block function update date cannot be before the deprecation date - {name: "nodejs4.3-edge", eol: 2020-04-30} # The custom script will only detect new releases and update support and eol dates based on dates found on https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html. # The release dates must be retrieved from announcement blog posts on https://aws.amazon.com/blogs/compute/category/compute/aws-lambda/. releases: - releaseCycle: "dotnet10" releaseLabel: ".NET 10" releaseDate: 2026-01-08 eoas: 2028-11-14 eol: 2029-01-15 link: https://aws.amazon.com/about-aws/whats-new/2026/01/aws-lambda-dot-net-10/ - releaseCycle: "nodejs24.x" releaseLabel: Node.js 24 releaseDate: 2025-11-25 eoas: 2028-04-30 eol: 2028-07-01 link: https://aws.amazon.com/about-aws/whats-new/2025/11/aws-lambda-nodejs-24/ - releaseCycle: "python3.14" releaseLabel: Python 3.14 releaseDate: 2025-11-18 eoas: 2029-06-30 eol: 2029-08-31 link: https://aws.amazon.com/about-aws/whats-new/2025/11/aws-lambda-python-314/ - releaseCycle: "java25" releaseLabel: "Java 25" releaseDate: 2025-11-14 eoas: 2029-06-30 eol: 2029-08-31 link: https://aws.amazon.com/fr/about-aws/whats-new/2025/11/aws-lambda-java-25/ - releaseCycle: "ruby3.4" releaseLabel: "Ruby 3.4" releaseDate: 2025-03-27 eoas: 2028-03-31 eol: 2028-05-31 link: https://aws.amazon.com/about-aws/whats-new/2025/03/aws-lambda-support-ruby-3-4/ - releaseCycle: "dotnet9" releaseLabel: ".NET 9 (container only)" staleReleaseThresholdDays: 540 # Still "not scheduled" on https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html releaseDate: 2024-12-09 eoas: 2026-11-10 eol: false link: https://github.com/aws/aws-lambda-dotnet/blob/master/CHANGELOG.md#release-2024-12-09 - releaseCycle: "nodejs22.x" releaseLabel: Node.js 22 releaseDate: 2024-11-22 eoas: 2027-04-30 eol: 2027-07-01 link: https://aws.amazon.com/about-aws/whats-new/2024/11/aws-lambda-support-nodejs-22/ - releaseCycle: "python3.13" releaseLabel: Python 3.13 releaseDate: 2024-11-14 eoas: 2029-06-30 eol: 2029-08-31 link: https://aws.amazon.com/about-aws/whats-new/2024/11/aws-lambda-support-python-313/ - releaseCycle: "ruby3.3" releaseLabel: Ruby 3.3 releaseDate: 2024-04-04 eoas: 2027-03-31 eol: 2027-05-31 link: https://aws.amazon.com/about-aws/whats-new/2024/04/aws-lambda-ruby-3-3/ - releaseCycle: "dotnet8" releaseLabel: ".NET 8" releaseDate: 2024-02-22 eoas: 2026-11-10 eol: 2027-01-11 link: https://aws.amazon.com/blogs/compute/introducing-the-net-8-runtime-for-aws-lambda/ - releaseCycle: "python3.12" releaseLabel: Python 3.12 releaseDate: 2023-12-14 eoas: 2028-10-31 eol: 2029-01-10 link: https://aws.amazon.com/about-aws/whats-new/2023/12/aws-lambda-support-python-3-12/ - releaseCycle: "java21" releaseLabel: Java 21 releaseDate: 2023-11-17 eoas: 2029-06-30 eol: 2029-08-31 link: https://aws.amazon.com/about-aws/whats-new/2023/11/aws-lambda-support-java-21/ - releaseCycle: "nodejs20.x" releaseLabel: Node.js 20 releaseDate: 2023-11-15 eoas: 2026-04-30 eol: 2026-09-30 link: https://aws.amazon.com/blogs/compute/node-js-20-x-runtime-now-available-in-aws-lambda/ - releaseCycle: "provided.al2023" releaseLabel: Custom Runtime (AL2023) releaseDate: 2023-11-10 eoas: 2029-06-30 eol: 2029-08-31 link: https://aws.amazon.com/blogs/compute/introducing-the-amazon-linux-2023-runtime-for-aws-lambda/ - releaseCycle: "python3.11" releaseLabel: Python 3.11 releaseDate: 2023-07-27 eoas: 2027-06-30 eol: 2027-08-31 link: https://aws.amazon.com/blogs/compute/python-3-11-runtime-now-available-in-aws-lambda/ - releaseCycle: "ruby3.2" releaseLabel: Ruby 3.2 releaseDate: 2023-06-07 eoas: 2026-03-31 eol: 2026-09-30 link: https://aws.amazon.com/blogs/compute/ruby-3-2-runtime-now-available-in-aws-lambda/ - releaseCycle: "java17" releaseLabel: Java 17 releaseDate: 2023-04-27 eoas: 2027-06-30 eol: 2027-08-31 link: https://aws.amazon.com/blogs/compute/java-17-runtime-now-available-on-aws-lambda/ - releaseCycle: "python3.10" releaseLabel: Python 3.10 releaseDate: 2023-04-18 eoas: 2026-10-31 eol: 2027-01-15 link: https://aws.amazon.com/blogs/compute/python-3-10-runtime-now-available-in-aws-lambda/ - releaseCycle: "nodejs18.x" releaseLabel: Node.js 18 releaseDate: 2022-11-18 eoas: 2025-09-01 eol: 2026-09-30 link: https://aws.amazon.com/blogs/compute/node-js-18-x-runtime-now-available-in-aws-lambda/ - releaseCycle: "dotnet7" releaseLabel: .NET 7 (container-only) releaseDate: 2022-11-15 eoas: 2024-05-14 eol: true link: https://aws.amazon.com/blogs/compute/building-serverless-net-applications-on-aws-lambda-using-net-7/ - releaseCycle: "nodejs16.x" releaseLabel: Node.js 16 releaseDate: 2022-05-12 eoas: 2024-06-12 eol: 2026-09-30 link: https://aws.amazon.com/blogs/compute/node-js-16-x-runtime-now-available-in-aws-lambda/ - releaseCycle: "dotnet6" releaseLabel: .NET 6 releaseDate: 2022-02-24 eoas: 2024-12-20 eol: 2026-09-30 link: https://aws.amazon.com/blogs/compute/introducing-the-net-6-runtime-for-aws-lambda/ - releaseCycle: "python3.9" releaseLabel: Python 3.9 releaseDate: 2021-08-16 eoas: 2025-12-15 eol: 2026-09-30 link: https://aws.amazon.com/blogs/compute/python-3-9-runtime-now-available-in-aws-lambda/ - releaseCycle: "nodejs14.x" releaseLabel: Node.js 14 releaseDate: 2021-02-03 eoas: 2023-12-04 eol: 2026-09-30 link: https://aws.amazon.com/blogs/compute/node-js-14-x-runtime-now-available-in-aws-lambda/ - releaseCycle: "dotnet5.0" releaseLabel: .NET 5 (container-only) releaseDate: 2020-12-02 eoas: 2022-05-10 eol: true link: https://aws.amazon.com/blogs/developer/net-5-aws-lambda-support-with-container-images/ - releaseCycle: "java8.al2" releaseLabel: Java 8 (AL2) releaseDate: 2020-08-12 eoas: 2027-06-30 eol: 2027-08-31 link: https://aws.amazon.com/about-aws/whats-new/2020/08/aws-lambda-supports-java-8/ - releaseCycle: "provided.al2" releaseLabel: Custom Runtime (AL2) releaseDate: 2020-08-12 eoas: 2026-07-31 eol: 2026-09-30 link: https://aws.amazon.com/about-aws/whats-new/2020/08/aws-lambda-supports-custom-runtimes-amazon-linux-2/ - releaseCycle: "dotnetcore3.1" releaseLabel: .NET Core 3.1 releaseDate: 2020-03-31 eoas: 2023-04-03 eol: 2023-05-03 link: https://aws.amazon.com/blogs/compute/announcing-aws-lambda-supports-for-net-core-3-1/ - releaseCycle: "ruby2.7" releaseLabel: Ruby 2.7 releaseDate: 2020-02-19 eoas: 2023-12-07 eol: 2026-09-30 link: https://aws.amazon.com/about-aws/whats-new/2020/02/aws-lambda-supports-ruby-2-7/ - releaseCycle: "nodejs12.x" releaseLabel: Node.js 12 releaseDate: 2019-11-18 eoas: 2023-03-31 eol: 2023-04-30 link: https://aws.amazon.com/blogs/compute/node-js-12-x-runtime-now-available-in-aws-lambda/ - releaseCycle: "python3.8" releaseLabel: Python 3.8 releaseDate: 2019-11-18 eoas: 2024-10-14 eol: 2026-09-30 link: https://aws.amazon.com/blogs/compute/python-3-8-runtime-now-available-in-aws-lambda/ - releaseCycle: "java11" releaseLabel: Java 11 releaseDate: 2019-11-18 eoas: 2027-06-30 eol: 2027-08-31 link: https://aws.amazon.com/blogs/compute/java-11-runtime-now-available-in-aws-lambda/ - releaseCycle: "nodejs10.x" releaseLabel: Node.js 10 releaseDate: 2019-05-15 eoas: 2021-07-30 eol: 2022-02-14 link: https://aws.amazon.com/about-aws/whats-new/2019/05/aws_lambda_adds_support_for_node_js_v10/ - releaseCycle: "ruby2.5" releaseLabel: Ruby 2.5 releaseDate: 2018-11-29 eoas: 2021-07-30 eol: 2022-03-31 link: https://aws.amazon.com/blogs/compute/announcing-ruby-support-for-aws-lambda/ - releaseCycle: "provided" releaseLabel: Custom Runtime (AL1) releaseDate: 2018-11-29 eoas: 2024-01-08 eol: 2026-09-30 link: https://aws.amazon.com/about-aws/whats-new/2018/11/aws-lambda-now-supports-custom-runtimes-and-layers/ - releaseCycle: "python3.7" releaseLabel: Python 3.7 releaseDate: 2018-11-19 eoas: 2023-12-04 eol: 2026-09-30 link: https://aws.amazon.com/blogs/compute/python-3-7-runtime-now-available-in-aws-lambda/ - releaseCycle: "dotnetcore2.1" releaseLabel: .NET Core 2.1 releaseDate: 2018-07-09 eoas: 2022-01-05 eol: 2022-04-13 link: https://aws.amazon.com/blogs/developer/aws-lambda-net-core-2-1-support-released/ - releaseCycle: "nodejs8.10" releaseLabel: Node.js 8.10 releaseDate: 2018-04-02 eoas: 2020-03-06 eol: 2020-03-06 link: https://aws.amazon.com/blogs/compute/node-js-8-10-runtime-now-available-in-aws-lambda/ - releaseCycle: "dotnetcore2.0" releaseLabel: .NET Core 2.0 releaseDate: 2018-01-15 eoas: 2019-05-30 eol: 2019-05-30 link: https://aws.amazon.com/blogs/developer/aws-lambda-net-core-2-0-support-released/ - releaseCycle: "go1.x" releaseLabel: Go 1.x releaseDate: 2018-01-15 eoas: 2024-01-08 eol: 2026-09-30 link: https://aws.amazon.com/blogs/compute/announcing-go-support-for-aws-lambda/ - releaseCycle: "nodejs4.3-edge" releaseLabel: Node.js 4.3 edge releaseDate: 2017-07-17 eoas: 2020-03-05 eol: 2020-04-30 # probably a mistake, but it's what the official documentation says link: https://aws.amazon.com/about-aws/whats-new/2017/07/lambda-at-edge-now-generally-available/ - releaseCycle: "python3.6" releaseLabel: Python 3.6 releaseDate: 2017-04-18 eoas: 2022-07-18 eol: 2022-08-29 link: https://aws.amazon.com/about-aws/whats-new/2017/04/aws-lambda-supports-python-3-6/ - releaseCycle: "nodejs6.10" releaseLabel: Node.js 6.10 releaseDate: 2017-03-22 eoas: 2019-08-12 eol: 2019-08-12 link: https://aws.amazon.com/about-aws/whats-new/2017/03/aws-lambda-supports-node-js-6-10/ - releaseCycle: "dotnetcore1.0" releaseLabel: .NET Core 1.0 releaseDate: 2016-12-01 eoas: 2019-06-27 eol: 2019-07-30 link: https://aws.amazon.com/blogs/compute/announcing-c-sharp-support-for-aws-lambda/ - releaseCycle: "nodejs4.3" releaseLabel: Node.js 4.3 releaseDate: 2016-04-07 eoas: 2020-03-05 eol: 2020-03-05 link: https://aws.amazon.com/blogs/compute/node-js-4-3-2-runtime-now-available-on-lambda/ - releaseCycle: "python2.7" releaseLabel: Python 2.7 releaseDate: 2015-10-08 eoas: 2021-07-15 eol: 2022-05-30 link: https://aws.amazon.com/about-aws/whats-new/2015/10/aws-lambda-supports-python-versioning-scheduled-jobs-and-5-minute-functions/ - releaseCycle: "java8" releaseLabel: Java 8 (AL1) releaseDate: 2015-06-15 eoas: 2024-01-08 eol: 2026-09-30 link: https://aws.amazon.com/about-aws/whats-new/2015/06/aws-lambda-supports-java/ - releaseCycle: "nodejs" releaseLabel: Node.js 0.10 releaseDate: 2014-11-13 eoas: 2016-08-30 eol: 2016-10-31 link: https://aws.amazon.com/blogs/aws/run-code-cloud/ --- > [AWS Lambda](https://aws.amazon.com/lambda/) is an event-driven, serverless computing platform > provided by Amazon as a part of Amazon Web Services. It is designed to enable developers to run > code without provisioning or managing servers. It executes code in response to events and > automatically manages the computing resources required by that code. ## Supported runtimes AWS Lambda supports the following runtimes: - [Node.js](/nodejs) - [Python](/python) - [Ruby](/ruby) - [Java](/amazon-corretto) - [Go](/go) - [.NET Core](/dotnet) ## Standard Support Amazon provides security patches to the underlying runtimes, along with technical support. Runtime updates are, most of the time, backward compatible with existing functions. But in some rare cases, a runtime update can negatively impact an existing function. An example of such a case is a lambda that makes use of an insecure behavior fixed by a security patch. There are three modes of runtime updates: - Auto (default): functions are automatically updated to the most recent runtime version. - Function update: runtime update is applied at function update. - Manual: runtime version is set in the function configuration. [Responsibility for applying runtime updates](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html#runtime-management-shared) varies according to the chosen runtime update mode. Trusted Advisor includes a check that provides [120 days' notice of upcoming Lambda runtime end of support](https://docs.aws.amazon.com/awssupport/latest/user/security-checks.html#aws-lambda-functions-deprecated-runtimes), and Lambda notifies you by email if you have functions using a runtime that is scheduled for end of support in the next 60 days. ## Deprecated Support Deprecation (end of support) for a runtime occurs in multiple steps: - Deprecation: Security patches or other updates are no longer applied, and new functions that use the runtime cannot be created. Functions that use a deprecated runtime are also no longer eligible for technical support. This is documented in the table above as **Standard Support**. - Block function creation: Starting from at least 30 days after the deprecation, new functions using a deprecated runtime cannot be created anymore. - Block function update: Starting from at least 60 days after the deprecation, existing functions that use a deprecated runtime cannot be updated anymore. This is documented in the table above as **Deprecated Support**. Invocations of functions that use deprecated runtime are never blocked. ================================================ FILE: products/azul-zulu.md ================================================ --- title: Azul Zulu addedAt: 2023-03-11 category: lang tags: azul java-distribution iconSlug: openjdk permalink: /azul-zulu alternate_urls: - /zulu versionCommand: java -version releasePolicyLink: https://www.azul.com/products/azul-support-roadmap/ eolColumn: Support eoesColumn: true customFields: - name: latestJdkVersion display: after-latest-column label: Latest JDK description: Corresponding latest Java version link: https://docs.azul.com/core/zulu-openjdk/versioning-and-naming identifiers: - repology: zulu-openjdk - cpe: cpe:/a:azul:zulu - cpe: cpe:2.3:a:azul:zulu # Auto-update will be challenging to implement. It's not difficult to get the versions through # https://app.swaggerhub.com/apis/azul/zulu-download-community/1.0, but the API does not provide # accurate dates (in the bundles/latest endpoint). # Moreover: # - releases have a latestJdkVersion that must be updated whenever the latest is updated, # - changelog links are not predictable (see https://docs.azul.com/core/release-notes/release-notes). # Versions and dates are those from the CA builds (PSU Update Type). # Latest releases can be found on https://www.azul.com/downloads/?os=linux&architecture=x86-64-bit&package=jdk&show-old-builds=true#download-openjdk. # Latest release dates can be found in each corresponding JSE Certificate (or in https://docs.azul.com/core/zulu-openjdk/release-notes.html). # EOL dates can be found on https://www.azul.com/products/azul-support-roadmap/. # Extended support is also documented on https://www.azul.com/products/azul-support-roadmap/ : # - LTS: EOL + 2 years # - MTS: EOL + 1 year # - STS: EOL + 6 months # - custom for Java 6/7 releases: - releaseCycle: "25" lts: true releaseDate: 2025-09-16 # https://docs.azul.com/core/release/25-ga/release-notes/release-notes eol: 2033-09-30 eoes: 2033-09-30 latest: "25.28.85" latestJdkVersion: "25.0.0+36" latestReleaseDate: 2025-09-16 link: https://docs.azul.com/core/release/25-ga/release-notes/release-notes - releaseCycle: "24" releaseDate: 2025-03-18 # https://docs.azul.com/core/release/24-ga/release-notes/release-notes eol: 2025-09-16 eoes: 2025-09-16 latest: "24.32.13" latestJdkVersion: "24.0.2+12" latestReleaseDate: 2025-07-15 link: https://docs.azul.com/core/release/july-2025/release-notes.html - releaseCycle: "23" releaseDate: 2024-09-17 # https://docs.azul.com/core/release/23-ga/release-notes/release-notes eol: 2025-03-18 eoes: 2025-03-18 latest: "23.32.11" latestJdkVersion: "23.0.2+7" latestReleaseDate: 2025-01-21 link: https://docs.azul.com/core/release/january-2025/release-notes - releaseCycle: "22" releaseDate: 2024-03-19 # https://docs.azul.com/core/release/22-ga/release-notes/release-notes eol: 2024-09-17 eoes: 2025-03-17 latest: "22.32.15" latestJdkVersion: "22.0.2+9" latestReleaseDate: 2024-07-16 link: https://docs.azul.com/core/release/july-2024/release-notes/release-notes - releaseCycle: "21" lts: true releaseDate: 2023-09-19 # https://docs.azul.com/core/zulu-openjdk/release-notes/21-ga eol: 2031-09-30 eoes: 2033-09-30 latest: "21.44.17" latestJdkVersion: "21.0.8+9" latestReleaseDate: 2025-07-15 link: https://docs.azul.com/core/release/july-2025/release-notes.html - releaseCycle: "20" releaseLabel: "20 (STS)" releaseDate: 2023-03-21 # https://docs.azul.com/core/zulu-openjdk/release-notes/20-ga eol: 2023-09-19 eoes: 2024-03-31 latest: "20.32.11" latestJdkVersion: "20.0.2+9" latestReleaseDate: 2023-07-18 link: https://docs.azul.com/core/release/july-2023/release-notes/release-notes - releaseCycle: "19" releaseLabel: "19 (STS)" releaseDate: 2022-09-20 # https://docs.azul.com/core/zulu-openjdk/release-notes/19-ga eol: 2023-03-31 eoes: 2023-09-30 latest: "19.32.13" latestJdkVersion: "19.0.2+7" latestReleaseDate: 2023-01-17 link: https://docs.azul.com/core/release/january-2023/release-notes/release-notes - releaseCycle: "18" releaseLabel: "18 (STS)" releaseDate: 2022-03-12 # https://docs.azul.com/core/zulu-openjdk/release-notes/18-ga eol: 2022-09-30 eoes: 2023-03-31 latest: "18.32.13" latestJdkVersion: "18.0.2.1+1" latestReleaseDate: 2022-08-22 link: https://docs.azul.com/core/release/august-2022-11.58-17.36-18.32/release-notes/release-notes - releaseCycle: "17" lts: true releaseDate: 2021-09-15 # https://docs.azul.com/core/zulu-openjdk/release-notes/17-ga eol: 2029-09-30 eoes: 2031-09-30 latest: "17.60.17" latestJdkVersion: "17.0.16+8" latestReleaseDate: 2025-07-15 link: https://docs.azul.com/core/release/july-2025/release-notes.html - releaseCycle: "16" releaseLabel: "16 (STS)" releaseDate: 2021-03-16 # https://docs.azul.com/core/zulu-release-notes/16-ga/ZuluReleaseNotes/Title.htm eol: 2021-09-30 eoes: 2022-03-31 latest: "16.32.15" latestJdkVersion: "16.0.2+7" latestReleaseDate: 2021-07-24 link: https://docs.azul.com/core/release/july-2021/release-notes/release-notes - releaseCycle: "15" releaseLabel: "15 (MTS)" releaseDate: 2020-09-15 eol: 2023-03-31 eoes: 2024-03-31 latest: "15.46.17" latestJdkVersion: "15.0.10+5" latestReleaseDate: 2023-01-17 link: https://docs.azul.com/core/release/january-2023/release-notes/release-notes - releaseCycle: "14" releaseLabel: "14 (STS)" releaseDate: 2020-03-17 eol: 2020-09-30 eoes: 2021-03-31 latest: "14.29.23" latestJdkVersion: "14.0.2+12" latestReleaseDate: 2020-07-17 - releaseCycle: "13" releaseLabel: "13 (MTS)" releaseDate: 2019-09-17 eol: 2023-03-31 eoes: 2024-03-31 latest: "13.54.17" latestJdkVersion: "13.0.14+5" latestReleaseDate: 2023-01-17 link: https://docs.azul.com/core/release/january-2023/release-notes/release-notes - releaseCycle: "12" releaseLabel: "12 (STS)" releaseDate: 2019-03-19 eol: 2019-09-30 eoes: 2020-03-31 latest: "12.3.11" latestJdkVersion: "12.0.2+3" latestReleaseDate: 2019-07-16 - releaseCycle: "11" lts: true releaseDate: 2018-09-25 eol: 2026-09-30 eoes: 2028-09-30 latest: "11.82.19" latestJdkVersion: "11.0.28+6" latestReleaseDate: 2025-07-15 link: https://docs.azul.com/core/release/july-2025/release-notes.html - releaseCycle: "10" releaseLabel: "10 (STS)" # https://www.azul.com/blog/zulu-10-has-landed/ releaseDate: 2018-03-27 eol: 2018-09-30 eoes: 2019-03-31 latest: "10.3.5" latestJdkVersion: "10.0.2+13" latestReleaseDate: 2018-07-26 - releaseCycle: "9" releaseLabel: "9 (STS)" releaseDate: 2017-09-21 eol: 2018-03-31 eoes: 2018-09-30 latest: "9.0.7.1" latestJdkVersion: "9u7" latestReleaseDate: 2018-04-27 - releaseCycle: "8" lts: true releaseDate: 2014-04-08 # https://www.azul.com/newsroom/azul-systems-extends-zulu-runtime-for-java-to-support-java-8/ eol: 2030-12-31 eoes: 2032-12-31 latest: "8.88.0.19" latestJdkVersion: "8u462-b08" latestReleaseDate: 2025-04-15 link: https://docs.azul.com/core/release/july-2025/release-notes.html - releaseCycle: "6" lts: true releaseDate: 2014-01-21 # 6 was probably released after 7, see https://www.azul.com/newsroom/azul-systems-extends-zulu-to-support-java-6-and-major-linux-distributions/ eol: 2018-12-31 eoes: 2027-12-31 latest: "N/A" # could not find the exact version latestJdkVersion: "6u211" # the latest public Oracle JDK 7 latestReleaseDate: 2018-10-16 - releaseCycle: "7" lts: true releaseDate: 2013-09-25 # http://web.archive.org/web/20131006021330/http://msopentech.com/blog/2013/09/25/azul-systems-releases-zulu-an-openjdk-build-for-windows-azure-in-partnership-with-ms-open-tech/ eol: 2022-07-31 eoes: 2027-12-31 latest: "7.56" latestJdkVersion: "7u352-b01" latestReleaseDate: 2022-07-19 link: https://docs.azul.com/core/release/july-2022/release-notes/release-notes --- > [Azul Zulu](https://docs.azul.com/core/), also known as Azul Zulu Build of OpenJDK, is an open > source, TCK-tested and certified build of OpenJDK. Azul Zulu is available for > [a wide range](https://docs.azul.com/core/release-notes/supported-platforms) of hardware platforms > and operating systems. Additionally, Azul provides builds for special requirements, such as > stripped down JREs and builds including OpenJFX. {: .warning } > This page is tracking [CA builds](https://support.azul.com/hc/articles/360051512551-What-s-the-difference-between-CA-and-SA-bundles-of-Azul-Zulu-Builds-of-OpenJDK) > of Azul Zulu ([PSU](https://support.azul.com/hc/articles/4420847095444-Explaining-PSU-and-CPU)), > which are free to download and use. Azul Zulu builds are available for Java 6 and greater. It follows the same cadence as OpenJDK: - a 6-month rapid-release cycle since the release of Java 10, - a new LTS release every 3 years (every sixth OpenJDK release) after the release of OpenJDK 11, - a new LTS release every 2 years (every fourth OpenJDK release) after the release of OpenJDK 17. LTS releases are supported for at least 8 years with bug fixes and security updates. Azul also has Medium-Term Support (MTS) releases that are supported for at least 1.5 years after the general availability of the next LTS release. Extended support can be obtained with [Azul Platform Core](https://www.azul.com/products/core/). Azul Zulu is one of the many builds of OpenJDK. For recommendations on which JDK build to use, check out [whichjdk.com](https://whichjdk.com/#azul-zulu). *[CA]: Community Availability *[LTS]: Long-Term Support *[MTS]: Medium-Term Support *[PSU]: Patch Set Updates *[STS]: Short-Term Support ================================================ FILE: products/azure-devops-server.md ================================================ --- title: Azure DevOps Server addedAt: 2022-03-21 category: server-app tags: microsoft permalink: /azure-devops-server alternate_urls: - /tfs - /azure-devops - /team-foundation-server releasePolicyLink: https://learn.microsoft.com/lifecycle/products/?terms=Azure%20DevOps%20Server eoasColumn: true identifiers: - cpe: cpe:/o:microsoft:azure_devops_server - cpe: cpe:2.3:o:microsoft:azure_devops_server releases: - releaseCycle: "continuous" releaseLabel: "Azure DevOps Server" releaseDate: 2025-12-09 eoas: false eol: false latest: "Patch 1" latestReleaseDate: 2026-02-10 link: https://learn.microsoft.com/azure/devops/server/release-notes/azuredevopsserver#azure-devops-server-patch-1-release-date-february-10-2026 - releaseCycle: "2022.2" releaseLabel: "2022 Update 2" releaseDate: 2024-07-09 eoas: 2028-01-11 eol: 2033-01-11 latest: "2022.2patch8" latestReleaseDate: 2026-02-10 link: https://learn.microsoft.com/azure/devops/server/release-notes/azuredevops2022u2#azure-devops-server-2022-update-2-patch-8-release-date-february-10-2026 - releaseCycle: "2022.1" releaseLabel: "2022 Update 1" releaseDate: 2023-11-28 eoas: 2028-01-11 eol: 2033-01-11 latest: "2022.1patch4" latestReleaseDate: 2024-06-11 link: https://learn.microsoft.com/azure/devops/server/release-notes/azuredevops2022u1#azure-devops-server-2022-update-1-patch-4-release-date-june-11-2024 - releaseCycle: "2022.0" releaseLabel: "2022" releaseDate: 2022-12-06 eoas: 2028-01-11 eol: 2033-01-11 latest: "2022.0.1patch5" latestReleaseDate: 2023-11-14 link: https://learn.microsoft.com/azure/devops/server/release-notes/azuredevops2022#azure-devops-server-2022-update-01-patch-5-release-date-november-14-2023 - releaseCycle: "2020.1" releaseLabel: "2020 Update 1" releaseDate: 2021-05-25 eoas: 2025-10-14 eol: 2030-10-08 latest: "2020.1.2patch18" latestReleaseDate: 2026-02-10 link: https://learn.microsoft.com/azure/devops/server/release-notes/azuredevops2020u1#azure-devops-server-2020-update-12-patch-18-release-date-february-10-2026 - releaseCycle: "2020.0" releaseLabel: "2020" releaseDate: 2020-08-25 eoas: 2025-10-14 eol: 2030-10-08 latest: "2020.0.2patch6" latestReleaseDate: 2023-11-14 link: https://learn.microsoft.com/azure/devops/server/release-notes/azuredevops2020#azure-devops-server-2020-update-02-patch-6-release-date-november-14-2023 - releaseCycle: "2019.1" releaseLabel: "2019 Update 1" releaseDate: 2019-08-20 eoas: 2024-04-09 eol: 2029-04-10 latest: "2019.1.2patch12" latestReleaseDate: 2026-02-10 link: https://learn.microsoft.com/azure/devops/server/release-notes/azuredevops2019u1#azure-devops-server-2019-update-12-patch-12-release-date-february-10-2026 - releaseCycle: "2019.0" releaseLabel: "2019" releaseDate: 2019-03-05 eoas: 2024-04-09 eol: 2029-04-10 latest: "2019.0.1patch16" latestReleaseDate: 2023-11-14 link: https://learn.microsoft.com/azure/devops/server/release-notes/azuredevops2019#azure-devops-server-201901-patch-16-release-date-november-14-2023 - releaseCycle: "2018" releaseLabel: "TFS __RELEASE_CYCLE__" releaseDate: 2017-11-15 eoas: 2023-01-10 eol: 2028-01-11 latest: "2018.3.2patch20" latestReleaseDate: 2025-04-08 link: https://learn.microsoft.com/visualstudio/releasenotes/tfs2018-update3#team-foundation-server-2018-update-32-patch-20 - releaseCycle: "2017" releaseLabel: "TFS __RELEASE_CYCLE__" releaseDate: 2016-11-16 eoas: 2022-01-11 eol: 2027-01-11 latest: "2017.3.1patch15" latestReleaseDate: 2022-05-17 link: https://learn.microsoft.com/visualstudio/releasenotes/tfs2017-update3#details-of-whats-new-in-team-foundation-server-2017-update-31-patch-15 - releaseCycle: "2015" releaseLabel: "TFS __RELEASE_CYCLE__" releaseDate: 2015-07-30 eoas: 2020-10-13 eol: 2025-10-14 latest: "2015.4.2patch8" latestReleaseDate: 2022-05-17 link: https://learn.microsoft.com/visualstudio/releasenotes/tfs2015-update4-vs#details-of-whats-new-in-team-foundation-server-2015-update-42-patch-8 - releaseCycle: "2013" releaseLabel: "TFS __RELEASE_CYCLE__" releaseDate: 2014-01-15 eoas: 2019-04-09 eol: 2024-04-09 latest: "2013.5" latestReleaseDate: 2015-07-20 link: https://learn.microsoft.com/visualstudio/releasenotes/vs2013-update5-vs - releaseCycle: "2012" releaseLabel: "TFS __RELEASE_CYCLE__" releaseDate: 2012-10-31 eoas: 2019-01-09 eol: 2023-01-10 latest: "2012.4" latestReleaseDate: 2013-11-13 link: https://learn.microsoft.com/troubleshoot/developer/visualstudio/installation/visual-studio-2012-update-4 - releaseCycle: "2010" releaseLabel: "TFS __RELEASE_CYCLE__" releaseDate: 2010-06-29 eoas: 2015-07-14 eol: 2020-07-14 latest: "2010.SP1" latestReleaseDate: 2011-03-08 link: https://devblogs.microsoft.com/bharry/vstfs-2010-sp1-and-tfs-project-server-integration-feature-pack-have-released/ - releaseCycle: "2005" releaseLabel: "TFS __RELEASE_CYCLE__" releaseDate: 2006-06-17 eoas: 2011-07-12 eol: 2016-07-12 latest: "2005.SP2" latestReleaseDate: 2007-03-21 link: https://devblogs.microsoft.com/bharry/tfs-2005-sql-server-2005-sp2/ --- > [Azure DevOps Server](https://azure.microsoft.com/products/devops/server/), is a set of > collaborative software development tools, hosted on-premises. [In 2025 Microsoft](https://www.powercommunity.com/announcing-the-new-azure-devops-server-rc-release/) switched to Modern Lifecycle Policy with continuous support and removed the year in the name. Prior to 2019, Azure DevOps was known as [Team Foundation Server (TFS)](https://learn.microsoft.com/lifecycle/products/?terms=Team%20Foundation%20Server). ================================================ FILE: products/azure-kubernetes-service.md ================================================ --- title: Azure Kubernetes Service addedAt: 2022-12-28 category: service tags: managed-kubernetes microsoft permalink: /azure-kubernetes-service alternate_urls: - /aks versionCommand: az aks show --resource-group myResourceGroup --name myAKSCluster releasePolicyLink: https://learn.microsoft.com/azure/aks/supported-kubernetes-versions releaseImage: https://learn.microsoft.com/en-us/azure/aks/media/supported-kubernetes-versions/kubernetes-versions-gantt.png latestColumn: false eolColumn: Support eoesColumn: LTS Support auto: methods: - release_table: https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions fields: releaseCycle: "Kubernetes version" releaseDate: "AKS GA" eol: "End of life" eoes: "LTS End of life" # Release dates are approximate on https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions. # This set the exact release dates, and allowed us to be alerted when a new version is released. # See release links for sources of release dates. - declare: azure-kubernetes-service releases: - {name: "1.34", releaseDate: 2025-12-12} - {name: "1.33", releaseDate: 2025-06-17} - {name: "1.32", releaseDate: 2025-04-06} - {name: "1.31", releaseDate: 2024-10-25} - {name: "1.30", releaseDate: 2024-08-05} - {name: "1.29", releaseDate: 2024-03-18} - {name: "1.28", releaseDate: 2023-11-07} - {name: "1.27", releaseDate: 2023-08-16} - {name: "1.26", releaseDate: 2023-04-18} - {name: "1.25", releaseDate: 2022-12-14} - {name: "1.24", releaseDate: 2022-08-17} - {name: "1.23", releaseDate: 2022-04-26} - {name: "1.22", releaseDate: 2022-01-10} - {name: "1.21", releaseDate: 2021-08-18} # Approximate release and EOL dates can be found on https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions. # Exact release dates and EOL dates can be found in release notes: https://github.com/Azure/AKS/releases. # Do not forget to update the release dates in the auto section above when adding a new release. releases: - releaseCycle: "1.34" releaseDate: 2025-12-12 eol: 2026-11-30 eoes: 2027-11-30 - releaseCycle: "1.33" releaseDate: 2025-06-17 eol: 2026-06-30 eoes: 2027-06-30 link: https://github.com/Azure/AKS/releases/tag/2025-06-17 - releaseCycle: "1.32" releaseDate: 2025-04-06 eol: 2026-03-31 eoes: 2027-03-31 link: https://github.com/Azure/AKS/releases/tag/2025-04-06 - releaseCycle: "1.31" releaseDate: 2024-10-25 eol: 2025-11-01 eoes: 2026-11-30 link: https://github.com/Azure/AKS/releases/tag/2024-10-25 - releaseCycle: "1.30" releaseDate: 2024-08-05 eol: 2025-08-22 eoes: 2026-07-31 link: https://github.com/Azure/AKS/releases/tag/2024-08-05 - releaseCycle: "1.29" releaseDate: 2024-03-18 eol: 2025-03-31 eoes: 2026-04-30 link: https://azure.microsoft.com/en-us/updates/generally-available-kubernetes-129-support-in-aks/ - releaseCycle: "1.28" releaseDate: 2023-11-07 eol: 2025-01-31 eoes: 2026-02-28 link: https://azure.microsoft.com/updates/ga-kubernetes-128-support-in-azure-kubernetes-service-aks/ - releaseCycle: "1.27" releaseDate: 2023-08-16 eol: 2024-07-31 eoes: 2025-07-31 link: https://azure.microsoft.com/updates/generally-available-kubernetes-127-support-in-aks - releaseCycle: "1.26" releaseDate: 2023-04-18 eol: 2024-04-11 # https://github.com/Azure/AKS/releases/tag/2024-04-11 link: https://azure.microsoft.com/updates/generally-available-kubernetes-126-support-in-aks/ - releaseCycle: "1.25" releaseDate: 2022-12-14 eol: 2024-01-14 # https://github.com/Azure/AKS/releases/tag/2023-11-05 link: https://azure.microsoft.com/updates/generally-available-kubernetes-125-support-in-aks/ - releaseCycle: "1.24" releaseDate: 2022-08-17 eol: 2023-07-31 # https://github.com/Azure/AKS/releases/tag/2023-06-11 link: https://azure.microsoft.com/updates/generally-available-kubernetes-124-support/ - releaseCycle: "1.23" releaseDate: 2022-04-26 eol: 2023-04-02 # https://github.com/Azure/AKS/releases/tag/2023-02-19 link: https://github.com/Azure/AKS/issues/2730 - releaseCycle: "1.22" releaseDate: 2022-01-10 eol: 2022-12-04 # https://github.com/Azure/AKS/releases/tag/2022-10-17 link: https://github.com/Azure/AKS/issues/2502#issuecomment-1008549356 - releaseCycle: "1.21" releaseDate: 2021-08-18 eol: 2022-07-31 # https://github.com/Azure/AKS/releases/tag/2022-08-21 link: https://azure.microsoft.com/updates/general-availability-aks-support-for-kubernetes-121-2/ # Not sure corresponding cycles will be added one day, but here are the announcements for: # 1.20: https://azure.microsoft.com/en-us/updates/general-availability-kubernetes-v120-support-in-aks/ # 1.19: https://azure.microsoft.com/en-us/updates/aks-updates-for-november-2020/ --- > [Azure Kubernetes Service (AKS)](https://learn.microsoft.com/azure/aks/) is a managed service used to run Kubernetes on Azure > without needing to install, operate, and maintain your own Kubernetes control plane or nodes. AKS defines a generally available version as a version enabled in all SLO or SLA measurements and available in all regions. AKS supports three GA minor versions of Kubernetes: - The latest GA minor version released in AKS. - Two previous minor versions. AKS introduced commercial [Long-Term Support](https://learn.microsoft.com/en-us/azure/aks/long-term-support) for all versions starting with 1.27. This extends support and security updates for two years, instead of the usual one year. Note that due to reliance on the upstream Kubernetes Community for component updates, [several addons and features aren't supported in LTS Support beyond one year](https://learn.microsoft.com/en-us/azure/aks/long-term-support#unsupported-add-ons-and-features). Also: - AKS release notes are available on [https://github.com/Azure/AKS/](https://github.com/Azure/AKS/). - News about AKS can be received by following [the AKS feed in Azure Updates](https://azure.microsoft.com/updates/?product=kubernetes-service). - Release status by regions can be monitored at [AKS-Release-Tracker](https://releases.aks.azure.com/). - AKS Docs include an [Upgrade Guide](https://learn.microsoft.com/azure/aks/upgrade-cluster). ================================================ FILE: products/backdrop.md ================================================ --- title: Backdrop addedAt: 2025-01-03 category: server-app tags: php-runtime permalink: /backdrop releasePolicyLink: https://backdropcms.org/releases releaseImage: https://backdropcms.org/files/images/release-cycles.png changelogTemplate: https://github.com/backdrop/backdrop/releases/tag/__LATEST__ identifiers: - cpe: cpe:2.3:a:backdropcms:backdrop_cms auto: methods: - github_releases: backdrop/backdrop # eol(x) = releaseDate(x+2) releases: - releaseCycle: "1.33" releaseDate: 2026-01-16 eol: false latest: "1.33.1" latestReleaseDate: 2026-01-27 - releaseCycle: "1.32" releaseDate: 2025-09-16 eol: false latest: "1.32.2" latestReleaseDate: 2026-01-16 - releaseCycle: "1.31" releaseDate: 2025-05-15 eol: 2026-01-16 latest: "1.31.2" latestReleaseDate: 2025-10-07 - releaseCycle: "1.30" releaseDate: 2025-01-15 eol: 2025-09-16 latest: "1.30.3" latestReleaseDate: 2025-05-15 - releaseCycle: "1.29" releaseDate: 2024-09-15 eol: 2025-05-15 latest: "1.29.5" latestReleaseDate: 2025-03-20 - releaseCycle: "1.28" releaseDate: 2024-05-15 eol: 2025-01-15 latest: "1.28.5" latestReleaseDate: 2025-01-08 - releaseCycle: "1.27" releaseDate: 2024-01-15 eol: 2024-09-15 latest: "1.27.3" latestReleaseDate: 2024-07-03 --- > [Backdrop](https://backdropcms.org/) is a free and open-source content management framework written in PHP. It is a fork of Drupal 7. Minor versions are released every 4 months on the 15th of January, May, and September. The last 2 minor releases are supported. ================================================ FILE: products/bamboo.md ================================================ --- title: Bamboo addedAt: 2025-03-25 category: server-app tags: atlassian java-runtime iconSlug: bamboo permalink: /bamboo alternate_urls: - /atlassian-bamboo releasePolicyLink: https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html changelogTemplate: https://confluence.atlassian.com/display/BAMBOORELEASES/Bamboo+__RELEASE_CYCLE__+release+notes eolColumn: Support identifiers: - cpe: cpe:/a:atlassian:bamboo - cpe: cpe:2.3:a:atlassian:bamboo auto: methods: - atlassian_versions: https://www.atlassian.com/software/bamboo/download-archives - atlassian_eol: https://confluence.atlassian.com/support/atlassian-support-end-of-life-policy-201851003.html selector: AtlassianEndofSupportPolicy-Bamboo regex: '(?P\d+(\.\d+)+) \(EO[SL] date: (?P.+)\).*$' # Release dates from https://www.atlassian.com/software/bamboo/download-archives. # LTS/EOL dates can be found on https://confluence.atlassian.com/support/atlassian-support-end-of-life-policy-201851003.html releases: - releaseCycle: "12.1" lts: true releaseDate: 2025-12-16 eol: 2027-12-17 latest: "12.1.3" latestReleaseDate: 2026-02-27 - releaseCycle: "12.0" releaseDate: 2025-11-20 eol: 2027-11-20 latest: "12.0.2" latestReleaseDate: 2025-12-08 - releaseCycle: "11.0" releaseDate: 2025-04-29 eol: 2027-04-30 latest: "11.0.8" latestReleaseDate: 2025-11-07 - releaseCycle: "10.2" lts: true releaseDate: 2024-12-19 eol: 2026-12-20 latest: "10.2.16" latestReleaseDate: 2026-02-26 - releaseCycle: "10.1" releaseDate: 2024-11-19 eol: 2026-11-20 latest: "10.1.1" latestReleaseDate: 2024-12-12 - releaseCycle: "10.0" releaseDate: 2024-08-21 eol: 2026-08-21 latest: "10.0.3" latestReleaseDate: 2024-10-30 - releaseCycle: "9.6" lts: true releaseDate: 2024-03-13 eol: 2026-03-14 latest: "9.6.24" latestReleaseDate: 2026-02-27 - releaseCycle: "9.5" releaseDate: 2024-01-22 eol: 2026-01-22 latest: "9.5.4" latestReleaseDate: 2024-04-26 - releaseCycle: "9.4" releaseDate: 2023-10-26 eol: 2025-10-26 latest: "9.4.4" latestReleaseDate: 2024-03-12 - releaseCycle: "9.3" releaseDate: 2023-06-01 eol: 2025-06-01 latest: "9.3.6" latestReleaseDate: 2023-12-13 - releaseCycle: "9.2" lts: true releaseDate: 2023-02-07 eol: 2025-03-04 latest: "9.2.24" latestReleaseDate: 2025-03-04 - releaseCycle: "9.1" releaseDate: 2022-12-14 eol: 2023-06-15 latest: "9.1.3" latestReleaseDate: 2023-06-05 - releaseCycle: "9.0" releaseDate: 2022-08-25 eol: 2023-05-16 latest: "9.0.4" latestReleaseDate: 2023-05-16 - releaseCycle: "8.2" releaseDate: 2022-04-09 eol: 2023-05-15 latest: "8.2.9" latestReleaseDate: 2023-05-15 - releaseCycle: "8.1" releaseDate: 2021-12-14 eol: 2023-03-28 latest: "8.1.12" latestReleaseDate: 2023-03-28 - releaseCycle: "8.0" releaseDate: 2021-07-29 eol: 2023-03-28 latest: "8.0.13" latestReleaseDate: 2023-03-28 --- > [Bamboo](https://www.atlassian.com/software/bamboo) is a continuous delivery pipeline developed by Atlassian. It is > used to build, test and deploy applications automatically as per requirements and helps speed up the release process. {: .warning } > Atlassian ended support for Bamboo Server [on February 15, 2024](https://www.atlassian.com/migration/assess/journey-to-cloud). > Starting from 9.5.x, new releases of Bamboo are available only to Data Center customers. Bamboo has both LTS and non-LTS releases. There is approximately one LTS release per year, which receives bug and security fixes for 2 years. Non-LTS releases are supported for 6 months with only critical security fixes. More information can be found in [this article](https://www.atlassian.com/blog/enterprise/introducing-enterprise-releases). ================================================ FILE: products/bazel.md ================================================ --- title: Bazel addedAt: 2023-12-15 category: app tags: google build-tool java-runtime iconSlug: bazel permalink: /bazel versionCommand: bazel --version releasePolicyLink: https://bazel.build/release releaseImage: https://blog.bazel.build/assets/lts_timeline.png changelogTemplate: "https://github.com/bazelbuild/bazel/releases/tag/__LATEST__" eoasColumn: true identifiers: - repology: bazel - purl: pkg:github/bazelbuild/bazel - purl: pkg:oci/bazel?repository_url=cgr.dev/chainguard - cpe: cpe:/a:google:bazel - cpe: cpe:2.3:a:google:bazel auto: methods: - git: https://github.com/bazelbuild/bazel.git - release_table: https://bazel.build/release fields: releaseCycle: column: "LTS release" regex: '^Bazel (?P\d+)$' eol: "End of support" # latestVersion and eol on https://bazel.build/release # eoas(x) = releaseDate(x+1) # eol(x) = releaseDate(x) + 3 years releases: - releaseCycle: "9" lts: true releaseDate: 2026-01-20 eoas: false # releaseDate(10) eol: 2028-12-31 latest: "9.0.1" latestReleaseDate: 2026-03-10 - releaseCycle: "8" lts: true releaseDate: 2024-12-09 eoas: 2026-01-20 eol: 2027-12-31 latest: "8.6.0" latestReleaseDate: 2026-02-26 - releaseCycle: "7" lts: true releaseDate: 2023-12-11 eoas: 2024-12-09 eol: 2026-12-31 latest: "7.7.1" latestReleaseDate: 2025-11-12 - releaseCycle: "6" lts: true releaseDate: 2022-12-19 eoas: 2023-12-11 # releaseDate(7) eol: 2025-12-31 latest: "6.6.0" latestReleaseDate: 2026-01-21 - releaseCycle: "5" lts: true releaseDate: 2022-01-19 eoas: 2022-12-19 # releaseDate(6) eol: 2025-01-31 latest: "5.4.1" latestReleaseDate: 2023-04-19 - releaseCycle: "4" lts: true releaseDate: 2021-01-21 eoas: 2022-01-19 # releaseDate(5) eol: 2024-01-31 latest: "4.2.4" latestReleaseDate: 2023-04-20 --- > [Bazel](https://bazel.build/) is a fast, scalable, multi-language and extensible build system. Bazel follows [Semantic Versioning](https://semver.org/). - A major release contains features that are not backward compatible with the previous release. Each major Bazel version is an LTS release. - A minor release contains backward-compatible bug fixes and features back-ported from the main branch. - A patch release contains critical bug fixes. ================================================ FILE: products/beats.md ================================================ --- title: Elastic Beats addedAt: 2022-12-20 category: server-app tags: elastic iconSlug: beats permalink: /beats alternate_urls: - /elastic-beats - /filebeat - /metricbeat - /packetbeat - /winlogbeat - /auditbeat - /heartbeat - /functionbeat releasePolicyLink: https://www.elastic.co/support_policy changelogTemplate: "https://www.elastic.co/guide/en/beats/libbeat/{{'__LATEST__'|split:'.'|pop|join:'.'}}/release-notes-__LATEST__.html" eolColumn: Support identifiers: - repology: filebeat - cpe: cpe:/a:elastic:filebeat - cpe: cpe:2.3:a:elastic:filebeat auto: methods: - git: https://github.com/elastic/beats.git # For EOL, see https://www.elastic.co/support/eol releases: - releaseCycle: "9.3" releaseDate: 2026-02-03 eol: false # later of 2027-10-15 or 18 months after the release date of 10.0 latest: "9.3.2" latestReleaseDate: 2026-03-16 link: https://www.elastic.co/docs/release-notes/beats#beats-__LATEST__-release-notes - releaseCycle: "9.2" releaseDate: 2025-10-20 eol: false # later of 2027-10-15 or 18 months after the release date of 10.0 latest: "9.2.7" latestReleaseDate: 2026-03-16 link: https://www.elastic.co/docs/release-notes/beats#beats-__LATEST__-release-notes - releaseCycle: "9.1" releaseDate: 2025-07-23 eol: false # later of 2027-10-15 or 18 months after the release date of 10.0 latest: "9.1.10" latestReleaseDate: 2026-01-07 link: https://www.elastic.co/docs/release-notes/beats#beats-__LATEST__-release-notes - releaseCycle: "8.19" releaseDate: 2025-07-23 eol: 2027-07-15 latest: "8.19.13" latestReleaseDate: 2026-03-16 - releaseCycle: "8.18" releaseDate: 2025-04-09 eol: 2025-10-20 latest: "8.18.8" latestReleaseDate: 2025-10-02 - releaseCycle: "9.0" releaseDate: 2025-04-08 eol: false # later of 2027-10-15 or 18 months after the release date of 10.0 latest: "9.0.8" latestReleaseDate: 2025-10-02 link: https://www.elastic.co/docs/release-notes/beats#beats-__LATEST__-release-notes - releaseCycle: "8.17" releaseDate: 2024-12-11 eol: false # Supposedly until 8.19 released, but they've released twice since latest: "8.17.10" latestReleaseDate: 2025-08-08 - releaseCycle: "8.16" releaseDate: 2024-11-07 eol: 2025-04-18 latest: "8.16.6" latestReleaseDate: 2025-03-18 - releaseCycle: "7" releaseDate: 2019-04-05 eol: 2026-01-15 latest: "7.17.29" latestReleaseDate: 2025-06-18 - releaseCycle: "6" releaseDate: 2017-11-08 eol: 2022-02-10 latest: "6.8.23" latestReleaseDate: 2022-01-13 --- > [Beats](https://www.elastic.co/beats/) are a suite of lightweight shippers for Elasticsearch and > Logstash. As of 2022, the beats family is composed of > [Filebeat](https://www.elastic.co/beats/filebeat), > [Metricbeat](https://www.elastic.co/beats/metricbeat), > [Packetbeat](https://www.elastic.co/beats/packetbeat), > [Winlogbeat](https://www.elastic.co/beats/winlogbeat), > [Auditbeat](https://www.elastic.co/beats/auditbeat), > [Heartbeat](https://www.elastic.co/beats/heartbeat) and > [Functionbeat](https://www.elastic.co/beats/functionbeat). Beats are part of the [Elastic Stack](https://www.elastic.co/elastic-stack/), also known as the [ELK Stack](https://www.elastic.co/what-is/elk-stack). It shares the same support policy as the other products in the Elastic Stack (Elasticsearch, Logstash, Kibana...). Elastic Stack product releases follow [Semantic Versioning](https://semver.org/). Elastic provides maintenance for each major release series for the longest of 30 months after the GA date of the major release or 18 months after the GA date of the following major release. For example, if version 1.0 was released on 10-Apr-2019 and version 2.0 was released on 10-Feb-2022. - 30 months from 1.0 GA date is 10-Oct-2021 - 18 months from 2.0 GA date is 10-Aug-2023 - 1.x maintenance would end on 10-Aug-2023 End-of-life dates for Beats can be found on the [Elastic product EOL dates page](https://www.elastic.co/support/eol). Support for various operating systems can also be found on the [Elastic support matrix page](https://www.elastic.co/support/matrix). *[GA]: General Availability *[EOL]: End Of Life ================================================ FILE: products/behat.md ================================================ --- title: Behat addedAt: 2025-06-29 category: framework tags: php-runtime permalink: /behat changelogTemplate: https://github.com/Behat/Behat/releases/tag/v__LATEST__ releasePolicyLink: https://docs.behat.org/en/latest/releases.html eoasColumn: true auto: methods: - git: https://github.com/Behat/Behat.git identifiers: - purl: pkg:composer/behat/behat - purl: pkg:github/behat/behat releases: - releaseCycle: "3" releaseDate: 2014-04-20 eoas: false eol: false latest: "3.29.0" latestReleaseDate: 2025-12-11 - releaseCycle: "2" releaseDate: 2011-07-01 eoas: 2015-06-01 eol: 2015-06-01 latest: "2.5.5" latestReleaseDate: 2015-06-01 --- > [Behat](https://docs.behat.org/en/latest/) is an open-source test framework for PHP. Behat follows [semantic versioning](https://semver.org). Major releases receive: - bugfixes for at least 12 months after the release of the next major, - security fixes for at least 24 months after the release of the next major. ================================================ FILE: products/bellsoft-liberica.md ================================================ --- title: Bellsoft Liberica JDK addedAt: 2023-05-21 category: lang tags: bellsoft java-distribution iconSlug: openjdk permalink: /bellsoft-liberica alternate_urls: - /liberica versionCommand: java -version releasePolicyLink: https://bell-sw.com/support/ changelogTemplate: "https://docs.bell-sw.com/liberica-jdk/{{'__LATEST__'|replace:'+','b'}}/general/release-notes/" eolColumn: Public support eoesColumn: Commercial support identifiers: # Official Docker Images - purl: pkg:docker/bellsoft/liberica-openjdk-alpine - purl: pkg:docker/bellsoft/liberica-openjre-alpine - purl: pkg:docker/bellsoft/liberica-openjdk-alpine-musl - purl: pkg:docker/bellsoft/liberica-openjre-alpine-musl - purl: pkg:docker/bellsoft/liberica-openjdk-debian - purl: pkg:docker/bellsoft/liberica-openjre-debian - purl: pkg:docker/bellsoft/liberica-openjdk-centos - purl: pkg:docker/bellsoft/liberica-openjre-centos # Official Docker Images on GitHub Packages - purl: pkg:oci/liberica-openjdk-alpine?repository_url=ghcr.io/bell-sw - purl: pkg:oci/liberica-openjre-alpine?repository_url=ghcr.io/bell-sw - purl: pkg:oci/liberica-openjdk-alpine-musl?repository_url=ghcr.io/bell-sw - purl: pkg:oci/liberica-openjre-alpine-musl?repository_url=ghcr.io/bell-sw - purl: pkg:oci/liberica-openjdk-debian?repository_url=ghcr.io/bell-sw - purl: pkg:oci/liberica-openjre-debian?repository_url=ghcr.io/bell-sw - purl: pkg:oci/liberica-openjdk-centos?repository_url=ghcr.io/bell-sw - purl: pkg:oci/liberica-openjre-centos?repository_url=ghcr.io/bell-sw # Repology only lists AUR packages right now - repology: liberica-jdk-11-full - repology: liberica-jdk-11 - repology: liberica-jdk-11-lite - repology: liberica-jdk-17-full - repology: liberica-jdk-21-full - repology: liberica-jdk-8-full - repology: liberica-jdk-full - repology: liberica-jre-11 # These are undefined TYPEs in the PURL spec # so subject to change https://github.com/package-url/purl-spec/blob/master/PURL-TYPES.rst # https://scoop.sh/#/apps?q=liberica - purl: pkg:scoop/liberica-jdk - purl: pkg:scoop/liberica-lts-jdk - purl: pkg:scoop/liberica-lite-jdk - purl: pkg:scoop/liberica-lite-lts-jdk - purl: pkg:scoop/liberica-full-jdk - purl: pkg:scoop/liberica-full-lts-jdk - purl: pkg:scoop/liberica-jre - purl: pkg:scoop/liberica-lts-jre - purl: pkg:scoop/liberica-full-jre - purl: pkg:scoop/liberica-full-lts-jre - purl: pkg:scoop/liberica8-jre - purl: pkg:scoop/liberica8-jdk - purl: pkg:scoop/liberica8-full-jre - purl: pkg:scoop/liberica8-full-jdk - purl: pkg:scoop/liberica11-jre - purl: pkg:scoop/liberica11-jdk - purl: pkg:scoop/liberica11-full-jre - purl: pkg:scoop/liberica11-full-jdk - purl: pkg:scoop/liberica11-lite-jdk - purl: pkg:scoop/liberica12-jre - purl: pkg:scoop/liberica12-jdk - purl: pkg:scoop/liberica12-lite-jdk - purl: pkg:scoop/liberica13-jre - purl: pkg:scoop/liberica13-jdk - purl: pkg:scoop/liberica13-full-jre - purl: pkg:scoop/liberica13-full-jdk - purl: pkg:scoop/liberica13-lite-jdk - purl: pkg:scoop/liberica14-jre - purl: pkg:scoop/liberica14-jdk - purl: pkg:scoop/liberica14-full-jre - purl: pkg:scoop/liberica14-full-jdk - purl: pkg:scoop/liberica14-lite-jdk - purl: pkg:scoop/liberica15-jre - purl: pkg:scoop/liberica15-jdk - purl: pkg:scoop/liberica15-full-jre - purl: pkg:scoop/liberica15-lite-jdk - purl: pkg:scoop/liberica15-full-jdk - purl: pkg:scoop/liberica16-jre - purl: pkg:scoop/liberica16-jdk - purl: pkg:scoop/liberica16-full-jre - purl: pkg:scoop/liberica16-full-jdk - purl: pkg:scoop/liberica16-lite-jdk - purl: pkg:scoop/liberica17-jre - purl: pkg:scoop/liberica17-jdk - purl: pkg:scoop/liberica17-full-jre - purl: pkg:scoop/liberica17-full-jdk - purl: pkg:scoop/liberica17-lite-jdk # chocolatey https://community.chocolatey.org/packages?q=liberica&authors=bellsoft - purl: pkg:chocolatey/liberica11jdk - purl: pkg:chocolatey/liberica11jdkfull - purl: pkg:chocolatey/liberica11jre - purl: pkg:chocolatey/liberica11jrefull - purl: pkg:chocolatey/liberica17jdk - purl: pkg:chocolatey/liberica17jdkfull - purl: pkg:chocolatey/liberica17jdklite - purl: pkg:chocolatey/liberica17jre - purl: pkg:chocolatey/liberica17jrefull - purl: pkg:chocolatey/liberica21jdk - purl: pkg:chocolatey/liberica21jdkfull - purl: pkg:chocolatey/liberica21jdklite - purl: pkg:chocolatey/liberica21jre - purl: pkg:chocolatey/liberica21jrefull - purl: pkg:chocolatey/liberica8jdk - purl: pkg:chocolatey/liberica8jre - purl: pkg:chocolatey/libericajdk - purl: pkg:chocolatey/libericajdkfull - purl: pkg:chocolatey/libericajdklite - purl: pkg:chocolatey/libericajre - purl: pkg:chocolatey/libericajrefull # Repology lists them all, but they're unlinked. - purl: pkg:winget/BellSoft.LibericaJDK.8 - purl: pkg:winget/BellSoft.LibericaJDK.11 - purl: pkg:winget/BellSoft.LibericaJDK.14 - purl: pkg:winget/BellSoft.LibericaJDK.15 - purl: pkg:winget/BellSoft.LibericaJDK.16 - purl: pkg:winget/BellSoft.LibericaJDK.17 - purl: pkg:winget/BellSoft.LibericaJDK.18 - purl: pkg:winget/BellSoft.LibericaJDK.19 # Alpine Packages, listed using the following command: # curl --silent https://apk.bell-sw.com/main/x86_64/APKINDEX.tar.gz | tar --to-stdout -xzv APKINDEX |grep P:|sort -u - purl: pkg:apk/alpine/bellsoft-java11?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java11-lite?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java11-runtime?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java11-runtime-lite?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java15?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java15-lite?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java15-runtime?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java16?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java16-lite?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java16-runtime?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java16-runtime-lite?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java17?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java17-lite?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java17-runtime?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java17-runtime-lite?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java18?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java18-lite?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java18-runtime?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java18-runtime-lite?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java19?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java19-lite?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java19-runtime?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java19-runtime-lite?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java20?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java20-lite?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java20-runtime?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java20-runtime-lite?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java21?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java21-lite?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java21-runtime?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java21-runtime-lite?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java22?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java22-lite?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java22-runtime?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java22-runtime-lite?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java23?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java23-lite?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java23-runtime?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java23-runtime-lite?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java8?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java8-lite?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java8-runtime?repository_url=https://apk.bell-sw.com/main - purl: pkg:apk/alpine/bellsoft-java8-runtime-lite?repository_url=https://apk.bell-sw.com/main # RPM packages that work across OpenSUSE/CentOS etc. - purl: pkg:rpm/bellsoft-java11?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java11-full?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java11-lite?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java11-runtime?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java11-runtime-full?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java12?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java12-lite?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java13?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java13-full?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java13-lite?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java13-runtime?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java13-runtime-full?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java14?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java14-full?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java14-lite?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java14-runtime?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java14-runtime-full?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java15?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java15-full?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java15-lite?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java15-runtime?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java15-runtime-full?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java16?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java16-full?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java16-lite?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java16-runtime?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java16-runtime-full?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java17?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java17-full?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java17-lite?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java17-runtime?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java17-runtime-full?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java18?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java18-full?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java18-lite?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java18-runtime?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java18-runtime-full?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java19?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java19-full?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java19-lite?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java19-runtime?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java19-runtime-full?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java20?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java20-full?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java20-lite?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java20-runtime?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java20-runtime-full?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java21?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java21-full?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java21-lite?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java21-runtime?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java21-runtime-full?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java22?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java22-full?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java22-lite?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java22-runtime?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java22-runtime-full?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java23?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java23-full?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java23-lite?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java23-runtime?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java23-runtime-full?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java8?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java8-full?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java8-lite?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java8-runtime?repository_url=https://yum.bell-sw.com - purl: pkg:rpm/bellsoft-java8-runtime-full?repository_url=https://yum.bell-sw.com # There is one repository for each major release (except for 15 and 16). auto: methods: - github_releases: bell-sw/Liberica regex: - "^(?P[0-9.u+]+)$" - "^OpenJDK (?P[0-9.u+]+)$" template: "{{version}}" # EOL dates are OpenJDK EOL dates, which are not fixed. This page is using Eclipse Temurin # EOL dates because they are the most conservative (see https://en.wikipedia.org/wiki/Java_version_history). # Extended support dates can be found on https://bell-sw.com/support/. releases: - releaseCycle: "25" lts: true releaseDate: 2025-09-16 eol: 2031-09-30 eoes: 2034-03-31 latest: "25.0.2+12" latestReleaseDate: 2026-01-21 - releaseCycle: "24" releaseDate: 2025-03-19 eol: 2025-09-16 latest: "24.0.2+12" latestReleaseDate: 2025-07-16 - releaseCycle: "23" releaseDate: 2024-09-18 eol: 2025-03-18 latest: "23.0.2+9" latestReleaseDate: 2025-01-23 - releaseCycle: "22" releaseDate: 2024-03-20 eol: 2024-09-17 latest: "22.0.2+11" latestReleaseDate: 2024-07-17 - releaseCycle: "21" lts: true releaseDate: 2023-09-20 eol: false # Temurin EOL date not yet announced eoes: 2032-03-31 latest: "21.0.10+11" latestReleaseDate: 2026-02-02 link: https://docs.bell-sw.com/liberica-jdk/21.0.2b14/general/release-notes/ # no link yet for 21.0.2+15 - releaseCycle: "20" releaseDate: 2023-03-22 eol: 2023-09-19 latest: "20.0.2+10" latestReleaseDate: 2023-07-20 - releaseCycle: "19" releaseDate: 2022-09-21 eol: 2023-03-21 latest: "19.0.2+9" latestReleaseDate: 2023-01-18 - releaseCycle: "18" releaseDate: 2022-03-23 eol: 2022-09-20 latest: "18.0.2.1+1" latestReleaseDate: 2022-08-25 link: https://docs.bell-sw.com/liberica-jdk/18.0.2b10/general/release-notes/ - releaseCycle: "17" lts: true releaseDate: 2021-09-17 eol: 2027-10-31 eoes: 2030-03-31 latest: "17.0.18+11" latestReleaseDate: 2026-02-02 link: https://docs.bell-sw.com/liberica-jdk/17.0.10b13/general/release-notes/ # no link yet for 17.0.10+14 - releaseCycle: "16" releaseDate: 2021-03-19 eol: 2021-09-14 latest: "16.0.2+7" latestReleaseDate: 2021-07-23 - releaseCycle: "15" releaseDate: 2020-09-17 eol: 2021-03-16 latest: "15.0.2+10" latestReleaseDate: 2021-01-22 link: https://docs.bell-sw.com/liberica-jdk/15.0.2b8/general/release-notes/ - releaseCycle: "14" releaseDate: 2020-03-19 eol: 2020-09-16 latest: "14.0.2+13" latestReleaseDate: 2020-07-14 - releaseCycle: "13" releaseDate: 2019-09-26 eol: 2020-03-17 latest: "13.0.2+9" latestReleaseDate: 2020-01-16 - releaseCycle: "12" releaseDate: 2019-03-22 eol: 2019-09-17 latest: "12.0.2" latestReleaseDate: 2019-07-20 link: https://docs.bell-sw.com/liberica-jdk/12.0.2b10/general/release-notes/ - releaseCycle: "11" lts: true releaseDate: 2018-10-08 eol: 2024-10-31 eoes: 2027-03-31 latest: "11.0.30+9" latestReleaseDate: 2026-01-21 - releaseCycle: "10" # This is an approximation from Oracle JDK release date releaseDate: 2018-03-21 eol: 2018-09-25 latest: "10.0.2" # The last modified date of the files in https://download.bell-sw.com/java/10.0.2/bellsoft-jdk10.0.2-linux-amd64.deb latestReleaseDate: 2018-08-05 # There are no 9 releases on https://bell-sw.com/pages/downloads/ - releaseCycle: "8" lts: true releaseDate: 2014-03-18 eol: 2026-11-30 eoes: 2031-03-31 latest: "8u482+10" latestReleaseDate: 2026-01-21 - releaseCycle: "7" lts: true releaseDate: 2011-07-11 eol: 2022-07-31 eoes: 2026-03-31 latest: "unknown" link: null - releaseCycle: "6" lts: true releaseDate: 2006-12-12 eol: 2018-12-31 eoes: 2026-03-31 latest: "unknown" link: null --- > [BellSoft Liberica JDK](https://bell-sw.com/libericajdk/) is a [GPLv2 with CPE](https://openjdk.org/legal/gplv2+ce.html) > licensed build of the Open Java Development Kit (OpenJDK) that is tested and verified to be > compliant with the Java SE specification using OpenJDK Technology Compatibility Kit test suite for > Linux, Windows, macOS, and Solaris operating systems. Liberica JDK builds are available for Java 6 and greater. It follows the same cadence as OpenJDK: - a 6-month rapid-release cycle since the release of Java 10, - a new LTS release every 3 years (every sixth OpenJDK release) after the release of OpenJDK 11, - a new LTS release every 2 years (every fourth OpenJDK release) after the release of OpenJDK 17. Following the upstream OpenJDK project, Liberica JDK updates are released quarterly. LTS versions are supported at least 2 years (but usually much more), and non-LTS are only supported for 6 months. For LTS releases, [commercial support can be purchased](https://bell-sw.com/support/) with at least 8 years (from the initial release) of access to bug fixes, security updates, and other fixes as needed. Liberica JDK is one of the many builds of OpenJDK. For recommendations on which JDK build to use, check out [whichjdk.com](https://whichjdk.com/#bellsoft-liberica-jdk). *[LTS]: Long-Term Support ================================================ FILE: products/big-ip.md ================================================ --- title: BIG-IP addedAt: 2025-01-12 category: os iconSlug: f5 permalink: /big-ip versionCommand: show /sys version releasePolicyLink: https://my.f5.com/manage/s/article/K5903 changelogTemplate: "https://techdocs.f5.com/en-us/bigip-{{'__LATEST__'|split:'.'|join:'-'}}/big-ip-release-notes.html" eoasColumn: End of Software Development eolColumn: End of Technical Support auto: methods: - release_table: https://my.f5.com/manage/s/article/K5903#1 header_selector: "tr:nth-of-type(1)" render_javascript: true render_javascript_wait_for: "table" fields: releaseCycle: column: "Major Release, Minor Release, and Long-Term Stability Release versions" regex: '^(?P\d+\.\d+).x.*$' releaseDate: "First customer ship" eoas: "End of Software Development" eol: "End of Technical Support" - release_table: https://my.f5.com/manage/s/article/K5903#2 header_selector: "tr:nth-of-type(1)" render_javascript: true render_javascript_wait_for: "table" fields: releaseCycle: column: "Major Release and Long-Term Stability Release versions" regex: '^(?P\d+\.\d+).x.*$' releaseDate: "First customer ship" eoas: "End of Software Development" eol: "End of Technical Support" - version_table: https://my.f5.com/manage/s/article/K9412 render_javascript: true render_javascript_wait_for: "table" header_selector: "tr:nth-of-type(1)" name_column: "BIG-IP version" date_column: "Release date" # EOAS / EOL dates can be found on https://my.f5.com/manage/s/article/K5903 # Latest release dates can be found on https://my.f5.com/manage/s/article/K9412 releases: - releaseCycle: "21.0" releaseDate: 2025-11-06 eoas: 2026-08-06 eol: 2026-08-06 latest: "21.0.0" latestReleaseDate: 2025-11-06 - releaseCycle: "17.5" lts: true releaseDate: 2025-02-27 eoas: 2029-01-01 eol: 2029-01-01 latest: "17.5.1" latestReleaseDate: 2025-06-26 - releaseCycle: "17.1" lts: true releaseDate: 2023-03-14 eoas: 2027-03-31 eol: 2027-03-31 latest: "17.1.3" latestReleaseDate: 2025-10-10 - releaseCycle: "17.0" releaseDate: 2022-04-26 eoas: 2023-07-31 eol: 2023-07-31 latest: "17.0.0" latestReleaseDate: 2022-04-26 - releaseCycle: "16.1" lts: true releaseDate: 2021-07-07 eoas: 2026-07-01 eol: 2026-07-01 latest: "16.1.6" latestReleaseDate: 2025-04-15 - releaseCycle: "16.0" releaseDate: 2020-07-16 eoas: 2021-10-07 eol: 2021-10-07 latest: "16.0.1.1" latestReleaseDate: 2021-10-02 link: null - releaseCycle: "15.1" lts: true releaseDate: 2019-12-11 eoas: 2025-12-31 eol: 2025-12-31 latest: "15.1.10" latestReleaseDate: 2023-08-30 link: null - releaseCycle: "15.0" releaseDate: 2019-05-23 # https://techdocs.f5.com/kb/en-us/products/big-ip_ltm/releasenotes/product/relnote-bigip-15-0-0.html eoas: 2020-08-23 eol: 2020-08-23 latest: "15.0.1" latestReleaseDate: 2019-08-08 link: null --- > [BIG-IP](https://www.f5.com/products/big-ip) is a family of hardware and software products from F5 Networks, designed > for load balancing, traffic management, and application security. F5 Networks typically provides a major release of BIG-IP every 12–18 months, with regular maintenance updates to address security and performance issues. Each version of BIG-IP is generally supported for up to 5 years, including Full Support for the first 3 years and Limited Support for the remaining 2 years. ================================================ FILE: products/bigbluebutton.md ================================================ --- title: BigBlueButton addedAt: 2025-03-01 category: server-app iconSlug: bigbluebutton permalink: /bigbluebutton alternate_urls: - /bbb releasePolicyLink: https://github.com/bigbluebutton/bigbluebutton/security changelogTemplate: https://github.com/bigbluebutton/bigbluebutton/releases/tag/v__LATEST__ identifiers: - cpe: cpe:2.3:a:bigbluebutton:bigbluebutton auto: methods: - github_releases: bigbluebutton/bigbluebutton # eol(x) = releaseDate(x+2) releases: - releaseCycle: "3.0" releaseDate: 2025-02-28 eol: false latest: "3.0.23" latestReleaseDate: 2026-03-16 - releaseCycle: "2.7" releaseDate: 2023-09-06 eol: 2025-05-31 # https://github.com/bigbluebutton/bigbluebutton/pull/23340 latest: "2.7.16" latestReleaseDate: 2024-12-11 - releaseCycle: "2.6" releaseDate: 2023-03-20 eol: 2025-02-28 latest: "2.6.18" latestReleaseDate: 2024-05-16 - releaseCycle: "2.5" releaseDate: 2022-06-09 eol: 2023-09-06 latest: "2.5.20" # not a GitHub release latestReleaseDate: 2024-05-11 --- > [BigBlueButton](https://bigbluebutton.org/) is an open-source web conferencing system. It's not explicitly documented, but [it seems the two latest releases of BigBlueButton are supported](https://groups.google.com/g/bigbluebutton-dev/c/Nj1_U797q2c) with bug and security fixes. ================================================ FILE: products/bitbucket.md ================================================ --- title: Bitbucket addedAt: 2025-03-24 category: server-app tags: atlassian java-runtime iconSlug: bitbucket permalink: /bitbucket alternate_urls: - /atlassian-bitbucket releasePolicyLink: https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html changelogTemplate: https://confluence.atlassian.com/display/BitbucketServer/Bitbucket+Data+Center+__RELEASE_CYCLE__+release+notes eolColumn: Support identifiers: - cpe: cpe:/a:atlassian:bitbucket - cpe: cpe:2.3:a:atlassian:bitbucket auto: methods: - atlassian_versions: https://www.atlassian.com/software/bitbucket/download-archives - atlassian_eol: https://confluence.atlassian.com/support/atlassian-support-end-of-life-policy-201851003.html selector: AtlassianEndofSupportPolicy-Bitbucket regex: '(?P\d+(\.\d+)+) \(EO[SL] date: (?P.+)\).*$' # Release dates from https://www.atlassian.com/software/bitbucket/download-archives. # LTS/EOL dates can be found on https://confluence.atlassian.com/support/atlassian-support-end-of-life-policy-201851003.html releases: - releaseCycle: "10.2" releaseDate: 2026-03-03 lts: true eol: 2028-03-03 latest: "10.2.1" latestReleaseDate: 2026-03-10 - releaseCycle: "10.1" releaseDate: 2025-11-20 eol: 2027-11-20 latest: "10.1.5" latestReleaseDate: 2026-02-10 - releaseCycle: "10.0" releaseDate: 2025-09-07 eol: 2027-09-08 latest: "10.0.2" latestReleaseDate: 2025-11-11 - releaseCycle: "9.6" releaseDate: 2025-03-17 eol: 2027-01-18 latest: "9.6.5" latestReleaseDate: 2025-08-12 - releaseCycle: "9.5" releaseDate: 2025-01-07 eol: 2027-01-07 latest: "9.5.2" latestReleaseDate: 2025-03-06 - releaseCycle: "9.4" lts: true releaseDate: 2024-12-02 eol: 2026-12-03 latest: "9.4.18" latestReleaseDate: 2026-03-10 - releaseCycle: "9.3" releaseDate: 2024-10-29 eol: 2026-10-29 latest: "9.3.2" latestReleaseDate: 2024-11-18 - releaseCycle: "9.2" releaseDate: 2024-09-24 eol: 2026-09-24 latest: "9.2.1" latestReleaseDate: 2024-10-09 - releaseCycle: "9.1" releaseDate: 2024-08-27 eol: 2026-08-27 latest: "9.1.1" latestReleaseDate: 2024-09-09 - releaseCycle: "9.0" releaseDate: 2024-07-23 eol: 2026-07-23 latest: "9.0.1" latestReleaseDate: 2024-08-12 - releaseCycle: "8.19" lts: true releaseDate: 2024-03-12 eol: 2026-03-12 latest: "8.19.29" latestReleaseDate: 2026-03-10 - releaseCycle: "8.18" releaseDate: 2024-02-06 eol: 2026-02-06 latest: "8.18.1" latestReleaseDate: 2024-03-08 - releaseCycle: "8.17" releaseDate: 2024-01-09 eol: 2026-01-09 latest: "8.17.2" latestReleaseDate: 2024-03-08 - releaseCycle: "8.16" releaseDate: 2023-11-28 eol: 2025-11-28 latest: "8.16.4" latestReleaseDate: 2024-03-08 - releaseCycle: "8.15" releaseDate: 2023-10-23 eol: 2025-10-24 latest: "8.15.5" latestReleaseDate: 2024-03-08 - releaseCycle: "8.14" releaseDate: 2023-09-19 eol: 2025-09-19 latest: "8.14.6" latestReleaseDate: 2024-03-08 link: https://confluence.atlassian.com/display/BitbucketServer/Bitbucket+Data+Center+and+Server+8.14+release+notes - releaseCycle: "8.13" releaseDate: 2023-08-14 eol: 2025-08-15 latest: "8.13.6" latestReleaseDate: 2024-02-07 link: https://confluence.atlassian.com/display/BitbucketServer/Bitbucket+Data+Center+and+Server+8.13+release+notes - releaseCycle: "8.12" releaseDate: 2023-07-11 eol: 2025-07-11 latest: "8.12.6" latestReleaseDate: 2024-01-08 link: https://confluence.atlassian.com/display/BitbucketServer/Bitbucket+Data+Center+and+Server+8.12+release+notes - releaseCycle: "8.11" releaseDate: 2023-06-06 eol: 2025-06-06 latest: "8.11.6" latestReleaseDate: 2023-11-13 link: https://confluence.atlassian.com/display/BitbucketServer/Bitbucket+Data+Center+and+Server+8.11+release+notes - releaseCycle: "8.10" releaseDate: 2023-05-01 eol: 2025-05-02 latest: "8.10.6" latestReleaseDate: 2023-10-09 link: https://confluence.atlassian.com/display/BitbucketServer/Bitbucket+Data+Center+and+Server+8.10+release+notes - releaseCycle: "8.9" lts: true releaseDate: 2023-04-12 eol: 2025-04-12 latest: "8.9.27" latestReleaseDate: 2025-04-08 link: https://confluence.atlassian.com/display/BitbucketServer/Bitbucket+Data+Center+and+Server+8.9+release+notes - releaseCycle: "8.8" releaseDate: 2023-02-06 eol: 2025-02-07 latest: "8.8.7" latestReleaseDate: 2023-08-07 link: https://confluence.atlassian.com/display/BitbucketServer/Bitbucket+Data+Center+and+Server+8.8+release+notes - releaseCycle: "8.7" releaseDate: 2023-01-10 eol: 2025-01-10 latest: "8.7.5" latestReleaseDate: 2023-07-04 link: https://confluence.atlassian.com/display/BitbucketServer/Bitbucket+Data+Center+and+Server+8.7+release+notes - releaseCycle: "7.21" lts: true releaseDate: 2022-02-28 eol: 2024-02-28 latest: "7.21.23" latestReleaseDate: 2024-03-08 link: https://confluence.atlassian.com/display/BitbucketServer/Bitbucket+Data+Center+and+Server+7.21+release+notes --- > [Bitbucket](https://www.atlassian.com/software/bitbucket) is a proprietary source control and CI/CD platform developed > by Atlassian. {: .warning } > Atlassian ended support for Bitbucket Server [on February 15, 2024](https://www.atlassian.com/migration/assess/journey-to-cloud). > Starting from 8.15.x, new releases of Bitbucket are available only to Data Center customers. Bitbucket is available both as SaaS and on-premises offer, with two editions: - Bitbucket Cloud: Cloud edition, available through [Atlassian Cloud](https://www.atlassian.com/licensing/cloud), - Bitbucket Data Center: Self-hosted edition, targeted to enterprises. This page is **only** about Bitbucket Data Center. Bitbucket Cloud is part of the Atlassian Cloud with [its own release cadence](https://confluence.atlassian.com/cloud/blog). Bitbucket has both LTS and non-LTS releases. There is approximately one LTS release per year, which receives bug and security fixes for 2 years. Non-LTS releases are supported for 6 months with only critical security fixes. More information can be found in [this article](https://www.atlassian.com/blog/enterprise/introducing-enterprise-releases). ================================================ FILE: products/bitcoin-core.md ================================================ --- title: Bitcoin Core addedAt: 2025-08-15 category: server-app iconSlug: bitcoin permalink: /bitcoin-core releasePolicyLink: https://bitcoincore.org/en/lifecycle/ changelogTemplate: https://bitcoincore.org/en/releases/__LATEST__/ auto: methods: - github_releases: bitcoin/bitcoin regex: '^v?(?P\d+)\.(?P\d+)(\.(?P\d+))?$' - release_table: https://bitcoincore.org/en/lifecycle/ fields: releaseCycle: column: "Version" regex: "^(?P.+).x$" releaseDate: "Release Date" eol: "End of Life" # There a no more a notion of "Active support", so: # eoas(x) = releaseDate(x) releases: - releaseCycle: "30" releaseDate: 2025-10-10 eoas: 2025-10-10 eol: false latest: "30.2" latestReleaseDate: 2026-01-13 - releaseCycle: "29" releaseDate: 2025-04-14 eoas: 2025-10-10 eol: false latest: "29.3" latestReleaseDate: 2026-02-11 - releaseCycle: "28" releaseDate: 2024-10-02 eoas: 2025-10-10 eol: false latest: "28.3" latestReleaseDate: 2025-10-30 - releaseCycle: "27" releaseDate: 2024-04-16 eoas: 2025-04-14 eol: 2025-10-10 latest: "27.2" latestReleaseDate: 2024-11-04 - releaseCycle: "26" releaseDate: 2023-12-06 eoas: 2024-10-02 eol: 2025-04-14 latest: "26.2" latestReleaseDate: 2024-07-11 - releaseCycle: "25" releaseDate: 2023-05-18 eoas: 2024-04-16 eol: 2024-10-02 latest: "25.2" latestReleaseDate: 2024-04-16 - releaseCycle: "24" releaseDate: 2022-11-24 eoas: 2023-12-12 eol: 2024-04-02 latest: "24.2" latestReleaseDate: 2023-11-01 - releaseCycle: "23" releaseDate: 2022-04-25 eoas: 2023-05-18 eol: 2023-12-01 latest: "23.2" latestReleaseDate: 2023-05-18 - releaseCycle: "22" releaseDate: 2021-09-13 eoas: 2022-12-14 eol: 2023-04-01 latest: "22.1" latestReleaseDate: 2022-12-15 - releaseCycle: "0.21" releaseDate: 2021-01-15 eoas: 2022-04-25 eol: 2022-10-01 latest: "0.21.2" latestReleaseDate: 2021-09-23 - releaseCycle: "0.20" releaseDate: 2020-06-03 eoas: 2021-09-13 eol: 2022-02-01 latest: "0.20.2" latestReleaseDate: 2021-10-18 - releaseCycle: "0.19" releaseDate: 2019-11-24 eoas: 2021-01-15 eol: 2021-08-01 latest: "0.19.2" latestReleaseDate: 2021-01-07 link: null - releaseCycle: "0.18" releaseDate: 2019-05-02 eoas: 2020-06-03 eol: 2021-02-01 latest: "0.18.1" latestReleaseDate: 2019-08-09 - releaseCycle: "0.17" releaseDate: 2018-10-03 eoas: 2019-11-24 eol: 2020-08-01 latest: "0.17.2" latestReleaseDate: 2019-10-02 link: null - releaseCycle: "0.16" releaseDate: 2018-02-26 eoas: 2019-05-02 eol: 2020-02-01 latest: "0.16.3" latestReleaseDate: 2018-09-18 - releaseCycle: "0.15" releaseDate: 2017-09-15 eoas: 2018-10-03 eol: 2019-08-01 latest: "0.15.2" latestReleaseDate: 2018-09-28 - releaseCycle: "0.14" releaseDate: 2017-03-08 eoas: 2018-02-26 eol: 2019-02-01 latest: "0.14.3" latestReleaseDate: 2018-09-28 - releaseCycle: "0.13" releaseDate: 2016-08-23 eoas: 2017-09-15 eol: 2018-08-01 latest: "0.13.2" latestReleaseDate: 2017-01-03 - releaseCycle: "0.12" releaseDate: 2016-02-23 eoas: 2017-03-31 eol: 2018-02-28 latest: "0.12.1" latestReleaseDate: 2016-11-01 - releaseCycle: "0.11" releaseDate: 2015-07-12 eoas: 2016-08-23 eol: 2017-08-01 latest: "0.11.3" latestReleaseDate: 2017-03-09 link: null - releaseCycle: "0.10" releaseDate: 2015-02-16 eoas: 2016-02-29 eol: 2017-02-28 latest: "0.10.5" latestReleaseDate: 2017-03-09 link: null - releaseCycle: "0.9" releaseDate: 2014-03-19 eoas: 2015-06-16 eol: 2016-02-28 latest: "0.9.5" latestReleaseDate: 2015-05-21 link: null - releaseCycle: "0.8" releaseDate: 2013-02-19 eoas: 2014-03-19 eol: 2015-12-31 latest: "0.8.6" latestReleaseDate: 2013-12-09 link: null --- > [Bitcoin Core](https://bitcoincore.org/) is free and open-source software that serves as a bitcoin node (the set of which form the Bitcoin network) > and provides a bitcoin wallet which fully verifies payments. > It is considered to be bitcoin's reference implementation. Bitcoin Core releases are versioned as follows: `MAJOR.MINOR` with: - `MAJOR` being incremented for major releases, which may include breaking changes. - `MINOR` being incremented for maintenance releases, which may include minor features and consensus rule updates. The last three major releases are maintained with minor features, consensus rule updates, as well as bug and security fixes. The threshold for backporting a change to an older major version increases as it ages. ================================================ FILE: products/blender.md ================================================ --- title: Blender addedAt: 2021-09-03 category: app iconSlug: blender permalink: /blender versionCommand: blender --version releasePolicyLink: https://developer.blender.org/docs/handbook/release_process/release_cycle/ changelogTemplate: https://www.blender.org/download/releases/{{"__RELEASE_CYCLE__" | replace:'.','-'}}/ eoasColumn: true eolColumn: Critical bug fixes identifiers: - repology: blender - cpe: cpe:/a:blender:blender - cpe: cpe:2.3:a:blender:blender auto: # https://git.blender.org/blender.git does not support partialClone methods: - git: https://github.com/blender/blender.git # eoas(x) = releaseDate(x+1) # eol(x) = # - for LTS: releaseDate(x) + 2y # - for non-LTS: releaseDate(x+1) # Dates can be found on https://projects.blender.org/blender/blender/milestones. releases: - releaseCycle: "5.1" releaseDate: 2026-03-17 eoas: 2026-07-14 # planned 5.2 date, see https://projects.blender.org/blender/blender/milestone/33 eol: 2026-07-14 # planned 5.2 date, see https://projects.blender.org/blender/blender/milestone/33 latest: "5.1.0" latestReleaseDate: 2026-03-16 - releaseCycle: "5.0" releaseDate: 2025-11-18 eoas: 2026-03-17 # planned 5.1 date, see https://projects.blender.org/blender/blender/milestone/32 eol: 2026-03-17 # planned 5.1 date, see https://projects.blender.org/blender/blender/milestone/32 latest: "5.0.1" latestReleaseDate: 2025-12-15 - releaseCycle: "4.5" lts: true releaseDate: 2025-07-14 eoas: 2025-11-11 # planned 5.0 date, see https://projects.blender.org/blender/blender/milestone/20 eol: 2027-07-14 # see https://projects.blender.org/blender/blender/milestone/25 latest: "4.5.8" latestReleaseDate: 2026-03-16 - releaseCycle: "4.4" releaseDate: 2025-03-17 eoas: 2025-07-14 eol: 2025-07-14 latest: "4.4.3" latestReleaseDate: 2025-04-29 - releaseCycle: "4.3" releaseDate: 2024-11-19 eoas: 2025-03-18 eol: 2025-03-18 latest: "4.3.2" latestReleaseDate: 2024-12-16 - releaseCycle: "4.2" lts: true releaseDate: 2024-07-16 eoas: 2024-11-19 eol: 2026-07-16 latest: "4.2.19" latestReleaseDate: 2026-03-16 - releaseCycle: "4.1" releaseDate: 2024-03-25 eoas: 2024-07-16 eol: 2024-07-16 latest: "4.1.1" latestReleaseDate: 2024-04-15 - releaseCycle: "4.0" releaseDate: 2023-11-14 eoas: 2024-03-25 eol: 2024-03-25 latest: "4.0.2" latestReleaseDate: 2023-12-05 - releaseCycle: "3.6" lts: true releaseDate: 2023-06-27 eoas: 2023-11-14 eol: 2025-06-27 latest: "3.6.23" latestReleaseDate: 2025-06-16 - releaseCycle: "3.5" releaseDate: 2023-03-29 eoas: 2023-06-27 eol: 2023-06-27 latest: "3.5.1" latestReleaseDate: 2023-04-25 - releaseCycle: "3.4" releaseDate: 2022-12-07 eoas: 2023-03-29 eol: 2023-03-29 latest: "3.4.1" latestReleaseDate: 2022-12-20 - releaseCycle: "3.3" lts: true releaseDate: 2022-09-07 eoas: 2022-12-07 eol: 2024-09-07 latest: "3.3.21" latestReleaseDate: 2024-07-15 - releaseCycle: "3.2" releaseDate: 2022-06-08 eoas: 2022-09-07 eol: 2022-09-07 latest: "3.2.2" latestReleaseDate: 2022-08-03 - releaseCycle: "3.1" releaseDate: 2022-03-09 eoas: 2022-06-08 eol: 2022-06-08 latest: "3.1.2" latestReleaseDate: 2022-04-01 - releaseCycle: "3.0" releaseDate: 2021-12-03 eoas: 2022-03-09 eol: 2022-03-09 latest: "3.0.1" latestReleaseDate: 2022-01-26 - releaseCycle: "2.93" lts: true releaseDate: 2021-06-02 eoas: 2021-12-03 eol: 2023-06-02 latest: "2.93.18" latestReleaseDate: 2023-05-23 - releaseCycle: "2.83" lts: true releaseDate: 2020-06-03 eoas: 2020-08-31 eol: 2022-06-01 latest: "2.83.20" latestReleaseDate: 2022-04-20 --- > [Blender](https://www.blender.org/) is the free and open source 3D creation suite. It supports the > entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing and > motion tracking, video editing and 2D animation pipeline. [Since February 2023](https://code.blender.org/2023/02/blender-release-cycle-update/#new-release-schedule), Blender follows a 3-releases-per-year schedule, with one of the releases offering long-term support (Blender LTS). Non-LTS releases are supported until the next release with high-priority bug fixes. High-severity and normal bugs may be fixed too if agreed on by the team. LTS releases are supported for 2 years. At first the support level is the same as non-LTS releases; but after the next release is out, they are supported with critical bugfixes only. ================================================ FILE: products/bootstrap.md ================================================ --- title: Bootstrap addedAt: 2019-08-01 category: framework tags: css-runtime javascript-runtime herodevs iconSlug: bootstrap permalink: /bootstrap releasePolicyLink: https://github.com/twbs/release changelogTemplate: https://github.com/twbs/bootstrap/releases/tag/v__LATEST__ eoasColumn: true eoesColumn: Commercial Support eolColumn: Critical Support identifiers: - repology: bootstrap - purl: pkg:npm/bootstrap - purl: pkg:nuget/bootstrap - purl: pkg:gem/bootstrap - purl: pkg:composer/twbs/bootstrap - purl: pkg:github/twbs/bootstrap # NPM is also possible, but versions before 3.1.1 are not on NPM, so it's better to use git. auto: methods: - git: https://github.com/twbs/bootstrap.git releases: - releaseCycle: "5" releaseDate: 2021-05-05 lts: 2022-07-19 eoas: false eol: false latest: "5.3.8" latestReleaseDate: 2025-08-25 - releaseCycle: "4" releaseDate: 2018-01-18 lts: 2019-11-26 eoas: 2021-11-01 eol: 2023-01-01 eoes: false latest: "4.6.2" latestReleaseDate: 2022-07-19 - releaseCycle: "3" releaseDate: 2013-08-19 lts: 2014-11-01 eoas: 2016-09-05 eol: 2019-07-24 eoes: false latest: "3.4.1" latestReleaseDate: 2019-02-13 - releaseCycle: "2" releaseDate: 2012-01-31 # source: https://web.archive.org/web/20140216052758/https://blog.twitter.com/2012/say-hello-to-bootstrap-2 eoas: 2013-08-19 eol: 2013-08-19 eoes: false latest: "2.3.2" latestReleaseDate: 2013-07-26 --- > [Bootstrap](https://getbootstrap.com/) is a popular HTML, CSS, and JavaScript framework > for developing responsive, mobile first projects on the web. At times to be determined by the release working group, major versions will be frozen and transitioned to _Long-Term Support_ (LTS). After a determined period of time, versions in Long-Term Support will be deep-frozen and transition to _Maintenance_ (Critical Support). Versions in _Maintenance_ should not have any changes landed, except for: - **Critical** bug fixes - **Critical** security updates - **Important** documentation updates Unless a change is urgent, _Maintenance_ releases are likely to be made with minimal frequency. Commercial support for some EOL versions of Bootstrap is available through the [HeroDevs Never-Ending Support](https://www.herodevs.com/support/nes-bootstrap) initiative. ================================================ FILE: products/boundary.md ================================================ --- title: Hashicorp Boundary addedAt: 2025-08-04 category: server-app tags: hashicorp iconSlug: hashicorp permalink: /boundary versionCommand: boundary --version releasePolicyLink: https://support.hashicorp.com/hc/en-us/articles/360021185113-Support-Period-and-End-of-Life-EOL-Policy changelogTemplate: https://github.com/hashicorp/boundary/blob/release/__RELEASE_CYCLE__.x/CHANGELOG.md identifiers: - repology: boundary - cpe: cpe:2.3:a:hashicorp:boundary auto: methods: - github_releases: hashicorp/boundary regex: '^v(?P\d+)\.(?P\d+)\.(?P\d+)$' # eol(x) = releaseDate(x+3) releases: - releaseCycle: "0.21" releaseDate: 2025-12-11 eol: false latest: "0.21.1" latestReleaseDate: 2026-02-13 - releaseCycle: "0.20" releaseDate: 2025-09-25 eol: false latest: "0.20.1" latestReleaseDate: 2025-11-03 - releaseCycle: "0.19" releaseDate: 2025-02-10 eol: false latest: "0.19.3" latestReleaseDate: 2025-07-10 - releaseCycle: "0.18" releaseDate: 2024-10-14 eol: 2025-12-11 latest: "0.18.2" latestReleaseDate: 2024-12-12 - releaseCycle: "0.17" releaseDate: 2024-07-31 eol: 2025-09-25 latest: "0.17.2" latestReleaseDate: 2024-10-14 - releaseCycle: "0.16" releaseDate: 2024-04-30 eol: 2025-02-10 latest: "0.16.3" latestReleaseDate: 2024-08-22 --- > [Hashicorp Boundary](https://www.hashicorp.com/products/boundary) is an identity-aware proxy > aimed at simplifying and securing least-privileged access to cloud infrastructure. Generally Available (GA) releases of active products are supported for up to two (2) years. Eligible code-fixes and hot-fixes are provided via a new minor release (Z) on top of the latest "major release" branch, for up to two (2) releases from the most current major release. A major release is identified by a change in the first (X) or second (Y) digit in the following versioning nomenclature: `Version X.Y.Z.` Hashicorp uses the same support period and EoL Policy for all its products. ================================================ FILE: products/bun.md ================================================ --- title: Bun addedAt: 2024-02-17 category: framework tags: javascript-runtime iconSlug: bun permalink: /bun versionCommand: bun --version releasePolicyLink: https://github.com/oven-sh/bun/releases changelogTemplate: https://github.com/oven-sh/bun/releases/tag/bun-v__LATEST__ identifiers: - repology: bun - purl: pkg:docker/oven/bun - purl: pkg:github/oven-sh/bun - purl: pkg:brew/oven-sh/bun/bun - purl: pkg:npm/bun auto: methods: - git: https://github.com/oven-sh/bun.git regex: ^bun-v(?P\d+(\.\d+)+)$ template: "{{version}}" releases: - releaseCycle: "1" releaseDate: 2023-09-07 eol: false latest: "1.3.11" latestReleaseDate: 2026-03-17 --- > [Bun](https://bun.com/) is an open-source JavaScript runtime that focuses on speed > and comes with a bundler, test runner, and a Node.js-compatible package manager. Bun does not have a clearly defined support policy. ================================================ FILE: products/cachet.md ================================================ --- title: Cachet addedAt: 2025-08-18 category: server-app tags: php-runtime iconSlug: cachet permalink: /cachet changelogTemplate: https://github.com/cachethq/cachet/releases/tag/v__LATEST__ auto: methods: - git: https://github.com/cachethq/cachet.git # eol(x) = releaseDate(x+1) releases: - releaseCycle: "2.4" staleReleaseThresholdDays: 1000 # team is working on v3 - https://github.com/orgs/cachethq/discussions/4342#discussioncomment-11714831 releaseDate: 2023-10-27 eol: false latest: "2.4.1" latestReleaseDate: 2023-11-08 - releaseCycle: "2.3" releaseDate: 2016-06-27 eol: 2023-10-27 latest: "2.3.18" latestReleaseDate: 2019-05-14 - releaseCycle: "2.2" releaseDate: 2016-03-27 eol: 2016-06-27 latest: "2.2.4" latestReleaseDate: 2016-06-11 - releaseCycle: "2.1" releaseDate: 2016-02-06 eol: 2016-03-27 latest: "2.1.2" latestReleaseDate: 2016-02-20 - releaseCycle: "2.0" releaseDate: 2015-11-22 eol: 2016-02-06 latest: "2.0.4" latestReleaseDate: 2015-12-18 - releaseCycle: "1.2" releaseDate: 2015-08-18 eol: 2015-11-22 latest: "1.2.1" latestReleaseDate: 2015-09-04 - releaseCycle: "1.1" releaseDate: 2015-08-01 eol: 2015-08-19 latest: "1.1.1" latestReleaseDate: 2015-08-03 - releaseCycle: "1.0" releaseDate: 2015-06-19 eol: 2015-08-01 latest: "1.0.0" latestReleaseDate: 2015-06-19 --- > [Cachet](https://cachethq.io/) is an open-source, self-hosted status page system designed to help you keep track of your system status and share it with your user base. {: .warning } > There have been no update on 2.x since 2023 : the Cachet team [is entirely focused on the upcoming v3](https://github.com/orgs/cachethq/discussions/4342). Supported releases of Cachet are documented on [the project's GitHub security page](https://github.com/cachethq/cachet?tab=security-ov-file). Based on this document it seems that only the latest release is supported. ================================================ FILE: products/caddy.md ================================================ --- title: Caddy addedAt: 2025-04-23 category: server-app tags: web-server iconSlug: caddy permalink: /caddy versionCommand: caddy version releasePolicyLink: https://github.com/caddyserver/caddy/security changelogTemplate: https://github.com/caddyserver/caddy/releases/tag/v__LATEST__ auto: methods: - git: https://github.com/caddyserver/caddy.git identifiers: - repology: caddy - purl: pkg:alpm/caddy - purl: pkg:apk/alpine/caddy - purl: pkg:brew/caddy - purl: pkg:chocolatey/caddy - purl: pkg:deb/debian/caddy - purl: pkg:deb/ubuntu/caddy - purl: pkg:docker/library/caddy - purl: pkg:github/caddyserver/caddy - purl: pkg:golang/github.com/caddyserver/caddy/v2 - purl: pkg:oci/caddy?repository_url=quay.io/repository/caddy - purl: pkg:rpm/fedora/caddy - purl: pkg:scoop/caddy - cpe: cpe:/a:caddyserver:caddy - cpe: cpe:2.3:a:caddyserver:caddy releases: - releaseCycle: "2" releaseDate: 2020-05-04 eol: false latest: "2.11.2" latestReleaseDate: 2026-03-05 - releaseCycle: "1" releaseDate: 2019-04-24 #https://caddy.community/t/caddy-version-1-end-of-life-date/7835/10 eol: 2020-07-01 latest: "1.0.5" latestReleaseDate: 2020-02-28 --- > [Caddy](https://caddyserver.com/) is a fast and extensible multi-platform web server with automatic HTTPS support. Only the latest release is considered supported. ================================================ FILE: products/cakephp.md ================================================ --- title: CakePHP addedAt: 2022-10-11 category: framework tags: php-runtime iconSlug: cakephp permalink: /cakephp alternate_urls: - /cake-php - /cake versionCommand: php bin/cake.php version releasePolicyLink: https://github.com/cakephp/cakephp/wiki changelogTemplate: https://github.com/cakephp/cakephp/releases/__LATEST__ eoasColumn: true customFields: - name: supportedPhpVersions display: api-only label: PHP description: Supported PHP versions link: https://github.com/cakephp/cakephp/wiki#version-map identifiers: - repology: cakephp - cpe: cpe:/a:cakephp:cakephp - cpe: cpe:2.3:a:cakephp:cakephp - cpe: cpe:/a:cakefoundation:cakephp - cpe: cpe:2.3:a:cakefoundation:cakephp auto: methods: - git: https://github.com/cakephp/cakephp.git # eoas(x) = releaseDate(x+1) + 1 day # For a given major version, the last three minor versions have security support. # Remember to document the codename in the product's description when adding a new major version (codename only changes per major version release). # See also https://github.com/cakephp/cakephp/wiki#important-future-release-dates. # Supported PHP Versions are listed here: https://github.com/cakephp/cakephp/wiki#version-map releases: - releaseCycle: "5.3" codename: "Chiffon" releaseDate: 2026-01-09 supportedPhpVersions: 8.2 - 8.5 eoas: false eol: false latest: "5.3.3" latestReleaseDate: 2026-03-18 - releaseCycle: "5.2" codename: "Chiffon" releaseDate: 2025-03-29 supportedPhpVersions: 8.1 - 8.5 eoas: 2026-01-10 eol: false latest: "5.2.12" latestReleaseDate: 2026-01-14 - releaseCycle: "4.6" codename: "Strawberry" releaseDate: 2025-03-22 supportedPhpVersions: 7.4 - 8.3 eoas: 2025-09-09 eol: 2026-09-09 latest: "4.6.3" latestReleaseDate: 2025-12-01 - releaseCycle: "5.1" codename: "Chiffon" staleReleaseThresholdDays: 500 releaseDate: 2024-09-13 supportedPhpVersions: 8.1 - 8.5 eoas: 2025-03-30 eol: false latest: "5.1.6" latestReleaseDate: 2025-02-23 - releaseCycle: "4.5" codename: "Strawberry" releaseDate: 2023-10-14 supportedPhpVersions: 7.4 - 8.3 eoas: 2025-03-23 eol: 2026-09-09 latest: "4.5.10" latestReleaseDate: 2025-03-21 - releaseCycle: "5.0" codename: "Chiffon" staleReleaseThresholdDays: 500 # not EOL on https://github.com/cakephp/cakephp/wiki releaseDate: 2023-09-09 supportedPhpVersions: 8.1 - 8.3 eoas: 2024-09-14 eol: 2026-01-09 latest: "5.0.11" latestReleaseDate: 2024-09-12 - releaseCycle: "4.4" codename: "Strawberry" releaseDate: 2022-06-06 supportedPhpVersions: 7.4 - 8.2 eoas: 2023-10-15 eol: 2026-09-09 latest: "4.4.18" latestReleaseDate: 2023-09-22 - releaseCycle: "4.3" codename: "Strawberry" releaseDate: 2021-10-23 supportedPhpVersions: 7.2 - 8.1 eoas: 2022-06-07 eol: 2026-09-09 latest: "4.3.11" latestReleaseDate: 2023-01-05 - releaseCycle: "3.10" codename: "Red Velvet" releaseDate: 2021-06-19 supportedPhpVersions: 5.6 - 7.4 eoas: 2021-12-15 eol: 2022-12-15 latest: "3.10.5" latestReleaseDate: 2023-01-01 - releaseCycle: "4.2" codename: "Strawberry" releaseDate: 2020-12-20 supportedPhpVersions: 7.2 - 8.1 eoas: 2021-10-24 eol: 2023-10-14 latest: "4.2.12" latestReleaseDate: 2023-01-06 - releaseCycle: "4.1" codename: "Strawberry" releaseDate: 2020-07-04 supportedPhpVersions: 7.2 - 7.4 eoas: 2020-12-21 eol: true latest: "4.1.7" latestReleaseDate: 2020-12-12 - releaseCycle: "3.9" codename: "Red Velvet" releaseDate: 2020-06-20 supportedPhpVersions: 5.6 - 7.4 eoas: 2021-06-20 eol: true latest: "3.9.10" latestReleaseDate: 2021-05-30 - releaseCycle: "4.0" codename: "Strawberry" releaseDate: 2019-12-15 supportedPhpVersions: 7.2 - 7.4 eoas: 2020-07-05 eol: true latest: "4.0.10" latestReleaseDate: 2020-12-07 - releaseCycle: "3.8" codename: "Red Velvet" releaseDate: 2019-06-26 supportedPhpVersions: 5.6 - 7.4 eoas: 2020-06-21 eol: true latest: "3.8.13" latestReleaseDate: 2020-06-19 - releaseCycle: "3.7" codename: "Red Velvet" releaseDate: 2018-12-08 supportedPhpVersions: 5.6 - 7.4 eoas: 2019-06-27 eol: true latest: "3.7.9" latestReleaseDate: 2019-06-19 - releaseCycle: "3.6" codename: "Red Velvet" releaseDate: 2018-04-14 supportedPhpVersions: 5.6 - 7.4 eoas: 2018-12-09 eol: true latest: "3.6.15" latestReleaseDate: 2019-04-23 - releaseCycle: "3.5" codename: "Red Velvet" releaseDate: 2017-08-18 supportedPhpVersions: 5.6 - 7.4 eoas: 2018-04-15 eol: true latest: "3.5.18" latestReleaseDate: 2019-04-23 - releaseCycle: "2.10" releaseDate: 2017-07-22 supportedPhpVersions: 5.4 - 7.4 eoas: 2020-12-15 eol: 2021-06-15 latest: "2.10.24" latestReleaseDate: 2020-12-15 - releaseCycle: "3.4" codename: "Red Velvet" releaseDate: 2017-02-12 supportedPhpVersions: 5.6 - 7.4 eoas: 2017-08-19 eol: true latest: "3.4.14" latestReleaseDate: 2018-05-20 - releaseCycle: "2.9" releaseDate: 2016-09-18 supportedPhpVersions: 5.4 - 7.4 eoas: true eol: true latest: "2.9.9" latestReleaseDate: 2017-05-25 - releaseCycle: "3.3" codename: "Red Velvet" releaseDate: 2016-08-12 supportedPhpVersions: 5.5 - 7.4 eoas: 2017-02-13 eol: true latest: "3.3.16" latestReleaseDate: 2017-04-06 - releaseCycle: "2.8" releaseDate: 2016-02-06 supportedPhpVersions: 5.4 - 7.4 eoas: true eol: true latest: "2.8.9" latestReleaseDate: 2016-09-18 - releaseCycle: "3.2" codename: "Red Velvet" releaseDate: 2016-01-29 supportedPhpVersions: 5.5 - 7.4 eoas: 2016-08-13 eol: true latest: "3.2.14" latestReleaseDate: 2016-08-12 - releaseCycle: "3.1" codename: "Red Velvet" releaseDate: 2015-09-19 supportedPhpVersions: 5.4 - 7.4 eoas: 2016-01-16 eol: 2017-02-13 latest: "3.1.14" latestReleaseDate: 2016-11-25 - releaseCycle: "2.7" releaseDate: 2015-07-11 supportedPhpVersions: 5.4 - 7.4 eoas: true eol: true latest: "2.7.11" latestReleaseDate: 2016-03-13 - releaseCycle: "3.0" codename: "Red Velvet" releaseDate: 2015-03-22 supportedPhpVersions: 5.4 - 7.4 eoas: 2015-09-20 eol: true latest: "3.0.19" latestReleaseDate: 2016-11-25 - releaseCycle: "2.6" releaseDate: 2014-12-23 supportedPhpVersions: 5.4 - 7.4 eoas: true eol: true latest: "2.6.13" latestReleaseDate: 2016-03-13 - releaseCycle: "2.5" releaseDate: 2014-05-12 supportedPhpVersions: 5.4 - 7.4 eoas: true eol: true latest: "2.5.9" latestReleaseDate: 2015-08-06 - releaseCycle: "2.4" releaseDate: 2013-08-30 supportedPhpVersions: 5.4 - 7.4 eoas: true eol: true latest: "2.4.10" latestReleaseDate: 2014-05-17 - releaseCycle: "2.3" releaseDate: 2013-01-28 supportedPhpVersions: 5.4 - 7.4 eoas: true eol: true latest: "2.3.10" latestReleaseDate: 2013-08-30 - releaseCycle: "2.2" releaseDate: 2012-07-01 supportedPhpVersions: 5.4 - 7.4 eoas: true eol: true latest: "2.2.9" latestReleaseDate: 2013-07-17 - releaseCycle: "2.1" releaseDate: 2012-03-04 supportedPhpVersions: 5.4 - 7.4 eoas: true eol: true latest: "2.1.5" latestReleaseDate: 2012-07-14 link: https://bakery.cakephp.org/2012/07/14/Security-Release-CakePHP-2-1-5-2-2-1.html - releaseCycle: "2.0" releaseDate: 2011-10-16 supportedPhpVersions: 5.4 - 7.4 eoas: true eol: true latest: "2.0.6" latestReleaseDate: 2012-02-05 link: https://bakery.cakephp.org/2012/02/06/CakePHP-2-0-6-released.html - releaseCycle: "1.3" releaseDate: 2010-04-25 eoas: 2015-11-01 eol: 2015-11-01 latest: "1.3.21" latestReleaseDate: 2015-10-31 --- > [CakePHP](https://cakephp.org/) is a free and open-source PHP web development framework. It > follows the model–view–controller (MVC) approach and is written in PHP, modeled after the > concepts of Ruby on Rails. CakePHP follows [Semantic Versioning](https://book.cakephp.org/4/en/release-policy.html). From 3.x onward, major versions have a codename: {%- assign collapsedCycles = page.releases | collapse_cycles:"codename"," - " %} {% include table.html labels="Releases,Codename" fields="releaseCycle,codename" types="string,string" rows=collapsedCycles %} Support and EOL policy for 1.x [was not clearly defined](https://stackoverflow.com/questions/20162089/cakephp-1-x-end-of-support-date). 2.x and 3.x support and EOL policies are documented on . From 3.x onward, [it seems](https://bakery.cakephp.org/2023/01/01/cakephp_3_end_of_life_3105_released.html) only the last major release will be actively developed, and older major releases will receive bugfixes for 24 months and security fixes for 36 months. Minor releases also do hold significance for the CakePHP project: the last three minor versions of the last major release cycle have security support. ## PHP Support {%- assign collapsedCycles = page.releases | collapse_cycles:"supportedPhpVersions"," - " %} {% include table.html labels="CakePHP release,Supported PHP versions" fields="releaseCycle,supportedPhpVersions" types="string,string" rows=collapsedCycles %} See [Version map](https://github.com/cakephp/cakephp/wiki#version-map). ================================================ FILE: products/calico.md ================================================ --- title: Calico addedAt: 2024-07-13 category: server-app permalink: /calico changelogTemplate: https://github.com/projectcalico/calico/releases/tag/v__LATEST__ identifiers: - repology: calico - purl: pkg:github/projectcalico/calico - purl: pkg:docker/calico/cni - cpe: cpe:/a:projectcalico:calico - cpe: cpe:2.3:a:projectcalico:calico auto: methods: - git: https://github.com/projectcalico/calico.git # eol(x) = releaseDate(x+2) releases: - releaseCycle: "3.31" releaseDate: 2025-10-21 eol: false latest: "3.31.4" latestReleaseDate: 2026-02-19 - releaseCycle: "3.30" releaseDate: 2025-05-05 eol: false latest: "3.30.7" latestReleaseDate: 2026-03-18 - releaseCycle: "3.29" releaseDate: 2024-10-29 eol: 2025-10-21 latest: "3.29.7" latestReleaseDate: 2025-11-19 - releaseCycle: "3.28" releaseDate: 2024-05-10 eol: 2025-05-05 latest: "3.28.5" latestReleaseDate: 2025-06-11 - releaseCycle: "3.27" releaseDate: 2023-12-15 eol: 2024-10-29 latest: "3.27.5" latestReleaseDate: 2024-11-28 - releaseCycle: "3.26" releaseDate: 2023-05-27 eol: 2024-05-11 latest: "3.26.5" latestReleaseDate: 2024-08-29 - releaseCycle: "3.25" releaseDate: 2023-01-11 eol: 2023-12-15 latest: "3.25.2" latestReleaseDate: 2023-09-05 --- > Calico is a networking and network security solution for containers, virtual > machines, and native host-based workloads. It provides high-performance, > scalable, and secure networking for Kubernetes clusters. {: .warning } > Calico Cloud and Calico Enterprise are separate versions maintained by > [Tigera](https://www.tigera.io/tigera-products), and may have separate support > options. Looking at prior GitHub releases, it seems that security and bug fixes are maintained for the latest two releases. ================================================ FILE: products/centos-stream.md ================================================ --- title: CentOS Stream addedAt: 2023-05-10 category: os tags: linux-distribution iconSlug: centos permalink: /centos-stream versionCommand: cat /etc/redhat-release releasePolicyLink: https://centos.org/stream9/ eoasColumn: true latestColumn: false identifiers: - cpe: cpe:/o:centos:stream - cpe: cpe:2.3:o:centos:stream releases: - releaseCycle: "10" releaseDate: 2024-12-12 eoas: 2030-01-01 eol: 2030-01-01 link: https://blog.centos.org/2024/12/introducing-centos-stream-10/ - releaseCycle: "9" releaseDate: 2021-09-15 eoas: 2027-05-31 eol: 2027-05-31 link: https://blog.centos.org/2021/12/introducing-centos-stream-9/ - releaseCycle: "8" releaseDate: 2019-09-24 eoas: 2024-05-31 eol: 2024-05-31 link: http://web.archive.org/web/20230417021744/https://wiki.centos.org/Manuals/ReleaseNotes/CentOSStream --- > [CentOS Stream](https://www.centos.org/centos-stream/) is a continuously delivered Linux > distribution that tracks just ahead of Red Hat Enterprise Linux (RHEL) development, positioned as > midstream between Fedora Linux and RHEL. CentOS Stream is the upstream variant of [CentOS](/centos) and contains content planned for the next minor release of [Red Hat Enterprise Linux (RHEL)](/rhel). CentOS Stream only has major versions, and its support ends when its [corresponding RHEL release](/rhel) leaves full support. Support information for CentOS is available on the [CentOS page](/centos). ================================================ FILE: products/centos.md ================================================ --- title: CentOS addedAt: 2019-05-29 category: os tags: discontinued linux-distribution iconSlug: centos permalink: /centos versionCommand: cat /etc/redhat-release releasePolicyLink: https://wiki.centos.org/About(2f)Product.html eoasColumn: true identifiers: - cpe: cpe:/o:centos:centos - cpe: cpe:2.3:o:centos:centos releases: - releaseCycle: "8" releaseDate: 2019-09-24 eoas: 2021-12-31 eol: 2021-12-31 latest: "8 (2111)" latestReleaseDate: 2021-11-16 # https://blog.centos.org/2021/11/announcing-the-latest-release-of-centos-linux-8-2111/ link: https://wiki.centos.org/Manuals(2f)ReleaseNotes(2f)CentOS8(2e)2111.html - releaseCycle: "7" releaseDate: 2014-07-07 eoas: 2020-08-06 eol: 2024-06-30 latest: "7 (2009)" latestReleaseDate: 2020-11-12 # # https://www.linux.org/threads/centos-announce-release-for-centos-linux-7-2009-on-the-x86_64-architecture.31534/ link: https://wiki.centos.org/Manuals(2f)ReleaseNotes(2f)CentOS7(2e)2009.html - releaseCycle: "6" releaseDate: 2011-07-10 eoas: 2017-05-10 eol: 2020-11-30 latest: "6.10" latestReleaseDate: 2018-07-03 # https://blog.centos.org/2018/07/release-for-centos-linux-6-10-i386-and-x86_64/ link: https://wiki.centos.org/Manuals(2f)ReleaseNotes(2f)CentOS6(2e)10.html - releaseCycle: "5" releaseDate: 2007-04-12 eoas: 2014-01-31 eol: 2017-03-31 latest: "5.11" latestReleaseDate: 2014-09-30 # https://lists.centos.org/pipermail/centos-announce/2014-September/020601.html link: https://wiki.centos.org/Manuals(2f)ReleaseNotes(2f)CentOS5(2e)11.html --- > [CentOS Linux](https://centos.org/centos-linux/) was a Linux distribution that provided a free, > enterprise-class, community-supported computing platform functionally compatible with > [Red Hat Enterprise Linux (RHEL)](/rhel). {: .warning } > CentOS Linux has been discontinued and is **not safe to use anymore**. Read the [information on > upgrade and migration options](https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/). Work on [CentOS Linux 8 ceased at the end of 2021](https://blog.centos.org/2020/12/future-is-centos-stream/) as Red Hat shifted focus to [CentOS Stream](/centos-stream). Post-end-of-life commercial long-term support for CentOS 6, 7, and 8 is available at [OpenLogic by Perforce](https://www.openlogic.com/solutions/enterprise-linux-support/centos). ================================================ FILE: products/centreon.md ================================================ --- title: Centreon addedAt: 2024-03-17 category: server-app tags: php-runtime permalink: /centreon releasePolicyLink: https://docs.centreon.com/docs/releases/lifecycle/ releaseImage: https://docs.centreon.com/assets/images/lifecycle-from-24.10-de6e3693d62648fbe4760ab65fa21015.png changelogTemplate: "https://docs.centreon.com/docs/__RELEASE_CYCLE__/releases/centreon-os/#{{'__LATEST__'|replace:'.',''}}" eolColumn: OSS Support eoesColumn: Commercial Support identifiers: - cpe: cpe:2.3:a:centreon:centreon auto: methods: - git: https://github.com/centreon/centreon.git regex: '^centreon-web-(?P[0-9]+)\.(?P04|10)\.(?P[0-9]+)$' - git: https://github.com/centreon/centreon-archived.git - release_table: https://docs.centreon.com/docs/releases/lifecycle/ fields: releaseCycle: column: "Product" regex: '^Centreon\s+(?P\d+\.\d+).*$' eol: "End of support" # eol(x) = releaseDate(x) + 18 months (rounded to the end of the month). # eoes(x) = releaseDate(x) + 18 months if x is odd, else + 36 months (rounded to the end of the month). # See also https://docs.centreon.com/docs/releases/lifecycle/#maintenance-table-for-centreon-versions releases: - releaseCycle: "25.10" releaseDate: 2025-11-04 eol: 2027-04-30 eoes: 2027-04-30 latest: "25.10.9" latestReleaseDate: 2026-02-25 link: https://docs.centreon.com/docs/releases/centreon-os/ - releaseCycle: "24.10" releaseDate: 2024-10-31 eol: 2027-10-31 eoes: 2027-10-31 latest: "24.10.22" latestReleaseDate: 2026-03-16 - releaseCycle: "24.04" releaseDate: 2024-04-22 eol: 2026-04-30 eoes: 2026-04-30 latest: "24.04.25" latestReleaseDate: 2026-02-25 - releaseCycle: "23.10" releaseDate: 2023-10-30 eol: 2025-10-31 eoes: 2025-10-31 latest: "23.10.29" latestReleaseDate: 2025-11-17 - releaseCycle: "23.04" releaseDate: 2023-04-26 eol: 2025-04-30 eoes: 2025-04-30 latest: "23.04.30" latestReleaseDate: 2025-06-16 - releaseCycle: "22.10" releaseDate: 2022-10-26 eol: 2024-10-31 eoes: 2024-10-31 latest: "22.10.31" latestReleaseDate: 2025-07-24 - releaseCycle: "22.04" releaseDate: 2022-05-18 eol: 2024-05-31 eoes: 2024-05-31 latest: "22.04.22" latestReleaseDate: 2024-03-14 link: "https://docs.centreon.com/docs/__RELEASE_CYCLE__/releases/centreon-core/#{{'__LATEST__'|replace:'.',''}}" - releaseCycle: "21.10" releaseDate: 2021-11-02 eol: 2023-11-30 eoes: 2023-11-30 latest: "21.10.17" latestReleaseDate: 2023-11-17 link: https://archives-docs.centreon.com/21.10/docs/releases/centreon-core/#211017 # 21.04 and older were supported for 18 months - releaseCycle: "21.04" releaseDate: 2021-04-21 eol: 2022-10-31 eoes: 2022-10-31 latest: "21.04.20" latestReleaseDate: 2022-10-12 link: https://archives-docs.centreon.com/21.04/docs/releases/centreon-core/#210420 - releaseCycle: "20.10" releaseDate: 2020-10-19 eol: 2022-05-31 eoes: 2022-05-31 latest: "20.10.18" latestReleaseDate: 2022-06-09 link: https://archives-docs.centreon.com/20.10/docs/releases/centreon-core/#201018 - releaseCycle: "20.04" releaseDate: 2020-04-20 eol: 2021-10-31 eoes: 2021-10-31 latest: "20.04.20" latestReleaseDate: 2021-11-19 link: https://archives-docs.centreon.com/20.04/docs/releases/centreon-core/#200420 - releaseCycle: "19.10" releaseDate: 2019-10-15 eol: 2021-04-30 eoes: 2021-04-30 latest: "19.10.23" latestReleaseDate: 2021-05-04 link: https://docs-older.centreon.com/docs/centreon/en/latest/release_notes/centreon-19.10.html - releaseCycle: "19.04" releaseDate: 2019-04-24 eol: 2020-10-31 eoes: 2020-10-31 latest: "19.04.20" latestReleaseDate: 2020-11-19 link: https://docs-older.centreon.com/docs/centreon/en/latest/release_notes/centreon-19.04.html - releaseCycle: "18.10" releaseDate: 2018-10-24 eol: 2020-04-30 eoes: 2020-04-30 latest: "18.10.12" latestReleaseDate: 2020-02-24 link: https://docs-older.centreon.com/docs/centreon/en/latest/release_notes/centreon-18.10.html --- > [Centreon](https://www.centreon.com/) is a software platform used to monitor IT infrastructure. > It can track the health of systems, applications, and networks, notifying IT staff of any problems. Centreon delivers one major release per year in October, named after the year and month of delivery. All modules and components of the Centreon software suite use the same version numbers. Open Source major versions are supported for 18 months. [Commercial editions offering longer support are available](https://www.centreon.com/centreon-editions/). Commercial major versions released in odd years (2025, 2027...) are supported for 18 months, while those released in even years are designated LTS and supported for 3 years. ================================================ FILE: products/cert-manager.md ================================================ --- title: cert-manager addedAt: 2023-12-15 category: app tags: cncf linux-foundation permalink: /cert-manager versionCommand: |- # cmctl must be installed separately, see https://cert-manager.io/docs/reference/cmctl/. cmctl version releasePolicyLink: https://cert-manager.io/docs/releases/ changelogTemplate: https://github.com/cert-manager/cert-manager/releases/tag/v__LATEST__ eolColumn: Support identifiers: - repology: cert-manager auto: methods: - git: https://github.com/cert-manager/cert-manager.git # eol(x) = releaseDate(x+2) releases: - releaseCycle: "1.20" releaseDate: 2026-03-10 eol: false latest: "1.20.0" latestReleaseDate: 2026-03-10 - releaseCycle: "1.19" releaseDate: 2025-10-07 eol: false latest: "1.19.4" latestReleaseDate: 2026-02-24 - releaseCycle: "1.18" releaseDate: 2025-06-10 eol: 2026-03-10 latest: "1.18.6" latestReleaseDate: 2026-02-24 - releaseCycle: "1.17" releaseDate: 2025-02-03 eol: 2025-10-07 latest: "1.17.4" latestReleaseDate: 2025-07-02 - releaseCycle: "1.16" releaseDate: 2024-10-03 eol: 2025-06-10 latest: "1.16.5" latestReleaseDate: 2025-04-24 - releaseCycle: "1.15" releaseDate: 2024-06-05 eol: 2025-02-03 latest: "1.15.5" latestReleaseDate: 2025-01-15 - releaseCycle: "1.14" releaseDate: 2024-01-31 eol: 2024-10-03 latest: "1.14.7" latestReleaseDate: 2024-06-21 - releaseCycle: "1.13" releaseDate: 2023-09-12 eol: 2024-06-05 latest: "1.13.6" latestReleaseDate: 2024-04-25 - releaseCycle: "1.12" releaseDate: 2023-05-19 eol: 2025-05-19 lts: true latest: "1.12.17" latestReleaseDate: 2025-04-25 - releaseCycle: "1.11" releaseDate: 2023-01-11 eol: 2023-09-12 latest: "1.11.5" latestReleaseDate: 2023-09-01 - releaseCycle: "1.10" releaseDate: 2022-10-17 eol: 2023-05-19 latest: "1.10.2" latestReleaseDate: 2023-01-10 --- > [cert-manager](https://cert-manager.io) is a powerful and extensible X.509 certificate controller > for Kubernetes and OpenShift workloads cert-manager adheres to [Semantic Versioning (SemVer)](https://semver.org/). New releases are typically issued every 4 months and are supported with bug and security fixes until the release of the second following version (N+2). This means that each release receives support for approximately 8 months. ================================================ FILE: products/cfengine.md ================================================ --- title: CFEngine addedAt: 2021-11-01 category: app permalink: /cfengine versionCommand: cf-agent --version releasePolicyLink: https://cfengine.com changelogTemplate: https://docs.cfengine.com/docs/__RELEASE_CYCLE__/release-notes/whatsnew/changelog-core/ eolColumn: Supported identifiers: - repology: cfengine - purl: pkg:brew/cfengine - cpe: cpe:2.3:a:gnu:cfengine - cpe: cpe:/a:gnu:cfengine auto: methods: - git: https://github.com/cfengine/core.git # lts or non-lts see https://cfengine.com/downloads/cfengine-community/ # non-lts eol(x) = releaseDate(x+1) # lts eol(x) = releaseDate(x) + 3 years releases: - releaseCycle: "3.27" releaseDate: 2026-01-09 lts: true eol: false latest: "3.27.0" latestReleaseDate: 2026-01-09 - releaseCycle: "3.26" releaseDate: 2025-05-20 eol: 2026-01-09 latest: "3.26.0" latestReleaseDate: 2025-05-20 link: https://docs.cfengine.com/docs/__RELEASE_CYCLE__/release-notes-whatsnew-changelog-core.html - releaseCycle: "3.25" releaseDate: 2025-01-06 eol: 2025-05-20 latest: "3.25.0" latestReleaseDate: 2025-01-06 link: https://docs.cfengine.com/docs/__RELEASE_CYCLE__/release-notes-whatsnew-changelog-core.html - releaseCycle: "3.24" releaseDate: 2024-07-22 lts: true eol: 2027-07-31 latest: "3.24.3" latestReleaseDate: 2025-12-15 link: https://docs.cfengine.com/docs/__RELEASE_CYCLE__/release-notes-whatsnew-changelog-core.html - releaseCycle: "3.23" releaseDate: 2023-12-05 eol: 2024-07-22 latest: "3.23.0" latestReleaseDate: 2023-12-05 link: https://docs.cfengine.com/docs/__RELEASE_CYCLE__/release-notes-whatsnew-changelog-core.html - releaseCycle: "3.22" releaseDate: 2023-06-16 eol: 2023-12-05 latest: "3.22.0" latestReleaseDate: 2023-06-16 link: https://docs.cfengine.com/docs/__RELEASE_CYCLE__/release-notes-whatsnew-changelog-core.html - releaseCycle: "3.21" releaseDate: 2022-12-21 lts: true eol: 2025-12-31 latest: "3.21.8" latestReleaseDate: 2025-12-15 link: https://docs.cfengine.com/docs/__RELEASE_CYCLE__/release-notes-whatsnew-changelog-core.html - releaseCycle: "3.20" releaseDate: 2022-07-01 eol: 2022-12-21 latest: "3.20.0" latestReleaseDate: 2022-07-01 link: https://docs.cfengine.com/docs/__RELEASE_CYCLE__/guide-latest-release-whatsnew-changelog-core.html - releaseCycle: "3.19" releaseDate: 2021-12-10 eol: 2022-07-01 latest: "3.19.0" latestReleaseDate: 2021-12-10 link: https://docs.cfengine.com/docs/__RELEASE_CYCLE__/guide-latest-release-whatsnew-changelog-core.html - releaseCycle: "3.18" releaseDate: 2021-06-24 lts: true eol: 2024-08-31 latest: "3.18.8" latestReleaseDate: 2024-06-20 link: https://docs.cfengine.com/docs/__RELEASE_CYCLE__/guide-latest-release-whatsnew-changelog-core.html - releaseCycle: "3.17" releaseDate: 2020-11-19 eol: 2021-06-24 latest: "3.17.0" latestReleaseDate: 2020-11-19 link: https://docs.cfengine.com/docs/__RELEASE_CYCLE__/guide-latest-release-whatsnew-changelog-core.html - releaseCycle: "3.16" releaseDate: 2020-06-23 eol: 2020-11-19 latest: "3.16.0" latestReleaseDate: 2020-06-23 link: https://docs.cfengine.com/docs/__RELEASE_CYCLE__/guide-latest-release-whatsnew-changelog-core.html - releaseCycle: "3.15" releaseDate: 2019-12-19 lts: true eol: 2022-12-31 latest: "3.15.7" latestReleaseDate: 2022-11-14 link: https://docs.cfengine.com/docs/__RELEASE_CYCLE__/guide-latest-release-whatsnew-changelog-core.html --- > [CFEngine](https://cfengine.com) is an open-source configuration management, automation and > knowledge management tool enabling infrastructure as code. It runs on many Unix-like systems, and > can configure both Unix-like systems and Microsoft Windows. CFEngine typically has releases once every 6 months. LTS releases occur every 1.5 years and are supported for 3 years. See the [CFEngine blog](https://cfengine.com/blog/) for recent announcements. ================================================ FILE: products/chef-infra-client.md ================================================ --- title: Chef Infra Client addedAt: 2024-07-19 category: app tags: progress ruby-runtime iconSlug: chef permalink: /chef-infra-client alternate_urls: - /chef-client versionCommand: chef-client -v releasePolicyLink: https://docs.chef.io/versions/ changelogTemplate: "https://docs.chef.io/release_notes_client/#__LATEST__" eoasColumn: true identifiers: - repology: chef-client - repology: chef-infra - cpe: cpe:2.3:a:chef:chef auto: methods: - chef-versions: https://docs.chef.io/release_notes/client/ regex: '^Chef Infra Client (?P.+)$' template: "{{value}}" repository: https://github.com/chef/chef.git # eol(x) = releaseDate(x+2) > confirm EOL date here https://docs.chef.io/versions/ # eoas(x) = releaseDate(x+1) releases: - releaseCycle: "19" releaseDate: 2026-02-05 # https://discourse.chef.io/t/chef-infra-client-19-1-164-released/24481 eoas: false eol: false latest: "19.2.12" latestReleaseDate: 2026-03-11 - releaseCycle: "18" releaseDate: 2022-09-28 # https://discourse.chef.io/t/chef-infra-client-18-0-169-released/21570 eoas: 2026-02-05 eol: false latest: "18.10.17" latestReleaseDate: 2026-02-25 - releaseCycle: "17" releaseDate: 2021-04-27 # https://www.chef.io/blog/product-announcement-chef-infra-client-17-now-available eoas: 2022-01-10 eol: 2026-02-05 latest: "17.10.163" latestReleaseDate: 2024-08-14 - releaseCycle: "16" releaseDate: 2020-04-27 # https://discourse.chef.io/t/chef-infra-client-16-0-275-released/17047 eoas: 2020-12-19 eol: 2022-11-30 # https://www.chef.io/blog/announcement-chef-client-16-eol-date-change latest: "16.18.30" latestReleaseDate: 2023-02-14 - releaseCycle: "15" releaseDate: 2018-10-26 eoas: 2020-01-21 eol: 2020-12-19 latest: "15.17.4" latestReleaseDate: 2021-04-16 - releaseCycle: "14" releaseDate: 2018-01-22 eoas: 2018-10-26 eol: 2020-01-21 latest: "14.15.6" latestReleaseDate: 2020-04-07 - releaseCycle: "13" releaseDate: 2017-03-01 eoas: 2018-01-22 eol: 2018-10-26 latest: "13.12.14" latestReleaseDate: 2019-03-07 - releaseCycle: "12" releaseDate: 2014-11-25 eoas: 2017-03-01 eol: 2018-01-22 latest: "12.22.5" latestReleaseDate: 2018-05-17 - releaseCycle: "11" releaseDate: 2013-02-01 eoas: 2014-12-03 eol: 2017-03-01 latest: "11.18.12" latestReleaseDate: 2015-04-30 - releaseCycle: "10" releaseDate: 2012-06-18 eoas: 2013-02-01 eol: 2014-12-03 latest: "10.34.6" latestReleaseDate: 2014-11-10 --- > [Chef Infra Client](https://docs.chef.io/chef_client_overview/) is an open-source software provisioning, configuration > management and application-deployment tool enabling infrastructure as code. Chef Infra Client generally follows an N-1 support strategy (meaning that the two most recent major versions receive security and bug fixes). ================================================ FILE: products/chef-infra-server.md ================================================ --- title: Chef Infra Server addedAt: 2024-03-11 category: server-app tags: erlang-runtime progress ruby-runtime iconSlug: chef permalink: /chef-infra-server alternate_urls: - /chef-server versionCommand: chef-server-ctl version releasePolicyLink: https://docs.chef.io/versions/ changelogTemplate: https://docs.chef.io/release_notes_server/#__LATEST__ eoasColumn: true identifiers: - repology: chef-server - cpe: cpe:2.3:a:progress:chef_infra_server auto: methods: - chef-versions: https://docs.chef.io/release_notes/server/ regex: '^Chef Infra Server (?P.+)$' template: "{{value}}" repository: https://github.com/chef/chef-server.git # eoas(x) = releaseDate(x+1) # eol(x) = releaseDate(x+2) or the date documented on https://docs.chef.io/versions/ releases: - releaseCycle: "15" releaseDate: 2022-06-13 eoas: false eol: false latest: "15.10.91" latestReleaseDate: 2026-02-05 - releaseCycle: "14" staleReleaseThresholdDays: 1500 # deprecated, but no EOL on https://docs.chef.io/versions/ releaseDate: 2020-06-08 eoas: 2022-06-13 eol: false latest: "14.16.19" latestReleaseDate: 2022-06-07 - releaseCycle: "13" releaseDate: 2019-05-31 eoas: 2020-06-08 eol: 2021-06-30 # https://www.chef.io/blog/announcing-the-chef-infra-server-13-deprecation latest: "13.2.0" latestReleaseDate: 2020-04-10 - releaseCycle: "12" releaseDate: 2014-11-25 eoas: 2019-05-31 eol: 2020-12-31 # https://web.archive.org/web/20210613113759/https://docs.chef.io/versions/ latest: "12.19.31" latestReleaseDate: 2019-03-07 - releaseCycle: "11" releaseDate: 2013-02-04 # https://www.chef.io/blog/chef-11-released eoas: 2014-11-25 eol: 2018-12-31 # https://www.chef.io/blog/end-of-life-announcement-for-chef-reporting-enterprise-chef-server-11-and-chef-analytics latest: "11.1.7" latestReleaseDate: 2014-06-19 --- > [Chef Infra Server](https://docs.chef.io/server/) is an open-source platform that complements > Chef Infra Client. It serves as a central hub for configuration data, providing scalable > infrastructure management. Supported releases of Chef Infra Server are documented on the [Chef Documentation website](https://docs.chef.io/versions/#supported-commercial-distributions). Looking at this document, it seems that Chef Infra Server follows an N-1 support strategy, with the latest release supported with bug and security fixes, and the previous release marked "deprecated" and only supported with security fixes. ================================================ FILE: products/chef-inspec.md ================================================ --- title: Chef InSpec addedAt: 2024-08-14 category: app tags: progress ruby-runtime iconSlug: chef permalink: /chef-inspec versionCommand: inspec version releasePolicyLink: https://docs.chef.io/versions/ changelogTemplate: "https://docs.chef.io/release_notes_inspec/#__LATEST__" eoasColumn: true identifiers: - repology: inspec - cpe: cpe:2.3:a:chef:inspec auto: methods: - chef-versions: https://docs.chef.io/release_notes/inspec/ regex: '^Chef InSpec (?P.+)$' template: "{{value}}" repository: https://github.com/inspec/inspec.git # eoas(x) = releaseDate(x+1) # eol(x) = releaseDate(x+2) or the date documented on https://docs.chef.io/versions/ releases: - releaseCycle: "7" releaseDate: 2025-10-16 # first version was 7.0.95 eoas: false eol: false latest: "7.0.107" latestReleaseDate: 2026-02-20 - releaseCycle: "6" staleReleaseThresholdDays: 730 # still supported according to https://docs.chef.io/versions/ releaseDate: 2023-11-14 eoas: 2025-10-16 eol: false latest: "6.8.24" latestReleaseDate: 2025-01-23 - releaseCycle: "5" releaseDate: 2022-03-17 eoas: 2023-11-14 eol: 2025-10-16 # releaseDate(7) latest: "5.24.7" latestReleaseDate: 2026-02-26 - releaseCycle: "4" releaseDate: 2019-04-30 eoas: 2022-03-17 eol: 2023-11-14 latest: "4.56.58" latestReleaseDate: 2023-10-24 - releaseCycle: "3" releaseDate: 2018-10-15 eoas: 2019-04-30 eol: 2020-04-30 latest: "3.9.3" latestReleaseDate: 2019-04-11 - releaseCycle: "2" releaseDate: 2018-02-20 eoas: 2018-10-15 eol: 2019-12-31 latest: "2.3.28" latestReleaseDate: 2019-02-08 - releaseCycle: "1" releaseDate: 2016-09-26 eoas: 2018-02-20 eol: 2019-12-31 latest: "1.51.31" latestReleaseDate: 2019-03-06 --- > [Chef InSpec](https://docs.chef.io/inspec/) is an open-source framework for > testing and auditing applications and infrastructure. {: .warning } > Supported commercial releases of Chef InSpec are documented on the [Chef Documentation website](https://docs.chef.io/versions/#supported-commercial-distributions). Looking at the published list of supported releases, it seems that Chef InSpec follows an N-1 support strategy, with the latest release supported with bug and security fixes, and the previous release marked "deprecated" and only supported with security fixes. ================================================ FILE: products/chef-supermarket.md ================================================ --- title: Chef Supermarket addedAt: 2025-07-14 category: server-app tags: progress ruby-runtime iconSlug: chef permalink: /chef-supermarket versionCommand: supermarket-ctl version releasePolicyLink: https://docs.chef.io/versions/ changelogTemplate: "https://docs.chef.io/release_notes_supermarket/#__LATEST__" auto: methods: - chef-versions: https://docs.chef.io/release_notes/supermarket/ regex: '^Chef Supermarket (?P.+)$' template: "{{value}}" repository: https://github.com/chef/supermarket.git # eol(x) = releaseDate(x+1) releases: - releaseCycle: "5" releaseDate: 2022-02-28 eol: false latest: "5.3.0" latestReleaseDate: 2025-11-11 - releaseCycle: "4" releaseDate: 2021-09-23 eol: 2022-03-03 latest: "4.2.89" latestReleaseDate: 2022-01-04 - releaseCycle: "3" releaseDate: 2017-04-07 eol: 2021-09-23 latest: "3.4.8" latestReleaseDate: 2021-03-05 - releaseCycle: "2" releaseDate: 2015-08-13 eol: 2017-04-10 latest: "2.9.30" latestReleaseDate: 2017-04-04 --- > [Chef Supermarket](https://docs.chef.io/supermarket/) is a self-hosted artifact store that lets you store, > manage, and share cookbooks, tools, and other Chef artifacts internally within an organization. > It allows sourcing both internal and community cookbooks during Policyfile and Berkshelf depsolving without > reliance on the Public Chef Supermarket site. The [Chef Supported versions page](https://docs.chef.io/versions/) only lists the latest release as supported. Chef historically has not supported earlier major versions of Supermarket, opting instead to apply all bug and security fixes to the latest release. While there is no formal end-of-life announcement for older versions, the absence of backported fixes indicates they are no longer supported. ================================================ FILE: products/chef-workstation.md ================================================ --- title: Chef Workstation addedAt: 2025-08-09 category: app tags: progress ruby-runtime iconSlug: chef permalink: /chef-workstation versionCommand: chef --version changelogTemplate: "https://docs.chef.io/release_notes_workstation/#__LATEST__" eoasColumn: true identifiers: - repology: chef-workstation auto: methods: - chef-versions: https://docs.chef.io/release_notes/workstation/ regex: '^Chef Workstation (?P.+)$' template: "{{value}}" repository: https://github.com/chef/chef-workstation.git releases: - releaseCycle: "25" releaseLabel: "2025" releaseDate: 2025-02-03 eoas: false eol: false latest: "25.13.7" latestReleaseDate: 2026-03-05 - releaseCycle: "24" releaseLabel: "2024" staleReleaseThresholdDays: 540 # Still listed on https://docs.chef.io/versions/#supported-commercial-distributions releaseDate: 2024-02-07 eoas: false eol: false latest: "24.12.1073" latestReleaseDate: 2024-12-16 - releaseCycle: "23" releaseLabel: "2023" releaseDate: 2023-02-09 eoas: 2024-12-31 eol: 2024-12-31 latest: "23.12.1055" latestReleaseDate: 2023-12-04 - releaseCycle: "22" releaseLabel: "2021" releaseDate: 2022-01-06 eoas: 2024-12-31 eol: 2024-12-31 latest: "22.12.1024" latestReleaseDate: 2022-12-20 - releaseCycle: "21" releaseLabel: "2021" releaseDate: 2021-01-05 eoas: 2024-12-31 eol: 2024-12-31 latest: "21.12.720" latestReleaseDate: 2021-12-17 - releaseCycle: "20" releaseLabel: "2020" releaseDate: 2020-06-02 eoas: 2024-12-31 eol: 2024-12-31 latest: "20.12.205" latestReleaseDate: 2020-12-14 --- > [Chef Workstation](https://docs.chef.io/workstation/) provides a single installation that includes tools for > writing, testing, and managing infrastructure code with the Chef Infra suite. Supported releases of Chef Workstation are documented on the [Chef Documentation website](https://docs.chef.io/versions/#supported-commercial-distributions). Looking at this document, it seems that Chef Workstation follows an N-1 support strategy, with the last two release supported with bug and security fixes. ================================================ FILE: products/chrome.md ================================================ --- title: Google Chrome addedAt: 2025-07-15 category: app tags: google web-browser iconSlug: googlechrome permalink: /chrome alternate_urls: - /google-chrome versionCommand: google-chrome --version releasePolicyLink: https://developer.chrome.com/docs/web-platform/chrome-release-channels changelogTemplate: https://developer.chrome.com/release-notes/__RELEASE_CYCLE__ latestColumn: false identifiers: - repology: google-chrome - cpe: cpe:2.3:a:google:chrome auto: methods: - chrome-releases: https://chromiumdash.appspot.com/fetch_milestone_schedule # eol(x) = releaseDate(x+1) releases: - releaseCycle: "146" releaseDate: 2026-03-10 eol: false - releaseCycle: "145" releaseDate: 2026-02-10 eol: 2026-03-10 - releaseCycle: "144" releaseDate: 2026-01-13 eol: 2026-02-10 - releaseCycle: "143" releaseDate: 2025-12-02 eol: 2026-01-13 - releaseCycle: "142" releaseDate: 2025-10-28 eol: 2025-12-02 - releaseCycle: "141" releaseDate: 2025-09-30 eol: 2025-10-28 - releaseCycle: "140" releaseDate: 2025-09-02 eol: 2025-09-30 - releaseCycle: "139" releaseDate: 2025-08-05 eol: 2025-09-02 - releaseCycle: "138" releaseDate: 2025-06-24 eol: 2025-08-05 - releaseCycle: "137" releaseDate: 2025-05-27 eol: 2025-06-24 - releaseCycle: "136" releaseDate: 2025-04-29 eol: 2025-05-27 - releaseCycle: "135" releaseDate: 2025-04-01 eol: 2025-04-29 - releaseCycle: "134" releaseDate: 2025-03-04 eol: 2025-04-01 - releaseCycle: "133" releaseDate: 2025-02-04 eol: 2025-03-04 - releaseCycle: "132" releaseDate: 2025-01-14 eol: 2025-02-04 - releaseCycle: "131" releaseDate: 2024-11-12 eol: 2025-01-14 - releaseCycle: "130" releaseDate: 2024-10-15 eol: 2024-11-12 - releaseCycle: "129" releaseDate: 2024-09-17 eol: 2024-10-15 - releaseCycle: "128" releaseDate: 2024-08-20 eol: 2024-09-17 - releaseCycle: "127" releaseDate: 2024-07-23 eol: 2024-08-20 - releaseCycle: "126" releaseDate: 2024-06-11 eol: 2024-07-23 - releaseCycle: "125" releaseDate: 2024-05-14 eol: 2024-06-11 - releaseCycle: "124" releaseDate: 2024-04-16 eol: 2024-05-14 - releaseCycle: "123" releaseDate: 2024-03-19 eol: 2024-04-16 link: null - releaseCycle: "122" releaseDate: 2024-02-20 eol: 2024-03-19 link: null - releaseCycle: "121" releaseDate: 2024-01-23 eol: 2024-02-20 link: null - releaseCycle: "120" releaseDate: 2023-12-05 eol: 2024-01-23 link: null - releaseCycle: "119" releaseDate: 2023-10-31 eol: 2023-12-05 link: null - releaseCycle: "118" releaseDate: 2023-10-10 eol: 2023-10-31 link: null - releaseCycle: "117" releaseDate: 2023-09-12 eol: 2023-10-10 link: null - releaseCycle: "116" releaseDate: 2023-08-15 eol: 2023-09-12 link: null - releaseCycle: "115" releaseDate: 2023-07-18 eol: 2023-08-15 link: null - releaseCycle: "114" releaseDate: 2023-05-30 eol: 2023-07-18 link: null - releaseCycle: "113" releaseDate: 2023-05-02 eol: 2023-05-30 link: null - releaseCycle: "112" releaseDate: 2023-04-04 eol: 2023-05-02 link: null - releaseCycle: "111" releaseDate: 2023-03-07 eol: 2023-04-04 link: null - releaseCycle: "110" releaseDate: 2023-02-07 eol: 2023-03-07 link: null - releaseCycle: "109" releaseDate: 2023-01-10 eol: 2023-02-07 link: null - releaseCycle: "108" releaseDate: 2022-11-29 eol: 2023-01-10 link: null - releaseCycle: "107" releaseDate: 2022-10-25 eol: 2022-11-29 link: null - releaseCycle: "106" releaseDate: 2022-09-27 eol: 2022-10-25 link: null - releaseCycle: "105" releaseDate: 2022-08-30 eol: 2022-09-27 link: null - releaseCycle: "104" releaseDate: 2022-08-02 eol: 2022-08-30 link: null - releaseCycle: "103" releaseDate: 2022-06-21 eol: 2022-08-02 link: null - releaseCycle: "102" releaseDate: 2022-05-24 eol: 2022-06-21 link: null - releaseCycle: "101" releaseDate: 2022-04-26 eol: 2022-05-24 link: null - releaseCycle: "100" releaseDate: 2022-03-29 eol: 2022-04-26 link: null - releaseCycle: "99" releaseDate: 2022-03-01 eol: 2022-03-29 link: null - releaseCycle: "98" releaseDate: 2022-02-01 eol: 2022-03-01 link: null - releaseCycle: "97" releaseDate: 2022-01-04 eol: 2022-02-01 link: null - releaseCycle: "96" releaseDate: 2021-11-16 eol: 2022-01-04 link: null - releaseCycle: "95" releaseDate: 2021-10-19 eol: 2021-11-16 link: null - releaseCycle: "94" releaseDate: 2021-09-21 eol: 2021-10-19 link: null - releaseCycle: "93" releaseDate: 2021-08-31 eol: 2021-09-21 link: null - releaseCycle: "92" releaseDate: 2021-07-20 eol: 2021-08-31 link: null - releaseCycle: "91" releaseDate: 2021-05-25 eol: 2021-07-20 link: null - releaseCycle: "90" releaseDate: 2021-04-13 eol: 2021-05-25 link: null - releaseCycle: "89" releaseDate: 2021-03-02 eol: 2021-04-13 link: null - releaseCycle: "88" releaseDate: 2021-01-19 eol: 2021-03-02 link: null - releaseCycle: "87" releaseDate: 2020-11-17 eol: 2021-01-19 link: null - releaseCycle: "86" releaseDate: 2020-10-06 eol: 2020-11-17 link: null - releaseCycle: "85" releaseDate: 2020-08-25 eol: 2020-10-06 link: null - releaseCycle: "84" releaseDate: 2020-07-14 eol: 2020-08-25 link: null - releaseCycle: "83" releaseDate: 2020-05-19 eol: 2020-07-14 link: null - releaseCycle: "81" releaseDate: 2020-04-07 eol: 2020-05-19 link: null - releaseCycle: "80" releaseDate: 2020-02-04 eol: 2020-04-07 link: null - releaseCycle: "79" releaseDate: 2019-12-10 eol: 2020-02-04 link: null - releaseCycle: "78" releaseDate: 2019-10-22 eol: 2019-12-10 link: null - releaseCycle: "77" releaseDate: 2019-09-10 eol: 2019-10-22 link: null - releaseCycle: "76" releaseDate: 2019-07-30 eol: 2019-09-10 link: null - releaseCycle: "75" releaseDate: 2019-06-04 eol: 2019-07-30 link: null - releaseCycle: "74" releaseDate: 2019-04-23 eol: 2019-06-04 link: null - releaseCycle: "73" releaseDate: 2019-03-12 eol: 2019-04-23 link: null - releaseCycle: "72" releaseDate: 2019-01-29 eol: 2019-03-12 link: null - releaseCycle: "71" releaseDate: 2018-12-04 eol: 2019-01-29 link: null - releaseCycle: "70" releaseDate: 2018-10-16 eol: 2018-12-04 link: null - releaseCycle: "69" releaseDate: 2018-09-04 eol: 2018-10-16 link: null - releaseCycle: "68" releaseDate: 2018-07-24 eol: 2018-09-04 link: null - releaseCycle: "67" releaseDate: 2018-05-29 eol: 2018-07-24 link: null - releaseCycle: "66" releaseDate: 2018-04-17 eol: 2018-05-29 link: null - releaseCycle: "65" releaseDate: 2018-03-06 eol: 2018-04-17 link: null - releaseCycle: "64" releaseDate: 2018-01-23 eol: 2018-03-06 link: null - releaseCycle: "63" releaseDate: 2017-12-05 eol: 2018-01-23 link: null - releaseCycle: "62" releaseDate: 2017-10-17 eol: 2017-12-05 link: null - releaseCycle: "61" releaseDate: 2017-09-05 eol: 2017-10-17 link: null - releaseCycle: "60" releaseDate: 2017-07-25 eol: 2017-09-05 link: null - releaseCycle: "59" releaseDate: 2017-05-30 eol: 2017-07-25 link: null - releaseCycle: "58" releaseDate: 2017-04-18 eol: 2017-05-30 link: null - releaseCycle: "57" releaseDate: 2017-03-07 eol: 2017-04-18 link: null - releaseCycle: "56" releaseDate: 2017-01-24 eol: 2017-03-07 link: null - releaseCycle: "55" releaseDate: 2016-11-29 eol: 2017-01-24 link: null - releaseCycle: "54" releaseDate: 2016-10-11 eol: 2016-11-29 link: null - releaseCycle: "53" releaseDate: 2016-08-30 eol: 2016-10-11 link: null - releaseCycle: "52" releaseDate: 2016-07-19 eol: 2016-08-30 link: null - releaseCycle: "51" releaseDate: 2016-05-24 eol: 2016-07-19 link: null - releaseCycle: "50" releaseDate: 2016-04-12 eol: 2016-05-24 link: null - releaseCycle: "49" releaseDate: 2016-03-01 eol: 2016-04-12 link: null - releaseCycle: "48" releaseDate: 2016-01-19 eol: 2016-03-01 link: null - releaseCycle: "47" releaseDate: 2015-11-17 eol: 2016-01-19 link: null - releaseCycle: "46" releaseDate: 2015-10-06 eol: 2015-11-17 link: null - releaseCycle: "45" releaseDate: 2015-08-25 eol: 2015-10-06 link: null - releaseCycle: "44" releaseDate: 2015-07-14 eol: 2015-08-25 link: null - releaseCycle: "43" releaseDate: 2015-05-19 eol: 2015-07-14 link: null - releaseCycle: "42" releaseDate: 2015-04-07 eol: 2015-05-19 link: null - releaseCycle: "41" releaseDate: 2015-02-24 eol: 2015-04-07 link: null - releaseCycle: "40" releaseDate: 2015-01-13 eol: 2015-02-24 link: null - releaseCycle: "39" releaseDate: 2014-11-11 eol: 2015-01-13 link: null - releaseCycle: "38" releaseDate: 2014-09-30 eol: 2014-11-11 link: null - releaseCycle: "37" releaseDate: 2014-08-19 eol: 2014-09-30 link: null - releaseCycle: "36" releaseDate: 2014-06-24 eol: 2014-08-19 link: null - releaseCycle: "35" releaseDate: 2014-05-13 eol: 2014-06-24 link: null - releaseCycle: "34" releaseDate: 2014-04-01 eol: 2014-05-13 link: null - releaseCycle: "33" releaseDate: 2014-02-18 eol: 2014-04-01 link: null - releaseCycle: "32" releaseDate: 2014-01-07 eol: 2014-02-18 link: null - releaseCycle: "31" releaseDate: 2013-11-05 eol: 2014-01-07 link: null - releaseCycle: "30" releaseDate: 2013-09-24 eol: 2013-11-05 link: null - releaseCycle: "29" releaseDate: 2013-08-13 eol: 2013-09-24 link: null - releaseCycle: "28" releaseDate: 2013-06-25 eol: 2013-08-13 link: null - releaseCycle: "27" releaseDate: 2013-05-07 eol: 2013-06-25 link: null - releaseCycle: "26" releaseDate: 2013-03-26 eol: 2013-05-07 link: null - releaseCycle: "25" releaseDate: 2013-02-12 eol: 2013-03-26 link: null - releaseCycle: "24" releaseDate: 2012-12-18 eol: 2013-02-12 link: null - releaseCycle: "23" releaseDate: 2012-10-30 eol: 2012-12-18 link: null - releaseCycle: "22" releaseDate: 2012-09-18 eol: 2012-10-30 link: null - releaseCycle: "21" releaseDate: 2012-08-07 eol: 2012-09-18 link: null - releaseCycle: "20" releaseDate: 2012-06-19 eol: 2012-08-07 link: null - releaseCycle: "19" releaseDate: 2012-04-24 eol: 2012-06-19 link: null - releaseCycle: "18" releaseDate: 2012-03-13 eol: 2012-04-24 link: null - releaseCycle: "17" releaseDate: 2012-01-31 eol: 2012-03-13 link: null - releaseCycle: "16" releaseDate: 2011-12-06 eol: 2012-01-31 link: null - releaseCycle: "15" releaseDate: 2011-10-18 eol: 2011-12-06 link: null - releaseCycle: "14" releaseDate: 2011-09-06 eol: 2011-10-18 link: null - releaseCycle: "13" releaseDate: 2011-07-26 eol: 2011-09-06 link: null - releaseCycle: "12" releaseDate: 2011-05-31 eol: 2011-07-26 link: null - releaseCycle: "11" releaseDate: 2011-04-19 eol: 2011-05-31 link: null - releaseCycle: "10" releaseDate: 2011-03-08 eol: 2011-04-19 link: null - releaseCycle: "9" releaseDate: 2011-01-25 eol: 2011-03-08 link: null - releaseCycle: "8" releaseDate: 2010-11-30 eol: 2011-01-25 link: null - releaseCycle: "7" releaseDate: 2010-10-12 eol: 2010-11-30 link: null --- > [Google Chrome](https://www.google.com/chrome/) is a web browser developed by Google. > It is available for Windows, macOS, Android, iPhone & iPad, Linux, and ChromeOS. There is a new major Chrome release [every 4 weeks](https://blog.chromium.org/2021/03/speeding-up-release-cycle.html). Only the latest major release is supported with new features, bug and security fixes. Enterprises that want a slower release cadence can use the [Extended stable release channel](https://support.google.com/chrome/a/answer/9027636), which is updated every 8 weeks. This channel is not available to regular Chrome users. Note that most of Chrome's source code comes from Google's free and open-source software project Chromium, but Chrome itself is licensed as [proprietary freeware](https://www.google.com/intl/en/chrome/terms/). ================================================ FILE: products/cilium.md ================================================ --- title: Cilium addedAt: 2025-12-14 category: server-app tags: cncf linux-foundation iconSlug: cilium permalink: /cilium versionCommand: cilium version releasePolicyLink: https://docs.cilium.io/en/stable/contributing/release/ changelogTemplate: https://github.com/cilium/cilium/releases/tag/v__LATEST__ eolColumn: Maintenance Support identifiers: - purl: pkg:github/cilium/cilium - purl: pkg:docker/cilium/cilium - cpe: cpe:2.3:a:cilium:cilium auto: methods: - git: https://github.com/cilium/cilium.git regex: ^v(?P[1-9]\d*)\.(?P\d+)\.(?P\d+)$ # eol(x) = releaseDate(x+3) releases: - releaseCycle: "1.19" releaseDate: 2026-02-03 eol: false latest: "1.19.2" latestReleaseDate: 2026-03-20 - releaseCycle: "1.18" releaseDate: 2025-07-29 eol: false latest: "1.18.8" latestReleaseDate: 2026-03-20 - releaseCycle: "1.17" releaseDate: 2025-02-04 eol: false latest: "1.17.14" latestReleaseDate: 2026-03-20 - releaseCycle: "1.16" releaseDate: 2024-07-24 eol: 2026-02-03 latest: "1.16.19" latestReleaseDate: 2026-01-13 - releaseCycle: "1.15" releaseDate: 2024-01-31 eol: 2025-07-29 latest: "1.15.19" latestReleaseDate: 2025-07-16 - releaseCycle: "1.14" releaseDate: 2023-07-27 eol: 2025-02-04 latest: "1.14.19" latestReleaseDate: 2025-01-21 - releaseCycle: "1.13" releaseDate: 2023-02-15 eol: 2024-07-24 latest: "1.13.18" latestReleaseDate: 2024-07-11 --- > [Cilium](https://cilium.io/) is open source software for transparently securing the network connectivity between application services > deployed using Linux container management platforms like Docker and Kubernetes. Cilium typically makes a new release approximately every six months. The three most recent minor releases are supported with bug and security fixes, based upon community demand and severity. ================================================ FILE: products/cisco-ios-xe.md ================================================ --- title: Cisco IOS XE addedAt: 2025-11-08 category: os tags: cisco iconSlug: cisco permalink: /cisco-ios-xe releasePolicyLink: https://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/ios-xe-16/bulletin-c25-2378701.html eoasColumn: Maintenance Support eolColumn: Security Support latestColumn: false # For non-LTS: # - eoas(x) = releaseDate(x) + 12 months (FCS + 3 months (EoL announcement) + 3 months (EoS) + 6 months) # - eol(x) = eoas(x) # For LTS: # - eoas(x) = releaseDate(x) + 30 months (FCS + 12 months (EoL announcement) + 6 months (EoS) + 12 months) # - eol(x) = releaseDate(x) + 48 months (FCS + 12 months (EoL announcement) + 6 months (EoS) + 30 months) releases: - releaseCycle: "17.18" lts: true releaseDate: 2025-08-08 eoas: 2028-02-08 eol: 2029-08-08 link: https://www.cisco.com/c/en/us/support/ios-nx-os-software/ios-xe-17-18-1/model.html - releaseCycle: "17.17" releaseDate: 2025-03-31 eoas: 2026-03-31 eol: 2026-03-31 link: https://www.cisco.com/c/en/us/support/ios-nx-os-software/ios-xe-17-17-1/model.html - releaseCycle: "17.16" releaseDate: 2024-12-11 eoas: 2025-12-11 eol: 2025-12-11 link: https://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/ios-xe-17/ios-xe-17-16-x-eol.html - releaseCycle: "17.15" lts: true releaseDate: 2024-08-09 eoas: 2027-02-09 eol: 2028-08-09 link: https://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/ios-xe-17/ios-xe-17-15-x-eol.html - releaseCycle: "17.14" releaseDate: 2024-04-13 eoas: 2025-04-13 eol: 2025-04-13 link: https://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/ios-xe-17/ios-xe-17-14-x-eol.html - releaseCycle: "17.13" releaseDate: 2023-11-30 eoas: 2024-11-30 eol: 2024-11-30 link: https://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/ios-xe-17/ios-xe-17-13-x-eol.html - releaseCycle: "17.12" lts: true releaseDate: 2023-07-28 eoas: 2026-01-28 eol: 2027-07-28 link: https://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/ios-xe-17/ios-xe-17-12-x-eol.html - releaseCycle: "17.11" releaseDate: 2023-03-28 eoas: 2024-03-28 eol: 2024-03-28 link: https://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/ios-xe-17/ios-xe-17-11-x-eol.html - releaseCycle: "17.10" releaseDate: 2022-11-30 eoas: 2023-11-30 eol: 2023-11-30 link: https://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/ios-xe-17/ios-xe-17-10-x-eol.html - releaseCycle: "17.9" lts: true releaseDate: 2022-07-29 eoas: 2025-01-29 eol: 2026-07-29 link: https://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/ios-xe-17/ios-xe-17-9-x-eol.html - releaseCycle: "17.8" releaseDate: 2022-04-11 eoas: 2023-04-11 eol: 2023-04-11 link: https://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/ios-xe-17/ios-xe-17-8-x-eol.html - releaseCycle: "17.7" releaseDate: 2021-11-30 eoas: 2022-11-30 eol: 2022-11-30 link: https://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/ios-xe-17/ios-xe-17-7-x-eol.html - releaseCycle: "17.6" lts: true releaseDate: 2021-07-30 eoas: 2023-01-30 eol: 2024-07-30 link: https://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/ios-xe-17/ios-xe-17-6-x-eol.html - releaseCycle: "17.5" releaseDate: 2021-03-31 eoas: 2022-03-31 eol: 2022-03-31 link: https://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/ios-xe-17/ios-xe-17-5-x-eol.html - releaseCycle: "17.4" releaseDate: 2020-11-30 eol: 2021-11-30 eoas: 2021-11-30 link: https://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/ios-xe-17/eos-eol-notice-c51-2442351.html - releaseCycle: "17.3" lts: true releaseDate: 2020-07-31 eoas: 2023-01-31 eol: 2024-07-31 link: https://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/ios-xe-17/ios-xe-17-3-x-eol.html - releaseCycle: "17.2" releaseDate: 2020-03-30 eoas: 2021-03-30 eol: 2021-03-30 link: https://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/ios-xe-17/eos-eol-notice-c51-744388.html - releaseCycle: "17.1" releaseDate: 2019-11-21 eoas: 2020-11-21 eol: 2020-11-21 link: https://www.cisco.com/c/en/us/products/collateral/switches/catalyst-9200-series-switches/eos-eol-notice-c51-743638.html - releaseCycle: "16.12" lts: true releaseDate: 2019-07-31 eoas: 2022-01-31 eol: 2023-07-31 link: https://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/ios-xe-16/eos-eol-notice-c51-744154.html --- > Cisco IOS XE is a network operating system that is based on the Linux kernel. > It is used on a variety of Cisco products, including routers, switches, and wireless controllers. Releases are time-based, each with a fixed release date. The schedule specifies 3 minor releases per year at 4-month intervals. Every subsequent first and second release (e.g. 17.1, 17.2, 17.4, 17.5...) receive standard support. With standard support, releases are supported 12 months with critical bug fixes and security updates. Every subsequent third release (e.g. 17.3, 17.6...) receive extended support. With extended support, releases are supported 30 months with critical bug fixes and security updates, followed by an additional 18 months of security updates only. ================================================ FILE: products/citrix-vad.md ================================================ --- title: Citrix Virtual Apps and Desktops addedAt: 2021-12-16 category: app tags: citrix iconSlug: citrix permalink: /citrix-vad alternate_urls: - /citrixvad - /cvad # This can be removed if we add more citrix products - /citrix - /citrix-apps-desktops releasePolicyLink: https://www.citrix.com/support/product-lifecycle/product-matrix.html changelogTemplate: https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/__RELEASE_CYCLE__/whats-new LTSLabel: "LTSR" eoasColumn: true eoesColumn: true auto: methods: - citrix-vad-rss: https://www.citrix.com/content/citrix/en_us/downloads/citrix-virtual-apps-and-desktops.rss regex: - '^(New - )?Citrix Virtual( Apps and)? Desktops.+ (?P\d+).+ All Editions$' - '^(New - )?Citrix Virtual( Apps and)? Desktops.+ (?P\d+).+ Standard Edition.+' - '^(New - )?Citrix Virtual( Apps and)? Desktops.+ (?P\d+).+CU(?P\d+).+$' - '^(New - )?Citrix Virtual( Apps and)? Desktops.+ (?P\d+).+Cumulative Update (?P\d+).+ All Editions' regex_exclude: - "^.+Advanced Edition.+$" - "^.+Premium Edition.+$" template: "{{major}}{%if minor %} CU{{minor}}{%endif%}" # For LTS see EOM / EOL on https://www.citrix.com/support/product-lifecycle/product-matrix.html # For non-LTS: # eoas(x) = releaseDate(x) + 6 months # eol(x) = releaseDate(x) + 18 months releases: - releaseCycle: "2511" releaseDate: 2025-12-29 eoas: 2026-06-29 eol: 2027-06-29 latest: "2511" latestReleaseDate: 2025-12-29 link: https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/whats-new - releaseCycle: "2507" releaseDate: 2025-08-19 lts: true eoas: 2028-08-18 eol: 2028-08-18 eoes: 2033-08-18 latest: "2507 CU1" latestReleaseDate: 2026-02-02 link: https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/2507-ltsr/whats-new/cumulative-update-1 - releaseCycle: "2503" releaseDate: 2025-04-29 eoas: 2025-10-29 eol: 2026-10-29 latest: "2503" latestReleaseDate: 2025-04-29 - releaseCycle: "2411" releaseDate: 2024-12-03 eoas: 2025-06-03 eol: 2026-06-03 latest: "2411" latestReleaseDate: 2024-12-03 - releaseCycle: "2407" releaseDate: 2024-07-30 eoas: 2024-12-31 eol: 2025-12-31 latest: "2407" latestReleaseDate: 2024-07-30 - releaseCycle: "2402" releaseDate: 2024-04-14 lts: true eoas: 2029-04-15 eol: 2029-04-15 eoes: 2034-04-15 latest: "2402 CU2" latestReleaseDate: 2025-07-08 link: https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/2402-ltsr/whats-new/cumulative-update-2.html - releaseCycle: "2311" releaseDate: 2023-12-21 eoas: 2024-04-20 eol: 2025-06-20 latest: "2311" latestReleaseDate: 2023-12-21 - releaseCycle: "2308" releaseDate: 2023-09-14 eoas: 2024-03-14 eol: 2025-03-14 latest: "2308" latestReleaseDate: 2023-09-14 link: http://web.archive.org/web/20251002064202/https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/2308/whats-new - releaseCycle: "2305" releaseDate: 2023-05-31 eoas: 2023-11-30 eol: 2024-11-30 latest: "2305" latestReleaseDate: 2023-05-31 link: http://web.archive.org/web/20250719020802/https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/2305/whats-new - releaseCycle: "2303" releaseDate: 2023-03-20 eoas: 2023-09-20 eol: 2024-09-20 latest: "2303" latestReleaseDate: 2023-03-20 link: http://web.archive.org/web/20240415050756/https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/2303/whats-new.html - releaseCycle: "2212" releaseDate: 2022-12-19 eoas: 2023-06-19 eol: 2024-06-19 latest: "2212" latestReleaseDate: 2022-12-19 link: http://web.archive.org/web/20250325060541/https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/2212/whats-new - releaseCycle: "2209" releaseDate: 2022-09-29 eoas: 2023-03-29 eol: 2024-03-29 latest: "2209" latestReleaseDate: 2022-09-29 link: http://web.archive.org/web/20240105021050/https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/2209/whats-new.html - releaseCycle: "2206" releaseDate: 2022-06-28 eoas: 2022-12-28 eol: 2023-12-28 latest: "2206" latestReleaseDate: 2022-06-28 link: http://web.archive.org/web/20250521145252/https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/2206/whats-new - releaseCycle: "2203" releaseDate: 2022-03-23 lts: true eoas: 2027-03-23 eol: 2027-03-23 eoes: 2032-03-23 latest: "2203 CU7" latestReleaseDate: 2025-08-25 link: https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/2203-ltsr/whats-new/cumulative-update-7 - releaseCycle: "2112" releaseDate: 2021-12-13 eoas: 2022-06-14 eol: 2023-06-14 latest: "2112" latestReleaseDate: 2021-12-13 link: http://web.archive.org/web/20240805182525/https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/2112/whats-new.html - releaseCycle: "2109" releaseDate: 2021-09-27 eoas: 2022-03-27 eol: 2023-03-27 latest: "2109" latestReleaseDate: 2021-09-27 link: http://web.archive.org/web/20250804164352/https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/2109/whats-new - releaseCycle: "2106" releaseDate: 2021-06-16 eoas: 2021-12-16 eol: 2022-12-16 latest: "2106" latestReleaseDate: 2021-06-16 link: http://web.archive.org/web/20250418235814/https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/2106/whats-new - releaseCycle: "2103" releaseDate: 2021-03-17 eoas: 2021-09-17 eol: 2022-09-17 latest: "2103" latestReleaseDate: 2021-03-17 link: http://web.archive.org/web/20240105020947/https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/2103/whats-new.html - releaseCycle: "2012" releaseDate: 2020-12-14 eoas: 2021-06-14 eol: 2022-06-14 latest: "2012" latestReleaseDate: 2020-12-14 link: http://web.archive.org/web/20220625230254/https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/2012/whats-new.html - releaseCycle: "2009" releaseDate: 2020-09-29 eoas: 2021-03-29 eol: 2022-03-29 latest: "2009" latestReleaseDate: 2020-09-29 link: http://web.archive.org/web/20220120022043/https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/2009/whats-new.html - releaseCycle: "2006" releaseDate: 2020-06-17 eoas: 2020-12-17 eol: 2021-12-17 latest: "2006" latestReleaseDate: 2020-06-17 link: http://web.archive.org/web/20211129090147/https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/2006/whats-new.html - releaseCycle: "2003" releaseDate: 2020-03-26 eoas: 2020-09-26 eol: 2021-09-26 latest: "2003" latestReleaseDate: 2020-03-26 link: http://web.archive.org/web/20211130125819/https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/2003/whats-new.html - releaseCycle: "1912" releaseDate: 2019-12-18 lts: true eoas: 2024-12-18 eol: 2024-12-18 eoes: 2029-12-18 latest: "1912 CU10" latestReleaseDate: 2024-11-25 link: https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/1912-ltsr/whats-new/cumulative-update-10.html - releaseCycle: "7.15" releaseLabel: XenDesktop __RELEASE_CYCLE__ lts: true releaseDate: 2017-08-15 eoas: 2022-08-15 eol: 2022-08-15 eoes: 2027-08-15 latest: "7.15 CU9" latestReleaseDate: 2022-07-08 link: https://docs.citrix.com/en-us/xenapp-and-xendesktop/7-15-ltsr/whats-new/cumulative-update-9.html --- > [Citrix Virtual Apps and Desktops](https://www.citrix.com/products/citrix-virtual-apps-and-desktops/) > (CVAD) provides virtualization solutions that give IT control of virtual machines, applications, > and security while providing anywhere access for any device. Citrix Virtual Apps and Desktops was previously known as XenApp and XenDesktop, re-branded in 2018. There are two release types for on-premises deployments, Current Releases and Long-Term Service Releases (LTSR): - Current Releases will reach end of active support 6 months after release and end of security support 18 months after release. - Long-Term Service Releases will reach end of active and security support 5 years after release. Incremental updates are delivered in the form of Cumulative Updates (CU). LTSR is also eligible for [paid extended support](https://support.citrix.com/article/CTX459999/extended-support-customer-guide) up to 5 years after active and security support ends. This page tracks the on-premise version of the product and not the cloud-hosted version (Citrix Virtual Apps and Desktops _service_). ================================================ FILE: products/ckeditor.md ================================================ --- title: CKEditor addedAt: 2024-02-20 category: framework iconSlug: ckeditor4 permalink: /ckeditor releasePolicyLink: https://ckeditor.com/docs/ckeditor5/latest/updating/versioning-policy.html eolColumn: Support eoesColumn: true staleReleaseThresholdDays: 40 # so that maintainers are reminded to manually update the latest version frequently identifiers: - repology: ckeditor - cpe: cpe:/a:ckeditor:ckeditor - cpe: cpe:2.3:a:ckeditor:ckeditor releases: - releaseCycle: "5" releaseDate: 2018-04-25 # https://github.com/ckeditor/ckeditor5/releases/tag/v10.0.0 eol: false latest: 47.6.1 latestReleaseDate: 2026-03-11 link: https://github.com/ckeditor/ckeditor5/releases/tag/v__LATEST__ - releaseCycle: "4" lts: true releaseDate: 2012-11-23 eol: 2023-06-30 eoes: 2028-12-01 latest: 4.25.1 latestReleaseDate: 2025-02-05 link: https://github.com/ckeditor/ckeditor4/releases/tag/__LATEST__-lts --- > [CKEditor](https://ckeditor.com/) is an open-source WYSIWYG rich text editor written in JavaScript. The open source version of CKEditor 4 is not maintained anymore. [CKEditor 4 LTS](https://ckeditor.com/ckeditor-4-support/) is a commercial offering to maintain CKE 4 past its EOL date. ================================================ FILE: products/clamav.md ================================================ --- title: ClamAV addedAt: 2022-12-15 category: app permalink: /clamav versionCommand: clamscan --version releasePolicyLink: https://docs.clamav.net/faq/faq-eol.html changelogTemplate: "https://github.com/Cisco-Talos/clamav/releases/tag/clamav-__LATEST__" identifiers: - repology: clamav - cpe: cpe:2.3:a:clamav:clamav - cpe: cpe:/a:clamav:clamav - cpe: cpe:2.3:a:cisco:clam_antivirus - cpe: cpe:/a:cisco:clam_antivirus - cpe: cpe:2.3:a:cisco:clamav - cpe: cpe:/a:cisco:clamav - cpe: cpe:2.3:a:clam_anti-virus:clamav - cpe: cpe:/a:clam_anti-virus:clamav auto: methods: - git: https://github.com/Cisco-Talos/clamav.git regex: '^clamav-(?P[0-9]+)\.(?P[0-9]+)(\.(?P[0-9]+))?$' # See https://docs.clamav.net/faq/faq-eol.html#version-support-matrix for EOL dates. releases: - releaseCycle: "1.5" releaseDate: 2025-10-07 eol: false # releaseCycle(1.7) + 4 months latest: "1.5.2" latestReleaseDate: 2026-03-04 - releaseCycle: "1.4" releaseDate: 2024-08-15 lts: true eol: 2027-08-15 latest: "1.4.4" latestReleaseDate: 2026-03-04 - releaseCycle: "1.3" releaseDate: 2024-02-07 eol: 2026-02-07 latest: "1.3.2" latestReleaseDate: 2024-09-04 - releaseCycle: "1.2" releaseDate: 2023-08-27 eol: 2024-12-15 # releaseDate(1.4) + 4 months latest: "1.2.3" latestReleaseDate: 2024-04-17 - releaseCycle: "1.1" releaseDate: 2023-05-01 eol: 2024-06-07 latest: "1.1.3" latestReleaseDate: 2023-10-25 - releaseCycle: "1.0" releaseDate: 2022-11-28 lts: true eol: 2025-11-28 latest: "1.0.9" latestReleaseDate: 2025-06-18 - releaseCycle: "0.105" releaseDate: 2022-05-04 eol: 2023-09-01 latest: "0.105.2" latestReleaseDate: 2023-02-15 - releaseCycle: "0.104" releaseDate: 2021-09-02 eol: 2023-03-28 latest: "0.104.4" latestReleaseDate: 2022-07-26 - releaseCycle: "0.103" releaseDate: 2020-09-11 lts: true eol: 2024-09-14 latest: "0.103.12" latestReleaseDate: 2024-09-04 - releaseCycle: "0.102" releaseDate: 2019-10-02 eol: 2022-01-03 latest: "0.102.4" latestReleaseDate: 2020-07-15 - releaseCycle: "0.101" releaseDate: 2018-12-02 eol: 2022-01-03 latest: "0.101.5" latestReleaseDate: 2019-11-20 - releaseCycle: "0.100" releaseDate: 2018-04-04 eol: 2021-10-29 latest: "0.100.3" latestReleaseDate: 2019-03-26 - releaseCycle: "0.99" releaseDate: 2015-11-25 eol: 2021-03-01 latest: "0.99.4" latestReleaseDate: 2018-03-01 --- > [ClamAV](https://www.clamav.net/) is an open source antivirus engine for detecting trojans, > viruses, malware and other malicious threats. LTS releases are supported for at least three years, and new LTS releases are identified approximately every two years. Each LTS release is supported with critical patch versions and access to download signatures. Regular (non-LTS) releases are supported with critical patch versions for at least four months from the initial publication date of the next release, or until the next-next release is published. Non-LTS releases are allowed access to download signatures until at least four months after the next-next release is published. A [Version Support Matrix](https://docs.clamav.net/faq/faq-eol.html#version-support-matrix) is available for information about unsupported releases that are actively blocked from downloading new software updates or signatures. ================================================ FILE: products/clearlinux.md ================================================ --- title: Clear Linux addedAt: 2025-07-22 category: os tags: discontinued linux-distribution intel iconSlug: intel permalink: /clear-linux alternate_urls: - /clearlinux versionCommand: cat /etc/os-release # Validated on the clearlinux docker image releasePolicyLink: https://community.clearlinux.org/t/all-good-things-come-to-an-end-shutting-down-clear-linux-os/10716 identifiers: - purl: pkg:docker/library/clearlinux # CPEs based on the /etc/os-release data - cpe: cpe:/o:intel:clear-linux-os - cpe: cpe:2.3:o:intel:clear-linux-os releases: - releaseCycle: "current" releaseDate: 2015-02-06 eol: 2025-07-21 # https://cdn.download.clearlinux.org/releases/ latest: "43800" latestReleaseDate: 2025-07-21 --- > [Clear Linux](https://clearlinux.org) was a Linux distribution optimized for > Intel architecture, designed to provide a high-performance computing > environment for server and cloud use-cases. It was developed by Intel and > [discontinued in July 2025](https://community.clearlinux.org/t/10716/6) Clear Linux was a rolling distribution with an automatic single OS-level software update. ================================================ FILE: products/cloud-sql-auth-proxy.md ================================================ --- title: Cloud SQL Auth Proxy addedAt: 2025-10-11 category: app tags: google iconSlug: googlecloud permalink: /cloud-sql-auth-proxy alternate_urls: - /cloud-sql-proxy versionCommand: cloud-sql-proxy --version releasePolicyLink: https://github.com/GoogleCloudPlatform/cloud-sql-proxy?tab=readme-ov-file#support-policy changelogTemplate: https://github.com/GoogleCloudPlatform/cloud-sql-proxy/releases/tag/v__LATEST__ eolColumn: Maintenance eoasColumn: Active Support auto: methods: - git: https://github.com/GoogleCloudPlatform/cloud-sql-proxy.git releases: - releaseCycle: "2" releaseDate: 2023-01-17 eoas: 2026-04-28 eol: false latest: "2.21.2" latestReleaseDate: 2026-03-18 - releaseCycle: "1" releaseDate: 2020-01-01 eoas: 2023-08-22 # no specified date in any documentation, however commits slow down greatly on this date https://github.com/GoogleCloudPlatform/cloud-sql-proxy/commits/v1.37.9/?after=cbba97d111c5c42f65b8b5037dcdfa4e795b2194+34 eol: false latest: "1.37.14" latestReleaseDate: 2026-03-19 --- > [Cloud SQL Auth Proxy](https://cloud.google.com/sql/docs/mysql/sql-proxy) enables secure, short-lived connections to Cloud SQL databases without exposing them to the public internet. Cloud SQL Auth Proxy follows [semantic versioning](https://semver.org/). Each major version has two support phases: - **Active**: New major versions receive both new features and bug fixes for a minimum of 1 year. - **Maintenance**: After the active phase, releases receive only critical security and bug fixes. ================================================ FILE: products/cnspec.md ================================================ --- title: cnspec addedAt: 2025-01-04 category: app tags: mondoo permalink: /cnspec versionCommand: cnspec version releasePolicyLink: https://mondoo.com/docs/cnspec/cnspec-adv-install/update/ changelogTemplate: https://github.com/mondoohq/cnspec/releases/tag/v__LATEST__ eoasColumn: true identifiers: - cpe: cpe:2.3:a:cnspec:cnspec - repology: cnspec - purl: pkg:github/mondoohq/cnspec - purl: pkg:docker/mondoo/cnspec auto: methods: - github_releases: mondoohq/cnspec # eoas(x) = releaseDate(x+1) # eol(x) = releaseDate(x+2) releases: - releaseCycle: "13" releaseDate: 2026-03-10 eoas: false eol: false latest: "13.1.1" latestReleaseDate: 2026-03-18 - releaseCycle: "12" releaseDate: 2025-09-05 eoas: 2026-03-10 eol: false latest: "12.23.1" latestReleaseDate: 2026-02-17 - releaseCycle: "11" releaseDate: 2024-04-17 eoas: 2025-09-05 eol: 2026-03-10 latest: "11.69.1" latestReleaseDate: 2025-08-26 - releaseCycle: "10" releaseDate: 2024-01-23 eoas: 2024-04-17 eol: 2025-09-05 latest: "10.12.2" latestReleaseDate: 2024-04-16 - releaseCycle: "9" releaseDate: 2023-10-05 eoas: 2024-01-23 eol: 2024-04-17 latest: "9.14.0" latestReleaseDate: 2024-01-09 - releaseCycle: "8" releaseDate: 2023-03-09 eoas: 2023-10-05 eol: 2024-01-23 latest: "8.28.4" latestReleaseDate: 2023-09-20 - releaseCycle: "7" releaseDate: 2022-10-18 eoas: 2023-03-09 eol: 2023-10-05 latest: "7.19.2" latestReleaseDate: 2023-03-02 - releaseCycle: "6" releaseDate: 2022-10-11 eoas: 2022-10-18 eol: 2023-03-09 latest: "6.19.0" latestReleaseDate: 2022-10-11 --- > [cnspec](https://mondoo.com/cnspec/) is an open source, cloud-native security and policy tool. > It assesses an entire infrastructure's security and compliance and finds vulnerabilities and misconfigurations across > public and private cloud environments, Kubernetes clusters, containers, container registries, servers, endpoints, > SaaS products, infrastructure as code, APIs, and more. cnspec follows an N-1 support strategy, meaning the current major version (N) and the immediate previous major version (N-1) are officially supported with non-breaking changes, bug and security fixes. During this time, both major versions can communicate with the Mondoo Platform and execute all published policies and query packs. ================================================ FILE: products/cockroachdb.md ================================================ --- title: CockroachDB addedAt: 2024-03-10 category: database iconSlug: cockroachlabs permalink: /cockroachdb alternate_urls: - /cockroach - /crdb versionCommand: cockroach version releasePolicyLink: https://www.cockroachlabs.com/docs/releases/release-support-policy changelogTemplate: https://www.cockroachlabs.com/docs/releases/v__RELEASE_CYCLE__ eoasColumn: Maintenance Support eolColumn: Assistance Support identifiers: - repology: cockroachdb auto: methods: - git: https://github.com/cockroachdb/cockroach.git - release_table: https://www.cockroachlabs.com/docs/releases/release-support-policy#1 fields: releaseCycle: column: "Major Version" regex: '^v?(?P\d+\.\d+).*$' releaseDate: "Initial Release" eoas: "Maintenance Support ends" eol: "Assistance Support ends" - release_table: https://www.cockroachlabs.com/docs/releases/release-support-policy#2 fields: releaseCycle: column: "Major Version" regex: '^v?(?P\d+\.\d+).*$' releaseDate: "Initial Release" eoas: "Maintenance Support ended" eol: "Assistance Support ended" # For LTS Releases # eoas(x) = lts(x)+1y # eol(x) = lts(x)+2y # # For Regular Releases: # eoas(x) = releaseDate(x) + 1y # eol(x) = releaseDate(x) + 1.5y # # For Innovation Releases: # eoas(x) = releaseDate(x) + 6m # eol(x) = eoas(x) releases: - releaseCycle: "26.1" releaseDate: 2026-02-02 eoas: 2026-08-02 eol: 2026-08-02 latest: "26.1.1" latestReleaseDate: 2026-03-03 - releaseCycle: "25.4" releaseDate: 2025-11-03 eoas: 2026-11-03 eol: 2027-05-03 latest: "25.4.6" latestReleaseDate: 2026-02-27 - releaseCycle: "25.3" releaseDate: 2025-08-04 eoas: 2026-02-04 eol: 2026-02-04 # innovation release latest: "25.3.7" latestReleaseDate: 2026-01-07 - releaseCycle: "25.2" releaseDate: 2025-05-09 eoas: 2026-05-12 eol: 2026-11-12 latest: "25.2.15" latestReleaseDate: 2026-03-04 - releaseCycle: "25.1" releaseDate: 2025-02-18 eoas: 2025-08-18 eol: false latest: "25.1.10" latestReleaseDate: 2025-07-31 - releaseCycle: "24.3" releaseDate: 2024-11-18 eoas: 2025-11-18 eol: 2026-05-18 latest: "24.3.29" latestReleaseDate: 2026-03-04 - releaseCycle: "24.2" releaseDate: 2024-08-12 eoas: 2025-02-12 eol: 2025-02-12 latest: "24.2.10" latestReleaseDate: 2025-01-31 - releaseCycle: "24.1" releaseDate: 2024-05-20 lts: 2026-10-21 eoas: 2025-05-20 eol: 2025-11-20 latest: "24.1.26" latestReleaseDate: 2026-02-17 - releaseCycle: "23.2" releaseDate: 2024-02-05 lts: 2026-07-08 # v23.2.7 eoas: 2025-02-05 # as per https://www.cockroachlabs.com/docs/releases/v23.2 eol: 2025-08-05 # as per https://www.cockroachlabs.com/docs/releases/v23.2 latest: "23.2.29" latestReleaseDate: 2026-02-17 - releaseCycle: "23.1" releaseDate: 2023-05-15 lts: 2023-11-13 # v23.1.12 eoas: 2024-05-15 # As per https://www.cockroachlabs.com/docs/releases/v23.1 eol: 2024-11-15 # As per https://www.cockroachlabs.com/docs/releases/v23.1 latest: "23.1.30" latestReleaseDate: 2024-11-19 - releaseCycle: "22.2" releaseDate: 2022-12-05 eoas: 2023-12-05 eol: 2024-06-05 latest: "22.2.19" latestReleaseDate: 2024-02-23 - releaseCycle: "22.1" releaseDate: 2022-05-24 eoas: 2023-05-24 eol: 2023-11-24 latest: "22.1.22" latestReleaseDate: 2023-08-01 - releaseCycle: "21.2" releaseDate: 2021-11-16 eoas: 2022-11-16 eol: 2023-05-16 latest: "21.2.17" latestReleaseDate: 2022-10-12 - releaseCycle: "21.1" releaseDate: 2021-05-18 eoas: 2022-05-18 eol: 2022-11-18 latest: "21.1.21" latestReleaseDate: 2022-08-08 - releaseCycle: "20.2" releaseDate: 2020-11-10 eoas: 2021-11-10 eol: 2022-05-10 latest: "20.2.19" latestReleaseDate: 2022-02-03 - releaseCycle: "20.1" releaseDate: 2020-05-12 eoas: 2021-05-12 eol: 2021-11-12 latest: "20.1.17" latestReleaseDate: 2021-05-11 - releaseCycle: "19.2" releaseDate: 2019-11-12 eoas: 2020-11-12 eol: 2021-05-12 latest: "19.2.12" latestReleaseDate: 2021-01-12 - releaseCycle: "19.1" releaseDate: 2019-04-30 eoas: 2020-04-30 eol: 2020-10-30 latest: "19.1.11" latestReleaseDate: 2020-06-29 - releaseCycle: "2.1" releaseDate: 2018-10-30 eoas: 2019-10-30 eol: 2020-04-30 latest: "2.1.11" latestReleaseDate: 2020-01-22 - releaseCycle: "2.0" releaseDate: 2018-04-04 eoas: 2019-04-04 eol: 2019-10-04 latest: "2.0.7" latestReleaseDate: 2018-11-28 - releaseCycle: "1.1" releaseDate: 2017-10-12 eoas: 2018-10-12 eol: 2019-04-12 latest: "1.1.9" latestReleaseDate: 2018-10-01 - releaseCycle: "1.0" releaseDate: 2017-05-10 eoas: 2018-05-10 eol: 2018-11-10 latest: "1.0.7" latestReleaseDate: 2018-02-11 --- > [CockroachDB](http://cockroachdb.com/) is a distributed SQL database built on a transactional and > strongly-consistent key-value store, developed by Cockroach Labs. {: .warning } > This page tracks the CockroachDB Self-Hosted releases — the Cloud and Serverless releases have their own > [support and upgrade policy](https://www.cockroachlabs.com/docs/cockroachcloud/upgrade-policy). CockroachDB follows a three-component [calendar versioning scheme](https://www.cockroachlabs.com/docs/releases/#release-naming). A major version of CockroachDB is released once per quarter, alternating between a Regular release or an Innovation release. New releases are made available for CockroachDB Cloud clusters for two weeks before binaries are published for Self-Hosted downloads. - **Regular (GA)** releases offer 1 year of Maintenance Support, followed by 6 months of Assistance Support. Regular Releases since v23.1 can upgrade to become an LTS Release after they demonstrate a continuously high level of stability and performance. - **Long-Term Support(LTS)** releases offer 1 year of Maintenance Support from the date of the first LTS patch release, followed by 1 year of Assistance Support. - **Innovation** releases offer 6 months of Maintenance Support. They do not have LTS releases. ## Support Levels Each release cycle can be in one of two support levels: - **Maintenance** Support: The release is actively supported with bug and security fixes. - **Assistance** Support: The release is supported with critical security fixes only. ## Reference - A list of all [Production Releases](https://www.cockroachlabs.com/docs/releases#production-releases) includes the first LTS release in each release cycle. ================================================ FILE: products/coder.md ================================================ --- title: Coder addedAt: 2024-08-02 category: server-app iconSlug: coder permalink: /coder versionCommand: coder version releasePolicyLink: https://coder.com/docs/install/releases changelogTemplate: https://github.com/coder/coder/releases/tag/v__LATEST__ eoasColumn: true identifiers: - repology: coder - purl: pkg:github/coder/coder - purl: pkg:generic/coder - cpe: cpe:2.3:a:coder:code-server auto: methods: - github_releases: coder/coder # eoas(x) = releaseDate(x+2) # eol(x) = releaseDate(x+3) releases: - releaseCycle: "2.31" releaseDate: 2026-03-03 eoas: false # releaseDate(2.33) eol: false # releaseDate(2.34) latest: "2.31.5" latestReleaseDate: 2026-03-13 - releaseCycle: "2.30" releaseDate: 2026-02-03 eoas: false # releaseDate(2.32) eol: false # releaseDate(2.33) latest: "2.30.4" latestReleaseDate: 2026-03-16 - releaseCycle: "2.29" releaseDate: 2025-12-02 eoas: 2026-02-23 # releaseDate(2.31) eol: false # releaseDate(2.32) latest: "2.29.8" latestReleaseDate: 2026-03-03 - releaseCycle: "2.28" releaseDate: 2025-11-04 eoas: 2026-02-03 # releaseDate(2.30) eol: 2026-02-23 # releaseDate(2.31) latest: "2.28.11" latestReleaseDate: 2026-02-23 - releaseCycle: "2.27" releaseDate: 2025-10-07 eoas: 2025-12-02 eol: 2026-02-03 # releaseDate(2.30) latest: "2.27.11" latestReleaseDate: 2026-01-26 - releaseCycle: "2.26" releaseDate: 2025-09-03 eoas: 2025-11-04 eol: 2025-12-02 latest: "2.26.6" latestReleaseDate: 2025-12-01 - releaseCycle: "2.25" releaseDate: 2025-08-05 eoas: 2025-10-07 eol: 2025-11-04 latest: "2.25.3" latestReleaseDate: 2025-10-01 - releaseCycle: "2.24" releaseDate: 2025-07-01 eoas: 2025-09-03 eol: 2025-10-07 latest: "2.24.4" latestReleaseDate: 2025-09-04 - releaseCycle: "2.23" releaseDate: 2025-06-03 eoas: 2025-08-05 eol: 2025-09-03 latest: "2.23.5" latestReleaseDate: 2025-08-07 - releaseCycle: "2.22" releaseDate: 2025-05-16 eoas: 2025-07-01 eol: 2025-08-05 latest: "2.22.1" latestReleaseDate: 2025-05-20 - releaseCycle: "2.21" releaseDate: 2025-04-01 eoas: 2025-06-03 eol: 2025-07-01 latest: "2.21.3" latestReleaseDate: 2025-04-29 - releaseCycle: "2.20" releaseDate: 2025-03-05 eoas: 2025-05-16 eol: 2025-06-03 latest: "2.20.3" latestReleaseDate: 2025-04-29 - releaseCycle: "2.19" releaseDate: 2025-02-04 eoas: 2025-04-01 eol: 2025-05-16 latest: "2.19.3" latestReleaseDate: 2025-04-29 - releaseCycle: "2.18" releaseDate: 2024-12-03 eoas: 2025-03-05 eol: 2025-04-01 latest: "2.18.5" latestReleaseDate: 2025-01-30 - releaseCycle: "2.17" releaseDate: 2024-11-05 eoas: 2025-02-04 # releaseDate(2.19) eol: 2025-03-05 latest: "2.17.3" latestReleaseDate: 2024-12-13 - releaseCycle: "2.16" releaseDate: 2024-10-01 eoas: 2024-12-03 # releaseDate(2.18) eol: 2025-02-04 # releaseDate(2.19) latest: "2.16.1" latestReleaseDate: 2024-10-28 - releaseCycle: "2.15" releaseDate: 2024-09-03 eoas: 2024-11-05 # releaseDate(2.17) eol: 2024-12-03 # releaseDate(2.18) latest: "2.15.4" latestReleaseDate: 2024-10-28 - releaseCycle: "2.14" releaseDate: 2024-08-06 eoas: 2024-10-01 # releaseDate(2.16) eol: 2024-11-05 # releaseDate(2.17) latest: "2.14.4" latestReleaseDate: 2024-10-28 - releaseCycle: "2.13" releaseDate: 2024-07-02 eoas: 2024-09-03 # releaseDate(2.15) eol: 2024-10-01 # releaseDate(2.16) latest: "2.13.5" latestReleaseDate: 2024-08-20 - releaseCycle: "2.12" releaseDate: 2024-06-04 eoas: 2024-08-06 # releaseDate(2.14) eol: 2024-09-03 # releaseDate(2.15) latest: "2.12.6" latestReleaseDate: 2024-08-01 - releaseCycle: "2.11" releaseDate: 2024-05-07 eoas: 2024-07-02 # releaseDate(2.13) eol: 2024-08-06 # releaseDate(2.14) latest: "2.11.4" latestReleaseDate: 2024-06-24 - releaseCycle: "2.10" releaseDate: 2024-04-03 eoas: 2024-06-04 # releaseDate(2.12) eol: 2024-07-02 # releaseDate(2.13) latest: "2.10.3" latestReleaseDate: 2024-05-22 - releaseCycle: "2.9" releaseDate: 2024-03-07 eoas: 2024-05-07 # releaseDate(2.11) eol: 2024-06-04 # releaseDate(2.12) latest: "2.9.4" latestReleaseDate: 2024-04-22 - releaseCycle: "2.8" releaseDate: 2024-02-06 eoas: 2024-04-03 # releaseDate(2.10) eol: 2024-05-07 # releaseDate(2.11) latest: "2.8.5" latestReleaseDate: 2024-03-09 - releaseCycle: "2.7" releaseDate: 2024-01-01 eoas: 2024-03-07 # releaseDate(2.9) eol: 2024-04-03 # releaseDate(2.10) latest: "2.7.3" latestReleaseDate: 2024-03-04 --- > [Coder](https://coder.com) is an open-source platform for creating and managing developer workspaces on your preferred > clouds and servers. There is a new minor release of Coder on the first Tuesday of each month. Minor releases are supported for three months with bug and security fixes the first month, major bug and security fixes the second month, and only security fixes the third month. ================================================ FILE: products/coldfusion.md ================================================ --- title: Adobe ColdFusion addedAt: 2021-08-30 category: server-app tags: adobe permalink: /coldfusion versionCommand: writeoutput(server.coldfusion.productversion); releasePolicyLink: https://helpx.adobe.com/x-productkb/policy-pricing/policy_enterprise_lifecycle.html changelogTemplate: https://helpx.adobe.com/coldfusion/kb/coldfusion-__RELEASE_CYCLE__-updates.html eolColumn: Core Support eoesColumn: true identifiers: - cpe: cpe:2.3:a:adobe:coldfusion - cpe: cpe:/a:adobe:coldfusion auto: disabled: true # helpx.adobe.com time out when running from a GHA runner methods: - coldfusion: https://helpx.adobe.com/coldfusion/kb/coldfusion-10-updates.html - coldfusion: https://helpx.adobe.com/coldfusion/kb/coldfusion-11-updates.html - coldfusion: https://helpx.adobe.com/coldfusion/kb/coldfusion-2016-updates.html - coldfusion: https://helpx.adobe.com/coldfusion/kb/coldfusion-2018-updates.html - coldfusion: https://helpx.adobe.com/coldfusion/kb/coldfusion-2021-updates.html - coldfusion: https://helpx.adobe.com/coldfusion/kb/coldfusion-2023-updates.html - coldfusion: https://helpx.adobe.com/coldfusion/kb/coldfusion-2025-updates.html - declare: coldfusion versions: # .0 release dates are not available in the release notes - { name: "10.0.0", date: 2012-05-15 } # https://en.wikipedia.org/wiki/Adobe_ColdFusion#Adobe_ColdFusion_10 - { name: "11.0.0", date: 2014-04-29 } # https://en.wikipedia.org/wiki/Adobe_ColdFusion#Adobe_ColdFusion_11 - { name: "2016.0.0", date: 2016-02-16 } # https://en.wikipedia.org/wiki/Adobe_ColdFusion#Adobe_ColdFusion_(2016_Release) - { name: "2018.0.0", date: 2018-07-12 } # https://coldfusion.adobe.com/2018/07/new-coldfusion-release-adds-performance-monitoring-toolset-for-measuring-monitoring-and-managing-high-performing-web-apps/ - { name: "2021.0.0", date: 2020-11-11 } # https://community.adobe.com/t5/coldfusion-discussions/introducing-adobe-coldfusion-2021-release/m-p/11585468 - { name: "2023.0.0", date: 2022-05-16 } # https://coldfusion.adobe.com/2023/05/coldfusion2023-release/ - { name: "2025.0.0", date: 2025-02-25 } # https://community.adobe.com/t5/coldfusion-discussions/now-live-adobe-coldfusion-2025-release/td-p/15176421 # When adding a cycle, remember to add its release note URL in # https://github.com/endoflife-date/release-data/blob/main/src/coldfusion.py # to benefit from auto-updates. releases: - releaseCycle: "2025" releaseDate: 2025-02-25 eol: 2030-04-08 eoes: 2031-04-08 latest: "2025.0.06.331564" latestReleaseDate: 2026-01-13 - releaseCycle: "2023" releaseDate: 2022-05-16 eol: 2028-05-16 eoes: 2029-05-16 latest: "2023.0.18.330879" latestReleaseDate: 2026-01-13 - releaseCycle: "2021" releaseDate: 2020-11-11 eol: 2025-11-10 eoes: 2026-11-10 latest: "2021.0.23.330486" latestReleaseDate: 2025-12-09 - releaseCycle: "2018" releaseDate: 2018-07-12 eol: 2023-07-13 eoes: 2024-07-13 latest: "2018.0.19.330149" latestReleaseDate: 2023-07-19 - releaseCycle: "2016" releaseDate: 2016-02-16 eol: 2021-02-17 eoes: 2022-02-17 latest: "2016.0.17.325979" latestReleaseDate: 2021-03-22 - releaseCycle: "11" releaseDate: 2014-04-29 eol: 2019-04-30 eoes: 2021-04-30 latest: "11.0.19.314546" latestReleaseDate: 2019-06-11 - releaseCycle: "10" releaseDate: 2012-05-15 eol: 2017-05-16 eoes: 2019-05-16 latest: "10.0.23.302580" latestReleaseDate: 2017-04-25 --- > [Adobe ColdFusion](https://www.adobe.com/products/coldfusion-family.html) is a Java-based commercial > web application server and development platform from Adobe. ColdFusion's lifecycle is typically 5 years after release, with new releases usually about every two years. A list of all the releases with their dates can be seen on [Products and technical support periods](https://helpx.adobe.com/support/programs/eol-matrix.html). Adobe also commercialize an "Extended maintenance and support" option with extra maintenance and support services after the end of the Core Support period. ================================================ FILE: products/commvault.md ================================================ --- title: Commvault addedAt: 2025-10-11 category: app permalink: /commvault alternate_urls: - /commvault-backup releasePolicyLink: https://documentation.commvault.com/v11/software/commvault_software_releases_release_types_and_release_tracks.html identifiers: - cpe: cpe:2.3:a:commvault:commvault auto: methods: - release_table: https://documentation.commvault.com/v11/software/commvault_software_releases_release_types_and_release_tracks.html fields: releaseCycle: column: "Release" regex: '^.+ \(?(?P\d+\.\d+)\)?$' releaseDate: "Initial release date" eol: "End-of-life date" latest: "Latest maintenance release" latestReleaseDate: "Maintenance release date" releases: - releaseCycle: "11.42" releaseDate: 2025-07-14 eol: 2026-07-15 latest: "11.42.60" latestReleaseDate: 2025-01-12 link: https://documentation.commvault.com/11.42/software/list_of_innovation_update_releases_in_11_42.html - releaseCycle: "11.40" lts: true releaseDate: 2025-06-15 eol: 2027-12-15 latest: "11.40.34" latestReleaseDate: 2026-01-06 link: https://documentation.commvault.com/11.40/essential/list_of_maintenance_releases_in_11_40.html - releaseCycle: "11.38" releaseDate: 2025-02-15 eol: 2025-07-18 latest: "11.38.37" latestReleaseDate: 2025-06-17 link: https://documentation.commvault.com/11.38/software/list_of_innovation_update_releases_in_11_38.html - releaseCycle: "11.36" lts: true releaseLabel: "2024E" releaseDate: 2024-08-15 eol: 2027-06-15 latest: "11.36.87" latestReleaseDate: 2026-01-06 link: https://documentation.commvault.com/2024e/essential/list_of_maintenance_releases_for_commvault_platform_release_2024e.html - releaseCycle: "11.32" lts: true releaseLabel: "2023E" releaseDate: 2023-08-15 eol: 2026-06-15 latest: "11.32.128" latestReleaseDate: 2026-01-06 link: https://documentation.commvault.com/v11/software/list_of_maintenance_releases_for_commvault_platform_release_2023e.html --- > [Commvault](https://www.commvault.com) is a comprehensive data protection and management platform. > It helps organizations back up, restore, archive, migrate, and secure data, including with built-in > disaster recovery and ransomware protection across on-premises, hybrid, and cloud environments. There are two types of Commvault releases: Innovation releases and Long-Term Support (LTS) releases. Innovation releases are published monthly and are supported for two months. They are designed to include the most recent product updates. Access to innovation releases is granted through a Release Request Form. Long-Term Support (LTS) releases are published annually and are supported for two and a half years. They are designed to be stable releases with minimal changes. LTS maintenance releases are cumulative and can be installed at any time. ================================================ FILE: products/composer.md ================================================ --- title: Composer addedAt: 2022-02-07 category: app tags: php-runtime iconSlug: composer permalink: /composer versionCommand: composer --version changelogTemplate: https://getcomposer.org/changelog/__LATEST__ identifiers: - repology: php:composer - purl: pkg:composer/composer/composer - purl: pkg:docker/library/composer - purl: pkg:github/composer/composer - cpe: cpe:2.3:a:getcomposer:composer - cpe: cpe:/a:getcomposer:composer auto: methods: - git: https://github.com/composer/composer.git # eol(x) = releaseDate(x+1) releases: - releaseCycle: "2.9" releaseDate: 2025-11-13 eol: false latest: "2.9.5" latestReleaseDate: 2026-01-29 - releaseCycle: "2.8" releaseDate: 2024-10-02 eol: 2025-11-13 latest: "2.8.12" latestReleaseDate: 2025-09-19 - releaseCycle: "2.7" releaseDate: 2024-02-08 eol: 2024-10-02 latest: "2.7.9" latestReleaseDate: 2024-09-04 - releaseCycle: "2.6" releaseDate: 2023-09-01 eol: 2024-02-08 latest: "2.6.6" latestReleaseDate: 2023-12-08 - releaseCycle: "2.5" releaseDate: 2022-12-20 eol: 2023-09-01 latest: "2.5.8" latestReleaseDate: 2023-06-09 - releaseCycle: "2.4" releaseDate: 2022-08-16 eol: 2022-12-20 latest: "2.4.4" latestReleaseDate: 2022-10-27 - releaseCycle: "2.3" releaseDate: 2022-03-30 eol: 2022-08-16 latest: "2.3.10" latestReleaseDate: 2022-07-13 - releaseCycle: "2.2" releaseDate: 2021-12-22 lts: true eol: false # seems still supported https://github.com/endoflife-date/endoflife.date/issues/5119 latest: "2.2.26" latestReleaseDate: 2025-12-30 - releaseCycle: "1" releaseDate: 2016-04-05 eol: 2020-10-24 latest: "1.10.27" latestReleaseDate: 2023-09-29 --- > [Composer](https://getcomposer.org/) is a package manager commonly used to manage > libraries and other dependencies for PHP projects. ## [PHP Support](https://blog.packagist.com/composer-2-2/) | Composer Version | PHP Version | | ---------------- | ----------- | | 2.3+ | `>=7.2.5` | | 2.2 (LTS) | `>=5.3.2` | ================================================ FILE: products/concrete-cms.md ================================================ --- title: Concrete CMS addedAt: 2026-03-07 category: server-app tags: php-runtime permalink: /concrete-cms alternate_urls: - /concrete versionCommand: concrete/bin/concrete --version releasePolicyLink: https://documentation.concretecms.org/9-x/developers/introduction/versioning-numbering-guide changelogTemplate: https://github.com/concretecms/concretecms/releases/tag/__LATEST__ eolColumn: Support auto: methods: - git: https://github.com/concretecms/concretecms.git identifiers: - repology: php:concrete-cms - purl: pkg:composer/concrete5/core - purl: pkg:docker/fehrenbacher/concrete5 - purl: pkg:github/concretecms/concretecms - cpe: cpe:2.3:a:concretecms:concrete_cms - cpe: cpe:/a:concretecms:concrete_cms releases: - releaseCycle: "9" releaseDate: 2021-10-29 eol: false latest: "9.4.8" latestReleaseDate: 2026-03-03 - releaseCycle: "8" releaseDate: 2016-12-01 eol: 2025-08-05 latest: "8.5.21" latestReleaseDate: 2025-08-05 - releaseCycle: "5.7" releaseDate: 2014-09-12 eol: 2019-10-23 latest: "5.7.5.13" latestReleaseDate: 2019-10-23 - releaseCycle: "5.6" releaseDate: 2012-08-26 eol: 2019-02-26 # https://documentation.concretecms.org/9-x/developers/introduction/version-history/5640 latest: "5.6.4.0" latestReleaseDate: 2019-02-26 link: "https://documentation.concretecms.org/9-x/developers/introduction/version-history/5640" --- > [Concrete CMS](https://www.concretecms.org/) (historically known as concrete5) is an open source content management system for teams. > A website builder with built-in tools make editing content easy. Beginning with version 8, Concrete CMS adheres to [Semantic Versioning](https://semver.org/). Concrete CMS has a loose release schedule: - A new major version comes out every few years, when it's ready. - A new minor version is released every six months, likely in late fall and late spring. - A new patch version is released every month, likely on the first Tuesday of the month. The last minor version of Concrete CMS released before a new major version is supported with bug fixes and security updates for at least three years following release. ================================================ FILE: products/confluence.md ================================================ --- title: Confluence addedAt: 2022-12-18 category: server-app tags: atlassian java-runtime iconSlug: confluence permalink: /confluence alternate_urls: - /atlassian-confluence releasePolicyLink: https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html#LongTermSupportreleases-Policyanddetails changelogTemplate: https://confluence.atlassian.com/display/DOC/Confluence+__RELEASE_CYCLE__+Release+Notes eolColumn: Support identifiers: - cpe: cpe:/a:atlassian:confluence - cpe: cpe:2.3:a:atlassian:confluence - repology: atlassian-confluence auto: methods: - atlassian_versions: https://www.atlassian.com/software/confluence/download-archives # Cannot locate confluence releases because there is no more properly formatted title to locate them #- atlassian_eol: https://confluence.atlassian.com/support/atlassian-support-end-of-life-policy-201851003.html # selector: AtlassianEndofSupportPolicy-Confluence # regex: '(?P\d+(\.\d+)+) \(EO[SL] date: (?P.+)\).*$' # Release dates from https://www.atlassian.com/software/confluence/download-archives. # LTS/EOL dates can be found on https://confluence.atlassian.com/support/atlassian-support-end-of-life-policy-201851003.html. releases: - releaseCycle: "10.2" lts: true releaseDate: 2025-12-02 eol: 2027-12-02 latest: "10.2.7" latestReleaseDate: 2026-03-03 - releaseCycle: "10.1" releaseDate: 2025-10-07 eol: 2027-10-07 latest: "10.1.2" latestReleaseDate: 2025-12-01 - releaseCycle: "10.0" releaseDate: 2025-08-05 eol: 2027-08-05 latest: "10.0.3" latestReleaseDate: 2025-09-03 - releaseCycle: "9.5" releaseDate: 2025-06-04 eol: 2027-06-04 latest: "9.5.4" latestReleaseDate: 2025-09-03 - releaseCycle: "9.4" releaseDate: 2025-03-31 eol: 2027-04-01 latest: "9.4.1" latestReleaseDate: 2025-05-05 - releaseCycle: "9.3" releaseDate: 2025-02-04 eol: 2027-02-04 latest: "9.3.2" latestReleaseDate: 2025-03-03 - releaseCycle: "9.2" lts: true releaseDate: 2024-12-09 eol: 2026-12-10 latest: "9.2.17" latestReleaseDate: 2026-03-03 - releaseCycle: "9.1" releaseDate: 2024-10-03 eol: 2026-10-03 latest: "9.1.1" latestReleaseDate: 2024-11-04 - releaseCycle: "9.0" releaseDate: 2024-07-30 eol: 2026-07-30 latest: "9.0.3" latestReleaseDate: 2024-09-03 - releaseCycle: "8.9" releaseDate: 2024-04-01 eol: 2026-04-02 latest: "8.9.8" latestReleaseDate: 2024-11-04 - releaseCycle: "8.8" releaseDate: 2024-02-08 eol: 2026-02-08 latest: "8.8.1" latestReleaseDate: 2024-03-05 - releaseCycle: "8.7" releaseDate: 2023-12-05 eol: 2025-12-06 latest: "8.7.2" latestReleaseDate: 2024-01-16 - releaseCycle: "8.6" releaseDate: 2023-10-04 eol: 2025-10-05 latest: "8.6.2" latestReleaseDate: 2023-12-06 - releaseCycle: "8.5" lts: true releaseDate: 2023-08-21 eol: 2025-12-15 latest: "8.5.31" latestReleaseDate: 2025-12-16 - releaseCycle: "8.4" releaseDate: 2023-07-05 eol: 2025-07-06 latest: "8.4.5" latestReleaseDate: 2023-12-06 - releaseCycle: "8.3" releaseDate: 2023-05-22 eol: 2025-05-23 latest: "8.3.4" latestReleaseDate: 2023-10-31 - releaseCycle: "8.2" releaseDate: 2023-03-28 eol: 2025-03-29 latest: "8.2.3" latestReleaseDate: 2023-05-16 - releaseCycle: "8.1" releaseDate: 2023-02-13 eol: 2025-02-14 latest: "8.1.4" latestReleaseDate: 2023-04-05 - releaseCycle: "8.0" releaseDate: 2022-11-28 eol: 2024-11-29 latest: "8.0.4" latestReleaseDate: 2023-02-13 - releaseCycle: "7.20" releaseDate: 2022-10-03 eol: 2024-10-04 latest: "7.20.3" latestReleaseDate: 2022-12-13 - releaseCycle: "7.19" lts: true releaseDate: 2022-07-27 eol: 2024-12-13 latest: "7.19.30" latestReleaseDate: 2024-12-02 - releaseCycle: "7.18" releaseDate: 2022-05-28 eol: 2024-05-30 latest: "7.18.3" latestReleaseDate: 2022-07-11 - releaseCycle: "7.17" releaseDate: 2022-03-20 eol: 2024-03-22 latest: "7.17.5" latestReleaseDate: 2022-06-21 - releaseCycle: "7.16" releaseDate: 2022-01-30 eol: 2024-01-31 latest: "7.16.5" latestReleaseDate: 2022-07-05 - releaseCycle: "7.15" releaseDate: 2021-11-22 eol: 2023-11-24 latest: "7.15.3" latestReleaseDate: 2022-06-23 - releaseCycle: "7.14" releaseDate: 2021-10-10 eol: 2023-10-12 latest: "7.14.4" latestReleaseDate: 2022-06-23 - releaseCycle: "7.13" lts: true releaseDate: 2021-08-15 eol: 2023-08-17 latest: "7.13.20" latestReleaseDate: 2023-08-02 - releaseCycle: "7.4" lts: true releaseDate: 2020-04-18 eol: 2022-04-21 latest: "7.4.18" latestReleaseDate: 2022-07-04 - releaseCycle: "6.13" lts: true releaseDate: 2018-12-02 eol: 2020-12-04 latest: "6.13.23" latestReleaseDate: 2021-08-23 - releaseCycle: "6.6" lts: true releaseDate: 2017-12-10 eol: 2019-12-12 latest: "6.6.17" latestReleaseDate: 2019-11-07 --- > [Confluence](https://www.atlassian.com/software/confluence) is a web-based corporate wiki developed by Atlassian. {: .warning } > Atlassian will end support for Confluence Server [on February 15, 2024](https://www.atlassian.com/migration/assess/journey-to-cloud). > And starting from 8.6.x, new releases of Confluence are available only to Data Center customers. Confluence is available both as SaaS and on-premises offer, with two editions: - Confluence Cloud: Cloud edition, available through [Atlassian Cloud](https://www.atlassian.com/licensing/cloud). - Confluence Data Center: Self-hosted edition, targeted to enterprises. This page is **only** about Confluence Data Center. Confluence Cloud is a part of the Atlassian Cloud with [its own release cadence](https://confluence.atlassian.com/cloud/blog). Confluence has both LTS and non-LTS releases. There is approximately one LTS release per year, which receives bug and security fixes for 2 years. Non-LTS releases are supported for 6 months with only critical security fixes. More information can be found in [this article](https://www.atlassian.com/blog/enterprise/introducing-enterprise-releases). ================================================ FILE: products/consul.md ================================================ --- title: Hashicorp Consul addedAt: 2021-10-20 category: server-app tags: hashicorp iconSlug: consul permalink: /consul versionCommand: consul --version releasePolicyLink: https://support.hashicorp.com/hc/en-us/articles/360021185113-Support-Period-and-End-of-Life-EOL-Policy changelogTemplate: https://github.com/hashicorp/consul/blob/v__LATEST__/CHANGELOG.md identifiers: - repology: consul - purl: pkg:docker/library/consul - purl: pkg:github/hashicorp/consul - purl: pkg:golang/github.com/hashicorp/consul - cpe: cpe:2.3:a:hashicorp:consul - cpe: cpe:/a:hashicorp:consul auto: methods: - git: https://github.com/hashicorp/consul.git # eol(x) = releaseDate(x+3) releases: - releaseCycle: "1.22" releaseDate: 2025-10-27 eol: false # releaseDate(1.25) latest: "1.22.5" latestReleaseDate: 2026-02-26 - releaseCycle: "1.21" releaseDate: 2025-05-06 eol: false # releaseDate(1.24) latest: "1.21.5" latestReleaseDate: 2025-09-21 - releaseCycle: "1.20" releaseDate: 2024-10-14 eol: false # releaseDate(1.23) latest: "1.20.6" latestReleaseDate: 2025-04-25 - releaseCycle: "1.19" releaseDate: 2024-06-12 eol: 2025-10-27 latest: "1.19.2" latestReleaseDate: 2024-08-27 - releaseCycle: "1.18" releaseDate: 2024-02-26 eol: 2025-05-06 latest: "1.18.2" latestReleaseDate: 2024-05-16 - releaseCycle: "1.17" releaseDate: 2023-11-03 eol: 2024-10-14 latest: "1.17.4" latestReleaseDate: 2024-03-26 - releaseCycle: "1.16" releaseDate: 2023-06-26 eol: 2024-06-12 latestReleaseDate: 2024-03-26 latest: "1.16.7" - releaseCycle: "1.15" releaseDate: 2023-02-23 eol: 2024-02-27 latestReleaseDate: 2024-03-26 latest: "1.15.11" - releaseCycle: "1.14" eol: 2023-11-03 releaseDate: 2022-11-15 latestReleaseDate: 2023-10-31 latest: "1.14.11" - releaseCycle: "1.13" eol: 2023-06-26 releaseDate: 2022-08-09 latestReleaseDate: 2023-06-23 latest: "1.13.9" - releaseCycle: "1.12" eol: 2023-02-23 latest: "1.12.9" latestReleaseDate: 2023-01-26 releaseDate: 2022-04-19 - releaseCycle: "1.11" eol: 2022-11-15 latest: "1.11.11" latestReleaseDate: 2022-10-19 releaseDate: 2021-12-14 - releaseCycle: "1.10" eol: 2022-08-09 latest: "1.10.12" latestReleaseDate: 2022-07-13 releaseDate: 2021-06-22 - releaseCycle: "1.9" eol: 2022-04-19 latest: "1.9.17" latestReleaseDate: 2022-04-14 releaseDate: 2020-11-24 - releaseCycle: "1.8" eol: 2021-12-14 latest: "1.8.19" latestReleaseDate: 2021-12-15 releaseDate: 2020-06-18 - releaseCycle: "1.7" eol: 2021-06-22 latest: "1.7.14" latestReleaseDate: 2021-04-15 releaseDate: 2020-02-11 - releaseCycle: "1.6" eol: 2020-11-24 latest: "1.6.10" latestReleaseDate: 2020-11-19 releaseDate: 2019-08-23 --- > [Hashicorp Consul](https://www.consul.io/) automates networking for simple and secure application > delivery. Generally Available (GA) releases of active products are supported for up to two (2) years. Eligible code-fixes and hot-fixes are provided via a new minor release (Z) on top of the latest "major release" branch, for up to two (2) releases from the most current major release. A major release is identified by a change in the first (X) or second (Y) digit in the following versioning nomenclature: `Version X.Y.Z.` Hashicorp uses the same support period and EoL Policy for all its products. ================================================ FILE: products/containerd.md ================================================ --- title: containerd addedAt: 2024-03-10 category: app tags: linux-foundation iconSlug: containerd permalink: /containerd versionCommand: containerd --version releasePolicyLink: https://containerd.io/releases/ eoasColumn: Active Support eolColumn: Extended Support changelogTemplate: "https://github.com/containerd/containerd/releases/tag/v__LATEST__" identifiers: - repology: containerd - cpe: cpe:2.3:a:linuxfoundation:containerd - cpe: cpe:/a:linuxfoundation:containerd auto: methods: - git: https://github.com/containerd/containerd.git - release_table: https://containerd.io/releases/ fields: releaseCycle: column: "Release" regex: '^(?P[1-9]\d*\.\d+)$' releaseDate: "Start" eol: "End of Life" # Support and EOL dates can be found on https://containerd.io/releases/#support-horizon. # It seems there are no more active support phases since a few releases. releases: - releaseCycle: "2.2" releaseDate: 2025-11-05 eoas: 2026-11-06 eol: 2026-11-06 latest: "2.2.2" latestReleaseDate: 2026-03-10 - releaseCycle: "2.1" releaseDate: 2025-05-07 eoas: 2026-05-05 eol: 2026-05-05 latest: "2.1.6" latestReleaseDate: 2025-12-17 - releaseCycle: "2.0" releaseDate: 2024-11-05 eoas: 2025-11-07 eol: 2025-11-07 latest: "2.0.7" latestReleaseDate: 2025-11-05 - releaseCycle: "1.7" releaseDate: 2023-03-10 lts: true eoas: 2025-05-05 # releaseDate(2.0) + 6 months eol: 2026-09-01 # only year and month are decided latest: "1.7.30" latestReleaseDate: 2025-12-17 - releaseCycle: "1.6" releaseDate: 2022-02-15 lts: true eoas: 2023-09-10 # releaseDate(1.7) + 6 months eol: 2025-08-23 latest: "1.6.39" latestReleaseDate: 2025-07-22 - releaseCycle: "1.5" releaseDate: 2021-05-03 eoas: 2022-08-15 # releaseDate(1.6) + 6 months eol: 2023-02-28 latest: "1.5.18" latestReleaseDate: 2023-02-15 - releaseCycle: "1.4" releaseDate: 2020-08-17 eoas: 2021-11-03 # https://web.archive.org/web/20220206124158/https://containerd.io/releases/ eol: 2022-03-03 latest: "1.4.13" latestReleaseDate: 2022-03-02 - releaseCycle: "1.3" releaseDate: 2019-09-26 eoas: 2021-03-04 # no information about the end of support eol: 2021-03-04 latest: "1.3.10" latestReleaseDate: 2021-03-04 - releaseCycle: "1.2" releaseDate: 2018-10-24 eoas: 2020-03-26 # https://web.archive.org/web/20200408081910/https://containerd.io/releases/ eol: 2020-10-15 latest: "1.2.14" latestReleaseDate: 2020-10-15 - releaseCycle: "1.1" releaseDate: 2018-04-23 eoas: 2019-10-23 # no information about the end of support eol: 2019-10-23 latest: "1.1.8" latestReleaseDate: 2019-09-26 - releaseCycle: "1.0" releaseDate: 2017-12-05 eoas: 2018-12-05 # no information about the end of support eol: 2018-12-05 latest: "1.0.3" latestReleaseDate: 2018-04-02 --- > [containerd](https://containerd.io/) is an industry-standard container runtime with an emphasis on > simplicity, robustness, and portability. It is available as a daemon for Linux and Windows. > It manages the complete container lifecycle of its host system, from image transfer and storage to > container execution and supervision to low-level storage to network attachments and beyond. containerd follows [SemVer](https://containerd.io/releases/#releases). There is usually a new minor release every year. Minor non-LTS releases are actively supported for at least one year with bug and security fixes. After that, support may be extended for an additional undefined period with security fixes only. Some minor releases are designated as Long-Term Support (LTS) releases. These are supported for at least three years with bug and security fixes, as well as patches to support its longer term maintainability (such as dependency updates or even sometime feature backports to support new Kubernetes releases). There is at least a 6-month overlap between the end of life of an LTS release and the initial version of the next LTS release. ================================================ FILE: products/contao.md ================================================ --- title: Contao addedAt: 2022-12-08 category: server-app iconSlug: contao permalink: /contao releasePolicyLink: https://contao.org/release-plan changelogTemplate: https://github.com/contao/contao/blob/__LATEST__/CHANGELOG.md eoasColumn: true identifiers: - repology: contao - cpe: cpe:/a:contao:contao - cpe: cpe:2.3:a:contao:contao auto: methods: - git: https://github.com/contao/contao.git # eoas and eol available on https://contao.org/release-plan. releases: - releaseCycle: "5.7" lts: true releaseDate: 2026-02-18 eoas: 2029-02-14 eol: 2030-02-14 latest: "5.7.3" latestReleaseDate: 2026-03-19 - releaseCycle: "5.6" releaseDate: 2025-08-18 eoas: 2026-02-14 eol: 2026-02-14 latest: "5.6.11" latestReleaseDate: 2026-02-18 - releaseCycle: "5.5" releaseDate: 2025-02-18 eoas: 2025-08-14 eol: 2025-08-14 latest: "5.5.16" latestReleaseDate: 2025-08-18 - releaseCycle: "5.4" releaseDate: 2024-08-15 eoas: 2025-02-14 eol: 2025-02-14 latest: "5.4.14" latestReleaseDate: 2025-02-17 - releaseCycle: "5.3" lts: true releaseDate: 2024-02-16 eoas: 2027-02-14 eol: 2028-02-14 latest: "5.3.45" latestReleaseDate: 2026-03-04 - releaseCycle: "5.2" releaseDate: 2023-08-15 eoas: 2024-02-14 eol: 2024-02-14 latest: "5.2.10" latestReleaseDate: 2024-02-16 - releaseCycle: "5.1" releaseDate: 2023-02-16 eoas: 2023-08-14 eol: 2023-08-14 latest: "5.1.11" latestReleaseDate: 2023-08-01 - releaseCycle: "5.0" releaseDate: 2022-08-18 eoas: 2023-02-14 eol: 2023-02-14 latest: "5.0.10" latestReleaseDate: 2023-02-16 - releaseCycle: "4.13" lts: true releaseDate: 2022-02-17 eoas: 2025-02-14 eol: 2026-02-14 latest: "4.13.58" latestReleaseDate: 2025-11-26 - releaseCycle: "4.12" releaseDate: 2021-08-19 eoas: 2022-01-14 eol: 2022-01-14 latest: "4.12.7" latestReleaseDate: 2022-02-18 - releaseCycle: "4.11" releaseDate: 2021-02-17 eoas: 2021-08-14 eol: 2021-08-14 latest: "4.11.9" latestReleaseDate: 2021-08-24 - releaseCycle: "4.10" releaseDate: 2020-08-18 eoas: 2021-02-14 eol: 2021-02-14 latest: "4.10.7" latestReleaseDate: 2021-02-16 - releaseCycle: "4.9" lts: true releaseDate: 2020-02-18 eoas: 2023-02-14 eol: 2024-02-14 latest: "4.9.42" latestReleaseDate: 2023-07-25 - releaseCycle: "4.4" lts: true releaseDate: 2017-06-15 eoas: 2020-12-14 eol: 2021-12-14 latest: "4.4.57" latestReleaseDate: 2021-08-23 - releaseCycle: "3.5" lts: true releaseDate: 2015-06-05 eoas: 2018-06-30 eol: 2019-05-31 link: null latest: "3.5.40" latestReleaseDate: 2019-04-11 --- > [Contao Open Source CMS](https://contao.org) is a content management system written in PHP. Contao follows [Semantic Versioning](https://semver.org/). LTS releases are actively supported for three years, plus one year with security fixes. Non-LTS versions are supported for half a year. ================================================ FILE: products/contour.md ================================================ --- title: Contour addedAt: 2024-06-18 category: server-app tags: cncf kubernetes linux-foundation permalink: /contour releasePolicyLink: https://projectcontour.io/resources/support/ changelogTemplate: https://github.com/projectcontour/contour/releases/tag/v__LATEST__ eolColumn: Bug and Security Fixes identifiers: - purl: pkg:github/projectcontour/contour - purl: pkg:docker/projectcontour/contour - purl: pkg:docker/bitnami/contour - purl: pkg:oci/contour?repository_url=ghcr.io/projectcontour - cpe: cpe:2.3:a:projectcontour:contour - cpe: cpe:/a:projectcontour:contour auto: methods: - git: https://github.com/projectcontour/contour.git # eol(X) = releaseDate(X+3) releases: - releaseCycle: "1.33" releaseDate: 2025-09-08 eol: false # releaseDate(1.36) latest: "1.33.2" latestReleaseDate: 2026-02-20 - releaseCycle: "1.32" releaseDate: 2025-05-15 eol: false # releaseDate(1.35) latest: "1.32.3" latestReleaseDate: 2026-02-20 - releaseCycle: "1.31" releaseDate: 2025-05-06 eol: false # releaseDate(1.34) latest: "1.31.4" latestReleaseDate: 2026-02-20 - releaseCycle: "1.30" releaseDate: 2024-07-31 eol: 2025-09-08 latest: "1.30.5" latestReleaseDate: 2025-08-15 - releaseCycle: "1.29" releaseDate: 2024-05-07 eol: 2025-05-15 latest: "1.29.5" latestReleaseDate: 2025-03-25 - releaseCycle: "1.28" releaseDate: 2024-02-12 eol: 2025-05-06 # releaseDate(1.31) latest: "1.28.8" latestReleaseDate: 2025-01-13 - releaseCycle: "1.27" releaseDate: 2023-10-30 eol: 2024-07-31 # releaseDate(1.30) latest: "1.27.4" latestReleaseDate: 2024-06-12 - releaseCycle: "1.26" releaseDate: 2023-08-29 eol: 2024-05-07 # releaseDate(1.29) latest: "1.26.3" latestReleaseDate: 2024-04-10 - releaseCycle: "1.25" releaseDate: 2023-05-09 eol: 2024-02-12 # releaseDate(1.28) latest: "1.25.3" latestReleaseDate: 2023-10-17 - releaseCycle: "1.24" releaseDate: 2023-01-31 eol: 2023-10-30 # releaseDate(1.27) latest: "1.24.6" latestReleaseDate: 2023-10-17 --- > [Contour](https://projectcontour.io/) is an ingress controller for Kubernetes > that works by deploying [Envoy](https://www.envoyproxy.io/) as a reverse proxy and load balancer. > Contour supports dynamic configuration updates out of the box while maintaining a lightweight profile. Contour follows [Semantic Versioning](https://semver.org/). A new minor version is released approximately once a quarter. The latest three releases are supported with critical and security fixes. A [compatibility matrix](https://projectcontour.io/resources/compatibility-matrix/) is published for compatibility with the Envoy/Kubernetes versions supported for every release. ================================================ FILE: products/controlm.md ================================================ --- title: Control-M addedAt: 2024-08-17 category: server-app iconSlug: bmcsoftware permalink: /controlm alternate_urls: - /bmccontrolm - /ctrlm versionCommand: ctm -v releasePolicyLink: http://www.bmc.com/support/product-support-policy.html eolColumn: Limited Support eoasColumn: Full Support identifiers: - cpe: cpe:2.3:a:bmc:control-m - cpe: cpe:/a:bmc:control-m # Latest releases can be found on https://docs.bmc.com/docs/controlm/. releases: - releaseCycle: "9.0.22" releaseDate: 2025-05-19 eoas: 2028-05-19 eol: 2030-05-19 latest: "9.0.22.050" latestReleaseDate: 2025-10-15 link: https://docs.bmc.com/xwiki/bin/view/Control-M-Orchestration/Control-M/ctm9022/Control-M-9-0-22-050-Release-Notes/ - releaseCycle: "9.0.21" releaseDate: 2022-09-08 eoas: 2026-09-30 eol: 2027-09-08 latest: "9.0.21.300" latestReleaseDate: 2024-08-19 link: https://docs.bmc.com/xwiki/bin/view/Control-M-Orchestration/Control-M/ctm9021/Control-M-9-0-21-300-Release-Notes/ - releaseCycle: "9.0.20" releaseDate: 2020-07-24 eoas: 2024-04-30 eol: 2025-07-23 latest: "9.0.20.200" latestReleaseDate: 2021-10-28 link: https://docs.bmc.com/xwiki/bin/view/Control-M-Orchestration/Control-M/ctm9020/Control-M-Version-9-0-20-200-Release-Notes/ - releaseCycle: "9.0.19" releaseDate: 2019-03-04 eoas: 2022-12-31 eol: 2024-03-04 latest: "9.0.19.200" latestReleaseDate: 2020-01-16 link: https://docs.bmc.com/xwiki/bin/view/Control-M-Orchestration/Control-M/ctm9019/Control-M-Version-9-0-19-200-Release-Notes/ - releaseCycle: "9.0.18" releaseDate: 2018-01-03 eoas: 2021-03-31 eol: 2023-03-31 latest: "9.0.18.200" latestReleaseDate: 2018-10-04 link: https://docs.bmc.com/xwiki/bin/view/Control-M-Orchestration/Control-M/ctm9018/Control-M-Version-9-0-18-200-Release-Notes/ - releaseCycle: "9.0.0" releaseDate: 2015-07-15 eoas: 2018-08-01 eol: 2020-10-31 latest: "9.0.00.200" latestReleaseDate: 2016-06-21 link: https://documents.bmc.com/supportu/952/78/79/477879/477879.pdf --- > [Control-M](https://www.bmc.com/it-solutions/control-m.html) is an enterprise workload automation solution > that helps organizations manage and orchestrate their business processes, applications, and data workflows. {: .warning } > This page is using the dates from [Control-M/Server for UNIX and Microsoft Windows](https://webapps.bmc.com/support/faces/az/prodallversions.jsp?seqid=122988), > which are largely shared by the other Control-M components on [the Supported Product List page](https://webapps.bmc.com/support/faces/az/supportlisting.jsp). BMC provides at least three years of full support from the release date of each release, with a further two years of limited support for high-impact problems. ================================================ FILE: products/cos.md ================================================ --- title: Google Container-Optimized OS (COS) addedAt: 2022-11-14 category: os tags: google iconSlug: googlecloud permalink: /cos alternate_urls: - /google-cos - /container-optimized-os versionCommand: cat /etc/os-release /etc/lsb-release releasePolicyLink: https://cloud.google.com/container-optimized-os/docs/resources/support-policy changelogTemplate: "https://cloud.google.com/container-optimized-os/docs/release-notes/m{{'__RELEASE_CYCLE__'|split:'-'|last}}" releaseLabel: "{{'__RELEASE_CYCLE__' | split:'-' | last}}" eolColumn: Support Status identifiers: - cpe: cpe:2.3:o:google:container-optimized_os - cpe: cpe:/o:google:container-optimized_os auto: methods: - cos: https://docs.cloud.google.com/container-optimized-os/docs/release-notes/ # For EOL dates, see https://cloud.google.com/container-optimized-os/docs/release-notes#lts_image_families. releases: - releaseCycle: "cos-125" lts: true releaseDate: 2025-10-09 eol: 2027-09-01 latest: "cos-125-19216-220-57" latestReleaseDate: 2026-03-14 - releaseCycle: "cos-121" lts: true releaseDate: 2025-04-14 eol: 2027-03-01 latest: "cos-121-18867-381-35" latestReleaseDate: 2026-03-17 - releaseCycle: "cos-117" lts: true releaseDate: 2024-10-02 eol: 2026-09-01 latest: "cos-117-18613-534-36" latestReleaseDate: 2026-03-17 - releaseCycle: "cos-113" lts: true releaseDate: 2024-04-15 eol: 2026-03-01 latest: "cos-113-18244-582-42" latestReleaseDate: 2026-03-17 - releaseCycle: "cos-109" lts: true releaseDate: 2023-09-27 eol: 2025-09-01 latest: "cos-109-17800-570-50" latestReleaseDate: 2025-09-24 - releaseCycle: "cos-105" lts: true releaseDate: 2023-04-03 eol: 2025-04-01 latest: "cos-105-17412-535-98" latestReleaseDate: 2025-03-31 - releaseCycle: "cos-101" lts: true releaseDate: 2022-09-15 eol: 2024-09-01 latest: "cos-101-17162-528-64" latestReleaseDate: 2024-10-21 - releaseCycle: "cos-97" lts: true releaseDate: 2022-03-29 eol: 2024-03-01 latest: "cos-97-16919-450-41" latestReleaseDate: 2024-03-27 - releaseCycle: "cos-93" lts: true releaseDate: 2021-10-18 eol: 2023-10-01 latest: "cos-93-16623-461-42" latestReleaseDate: 2023-10-24 - releaseCycle: "cos-89" lts: true releaseDate: 2021-04-07 eol: 2023-03-01 latest: "cos-89-16108-798-22" latestReleaseDate: 2023-04-03 - releaseCycle: "cos-85" lts: true releaseDate: 2020-09-24 eol: 2022-09-01 latest: "cos-85-13310-1498-13" latestReleaseDate: 2022-08-22 - releaseCycle: "cos-81" lts: true releaseDate: 2020-03-27 eol: 2021-09-01 latest: "cos-81-12871-1317-8" latestReleaseDate: 2022-01-10 - releaseCycle: "cos-77" lts: true releaseDate: 2019-09-27 eol: 2021-04-01 latest: "cos-77-12371-1109-0" latestReleaseDate: 2021-01-11 - releaseCycle: "cos-73" lts: true releaseDate: 2019-03-25 eol: 2020-06-01 latest: "cos-73-11647-656-0" latestReleaseDate: 2020-09-05 - releaseCycle: "cos-69" lts: true releaseDate: 2018-09-18 eol: 2019-12-01 latest: "cos-69-10895-385-0" latestReleaseDate: 2019-10-08 --- > [Google Container-Optimized OS (COS)](https://cloud.google.com/container-optimized-os/docs/concepts/features-and-benefits) > is an operating system image for [GCP Compute Engine VMs](https://cloud.google.com/compute) which > is optimized for running Docker containers. It is maintained by Google and is based on the open > source [Chromium OS](https://www.chromium.org/chromium-os) project. ## Support policy Container-Optimized OS is tested and qualified for running various container workloads on Google Cloud. It is actively patched with security updates (CVEs) and bug-fixes to address issues that impact Google Cloud users. Users get access to these fixes via image releases in the `cos-cloud` project. Container-Optimized OS image support is available for Long-Term Supported (LTS) family of images in the `cos-cloud` project. A description of available image families is available at the [Versioning Scheme](https://cloud.google.com/container-optimized-os/docs/concepts/versioning#image_families) doc. The following support commitment applies only to the LTS family of images. ## Support duration Approximately twice each year, the Container-Optimized OS team releases a Long-Term Supported (LTS) milestone on its `cos-[MILESTONE]-lts` and `cos-arm64-[MILESTONE]-lts` image families. Once a milestone is introduced on the LTS families, it is supported for **2 years**. During this support window: - The milestone is actively patched for any critical bugs. - The milestone is actively scanned for security vulnerabilities, and security fixes are applied regularly. - New releases containing high-priority bug and security fixes are released on-demand. - New releases containing medium and low-priority bug and security fixes are released every 3 months. - To maintain stability, no new breaking features are introduced. - All changes in the image are documented on a dedicated [release notes](https://cloud.google.com/container-optimized-os/docs/release-notes) page. ## Deprecation At the end of a milestone's support window, the corresponding `cos-[MILESTONE]-lts` and `cos-arm64-[MILESTONE]-lts` families are deprecated. Specifically, the [DEPRECATED flag](https://cloud.google.com/compute/docs/reference/rest/v1/images/deprecate) is set on images in that milestone and those images stop appearing in the active list of images in the `cos-cloud` project. {: .warning} > Any [Image Family API](https://cloud.google.com/compute/docs/reference/rest/v1/images/getFromFamily) > references to the deprecated image family will return errors and break any workflows depending on > it. You should not use this API to create production instances. Deprecated images are still accessible and usable when accessed directly by name using the [`images get API`](https://cloud.google.com/compute/docs/reference/rest/v1/images/get). However, any issues with those images might not be fixed or will only be fixed in newer milestones. Issues reported against deprecated images may be fixed only in newer image milestones. ================================================ FILE: products/couchbase-server.md ================================================ --- title: Couchbase Server addedAt: 2021-10-18 category: database iconSlug: couchbase permalink: /couchbase-server alternate_urls: - /couchbase versionCommand: cat /opt/couchbase/VERSION.txt releasePolicyLink: https://www.couchbase.com/support-policy/enterprise-software/ changelogTemplate: https://docs.couchbase.com/server/__RELEASE_CYCLE__/release-notes/relnotes.html eolColumn: Full Maintenance identifiers: - repology: couchbase-server-community - purl: pkg:docker/library/couchbase - purl: pkg:docker/couchbase/server - cpe: cpe:2.3:a:couchbase:couchbase_server - cpe: cpe:/a:couchbase:couchbase_server auto: methods: - couchbase-server: https://docs.couchbase.com/server regex: '^Release (?P\d+\.\d+(\.\d+)?) \((?P.+)\)$' - release_table: https://www.couchbase.com/support-policy/EOL/ disabled: true # script does not work in headless mode, must be run manually render_javascript: true render_javascript_headless: false fields: releaseCycle: column: "Release" regex: "^Couchbase Server (?P[0-9.]+)$" releaseDate: "General Availability" eol: "End of Full Maintenance" - declare: couchbase-server # Release dates are approximate on https://www.couchbase.com/support-policy/EOL/. releases: - {name: "8.0", releaseDate: 2025-10-21} # https://www.couchbase.com/blog/couchbase-8-hyperscale-ai/ - {name: "7.6", releaseDate: 2024-03-25} # https://www.couchbase.com/blog/couchbase-server-7-6-top-developer-features/ - {name: "7.2", releaseDate: 2023-06-01} # https://www.couchbase.com/blog/couchbase-capella-spring-release-72/ - {name: "7.1", releaseDate: 2022-05-10} # https://www.couchbase.com/blog/whats-new-in-couchbase-server-7-1/ - {name: "7.0", releaseDate: 2021-07-29} # https://www.couchbase.com/blog/couchbase-server-7-0-release/ - {name: "6.6", releaseDate: 2020-08-12} # https://www.couchbase.com/blog/whats-new-and-improved-in-couchbase-server-6-6/ - {name: "6.5", releaseDate: 2020-01-21} # https://www.couchbase.com/blog/announcing-couchbase-server-6-5-0-whats-new-and-improved/ - {name: "6.0", releaseDate: 2018-10-31} # https://www.couchbase.com/blog/announcing-couchbase-6-0/ - {name: "5.5", releaseDate: 2018-07-23} # https://www.couchbase.com/blog/couchbase-server-5-5-beta-2/ - {name: "5.0", releaseDate: 2017-10-26} # https://www.couchbase.com/blog/announcing-couchbase-server-5-0/ - {name: "4.6", releaseDate: 2017-02-16} # https://www.couchbase.com/blog/announcing-couchbase-server-4-6-whats-new-improved/ - {name: "4.5", releaseDate: 2016-06-27} # https://www.couchbase.com/blog/announcing-couchbase-server-4.5/ - {name: "4.1", releaseDate: 2015-12-10} # https://www.couchbase.com/blog/introducing-couchbase-server-4.1/ - {name: "4.0", releaseDate: 2015-10-06} # https://www.couchbase.com/blog/announcing-couchbase-server-4-0/ - {name: "3.0", releaseDate: 2014-12-17} # https://www.couchbase.com/blog/announcing-release-couchbase-server-30-0/ - {name: "2.1", releaseDate: 2013-06-26} # https://www.couchbase.com/press-releases/couchbase-announces-availability-of-couchbase-server-2-1-nosql-document-database/ releases: - releaseCycle: "8.0" releaseDate: 2025-10-21 eol: 2028-10-31 latest: "8.0.0" latestReleaseDate: 2025-10-01 link: https://www.couchbase.com/blog/couchbase-8-hyperscale-ai/ - releaseCycle: "7.6" releaseDate: 2024-03-25 eol: 2027-03-31 latest: "7.6.10" latestReleaseDate: 2026-02-01 - releaseCycle: "7.2" releaseDate: 2023-06-01 eol: 2026-07-31 latest: "7.2.9" latestReleaseDate: 2026-01-01 - releaseCycle: "7.1" releaseDate: 2022-05-10 eol: 2024-01-31 latest: "7.1.6" latestReleaseDate: 2023-11-01 - releaseCycle: "7.0" releaseDate: 2021-07-29 eol: 2023-01-31 latest: "7.0.5" latestReleaseDate: 2022-12-01 - releaseCycle: "6.6" releaseDate: 2020-08-12 eol: 2023-01-31 latest: "6.6.6" latestReleaseDate: 2023-01-15 - releaseCycle: "6.5" releaseDate: 2020-01-21 eol: 2021-02-28 latest: "6.5.2" latestReleaseDate: 2021-02-15 link: https://web.archive.org/web/20230519160357/https://docs.couchbase.com/server/6.5/release-notes/relnotes.html - releaseCycle: "6.0" releaseDate: 2018-10-31 eol: 2020-07-31 latest: "6.0.5" latestReleaseDate: 2022-04-30 link: https://web.archive.org/web/20230519162206/https://docs.couchbase.com/server/6.0/release-notes/relnotes.html - releaseCycle: "5.5" releaseDate: 2018-07-23 eol: 2020-07-31 latest: "5.5.6" latestReleaseDate: 2019-11-15 # approximate date from https://web.archive.org/web/20211016022911/https://docs.couchbase.com/server/5.5/release-notes/relnotes.html link: https://web.archive.org/web/20211016022911/https://docs.couchbase.com/server/5.5/release-notes/relnotes.html - releaseCycle: "5.1" releaseDate: 2018-02-28 eol: 2019-01-31 latest: "5.1.3" latestReleaseDate: 2018-11-15 # approximate date from https://web.archive.org/web/20211021103137/https://docs.couchbase.com/server/5.1/release-notes/relnotes.html link: https://web.archive.org/web/20211021103137/https://docs.couchbase.com/server/5.1/release-notes/relnotes.html - releaseCycle: "5.0" releaseDate: 2017-10-26 eol: 2018-08-31 latest: "5.0.1" latestReleaseDate: 2017-12-15 # approximate date from https://web.archive.org/web/20211207070105/https://docs.couchbase.com/server/5.0/release-notes/relnotes.html link: https://web.archive.org/web/20211207070105/https://docs.couchbase.com/server/5.0/release-notes/relnotes.html - releaseCycle: "4.6" releaseDate: 2017-02-16 # https://www.couchbase.com/blog/announcing-couchbase-server-4-6-whats-new-improved/ eol: 2018-08-31 latest: "5.0.1" latestReleaseDate: 2017-12-15 # approximate date from https://web.archive.org/web/20211207070105/https://docs.couchbase.com/server/5.0/release-notes/relnotes.html link: null - releaseCycle: "4.5" releaseDate: 2016-06-27 eol: 2018-04-30 latest: "4.5.1" latestReleaseDate: 2016-10-05 link: https://www.couchbase.com/blog/announcing-couchbase-server-4-5-1/ - releaseCycle: "4.1" releaseDate: 2015-12-10 eol: 2018-04-30 latest: "4.1.2" latestReleaseDate: 2016-08-15 link: https://www.couchbase.com/blog/announcing-couchbase-server-4-1-2/ - releaseCycle: "4.0" releaseDate: 2015-10-06 eol: 2017-04-30 latest: "4.0.0" # could not find any information latestReleaseDate: 2015-10-06 link: null - releaseCycle: "3.1" releaseDate: 2015-08-31 eol: 2017-02-28 latest: "3.1.3" latestReleaseDate: 2016-05-16 link: https://www.couchbase.com/blog/couchbase-3.1.3-ce-is-now-available/ - releaseCycle: "3.0" releaseDate: 2014-12-17 eol: 2016-04-30 latest: "3.0.3" latestReleaseDate: 2015-03-30 link: https://www.couchbase.com/blog/announcing-couchbase-server-3.0.3/ - releaseCycle: "2.5" releaseDate: 2014-02-28 eol: 2015-12-31 latest: "2.5.0" # could not find any information latestReleaseDate: 2014-02-28 link: null - releaseCycle: "2.2" releaseDate: 2013-09-30 eol: 2015-03-31 latest: "2.2.0" # could not find any information latestReleaseDate: 2013-09-30 link: null - releaseCycle: "2.1" releaseDate: 2013-06-26 eol: 2014-12-31 latest: "2.1.0" # could not find any information latestReleaseDate: 2013-06-26 link: null - releaseCycle: "2.0" releaseDate: 2012-12-31 eol: 2014-06-30 latest: "2.0.0" # could not find any information latestReleaseDate: 2012-12-31 link: null - releaseCycle: "1.8" releaseDate: 2012-07-31 eol: 2014-01-31 latest: "1.8.0" # could not find any information latestReleaseDate: 2012-07-31 link: null --- > [Couchbase Server](https://www.couchbase.com/products/server) is a modern cloud-native, > distributed database that fuses the strengths of relational databases such as SQL and ACID > transactions with JSON flexibility and scale that defines NoSQL. It is available as a service in > commercial clouds and supports hybrid and private cloud deployments. Security updates stop when a release reaches end of "Full Maintenance". Major versions are supported for the longer period between: 1. 30 months from its General Availability Date 2. 6 months after the next Major Release version release. Limited Support is also available after the end of Full Maintenance. But this is only best effort support without any code fixes nor security updates, so this page does not track it. ================================================ FILE: products/craft-cms.md ================================================ --- title: Craft CMS addedAt: 2023-06-10 category: server-app tags: php-runtime iconSlug: craftcms permalink: /craft-cms alternate_urls: - /craftcms - /craft versionCommand: composer show craftcms/cms |grep versions releasePolicyLink: https://craftcms.com/knowledge-base/supported-versions changelogTemplate: https://craftcms.com/docs/{{__RELEASE_CYCLE__}}.x/ eoasColumn: true identifiers: - cpe: cpe:2.3:a:craftcms:craft_cms - cpe: cpe:/a:craftcms:craft_cms auto: methods: - git: https://github.com/craftcms/cms.git - release_table: https://craftcms.com/knowledge-base/supported-versions#1 fields: releaseCycle: column: "Major Version" regex: '^Craft\sCMS\s(?P[0-9.]+)$' eoas: "Active Support Until" eol: "Security Support Until" - release_table: https://craftcms.com/knowledge-base/supported-versions#2 fields: releaseCycle: column: "Major Version" regex: '^Craft\sCMS\s(?P[0-9.]+)$' eoas: "Active Support Ended" eol: "Security Support Ended" releases: - releaseCycle: "5" releaseDate: 2024-03-26 eoas: 2030-12-31 eol: 2031-12-31 latest: "5.9.17" latestReleaseDate: 2026-03-17 - releaseCycle: "4" releaseDate: 2022-05-04 eoas: 2025-04-30 eol: 2026-04-30 latest: "4.17.11" latestReleaseDate: 2026-03-17 - releaseCycle: "3" releaseDate: 2018-04-04 eoas: 2023-04-30 eol: 2024-04-30 latest: "3.9.15" latestReleaseDate: 2025-04-10 - releaseCycle: "2" releaseDate: 2014-04-01 eoas: 2020-01-31 eol: 2022-01-31 latest: "2.9.2" latestReleaseDate: 2020-03-06 --- > [Craft](https://craftcms.com/) is a flexible, user-friendly content management system. Each major version receives two years of active support and maintenance. Critical security issues are fixed for another one year (where possible). ================================================ FILE: products/dbt-core.md ================================================ --- title: dbt Core addedAt: 2023-10-20 category: app tags: python-runtime iconSlug: dbt permalink: /dbt-core alternate_urls: - /dbt releasePolicyLink: https://docs.getdbt.com/docs/dbt-versions/core changelogTemplate: https://github.com/dbt-labs/dbt-core/releases/tag/v__LATEST__ eoasColumn: Active Support eolColumn: Critical Support identifiers: - repology: dbt-core auto: methods: - git: https://github.com/dbt-labs/dbt-core.git # eoas(x) = releaseDate(x+1) # eol(x) = releaseDate(x) + 1 year # See https://docs.getdbt.com/docs/dbt-versions/core releases: - releaseCycle: "1.11" releaseDate: 2025-12-19 eoas: false eol: 2026-12-19 latest: "1.11.7" latestReleaseDate: 2026-03-04 - releaseCycle: "1.10" releaseDate: 2025-06-16 eoas: 2025-12-19 eol: 2026-06-16 latest: "1.10.20" latestReleaseDate: 2026-03-03 - releaseCycle: "1.9" releaseDate: 2024-12-09 eoas: 2025-06-16 eol: 2025-12-09 latest: "1.9.10" latestReleaseDate: 2025-08-29 - releaseCycle: "1.8" releaseDate: 2024-05-09 eoas: 2024-12-09 eol: 2025-05-09 latest: "1.8.9" latestReleaseDate: 2024-11-21 - releaseCycle: "1.7" releaseDate: 2023-11-02 eoas: 2024-05-09 eol: 2024-11-02 latest: "1.7.19" latestReleaseDate: 2024-12-02 - releaseCycle: "1.6" releaseDate: 2023-07-31 eoas: 2023-11-02 eol: 2024-07-30 latest: "1.6.18" latestReleaseDate: 2024-08-07 - releaseCycle: "1.5" releaseDate: 2023-04-27 eoas: 2023-07-31 eol: 2024-04-27 latest: "1.5.11" latestReleaseDate: 2024-03-28 - releaseCycle: "1.4" releaseDate: 2023-01-25 eoas: 2023-04-27 eol: 2024-01-25 latest: "1.4.9" latestReleaseDate: 2023-10-11 - releaseCycle: "1.3" releaseDate: 2022-10-11 eoas: 2023-01-25 eol: 2023-10-12 latest: "1.3.7" latestReleaseDate: 2023-10-11 - releaseCycle: "1.2" releaseDate: 2022-07-26 eoas: 2022-10-12 eol: 2023-07-26 latest: "1.2.6" latestReleaseDate: 2023-04-19 - releaseCycle: "1.1" releaseDate: 2022-04-28 eoas: 2022-07-26 eol: 2023-04-28 latest: "1.1.5" latestReleaseDate: 2023-04-19 - releaseCycle: "1.0" releaseDate: 2021-12-03 eoas: 2022-04-28 eol: 2022-12-03 latest: "1.0.9" latestReleaseDate: 2023-01-05 --- > [dbt Core](https://getdbt.com/) is an open-source data transformation tool that enables data > teams to transform data using analytics engineering best practices. It is written in Python and > uses a SQL-first approach. dbt Core can be installed and used on the command line, or it can be > integrated with a cloud-based platform such as [dbt Cloud](https://www.getdbt.com/product/dbt-cloud). dbt Core follows [SemVer](https://semver.org/). A new minor version is released approximately every three months and is supported for one year. The support period is divided into two phases: the active support phase and the critical support phase. The active support phase starts when the new minor version is released and ends when the next minor version is released. During this phase, the version receives bug and security fixes. The critical support phase starts when the active support phase ends and lasts until the end of the 1-year support period. During this phase, the version receives only critical security fixes. ================================================ FILE: products/dce.md ================================================ --- title: DaoCloud Enterprise addedAt: 2024-07-02 category: server-app tags: kubernetes permalink: /dce releasePolicyLink: https://docs.daocloud.io/en/dce/support.html releaseLabel: DCE __RELEASE_CYCLE__ eolColumn: Standard Support eoesColumn: Support Life releases: - releaseCycle: "5.0" releaseDate: 2023-06-01 eol: 2026-06-01 eoes: 2028-10-30 latest: "5.0-20250731" latestReleaseDate: 2025-07-31 link: https://docs.daocloud.io/en/dce/dce-rn/20240730.html - releaseCycle: "4.0" releaseDate: 2020-03-31 eol: 2023-03-31 eoes: 2025-03-31 latest: "2022.12.15.4.0.11" latestReleaseDate: 2022-12-15 - releaseCycle: "3.0" releaseDate: 2018-07-15 eol: 2021-07-30 eoes: 2023-07-30 latest: "2021.12.30.3.0.8" latestReleaseDate: 2021-12-30 --- > [DaoCloud Enterprise (DCE)](https://docs.daocloud.io/en/) is a Kubernetes-based community and commercial > development platform from DaoCloud. DCE's lifecycle is typically 3 years after release, with new releases usually about every two years. A list of all the releases with their dates can be seen on [the download page](https://docs.daocloud.io/en/download/index.html). [Extended Software Maintenance](https://docs.daocloud.io/en/dce/support.html#extended-software-maintenance-eam) is available to qualifying customers and includes critical fixes, with no backport guarantees. ================================================ FILE: products/debian.md ================================================ --- title: Debian addedAt: 2019-05-29 category: os tags: linux-distribution iconSlug: debian permalink: /debian versionCommand: cat /etc/os-release releasePolicyLink: https://wiki.debian.org/DebianReleases releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" eolColumn: Debian Security Support eoesColumn: Debian LTS identifiers: - cpe: cpe:2.3:o:debian:debian_linux - cpe: cpe:/o:debian:debian_linux auto: methods: - debian: https://salsa.debian.org/webmaster-team/webwml.git - release_table: https://www.debian.org/releases/index.en.html header_selector: "tr:nth-of-type(1)" remove_if_undefined: "releaseDate" fields: releaseCycle: "Version" codename: "Code Name" releaseDate: "Release Date" eol: "End of Life (EOL)" eoes: "End of LTS" releases: - releaseCycle: "13" codename: "Trixie" releaseDate: 2025-08-09 eol: 2028-08-09 eoes: 2030-06-30 link: https://www.debian.org/News/2025/20250809 latest: "13.4" latestReleaseDate: 2026-03-14 - releaseCycle: "12" codename: "Bookworm" releaseDate: 2023-06-10 eol: 2026-06-10 eoes: 2028-06-30 link: https://www.debian.org/News/2025/20250517 latest: "12.13" latestReleaseDate: 2026-01-10 - releaseCycle: "11" codename: "Bullseye" releaseDate: 2021-08-14 eol: 2024-08-14 eoes: 2026-08-31 link: https://lists.debian.org/debian-release/2024/06/msg00700.html latest: "11.11" latestReleaseDate: 2024-08-31 - releaseCycle: "10" codename: "Buster" releaseDate: 2019-07-06 eol: 2022-09-10 eoes: 2024-06-30 link: https://www.debian.org/News/2022/20220910 latest: "10.13" latestReleaseDate: 2022-09-10 - releaseCycle: "9" codename: "Stretch" releaseDate: 2017-06-17 eol: 2020-07-18 eoes: 2022-07-01 link: https://lists.debian.org/debian-announce/2017/msg00003.html latest: "9.13" latestReleaseDate: 2020-07-18 - releaseCycle: "8" codename: "Jessie" releaseDate: 2015-04-25 eol: 2018-06-17 eoes: 2020-06-30 link: https://lists.debian.org/debian-announce/2015/msg00001.html latest: "8.11" latestReleaseDate: 2018-06-23 - releaseCycle: "7" codename: "Wheezy" releaseDate: 2013-05-04 eol: 2016-04-25 eoes: 2018-05-31 link: https://lists.debian.org/debian-announce/2013/msg00002.html latest: "7.11" latestReleaseDate: 2016-06-04 - releaseCycle: "6" codename: "Squeeze" releaseDate: 2011-02-06 eol: 2014-05-31 eoes: 2016-02-29 link: https://lists.debian.org/debian-announce/2011/msg00001.html latest: "6.0.10" latestReleaseDate: 2014-07-19 - releaseCycle: "5" codename: "Lenny" releaseDate: 2009-02-14 eol: 2012-02-06 eoes: 2012-02-06 link: https://lists.debian.org/debian-announce/2009/msg00002.html latest: "5.0.10" latestReleaseDate: 2012-03-10 - releaseCycle: "4" codename: "Etch" releaseDate: 2007-04-08 eol: 2010-02-15 eoes: 2010-02-15 link: https://lists.debian.org/debian-announce/2007/msg00002.html latest: "4.0r9" latestReleaseDate: 2010-05-22 - releaseCycle: "3.1" codename: "Sarge" releaseDate: 2005-06-06 eol: 2008-03-31 eoes: 2008-03-31 link: https://lists.debian.org/debian-announce/2005/msg00003.html latest: "3.1r8" latestReleaseDate: 2008-04-13 - releaseCycle: "3.0" codename: "Woody" releaseDate: 2002-07-19 eol: 2006-06-30 eoes: 2006-06-30 link: https://lists.debian.org/debian-announce/2002/msg00004.html latest: "3.0r6" latestReleaseDate: 2005-06-02 - releaseCycle: "2.2" codename: "Potato" releaseDate: 2000-08-15 eol: 2003-06-30 eoes: 2003-06-30 link: https://lists.debian.org/debian-announce/2000/msg00009.html latest: "2.2r7" latestReleaseDate: 2002-07-13 - releaseCycle: "2.1" codename: "Slink" releaseDate: 1999-03-09 eol: 2000-09-30 eoes: 2000-10-30 link: https://lists.debian.org/debian-announce/1999/msg00005.html latest: "2.1r5" latestReleaseDate: 2000-02-16 - releaseCycle: "2.0" codename: "Hamm" releaseDate: 1998-07-24 eol: 1999-02-15 eoes: 1999-02-15 link: https://lists.debian.org/debian-announce/1998/msg00015.html latest: "2.0r5" latestReleaseDate: 1999-02-17 - releaseCycle: "1.3" codename: "Bo" releaseDate: 1997-07-02 eol: 1998-12-08 eoes: 1998-12-08 link: https://lists.debian.org/debian-announce/1997/msg00018.html latest: "1.3.1 r.6" latestReleaseDate: 1998-02-03 - releaseCycle: "1.2" codename: "Rex" releaseDate: 1996-12-12 eol: 1997-10-23 eoes: 1997-10-23 link: https://lists.debian.org/debian-announce/1996/msg00026.html latest: "1.2" latestReleaseDate: 1996-12-12 - releaseCycle: "1.1" codename: "Buzz" releaseDate: 1996-06-17 eol: 1996-12-12 eoes: 1996-12-12 link: https://lists.debian.org/debian-announce/1996/msg00021.html latest: "1.1" latestReleaseDate: 1996-06-17 --- > [Debian](https://www.debian.org/) is a free operating system for your computer. The Debian stable > branch is the most popular edition for personal computers and network servers, and is used as the > basis for many other Linux distributions. At any given time, there is one stable release of Debian, which has the support of the Debian security team. When a new stable version is released, the security team will usually cover the previous version for a year or so, while they also cover the new/current version. Only stable is recommended for production use. [Debian Long-Term Support (LTS)](https://wiki.debian.org/LTS) is a project to extend the lifetime of all Debian stable releases to (at least) 5 years on [a limited set of architectures](https://lts-team.pages.debian.net/wiki/FAQ.html#what-architectures-are-supported). Debian LTS will not be handled by the Debian security team but by a separate group of volunteers and companies. Not all packages of the Debian archive are supported by LTS, the [debian-security-support](https://wiki.debian.org/LTS/Using#Check_for_unsupported_packages) package can check for unsupported packages. A commercial offering for [Extended Long-Term Support (ELTS)](https://wiki.debian.org/LTS/Extended) is also available to further extend the lifetime of Debian releases to 10 years (5 supplementary years after the 5 years offered by the LTS project). It is not an official Debian project. From trixie(13) , `i386`, `armel` (except for Raspberry Pi), `mipsel`, `mips64el` architectures are no longer supported. ================================================ FILE: products/deno.md ================================================ --- title: Deno addedAt: 2025-02-16 category: framework tags: javascript-runtime iconSlug: deno permalink: /deno versionCommand: deno --version releasePolicyLink: https://docs.deno.com/runtime/fundamentals/stability_and_releases/ changelogTemplate: https://github.com/denoland/deno/releases/tag/v__LATEST__ identifiers: - purl: pkg:docker/denoland/deno - purl: pkg:github/denoland/deno - repology: deno - cpe: cpe:2.3:a:deno:deno auto: methods: - git: https://github.com/denoland/deno.git # non-LTS : eol(x) = releaseDate(x+1) # LTS data is listed on https://docs.deno.com/runtime/fundamentals/stability_and_releases/. releases: - releaseCycle: "2.7" releaseDate: 2026-02-25 eol: false latest: "2.7.7" latestReleaseDate: 2026-03-19 - releaseCycle: "2.6" releaseDate: 2025-12-10 eol: 2026-02-25 latest: "2.6.10" latestReleaseDate: 2026-02-17 - releaseCycle: "2.5" releaseDate: 2025-09-10 lts: 2025-11-01 eol: 2026-04-30 latest: "2.5.7" latestReleaseDate: 2026-01-27 - releaseCycle: "2.4" releaseDate: 2025-07-01 eol: 2025-09-10 # releaseDate(2.5) latest: "2.4.5" latestReleaseDate: 2025-08-21 - releaseCycle: "2.3" releaseDate: 2025-04-30 eol: 2025-07-01 latest: "2.3.7" latestReleaseDate: 2025-06-23 - releaseCycle: "2.2" releaseDate: 2025-02-18 lts: 2025-05-01 eol: 2025-10-31 latest: "2.2.15" latestReleaseDate: 2025-09-30 - releaseCycle: "2.1" releaseDate: 2024-11-21 lts: 2025-02-01 eol: 2025-04-30 latest: "2.1.14" latestReleaseDate: 2025-09-29 - releaseCycle: "2.0" releaseDate: 2024-10-08 eol: 2024-11-21 latest: "2.0.6" latestReleaseDate: 2024-11-10 - releaseCycle: "1" releaseDate: 2020-04-13 eol: 2024-10-09 latest: "1.46.3" latestReleaseDate: 2024-09-04 --- > [Deno](https://deno.com) is a JavaScript, TypeScript, and WebAssembly runtime with > secure defaults and a great developer experience. It's built on V8, Rust, and Tokio. > {: .warning } > [LTS support will be discontinued](https://docs.deno.com/runtime/fundamentals/stability_and_releases/#long-term-support-(lts)) after April 30, 2026 (EOL for v2.5); > there will be no LTS releases or maintenance beyond that date. Deno follows [SemVer](https://semver.org/). New minor releases are made every 12 weeks and are supported with bug and security fixes until the next minor release. Deno [has release channels](https://docs.deno.com/runtime/fundamentals/stability_and_releases/#release-channels), such as `stable`, which can be used as version aliases. As of Deno 1.0.0, the `Deno` namespace APIs are stable. The Deno maintainers we will strive to make code working under 1.0.0 continue to work in future versions. ================================================ FILE: products/dependency-track.md ================================================ --- title: Dependency-Track addedAt: 2023-06-09 category: server-app tags: java-runtime iconSlug: owasp permalink: /dependency-track alternate_urls: - /dependencytrack changelogTemplate: https://docs.dependencytrack.org/changelog/ identifiers: - repology: dependency-track - cpe: cpe:/a:owasp:dependency-track - cpe: cpe:2.3:a:owasp:dependency-track auto: methods: - git: https://github.com/DependencyTrack/dependency-track.git # eol(x) = releaseDate(x+1) releases: - releaseCycle: "4.14" releaseDate: 2026-03-09 eol: false # releaseDate(4.15) latest: "4.14.0" latestReleaseDate: 2026-03-09 - releaseCycle: "4.13" releaseDate: 2025-04-07 eol: 2026-03-09 latest: "4.13.6" latestReleaseDate: 2025-11-17 - releaseCycle: "4.12" releaseDate: 2024-10-01 eol: 2025-04-07 latest: "4.12.7" latestReleaseDate: 2025-03-12 - releaseCycle: "4.11" releaseDate: 2024-05-07 eol: 2024-10-01 latest: "4.11.7" latestReleaseDate: 2024-08-14 - releaseCycle: "4.10" releaseDate: 2023-12-08 eol: 2024-05-07 latest: "4.10.1" latestReleaseDate: 2023-12-19 - releaseCycle: "4.9" releaseDate: 2023-10-16 eol: 2023-12-08 latest: "4.9.1" latestReleaseDate: 2023-10-30 - releaseCycle: "4.8" releaseDate: 2023-04-18 eol: 2023-10-16 latest: "4.8.2" latestReleaseDate: 2023-05-16 - releaseCycle: "4.7" releaseDate: 2022-12-16 eol: 2023-04-18 latest: "4.7.1" latestReleaseDate: 2023-01-31 --- > [OWASP Dependency-Track](https://dependencytrack.org/) is an intelligent API-first Component > Analysis platform that allows organizations to identify and reduce risk in the software supply > chain. It monitors component usage across all versions of every application to > proactively identify risk across an organization. Dependency-Track does not have a fixed release cycle, and only the latest version is supported. ================================================ FILE: products/devuan.md ================================================ --- title: Devuan addedAt: 2022-10-29 category: os tags: linux-distribution permalink: /devuan versionCommand: cat /etc/os-release releasePolicyLink: https://www.devuan.org/os/releases releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" auto: methods: - distrowatch: devuan regex: '^Distribution Release: Devuan GNU\+Linux (?P\d)\.(?P\d)(?:\.(?P\d))?$' # lts(x) = eol(corresponding Debian version) # eol(x) = eoes(corresponding Debian version) releases: - releaseCycle: "6" codename: "Excalibur" releaseDate: 2025-11-02 lts: 2028-08-09 eol: 2030-06-30 latest: "6.0.0" latestReleaseDate: 2025-11-03 link: https://www.devuan.org/os/announce/excalibur-release-announce-2025-11-02 - releaseCycle: "5" codename: "Daedalus" releaseDate: 2023-08-15 lts: 2026-06-10 eol: 2028-06-10 latest: "5.0.0" latestReleaseDate: 2023-08-15 link: https://www.devuan.org/os/announce/daedalus-release-announce-2023-08-14 - releaseCycle: "4" codename: "Chimaera" releaseDate: 2021-10-14 lts: 2024-07-01 eol: 2026-08-15 latest: "4.0.0" latestReleaseDate: 2021-10-14 link: https://www.devuan.org/os/announce/chimaera-release-announce-2021-10-14 - releaseCycle: "3" codename: "Beowulf" releaseDate: 2020-06-02 lts: 2022-07-01 eol: 2024-06-01 latest: "3.1.0" latestReleaseDate: 2021-02-15 link: https://www.devuan.org/os/announce/beowulf-point-release-announce-021421 - releaseCycle: "2" codename: "ASCII" releaseDate: 2018-06-09 lts: 2020-06-06 eol: 2022-06-30 latest: "2.1" latestReleaseDate: 2019-11-25 link: https://www.devuan.org/os/announce/ascii-point-release-announce-112119 - releaseCycle: "1" codename: "Jessie" lts: 2018-06-17 releaseDate: 2017-05-25 eol: 2020-06-30 latest: "1.0.0" latestReleaseDate: 2017-05-25 link: https://www.devuan.org/os/announce/stable-jessie-announce-052517.html --- > [Devuan GNU+Linux](https://www.devuan.org/) is a [fork of Debian without systemd](https://www.devuan.org/os/announce/) > to support [Init Freedom](https://www.devuan.org/os/init-freedom). At any given time, there is one stable release of Devuan, where package versions stay relatively static, only receiving security patches. Changes beyond security patches such as package version bumps often occur at point releases. Devuan makes stable releases when they are ready, not on a fixed schedule. This roughly follows the [Debian](/debian) release cadence. When a new stable version is released, the previous stable versions continue to [maintained](https://www.devuan.org/os/releases) until those releases are [archived](https://www.devuan.org/os/releases#archive). With source code for updates often being pulled from the [Debian Long Term Support (LTS) project](https://wiki.debian.org/LTS), stable releases are often supported for [3 years of active support and an additional 2 years of security patches](https://www.debian.org/releases/). [Only a limited number](https://wiki.debian.org/LTS) of software packages are supported for the final 2-year LTS period (of the approximately 5 year support lifecycle) with security patches. ================================================ FILE: products/discourse.md ================================================ --- title: Discourse addedAt: 2026-03-07 category: server-app tags: javascript-runtime ruby-runtime iconSlug: discourse permalink: /discourse releasePolicyLink: https://releases.discourse.org/ changelogTemplate: "https://releases.discourse.org/changelog/v__LATEST__" LTSLabel: "ESR" eolColumn: Support identifiers: - repology: discourse - cpe: cpe:/a:discourse:discourse - cpe: cpe:2.3:a:discourse:discourse - purl: pkg:docker/bitnami/discourse - purl: pkg:docker/discourse/base auto: methods: - git: https://github.com/discourse/discourse.git # EOL documented on https://releases.discourse.org/ releases: - releaseCycle: "2026.2" releaseDate: 2026-02-26 eol: false latest: "2026.2.1" latestReleaseDate: 2026-03-19 - releaseCycle: "2026.1" lts: true releaseDate: 2026-01-28 eol: false latest: "2026.1.2" latestReleaseDate: 2026-03-19 - releaseCycle: "2025.12" releaseDate: 2025-12-30 eol: false latest: "2025.12.2" latestReleaseDate: 2026-02-26 - releaseCycle: "2025.11" releaseDate: 2025-11-25 eol: 2026-01-28 latest: "2025.11.2" latestReleaseDate: 2026-01-28 - releaseCycle: "3.5" lts: true releaseDate: 2025-08-19 eol: 2026-01-28 latest: "3.5.4" latestReleaseDate: 2026-01-28 - releaseCycle: "3.4" lts: true releaseDate: 2025-02-04 eol: 2025-08-19 latest: "3.4.7" latestReleaseDate: 2025-07-29 --- > [Discourse](https://discourse.org/) is a free and open-source software for running a self-hosted online forum. Discourse follows [Calendar Versioning](https://calver.org/) ([semver](https://semver.org) before November 2025). There is a new release every month. Each monthly release receives security updates for approximately two months. Every 6 months, an Extended Support Release (ESR) is designated, which receives updates for approximately 8 months. ================================================ FILE: products/django.md ================================================ --- title: Django addedAt: 2019-05-29 category: framework tags: python-runtime iconSlug: django permalink: /django versionCommand: python -c "import django; print(django.get_version())" releasePolicyLink: https://www.djangoproject.com/download/#supported-versions releaseImage: https://static.djangoproject.com/img/release-roadmap.f1c2fefeeb00.svg changelogTemplate: https://docs.djangoproject.com/en/__RELEASE_CYCLE__/releases/__LATEST__/ eoasColumn: true customFields: - name: supportedPythonVersions display: after-release-column label: Python description: Supported Python versions link: https://docs.djangoproject.com/en/stable/faq/install/#what-python-version-can-i-use-with-django identifiers: - repology: python:django - purl: pkg:github/django/django - purl: pkg:pypi/django - cpe: cpe:2.3:a:djangoproject:django - cpe: cpe:/a:djangoproject:django auto: methods: - git: https://github.com/django/django.git - release_table: https://www.djangoproject.com/download/#supported-versions selector: "table:nth-of-type(1)" # ignore Future Roadmap table header_selector: "tr:nth-of-type(1)" rows_selector: "tr" fields: releaseCycle: column: "Release Series" regex: '^(?P\d+\.\d+).*$' eoas: "End of mainstream support1" eol: "End of extended support2" - release_table: https://www.djangoproject.com/download/#unsupported-versions selector: "table.django-unsupported-versions" header_selector: "tr:nth-of-type(1)" rows_selector: "tr" fields: releaseCycle: column: "Release Series" regex: '^(?P\d+\.\d+).*$' eoas: "End of mainstream support1" eol: "End of extended support2" - release_table: https://docs.djangoproject.com/en/stable/faq/install/ fields: releaseCycle: "Django version" supportedPythonVersions: column: "Python versions" type: "range" releases: - releaseCycle: "6.0" releaseDate: 2025-12-03 eoas: 2026-08-31 eol: 2027-04-30 supportedPythonVersions: "3.12 - 3.14" latest: "6.0.3" latestReleaseDate: 2026-03-03 - releaseCycle: "5.2" lts: true releaseDate: 2025-04-02 eoas: 2025-12-03 eol: 2028-04-30 supportedPythonVersions: "3.10 - 3.14 (added in 5.2.8)" latest: "5.2.12" latestReleaseDate: 2026-03-03 - releaseCycle: "5.1" releaseDate: 2024-08-07 eoas: 2025-04-02 eol: 2025-12-03 supportedPythonVersions: "3.10 - 3.13 (added in 5.1.3)" latest: "5.1.15" latestReleaseDate: 2025-12-02 - releaseCycle: "5.0" releaseDate: 2023-12-04 eoas: 2024-08-07 eol: 2025-04-02 supportedPythonVersions: "3.10 - 3.12" latest: "5.0.14" latestReleaseDate: 2025-04-02 - releaseCycle: "4.2" lts: true releaseDate: 2023-04-03 eoas: 2023-12-04 eol: 2026-04-30 supportedPythonVersions: "3.8 - 3.12 (added in 4.2.8)" latest: "4.2.29" latestReleaseDate: 2026-03-03 - releaseCycle: "4.1" releaseDate: 2022-08-03 eoas: 2023-04-05 eol: 2023-12-01 supportedPythonVersions: "3.8 - 3.11 (added in 4.1.3)" latest: "4.1.13" latestReleaseDate: 2023-11-01 - releaseCycle: "4.0" releaseDate: 2021-12-07 eoas: 2022-08-03 eol: 2023-04-01 supportedPythonVersions: "3.8 - 3.10" latest: "4.0.10" latestReleaseDate: 2023-02-14 - releaseCycle: "3.2" lts: true releaseDate: 2021-04-06 eoas: 2021-12-07 eol: 2024-04-01 latest: "3.2.25" supportedPythonVersions: "3.6 - 3.10 (added in 3.2.9)" latestReleaseDate: 2024-03-04 - releaseCycle: "3.1" releaseDate: 2020-08-04 eoas: 2021-04-06 eol: 2021-12-07 supportedPythonVersions: "3.6 - 3.9 (added in 3.1.3)" latest: "3.1.14" latestReleaseDate: 2021-12-07 - releaseCycle: "3.0" releaseDate: 2019-12-02 eoas: 2020-08-03 eol: 2021-04-06 supportedPythonVersions: "3.6 - 3.9 (added in 3.0.11)" latest: "3.0.14" latestReleaseDate: 2021-04-06 - releaseCycle: "2.2" lts: true releaseDate: 2019-04-01 eoas: 2019-12-02 eol: 2022-04-11 supportedPythonVersions: "3.5 - 3.9 (added in 2.2.17)" latest: "2.2.28" latestReleaseDate: 2022-04-11 - releaseCycle: "2.1" releaseDate: 2018-08-01 eoas: 2019-04-01 eol: 2019-12-02 supportedPythonVersions: "3.5 - 3.7" latest: "2.1.15" latestReleaseDate: 2019-12-02 - releaseCycle: "2.0" releaseDate: 2017-12-02 eoas: 2018-08-01 eol: 2019-04-01 supportedPythonVersions: "3.4 - 3.7" latest: "2.0.13" latestReleaseDate: 2019-02-12 - releaseCycle: "1.11" lts: true releaseDate: 2017-04-04 eoas: 2017-12-02 eol: 2020-04-01 supportedPythonVersions: "2.7 - 3.7 (added in 1.11.17)" latest: "1.11.29" latestReleaseDate: 2020-03-04 - releaseCycle: "1.10" releaseDate: 2016-08-01 eoas: 2017-04-04 eol: 2017-12-02 supportedPythonVersions: "2.7, 3.4 - 3.5" latest: "1.10.8" latestReleaseDate: 2017-09-05 - releaseCycle: "1.9" releaseDate: 2015-12-01 eoas: 2016-08-01 eol: 2017-04-04 supportedPythonVersions: "2.7, 3.4 - 3.5" latest: "1.9.13" latestReleaseDate: 2017-04-04 link: https://docs.djangoproject.com/en/5.2/releases/__LATEST__/ - releaseCycle: "1.8" releaseDate: 2015-04-01 eoas: 2015-12-01 eol: 2018-04-01 supportedPythonVersions: "2.7, 3.2 - 3.5" latest: "1.8.19" latestReleaseDate: 2018-03-06 link: https://docs.djangoproject.com/en/5.2/releases/__LATEST__/ - releaseCycle: "1.7" releaseDate: 2014-09-03 eoas: 2015-04-01 eol: 2015-12-01 supportedPythonVersions: "2.7, 3.2 - 3.4" latest: "1.7.11" latestReleaseDate: 2015-11-24 link: https://docs.djangoproject.com/en/5.2/releases/__LATEST__/ - releaseCycle: "1.6" releaseDate: 2013-11-06 eoas: 2014-09-02 eol: 2015-04-01 supportedPythonVersions: "2.6 - 2.7, 3.2 - 3.3" latest: "1.6.11" latestReleaseDate: 2015-03-18 link: https://docs.djangoproject.com/en/5.2/releases/__LATEST__/ - releaseCycle: "1.5" releaseDate: 2013-02-26 eoas: 2013-11-06 eol: 2014-09-02 supportedPythonVersions: "2.6 - 2.7, 3.2" latest: "1.5.12" latestReleaseDate: 2015-01-02 link: https://docs.djangoproject.com/en/5.2/releases/__LATEST__/ - releaseCycle: "1.4" releaseDate: 2012-03-23 eoas: 2013-02-26 eol: 2015-10-01 supportedPythonVersions: "2.5 - 2.7" latest: "1.4.22" latestReleaseDate: 2015-08-18 link: https://docs.djangoproject.com/en/5.2/releases/__LATEST__/ - releaseCycle: "1.3" releaseDate: 2011-03-23 eoas: 2012-03-23 eol: 2013-02-26 supportedPythonVersions: "2.4 - 2.5" latest: "1.3.7" latestReleaseDate: 2013-02-21 link: https://docs.djangoproject.com/en/5.2/releases/__LATEST__/ --- > [Django](https://www.djangoproject.com/) is a high-level Python Web framework that encourages > rapid development and clean, pragmatic design. **Feature releases** (A.B, A.B+1, etc.) will happen roughly every eight months. These releases will contain new features, improvements to existing features, and such. These can include documented backwards incompatibilities where a deprecation path isn’t possible or not worth the cost. **Patch releases** (A.B.C, etc.) will be issued as needed, to fix bugs and/or security issues. These releases will be 100% compatible with the associated feature release, unless this is impossible for security reasons or to prevent data loss. So the answer to "should I upgrade to the latest patch release?” will always be "yes." The last feature release for a major version will be designated as long-term support (LTS) release. These releases will get security and data loss fixes applied for a guaranteed period of time, typically three years. Deprecations started in an LTS release (say X.2) will be dropped in a non-dot-zero release (Y.1). See the [supported versions policy](https://docs.djangoproject.com/en/stable/internals/release-process/#supported-versions) for detailed guidelines about what fixes will be backported. ================================================ FILE: products/docker-engine.md ================================================ --- title: Docker Engine addedAt: 2021-11-01 category: app iconSlug: docker permalink: /docker-engine versionCommand: docker version --format '{{.Server.Version}}' releasePolicyLink: https://github.com/moby/moby/blob/master/project/BRANCHES-AND-TAGS.md changelogTemplate: | https://docs.docker.com/engine/release-notes/{% assign MajorReleaseCycle = "__RELEASE_CYCLE__" | split:"." |first| plus:0 %}{% if MajorReleaseCycle >= 27 %}{{MajorReleaseCycle}}{%else%}__RELEASE_CYCLE__{%endif%}/#{{"__LATEST__"|replace:".",""}} identifiers: - repology: docker-ce - repology: docker-containers - repology: moby - cpe: cpe:2.3:a:docker:engine - cpe: cpe:/a:docker:engine auto: methods: - git: https://github.com/moby/moby.git regex: ^(docker-)?v(?P\d+)\.(?P\d+)\.(?P\d+)(-ce)?$ # Inside a given major release, eol(x) = releaseDate(x+1) # For major release EOL, see https://github.com/moby/moby/blob/master/project/BRANCHES-AND-TAGS.md releases: - releaseCycle: "29" releaseDate: 2025-11-10 eol: false # not announced on https://github.com/moby/moby/blob/master/project/BRANCHES-AND-TAGS.md latest: "29.3.0" latestReleaseDate: 2026-03-05 - releaseCycle: "28" releaseDate: 2025-02-20 eol: false # not announced on https://github.com/moby/moby/blob/master/project/BRANCHES-AND-TAGS.md latest: "28.5.2" latestReleaseDate: 2025-11-05 - releaseCycle: "27" releaseDate: 2024-06-25 eol: 2025-05-03 latest: "27.5.1" latestReleaseDate: 2025-01-22 - releaseCycle: "26.1" releaseDate: 2024-04-22 eol: 2025-02-17 # https://github.com/moby/moby/commit/2fc90096bfc6538906e8ad042335f2b23969d813 latest: "26.1.5" latestReleaseDate: 2024-07-23 - releaseCycle: "26.0" releaseDate: 2024-03-20 eol: 2024-06-08 latest: "26.0.2" latestReleaseDate: 2024-04-18 - releaseCycle: "25.0" releaseDate: 2024-01-19 eol: false # not announced on https://github.com/moby/moby/blob/master/project/BRANCHES-AND-TAGS.md latest: "25.0.14" latestReleaseDate: 2025-11-06 - releaseCycle: "24.0" releaseDate: 2023-05-16 eol: 2024-06-08 latest: "24.0.9" latestReleaseDate: 2024-02-01 - releaseCycle: "23.0" releaseDate: 2023-02-02 eol: 2025-05-19 latest: "23.0.18" latestReleaseDate: 2025-05-15 # See https://github.com/endoflife-date/endoflife.date/issues/3006 - releaseCycle: "20.10" releaseDate: 2020-12-09 eol: 2023-12-10 latest: "20.10.27" latestReleaseDate: 2023-12-01 - releaseCycle: "19.03" releaseDate: 2019-07-22 eol: 2021-01-08 latest: "19.03.15" latestReleaseDate: 2021-02-01 - releaseCycle: "18.09" releaseDate: 2018-11-08 eol: 2019-08-22 latest: "18.09.9" latestReleaseDate: 2019-09-04 - releaseCycle: "18.06" releaseDate: 2018-07-18 eol: 2018-12-08 latest: "18.06.3" latestReleaseDate: 2019-02-20 - releaseCycle: "18.05" releaseDate: 2018-04-25 eol: 2018-08-18 latest: "18.05.0" latestReleaseDate: 2018-04-25 - releaseCycle: "18.04" releaseDate: 2018-03-27 eol: 2018-06-09 latest: "18.04.0" latestReleaseDate: 2018-03-27 - releaseCycle: "18.03" releaseDate: 2018-03-14 eol: 2018-05-10 latest: "18.03.1" latestReleaseDate: 2018-04-25 - releaseCycle: "18.02" releaseDate: 2018-01-26 eol: 2018-04-21 latest: "18.02.0" latestReleaseDate: 2018-01-26 - releaseCycle: "17.12" releaseDate: 2017-12-15 eol: 2018-02-10 latest: "17.12.1" latestReleaseDate: 2018-02-07 - releaseCycle: "18.01" releaseDate: 2017-12-12 eol: 2018-03-07 latest: "18.01.0" latestReleaseDate: 2017-12-12 - releaseCycle: "17.11" releaseDate: 2017-11-17 eol: 2018-01-27 latest: "17.11.0" latestReleaseDate: 2017-11-17 - releaseCycle: "17.10" releaseDate: 2017-10-13 eol: 2017-12-20 latest: "17.10.0" latestReleaseDate: 2017-10-13 - releaseCycle: "17.09" releaseDate: 2017-09-22 eol: 2017-11-17 latest: "17.09.1" latestReleaseDate: 2017-12-07 - releaseCycle: "17.07" releaseDate: 2017-08-28 eol: 2017-10-26 latest: "17.07.0" latestReleaseDate: 2017-08-28 - releaseCycle: "17.06" releaseDate: 2017-06-20 eol: 2017-09-29 latest: "17.06.2" latestReleaseDate: 2017-09-05 - releaseCycle: "17.05" releaseDate: 2017-05-04 eol: 2017-07-28 latest: "17.05.0" latestReleaseDate: 2017-05-04 - releaseCycle: "17.04" releaseDate: 2017-04-03 eol: 2017-06-04 latest: "17.04.0" latestReleaseDate: 2017-04-03 - releaseCycle: "17.03" releaseDate: 2017-02-23 eol: 2017-05-05 latest: "17.03.2" latestReleaseDate: 2017-06-27 --- > [Docker Engine](https://www.docker.com/) is a containerization technology that allows applications to be packaged independently, > avoiding the requirement to install or manage software dependencies. > Containers are isolated from one another and bundle their own software, libraries and configuration files. {: .note} > This page may list versions of Docker Engine that are not available as binary distributions nor listed in [Docker release notes](https://docs.docker.com/engine/release-notes/). > The reason is that endoflife.date tracks Docker engine versions using [the Moby project repository](https://github.com/moby/moby.git), > which provides source code releases only, > whereas binary distributions are available [from multiple contributing parties](https://github.com/moby/moby/blob/master/project/PACKAGERS.md). Docker Engine is supported by the [Moby Community](https://docs.docker.com/engine/install/#support). ================================================ FILE: products/dotnet.md ================================================ --- title: Microsoft .NET addedAt: 2020-11-10 category: framework tags: microsoft iconSlug: dotnet permalink: /dotnet alternate_urls: - /dotnetcore versionCommand: dotnet --version releasePolicyLink: https://dotnet.microsoft.com/platform/support/policy/dotnet-core releaseImage: https://dotnet.microsoft.com/blob-assets/images/illustrations/release-schedule.svg changelogTemplate: https://github.com/dotnet/core/blob/main/release-notes/{{"__LATEST__"|split:'.'|slice:0,2|join:'.'}}/__LATEST__/__LATEST__.md eolColumn: Support Status identifiers: - repology: dotnet - repology: dotnet-runtime - repology: dotnet-sdk - purl: pkg:nuget/Microsoft.NETCore.App - purl: pkg:nuget/Microsoft.NETCore.App.Runtime.win-x64 - purl: pkg:nuget/Microsoft.NETCore.App.Runtime.win-x86 - purl: pkg:nuget/Microsoft.NETCore.App.Runtime.win-arm - purl: pkg:nuget/Microsoft.NETCore.App.Runtime.win-arm64 - purl: pkg:nuget/Microsoft.NETCore.App.Runtime.osx-x64 - purl: pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64 - purl: pkg:nuget/Microsoft.NETCore.App.Runtime.linux-x64 - purl: pkg:nuget/Microsoft.NETCore.App.Runtime.linux-arm64 - purl: pkg:nuget/Microsoft.NETCore.App.Runtime.linux-arm - purl: pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-x64 - purl: pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm64 - purl: pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm - purl: pkg:nuget/Microsoft.NETCore.App.Runtime.linux-bionic-x64 - purl: pkg:nuget/Microsoft.NETCore.App.Runtime.linux-bionic-arm64 - purl: pkg:rpm/redhat/dotnet-sdk-8.0 - purl: pkg:rpm/redhat/dotnet-sdk-7.0 - purl: pkg:rpm/redhat/dotnet-sdk-6.0 - purl: pkg:rpm/redhat/dotnet-sdk-5.0 - purl: pkg:rpm/redhat/dotnet-sdk-3.1 - purl: pkg:rpm/redhat/dotnet-sdk-3.0 - purl: pkg:rpm/redhat/dotnet-sdk-2.1 - cpe: cpe:2.3:a:microsoft:.net - cpe: cpe:/a:microsoft:.net auto: methods: - git: https://github.com/dotnet/core.git # Excludes 3+ digit patch versions for SDKs, such as https://github.com/dotnet/core/releases/tag/v3.1.201, # See more details about dotnet versions: https://learn.microsoft.com/dotnet/core/versions/ regex_exclude: '^v?\d+\.\d+\.\d{3,}' - release_table: https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core fields: releaseCycle: column: "Version" regex: '^.NET( Core)? (?P\d+(\.\d+)?)$' releaseDate: "Original release date" eol: "End of support" releases: - releaseCycle: "10" releaseDate: 2025-11-11 lts: true eol: 2028-11-14 latest: "10.0.5" latestReleaseDate: 2026-03-12 - releaseCycle: "9" releaseDate: 2024-11-12 eol: 2026-11-10 latest: "9.0.14" latestReleaseDate: 2026-03-10 - releaseCycle: "8" releaseDate: 2023-11-14 lts: true eol: 2026-11-10 latest: "8.0.25" latestReleaseDate: 2026-03-10 - releaseCycle: "7" releaseDate: 2022-11-08 eol: 2024-05-14 latest: "7.0.20" latestReleaseDate: 2024-05-29 - releaseCycle: "6" releaseDate: 2021-11-08 lts: true eol: 2024-11-12 latest: "6.0.36" latestReleaseDate: 2024-11-12 - releaseCycle: "5" releaseDate: 2020-11-10 eol: 2022-05-10 latest: "5.0.17" latestReleaseDate: 2022-05-10 - releaseCycle: "3.1" releaseLabel: "Core __RELEASE_CYCLE__" releaseDate: 2019-12-03 lts: true eol: 2022-12-13 latest: "3.1.32" latestReleaseDate: 2022-12-13 - releaseCycle: "3.0" releaseLabel: "Core __RELEASE_CYCLE__" releaseDate: 2019-09-23 eol: 2020-03-03 latest: "3.0.3" latestReleaseDate: 2020-02-19 - releaseCycle: "2.2" releaseLabel: "Core __RELEASE_CYCLE__" releaseDate: 2018-12-04 eol: 2019-12-23 latest: "2.2.8" latestReleaseDate: 2019-11-19 - releaseCycle: "2.1" releaseLabel: "Core __RELEASE_CYCLE__" releaseDate: 2018-05-30 lts: true eol: 2021-08-21 latest: "2.1.30" latestReleaseDate: 2021-08-19 - releaseCycle: "2.0" releaseLabel: "Core __RELEASE_CYCLE__" releaseDate: 2017-08-14 eol: 2018-10-01 latest: "2.0.9" latestReleaseDate: 2018-07-10 link: https://github.com/dotnet/core/blob/main/release-notes/2.0/2.0.9.md - releaseCycle: "1.1" releaseLabel: "Core __RELEASE_CYCLE__" releaseDate: 2016-11-16 eol: 2019-06-27 latest: "1.1.13" latestReleaseDate: 2019-05-15 - releaseCycle: "1.0" releaseLabel: "Core __RELEASE_CYCLE__" releaseDate: 2016-06-27 eol: 2019-06-27 latest: "1.0.16" latestReleaseDate: 2019-05-15 --- > [.NET](https://dotnet.microsoft.com/) is a free, cross-platform, open source developer platform > for building many types of applications. Microsoft publishes new major releases of .NET Core on a regular cadence, enabling developers, the community and businesses to plan their roadmaps. Beginning with .NET Core 3.1, these releases will happen every November and every other release will be LTS. LTS releases are supported for three years after the initial release. ================================================ FILE: products/dotnetfx.md ================================================ --- title: Microsoft .NET Framework addedAt: 2020-11-10 category: framework tags: microsoft iconSlug: dotnet permalink: /dotnetfx alternative_urls: - /.netfx - /dotnetframework versionCommand: reg query "HKLM\SOFTWARE\Microsoft\Net Framework Setup\NDP" /s releasePolicyLink: https://dotnet.microsoft.com/download/dotnet-framework changelogTemplate: https://github.com/microsoft/dotnet/blob/main/releases/net{{"__RELEASE_CYCLE__"| replace:'.',''}}/README.md latestColumn: false eolColumn: Support Status staleReleaseThresholdDays: 3650 # linked to their corresponding Windows version auto: methods: - release_table: https://dotnet.microsoft.com/en-us/download/dotnet-framework fields: releaseCycle: column: "Version" type: "identifier" regex: '^\.NET Framework (?P\d+(\.\d+)+( SP1)?)$' eol: "End of support" releases: - releaseCycle: "4.8.1" releaseDate: 2022-08-09 eol: false - releaseCycle: "4.8" releaseDate: 2019-04-18 eol: false - releaseCycle: "4.7.2" releaseDate: 2018-04-30 eol: false - releaseCycle: "4.7.1" releaseDate: 2017-10-17 eol: false - releaseCycle: "4.7" releaseDate: 2017-04-05 eol: false - releaseCycle: "4.6.2" releaseDate: 2016-08-02 eol: 2027-01-12 - releaseCycle: "4.6.1" releaseDate: 2015-11-30 eol: 2022-04-26 - releaseCycle: "4.6" releaseDate: 2015-07-20 eol: 2022-04-26 - releaseCycle: "4.5.2" releaseDate: 2014-05-05 eol: 2022-04-26 - releaseCycle: "4.5.1" releaseDate: 2013-10-17 eol: 2016-01-12 - releaseCycle: "4.5" releaseDate: 2012-08-15 eol: 2016-01-12 - releaseCycle: "4.0" releaseDate: 2010-04-12 eol: 2016-01-12 link: https://learn.microsoft.com/previous-versions/dotnet/netframework-4.0/ms171868(v=vs.100) - releaseCycle: "3.5-sp1" releaseLabel: "3.5 SP1" releaseDate: 2007-11-19 eol: 2029-01-09 link: https://support.microsoft.com/en-us/topic/list-of-changes-and-fixed-issues-in-the-net-framework-3-5-service-pack-1-7e580459-9f9a-3f0d-ecb3-ee3ea374044f --- > [.NET Framework](https://dotnet.microsoft.com/) is a software framework developed by Microsoft > that runs primarily on Microsoft Windows. It includes a large class library called Framework Class > Library (FCL) and provides language interoperability across several programming languages. On operating systems prior to Windows 10 version 1809 and Windows Server 2019, .NET 3.5 SP1 [assumes the same lifecycle policy](https://learn.microsoft.com/lifecycle/faq/dotnet-framework) as the underlying OS on which it is installed. ================================================ FILE: products/dovecot.md ================================================ --- title: Dovecot addedAt: 2025-08-22 category: server-app iconSlug: dovecot permalink: /dovecot versionCommand: dovecot --version releasePolicyLink: https://dovecot.org/mailman3/archives/list/dovecot-news@dovecot.org/thread/3P45L76DOC3NKUNSSPIXQNKINGOCYH5K/ changelogTemplate: https://github.com/dovecot/core/releases/tag/__LATEST__ eolColumn: Security Support eoasColumn: Active Support identifiers: - repology: dovecot - cpe: cpe:2.3:a:dovecot:dovecot auto: methods: - git: https://github.com/dovecot/core.git # eoas(x) = releaseDate(x+1) # eol(x) = releaseDate(x+2) releases: - releaseCycle: "2.4" releaseDate: 2025-01-24 eoas: false eol: false latest: "2.4.2" latestReleaseDate: 2025-10-28 - releaseCycle: "2.3" staleReleaseThresholdDays: 730 # mentioned recently on https://dovecot.org/mailman3/archives/list/dovecot-news@dovecot.org/thread/3P45L76DOC3NKUNSSPIXQNKINGOCYH5K/ releaseDate: 2017-12-22 eoas: 2025-01-24 eol: false latest: "2.3.21.1" latestReleaseDate: 2024-08-14 - releaseCycle: "2.2" releaseDate: 2013-04-11 eoas: 2017-12-22 eol: 2025-01-24 latest: "2.2.36.4" latestReleaseDate: 2019-08-28 - releaseCycle: "2.1" releaseDate: 2012-02-16 eoas: 2013-04-11 eol: 2017-12-22 latest: "2.1.16" latestReleaseDate: 2013-04-05 - releaseCycle: "2.0" releaseDate: 2010-08-16 eoas: 2012-02-16 eol: 2013-04-11 latest: "2.0.15" latestReleaseDate: 2011-09-16 --- > [Dovecot](https://dovecot.org/) is an open source email server for Linux/UNIX-like systems, > written with security primarily in mind. Currently there are two variants of Dovecot: - the community edition (CE) released under the GNU Lesser General Public License (LGPL) 2.1 - [Dovecot Pro](https://www.dovecotpro.com/) which powers additional features and extended EOL policies This page tracks Dovecot CE. According to the latest lifecycle announcement, the current release cycle receives feature, bug and security patches while the previous cycle only gets critical security bug fixes. ================================================ FILE: products/drupal.md ================================================ --- title: Drupal addedAt: 2019-05-29 category: server-app tags: php-runtime iconSlug: drupal permalink: /drupal versionCommand: drush status releasePolicyLink: https://www.drupal.org/about/core/policies/core-release-cycles/schedule releaseImage: https://www.drupal.org/files/Drupal11and12ScheduleDec2025.png changelogTemplate: https://www.drupal.org/project/drupal/releases/__LATEST__ eoesColumn: Commercial Support eoasColumn: true identifiers: - repology: php:drupal - purl: pkg:composer/drupal/core - purl: pkg:docker/bitnami/drupal - purl: pkg:docker/library/drupal - purl: pkg:github/drupal/core - cpe: cpe:2.3:a:drupal:drupal - cpe: cpe:/a:drupal:drupal auto: methods: - git: https://github.com/drupal/drupal.git # eoas(x) = releaseDate(x+1) # eol(x) documented on https://www.drupal.org/about/core/policies/core-release-cycles/schedule. # Minor releases usually happen on the third Wednesday every six months. releases: - releaseCycle: "11.3" releaseDate: 2025-12-17 eoas: 2026-06-16 # 6 months bug & security fixes (documented under https://www.drupal.org/about/core/policies/core-release-cycles/release-process-overview#s-minor-versions) eol: 2026-12-16 # after 1 year (documented under https://www.drupal.org/about/core/policies/core-release-cycles/release-process-overview#s-minor-versions) latest: "11.3.5" latestReleaseDate: 2026-03-06 - releaseCycle: "10.6" releaseDate: 2025-12-17 eoas: 2026-06-16 eol: 2026-12-16 latest: "10.6.5" latestReleaseDate: 2026-03-06 - releaseCycle: "11.2" releaseDate: 2025-06-18 eoas: 2025-12-10 # guessed, releaseDate(11.3) as planned on https://www.drupal.org/about/core/policies/core-release-cycles/schedule eol: 2026-06-17 latest: "11.2.10" latestReleaseDate: 2025-12-10 - releaseCycle: "10.5" releaseDate: 2025-06-18 eoas: 2025-12-17 eol: 2026-06-17 latest: "10.5.8" latestReleaseDate: 2025-12-09 - releaseCycle: "10.4" releaseDate: 2024-12-17 eoas: 2025-06-18 # releaseDate(10.5) eol: 2025-12-10 # guessed, as planned on https://www.drupal.org/about/core/policies/core-release-cycles/schedule latest: "10.4.9" latestReleaseDate: 2025-11-12 - releaseCycle: "11.1" releaseDate: 2024-12-16 eoas: 2025-06-18 # releaseDate(11.2) eol: 2025-12-10 # guessed, as planned on https://www.drupal.org/about/core/policies/core-release-cycles/schedule latest: "11.1.9" latestReleaseDate: 2025-11-12 - releaseCycle: "11.0" releaseDate: 2024-08-02 eoas: 2024-12-16 # releaseDate(11.1) eol: 2025-06-16 latest: "11.0.13" latestReleaseDate: 2025-03-19 - releaseCycle: "10.3" releaseDate: 2024-06-20 eoas: 2024-08-02 eol: 2025-06-16 latest: "10.3.14" latestReleaseDate: 2025-03-19 - releaseCycle: "10.2" releaseDate: 2023-12-15 eoas: 2024-06-20 eol: 2024-12-17 latest: "10.2.12" latestReleaseDate: 2024-11-22 - releaseCycle: "10.1" releaseDate: 2023-06-22 eoas: 2023-12-15 eol: 2024-06-20 latest: "10.1.8" latestReleaseDate: 2024-01-16 - releaseCycle: "10.0" releaseDate: 2022-12-15 eoas: 2023-06-21 eol: 2023-12-15 latest: "10.0.11" latestReleaseDate: 2023-09-19 - releaseCycle: "9.5" releaseDate: 2022-12-15 eoas: 2023-06-21 eol: 2023-11-01 latest: "9.5.11" latestReleaseDate: 2023-09-19 - releaseCycle: "9.4" releaseDate: 2022-06-15 eoas: 2022-12-14 eol: 2023-06-21 latest: "9.4.15" latestReleaseDate: 2023-05-03 - releaseCycle: "9.3" releaseDate: 2021-12-08 eoas: 2022-06-15 eol: 2022-12-14 latest: "9.3.22" latestReleaseDate: 2022-09-28 - releaseCycle: "9.2" releaseDate: 2021-06-16 eoas: 2021-12-08 eol: 2022-06-15 latest: "9.2.21" latestReleaseDate: 2022-06-10 - releaseCycle: "9.1" releaseDate: 2020-12-02 eoas: 2021-06-16 eol: 2021-12-08 latest: "9.1.15" latestReleaseDate: 2021-11-24 - releaseCycle: "9.0" releaseDate: 2020-06-03 eoas: 2020-12-02 eol: 2021-06-16 latest: "9.0.14" latestReleaseDate: 2021-05-25 - releaseCycle: "8.9" releaseDate: 2020-06-03 eoas: 2020-12-01 eol: 2021-11-02 latest: "8.9.20" latestReleaseDate: 2021-11-17 - releaseCycle: "8.8" releaseDate: 2019-12-04 eoas: 2020-06-03 eol: 2020-12-01 latest: "8.8.12" latestReleaseDate: 2020-11-25 - releaseCycle: "7" lts: true releaseDate: 2011-01-05 eoas: 2015-11-19 eol: 2025-01-05 eoes: false latest: "7.103" latestReleaseDate: 2024-12-04 --- > [Drupal](https://www.drupal.org/) is a free and open-source content management framework written > in PHP and distributed under the GNU General Public License. Each major version receives active support for about two years, followed by maintenance support and security coverage for about two more years. Last three major versions are supported with a minimum of 4 years. ## [Release Schedule](https://www.drupal.org/about/core/policies/core-release-cycles/schedule) - A new Drupal major version is released every two years in even years (2022, 2024, etc.). - Minor versions are released every six months. They contain bug fixes, new features, and deprecations. - Patch versions are released monthly. They only contain non-disruptive bug fixes, so site owners can safely upgrade their applications. ## [Long Term Support](https://www.drupal.org/about/core/policies/core-release-cycles/release-process-overview#s-maintenance-minors-and-the-lts-phase) When a new major version is released, a corresponding minor version with the same API is released for the previous major version. This begins the Long-Term Support (LTS) phase. During this phase, a maintenance minor for the previous major is released every six months. Maintenance minors can include certain bug fixes, API additions for forward compatibility, security updates, and dependency updates. **Drupal 7** is now unsupported. Commercial support for Drupal 7 is available post end-of-life through Drupal's [Certified D7 End of Life Support Partners](https://www.drupal.org/about/drupal-7/d7eol/partners#commercial-support). ================================================ FILE: products/drush.md ================================================ --- title: Drush addedAt: 2022-07-05 category: app tags: php-runtime iconSlug: drupal permalink: /drush versionCommand: drush --version releasePolicyLink: https://www.drush.org/latest/install/#drupal-compatibility changelogTemplate: https://github.com/drush-ops/drush/releases/tag/__LATEST__ eolColumn: Support customFields: - name: supportedPhpVersions display: api-only label: PHP description: Supported PHP versions link: https://www.drush.org/latest/install/ - name: supportedDrupalVersions display: api-only label: Drupal description: Supported Drupal versions link: https://www.drush.org/latest/install/ identifiers: - repology: drush - purl: pkg:composer/drush/drush - purl: pkg:github/drush-ops/drush auto: methods: - git: https://github.com/drush-ops/drush.git - release_table: https://www.drush.org/latest/install/ render_javascript: true header_selector: "tbody tr:nth-of-type(1)" fields: releaseCycle: column: "Drush Version" regex: '^Drush (?P\d+).*$' supportedPhpVersions: "PHP Version" # release_table does not support the retrieval of Drupal versions eol: "End Of Life" # Think about updating the regex_exclude above when a new major version is added. # Supported PHP / Drupal versions can be found on https://www.drush.org/latest/install/. releases: - releaseCycle: "13" releaseDate: 2024-08-02 eol: false supportedPhpVersions: "8.3+" supportedDrupalVersions: "10.2 - 11" latest: "13.7.2" latestReleaseDate: 2026-03-20 - releaseCycle: "12" staleReleaseThresholdDays: 730 # EOL is TBD on https://www.drush.org/13.x/install/#drupal-compatibility releaseDate: 2023-06-03 eol: false supportedPhpVersions: "8.1+" supportedDrupalVersions: "10" latest: "12.5.3" latestReleaseDate: 2024-08-02 - releaseCycle: "11" releaseDate: 2022-01-11 eol: 2023-11-30 supportedPhpVersions: "7.4+" supportedDrupalVersions: "9 - 10" latest: "11.6.0" latestReleaseDate: 2023-06-06 - releaseCycle: "10" releaseDate: 2019-10-31 eol: 2022-01-31 supportedPhpVersions: "7.1+ (not 8)" supportedDrupalVersions: "8 - 9" latest: "10.6.2" latestReleaseDate: 2021-12-15 - releaseCycle: "9" releaseDate: 2018-01-24 eol: 2020-05-31 supportedPhpVersions: "5.6+" supportedDrupalVersions: "8" latest: "9.7.3" latestReleaseDate: 2021-03-22 - releaseCycle: "8" releaseDate: 2015-11-19 eol: 2025-01-31 supportedPhpVersions: "5.4.5+" supportedDrupalVersions: "6 - 8" latest: "8.5.0" latestReleaseDate: 2024-11-26 - releaseCycle: "7" releaseDate: 2015-05-20 eol: 2017-07-31 supportedPhpVersions: "5.3.0+" supportedDrupalVersions: "6 - 7" latest: "7.4.2" latestReleaseDate: 2022-03-25 - releaseCycle: "6" releaseDate: 2013-08-16 eol: 2015-12-31 supportedPhpVersions: "5.3.0+" supportedDrupalVersions: "6 - 7" latest: "6.7.0" latestReleaseDate: 2015-12-02 - releaseCycle: "5" releaseDate: 2012-03-23 eol: 2015-05-31 supportedPhpVersions: "5.2.0+" supportedDrupalVersions: "6 - 7" latest: "5.11.0" latestReleaseDate: 2014-05-22 --- > [Drush](https://www.drush.org/) is a command line shell and Unix scripting interface for Drupal. ## [PHP/Drupal Compatibility](https://www.drush.org/latest/install/) {% include table.html labels="Drush Version,PHP Version,Drupal versions" fields="releaseCycle,supportedPhpVersions,supportedDrupalVersions" types="string,string,string" rows=page.releases %} ================================================ FILE: products/duckdb.md ================================================ --- title: DuckDB addedAt: 2025-10-18 category: database iconSlug: duckdb permalink: /duckdb versionCommand: duckdb -version releasePolicyLink: https://duckdblabs.com/community_support_policy/ changelogTemplate: https://github.com/duckdb/duckdb/releases/tag/v__LATEST__ eolColumn: Support Status identifiers: - repology: duckdb - cpe: cpe:2.3:a:duckdb:duckdb auto: methods: - github_releases: duckdb/duckdb releases: - releaseCycle: "1.5" codename: "Variegata" releaseDate: 2026-03-09 eol: false latest: "1.5.0" latestReleaseDate: 2026-03-09 - releaseCycle: "1.4" codename: "Andium" lts: true releaseDate: 2025-09-16 eol: 2026-09-16 latest: "1.4.4" latestReleaseDate: 2026-01-26 - releaseCycle: "1.3" codename: "Ossivalis" releaseDate: 2025-05-21 eol: 2025-09-16 latest: "1.3.2" latestReleaseDate: 2025-07-08 - releaseCycle: "1.2" codename: "Histrionicus" releaseDate: 2025-02-05 eol: 2025-05-21 latest: "1.2.2" latestReleaseDate: 2025-04-08 - releaseCycle: "1.1" codename: "Eatoni" releaseDate: 2024-09-09 eol: 2025-02-05 latest: "1.1.3" latestReleaseDate: 2024-11-04 - releaseCycle: "1.0" codename: "Nivis" releaseDate: 2024-06-03 eol: 2024-09-09 latest: "1.0.0" latestReleaseDate: 2024-06-03 --- > [DuckDB](https://duckdb.org/) is an analytical in-process, serverless SQL database management system. Starting with 1.4, every other DuckDB version is a Long-Term Support (LTS) release. LTS releases are supported for one year. Non-LTS releases become end-of-life once a newer release (LTS or not) is available. [Commercial support by DuckDB Labs](https://duckdblabs.com/) is also available for older LTS releases after their community support has expired. ================================================ FILE: products/eclipse-jetty.md ================================================ --- title: Eclipse Jetty addedAt: 2023-12-26 category: server-app tags: eclipse java-runtime web-server iconSlug: eclipsejetty permalink: /eclipse-jetty alternate_urls: - /jetty releasePolicyLink: https://jetty.org/download.html changelogTemplate: https://github.com/jetty/jetty.project/releases/tag/jetty-__LATEST__ eoasColumn: "Open Source Support" eolColumn: true eoesColumn: "Extended Support" customFields: - name: minJvmVersion display: api-only label: JVM description: Minimum required JVM version link: https://jetty.org/download.html - name: servletVersion display: api-only label: Servlet description: Supported Servlet versions link: https://jetty.org/download.html - name: jspVersion display: api-only label: JSP description: Supported JSP versions link: https://jetty.org/download.html identifiers: - repology: jetty - purl: pkg:maven/org.eclipse.jetty/jetty-server - cpe: cpe:2.3:a:eclipse:jetty - cpe: cpe:/a:eclipse:jetty auto: methods: - github_releases: jetty/jetty.project regex: ^jetty-(?P\d+)\.(?P\d+)\.(?P\d+)$ # Support, EOL and minJavaVersion can be found on https://jetty.org/download.html. releases: - releaseCycle: "12.1" releaseDate: 2025-08-18 minJvmVersion: "17" servletVersion: "3.1 - 6.1" jspVersion: "2.3 - 3.1" eoas: false eol: false eoes: false latest: "12.1.7" latestReleaseDate: 2026-03-04 - releaseCycle: "12.0" releaseDate: 2023-08-07 minJvmVersion: "17" servletVersion: "3.1 - 6.0" jspVersion: "2.3 - 3.1" eoas: false eol: false eoes: false latest: "12.0.33" latestReleaseDate: 2026-03-04 - releaseCycle: "11" minJvmVersion: "11" servletVersion: "5.0" jspVersion: "3.0" releaseDate: 2020-12-02 eoas: 2024-01-01 # https://github.com/jetty/jetty.project/issues/10485 eol: 2025-01-01 # https://github.com/jetty/jetty.project/issues/10485 eoes: false latest: "11.0.26" latestReleaseDate: 2025-08-18 - releaseCycle: "10" minJvmVersion: "11" servletVersion: "4.0" jspVersion: "2.3" releaseDate: 2020-12-02 eoas: 2024-01-01 # https://github.com/jetty/jetty.project/issues/10485 eol: 2025-01-01 # https://github.com/jetty/jetty.project/issues/10485 eoes: false latest: "10.0.26" latestReleaseDate: 2025-08-18 - releaseCycle: "9.4" minJvmVersion: "1.8" servletVersion: "3.1" jspVersion: "2.3" releaseDate: 2016-12-07 eoas: 2022-06-01 # https://github.com/jetty/jetty.project/issues/7958 eol: 2025-02-19 # https://github.com/jetty/jetty.project/issues/7958 eoes: false latest: "9.4.57.v20241219" latestReleaseDate: 2024-12-19 - releaseCycle: "9.3" minJvmVersion: "1.8" servletVersion: "3.1" jspVersion: "2.3" releaseDate: 2015-06-01 eoas: 2020-12-07 # https://www.eclipse.org/lists/jetty-announce/msg00140.html eol: 2020-12-07 # https://www.eclipse.org/lists/jetty-announce/msg00140.html latest: "9.3.30.v20211001" latestReleaseDate: 2021-10-01 - releaseCycle: "9.2" minJvmVersion: "1.7" servletVersion: "3.1" jspVersion: "2.3" releaseDate: 2014-05-23 eoas: 2018-03-08 # https://www.eclipse.org/lists/jetty-announce/msg00116.html eol: 2018-03-08 # https://www.eclipse.org/lists/jetty-announce/msg00116.html latest: "9.2.30.v20200428" latestReleaseDate: 2020-04-28 - releaseCycle: "9.1" minJvmVersion: "1.7" servletVersion: "3.1" jspVersion: "2.3" releaseDate: 2013-11-15 eoas: 2014-12-31 # only year provided on https://jetty.org/download.html, used end of the year eol: 2014-12-31 # only year provided on https://jetty.org/download.html, used end of the year latest: "9.1.6.v20160112" latestReleaseDate: 2016-01-12 - releaseCycle: "9.0" minJvmVersion: "1.7" servletVersion: "3.1-beta" jspVersion: "2.3" releaseDate: 2013-03-08 eoas: 2013-12-31 # only year provided on https://jetty.org/download.html, used end of the year eol: 2013-12-31 # only year provided on https://jetty.org/download.html, used end of the year latest: "9.0.7.v20131107" latestReleaseDate: 2013-11-07 - releaseCycle: "8" minJvmVersion: "1.6" servletVersion: "3.0" jspVersion: "2.2" releaseDate: 2011-09-01 eoas: 2014-12-31 # only year provided on https://jetty.org/download.html, used end of the year eol: 2014-12-31 # only year provided on https://jetty.org/download.html, used end of the year latest: "8.2.0.v20160908" latestReleaseDate: 2016-09-08 - releaseCycle: "7" minJvmVersion: "1.5" servletVersion: "2.5" jspVersion: "2.1" releaseDate: 2009-10-05 eoas: 2014-12-31 # only year provided on https://jetty.org/download.html, used end of the year eol: 2014-12-31 # only year provided on https://jetty.org/download.html, used end of the year latest: "7.6.21.v20160908" latestReleaseDate: 2016-09-08 --- > [Eclipse Jetty](https://jetty.org/) is an open-source (Apache-2.0 licensed) pure-Java > HTTP web server environment. It implements various [Jakarta web specifications](https://projects.eclipse.org/projects/ee4j.jakartaee-platform), > including [JSP](https://projects.eclipse.org/projects/ee4j.jsp "Jakarta Server Pages"), > [Servlets](https://projects.eclipse.org/projects/ee4j.servlet "Jakarta Servlet"), > and [WebSockets](https://projects.eclipse.org/projects/ee4j.websocket "Jakarta WebSocket"). Jetty does not have a fixed release and support policy. But a list of all versions, along with their support status, is available [on Jetty website](https://jetty.org/download.html). Support for Jetty is divided into two phases. The first phase, called _Community Support_, comes with bug and security fixes. Once a release reaches its End of Community Support (EoCS), Jetty enters the second phase of support with only security and critical issues fixes until the full End of Life (EOL). Jetty is compatible with the following Java versions and specifications: {% include table.html labels="Release,Min. JVM,Servlet,JSP" fields="releaseCycle,minJvmVersion,servletVersion,jspVersion" types="string,string,string,string" rows=page.releases %} Commercial extended support by the developers of Jetty is available through [Webtide Lifecycle Support](https://webtide.com/). ================================================ FILE: products/eclipse-temurin.md ================================================ --- title: Eclipse Temurin addedAt: 2023-02-20 category: lang tags: eclipse java-distribution iconSlug: eclipseadoptium permalink: /eclipse-temurin alternate_urls: - /temurin versionCommand: java -version releasePolicyLink: https://adoptium.net/support/ changelogTemplate: https://github.com/adoptium/temurin__RELEASE_CYCLE__-binaries/releases/tag/jdk-__LATEST__ identifiers: - repology: temurin-bin - repology: temurin-jre-bin - cpe: cpe:/a:eclipse:temurin - cpe: cpe:2.3:a:eclipse:temurin # There is one repository for each major release. # Unfortunately, tag dates are wrong. For example, jdk-11.0.18+10 GitHub release date is 2023-01-19, # but the tag date is 2022-08-15... We will have to use GitHub release dates instead of tags dates. # See https://regex101.com/r/vwUz2w/1 and https://regex101.com/r/507aSh/1. auto: methods: - github_releases: adoptium/temurin8-binaries regex: '^jdk(?P8u[\d]+(-[a-z][\d\.]+))$' template: "{{version}}" - github_releases: adoptium/temurin11-binaries regex: '^jdk-(?P[\d\.+]+)$' template: "{{version}}" - github_releases: adoptium/temurin16-binaries regex: '^jdk-(?P[\d\.+]+)$' template: "{{version}}" - github_releases: adoptium/temurin17-binaries regex: '^jdk-(?P[\d\.+]+)$' template: "{{version}}" - github_releases: adoptium/temurin18-binaries regex: '^jdk-(?P[\d\.+]+)$' template: "{{version}}" - github_releases: adoptium/temurin19-binaries regex: '^jdk-(?P[\d\.+]+)$' template: "{{version}}" - github_releases: adoptium/temurin20-binaries regex: '^jdk-(?P[\d\.+]+)$' template: "{{version}}" - github_releases: adoptium/temurin21-binaries regex: '^jdk-(?P[\d\.+]+)$' template: "{{version}}" - github_releases: adoptium/temurin22-binaries regex: '^jdk-(?P[\d\.+]+)$' template: "{{version}}" - github_releases: adoptium/temurin23-binaries regex: '^jdk-(?P[\d\.+]+)$' template: "{{version}}" - github_releases: adoptium/temurin24-binaries regex: '^jdk-(?P[\d\.+]+)$' template: "{{version}}" - github_releases: adoptium/temurin25-binaries regex: '^jdk-(?P[\d\.+]+)$' template: "{{version}}" - release_table: https://adoptium.net/support/ fields: releaseCycle: column: "Java Version" regex: '^Java\s+(?P\d+)\s+\(LTS\)$' eol: column: "End of Availability [1]" regex: "^(At least )?(?P.+)$" # Remember to update the "auto" configuration on each new major release. # EOL dates can be found on https://adoptium.net/support/. releases: - releaseCycle: "25" lts: true releaseDate: 2025-09-22 eol: 2031-09-30 # expected 28 release date (see https://www.java.com/releases/) latest: "25.0.2+10" latestReleaseDate: 2026-01-22 - releaseCycle: "24" releaseDate: 2025-03-20 eol: 2025-09-16 # expected 25 release date (see https://www.java.com/releases/) latest: "24.0.2+12" latestReleaseDate: 2025-07-17 - releaseCycle: "23" releaseDate: 2024-09-17 eol: 2025-03-18 latest: "23.0.2+7" latestReleaseDate: 2025-01-23 - releaseCycle: "22" releaseDate: 2024-03-20 eol: 2024-09-17 latest: "22.0.2+9" latestReleaseDate: 2024-07-17 - releaseCycle: "21" lts: true releaseDate: 2023-10-10 eol: 2029-12-31 latest: "21.0.10+7" latestReleaseDate: 2026-01-21 - releaseCycle: "20" releaseDate: 2023-03-23 eol: 2023-09-19 latest: "20.0.2+9" latestReleaseDate: 2023-07-21 - releaseCycle: "19" releaseDate: 2022-09-26 eol: 2023-03-31 latest: "19.0.2+7" latestReleaseDate: 2023-01-20 - releaseCycle: "18" releaseDate: 2022-03-24 eol: 2022-09-30 latest: "18.0.2.1+1" latestReleaseDate: 2022-08-26 - releaseCycle: "17" lts: true releaseDate: 2021-09-22 eol: 2027-10-31 latest: "17.0.18+8" latestReleaseDate: 2026-01-21 # Note that the first release was 11.0.12+7 - releaseCycle: "11" lts: true releaseDate: 2021-08-01 # correct, see https://blog.adoptopenjdk.net/2021/08/goodbye-adoptopenjdk-hello-adoptium/ eol: 2027-10-31 latest: "11.0.30+7" latestReleaseDate: 2026-01-26 # Note that the first and only 16 release is 16.0.2+7 - releaseCycle: "16" releaseDate: 2021-07-30 eol: 2021-09-30 latest: "16.0.2+7" latestReleaseDate: 2021-07-30 # Note that the first release was 8u302-b08 - releaseCycle: "8" lts: true releaseDate: 2021-07-29 eol: 2030-12-31 latest: "8u482-b08" latestReleaseDate: 2026-01-26 link: https://github.com/adoptium/temurin__RELEASE_CYCLE__-binaries/releases/tag/jdk__LATEST__ --- > [Eclipse Temurin](https://adoptium.net/temurin/) is a [GPLv2 with CPE](https://openjdk.org/legal/gplv2+ce.html) > licensed build of the Open Java Development Kit (OpenJDK). Temurin is certified using the Oracle > Java Compatibility Kit (JCK) to demonstrate that it is a compatible implementation of the Java > specification. Temurin releases must also pass the [AQAvit quality verification suite](https://adoptium.net/aqavit/) > to ensure they are ready for production usage. It is available on Linux, Windows, macOS, AIX, > Solaris and Docker. Eclipse Temurin is part of the [Eclipse Adoptium project](https://adoptium.net/about/), a top-level project of the Eclipse Foundation. The frequency and support of Temurin releases is guided by the frequency and support of OpenJDK releases. Following OpenJDK, Temurin provides a new feature release every six months. Those releases are supported for six months. Every two years (since 2021), one feature release is designated as a LTS release and is supported for at least four years. Temurin is one of the many builds of OpenJDK. For recommendations on which JDK build to use, check out [whichjdk.com](https://whichjdk.com/#adoptium-eclipse-temurin). *[LTS]: Long-Term Support ================================================ FILE: products/elasticsearch.md ================================================ --- title: Elasticsearch addedAt: 2019-06-16 category: database tags: elastic java-runtime iconSlug: elasticsearch permalink: /elasticsearch versionCommand: $ES_HOME/bin/elasticsearch -v releasePolicyLink: https://www.elastic.co/support_policy changelogTemplate: "https://www.elastic.co/guide/en/elasticsearch/reference/{{'__LATEST__'|split:'.'|pop|join:'.'}}/release-notes-__LATEST__.html" eolColumn: Support identifiers: - repology: elasticsearch - purl: pkg:deb/debian/elasticsearch - purl: pkg:deb/ubuntu/elasticsearch - purl: pkg:rpm/amzn/elasticsearch - purl: pkg:rpm/redhat/elasticsearch - purl: pkg:rpm/centos/elasticsearch - purl: pkg:github/elastic/elasticsearch - purl: pkg:maven/org.elasticsearch/elasticsearch - cpe: cpe:2.3:a:elastic:elasticsearch - cpe: cpe:/a:elastic:elasticsearch - cpe: cpe:2.3:a:elasticsearch:elasticsearch - cpe: cpe:/a:elasticsearch:elasticsearch auto: methods: - git: https://github.com/elastic/elasticsearch.git # For EOL, see https://www.elastic.co/support/eol releases: - releaseCycle: "9.3" releaseDate: 2026-02-03 eol: false latest: "9.3.2" latestReleaseDate: 2026-03-16 link: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-__LATEST__-release-notes - releaseCycle: "9.2" releaseDate: 2025-10-21 eol: false latest: "9.2.7" latestReleaseDate: 2026-03-16 link: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-__LATEST__-release-notes - releaseCycle: "9.1" releaseDate: 2025-07-23 eol: false latest: "9.1.10" latestReleaseDate: 2026-01-08 link: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-__LATEST__-release-notes - releaseCycle: "8.19" releaseDate: 2025-07-23 eol: 2027-07-15 latest: "8.19.13" latestReleaseDate: 2026-03-16 - releaseCycle: "8.18" releaseDate: 2025-04-10 eol: 2025-10-21 latest: "8.18.8" latestReleaseDate: 2025-10-02 - releaseCycle: "9.0" releaseDate: 2025-04-08 eol: false latest: "9.0.8" latestReleaseDate: 2025-10-02 link: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-__LATEST__-release-notes - releaseCycle: "8.17" releaseDate: 2024-12-11 eol: false # Supposedly until 8.19 released, but they've released twice since latest: "8.17.10" latestReleaseDate: 2025-08-05 - releaseCycle: "8.16" releaseDate: 2024-11-08 eol: 2025-04-15 latest: "8.16.6" latestReleaseDate: 2025-03-19 - releaseCycle: "7" releaseDate: 2019-04-10 eol: 2026-01-15 latest: "7.17.29" latestReleaseDate: 2025-06-18 - releaseCycle: "6" releaseDate: 2017-11-14 eol: 2022-02-10 latest: "6.8.23" latestReleaseDate: 2022-01-13 --- > Elasticsearch is a search engine that provides a distributed, multi-tenant-capable full-text search > engine with an HTTP web interface and schema-free JSON documents. Elasticsearch is part of the [Elastic Stack](https://www.elastic.co/elastic-stack/), also known as the [ELK Stack](https://www.elastic.co/what-is/elk-stack). It shares the same support policy as the other products in the Elastic Stack (Kibana, Logstash, Beats...). Elastic Stack product releases follow [Semantic Versioning](https://semver.org/). Elastic provides maintenance for each major release series for the longest of 30 months after the GA date of the major release or 18 months after the GA date of the following major release. For example, if version 1.0 was released on 10-Apr-2019 and version 2.0 was released on 10-Feb-2022. - 30 months from 1.0 GA date is 10-Oct-2021 - 18 months from 2.0 GA date is 10-Aug-2023 - 1.x maintenance would end on 10-Aug-2023 End-of-life dates for Elasticsearch can be found on the [Elastic product EOL dates page](https://www.elastic.co/support/eol). Support for various operating systems can also be found on the [Elastic support matrix page](https://www.elastic.co/support/matrix). License information can be found on the [Elastic license page](https://www.elastic.co/pricing/faq/licensing). *[GA]: General Availability *[EOL]: End Of Life ================================================ FILE: products/electron.md ================================================ --- title: Electron addedAt: 2021-12-31 category: framework tags: javascript-runtime linux-foundation iconSlug: electron permalink: /electron versionCommand: npm show electron version releasePolicyLink: https://www.electronjs.org/docs/latest/tutorial/electron-timelines changelogTemplate: https://releases.electronjs.org/release/v__LATEST__ eolColumn: Supported customFields: - name: chromeVersion display: after-release-column label: Chrome description: Corresponding Chrome version used in the Electron release - name: nodeVersion display: after-release-column label: Node description: Corresponding Node version used in the Electron release identifiers: - repology: electron - cpe: cpe:/a:electronjs:electron - cpe: cpe:2.3:a:electronjs:electron # NPM is more accurate than git and does not contain the unreleased versions. # 1.x versions are not in NPM, but it's not a big deal: the 1.x cycle is not displayed on this page. auto: methods: - npm: electron - release_table: https://releases.electronjs.org/schedule fields: releaseCycle: column: "Release" regex: '^(?P\d+)\.0\.0$' releaseDate: "Stable" eol: "End of Life" chromeVersion: "Chromium" # Only get the major release of Node.js, as the documentation is valid only for the x.y.0 version. # See https://github.com/endoflife-date/endoflife.date/pull/7463#issuecomment-2925281977. nodeVersion: column: "Node.js" regex: '^v(?P\d+).+$' releases: - releaseCycle: "41" releaseDate: 2026-03-10 eol: 2026-08-25 latest: "41.0.3" latestReleaseDate: 2026-03-17 chromeVersion: "M146" nodeVersion: "24" - releaseCycle: "40" releaseDate: 2026-01-13 eol: 2026-06-30 latest: "40.8.3" latestReleaseDate: 2026-03-17 chromeVersion: "M144" nodeVersion: "24" - releaseCycle: "39" releaseDate: 2025-10-28 eol: 2026-05-05 latest: "39.8.3" latestReleaseDate: 2026-03-17 chromeVersion: "M142" nodeVersion: "22" - releaseCycle: "38" releaseDate: 2025-09-02 eol: 2026-03-10 latest: "38.8.6" latestReleaseDate: 2026-03-11 chromeVersion: "M140" nodeVersion: "22" - releaseCycle: "37" releaseDate: 2025-06-24 eol: 2026-01-13 latest: "37.10.3" latestReleaseDate: 2025-11-26 chromeVersion: "M138" nodeVersion: "22" - releaseCycle: "36" releaseDate: 2025-04-29 eol: 2025-10-28 latest: "36.9.5" latestReleaseDate: 2025-10-15 chromeVersion: "M136" nodeVersion: "22" - releaseCycle: "35" releaseDate: 2025-03-04 eol: 2025-09-02 latest: "35.7.5" latestReleaseDate: 2025-08-19 chromeVersion: "M134" nodeVersion: "22" - releaseCycle: "34" releaseDate: 2025-01-14 eol: 2025-06-24 latest: "34.5.8" latestReleaseDate: 2025-06-04 chromeVersion: "M132" nodeVersion: "20" - releaseCycle: "33" releaseDate: 2024-10-15 eol: 2025-04-29 latest: "33.4.11" latestReleaseDate: 2025-04-26 chromeVersion: "M130" nodeVersion: "20" - releaseCycle: "32" releaseDate: 2024-08-20 eol: 2025-03-04 latest: "32.3.3" latestReleaseDate: 2025-03-03 chromeVersion: "M128" nodeVersion: "20" - releaseCycle: "31" releaseDate: 2024-06-11 eol: 2025-01-14 latest: "31.7.7" latestReleaseDate: 2025-01-14 chromeVersion: "M126" nodeVersion: "20" - releaseCycle: "30" releaseDate: 2024-04-16 eol: 2024-10-15 latest: "30.5.1" latestReleaseDate: 2024-09-13 chromeVersion: "M124" nodeVersion: "20" - releaseCycle: "29" releaseDate: 2024-02-20 eol: 2024-08-20 latest: "29.4.6" latestReleaseDate: 2024-08-17 chromeVersion: "M122" nodeVersion: "20" - releaseCycle: "28" releaseDate: 2023-12-05 eol: 2024-06-11 latest: "28.3.3" latestReleaseDate: 2024-05-23 chromeVersion: "M120" nodeVersion: "18" - releaseCycle: "27" releaseDate: 2023-10-10 eol: 2024-04-16 latest: "27.3.11" latestReleaseDate: 2024-04-16 chromeVersion: "M118" nodeVersion: "18" - releaseCycle: "26" releaseDate: 2023-08-15 eol: 2024-02-20 latest: "26.6.10" latestReleaseDate: 2024-02-19 chromeVersion: "M116" nodeVersion: "18" - releaseCycle: "25" releaseDate: 2023-05-30 eol: 2023-12-05 latestReleaseDate: 2023-12-06 latest: "25.9.8" chromeVersion: "M114" nodeVersion: "18" - releaseCycle: "24" releaseDate: 2023-04-04 eol: 2023-10-10 latest: "24.8.8" latestReleaseDate: 2023-10-11 chromeVersion: "M112" nodeVersion: "18" - releaseCycle: "23" releaseDate: 2023-02-07 eol: 2023-08-15 latest: "23.3.13" latestReleaseDate: 2023-08-16 chromeVersion: "M110" nodeVersion: "18" - releaseCycle: "22" releaseDate: 2022-11-29 eol: 2023-10-10 latest: "22.3.27" latestReleaseDate: 2023-10-09 chromeVersion: "M108" nodeVersion: "16" - releaseCycle: "21" releaseDate: 2022-09-27 eol: 2023-04-04 latest: "21.4.4" latestReleaseDate: 2023-04-04 chromeVersion: "M106" nodeVersion: "16" - releaseCycle: "20" releaseDate: 2022-08-02 eol: 2023-02-07 latest: "20.3.12" latestReleaseDate: 2023-02-09 chromeVersion: "M104" nodeVersion: "16" - releaseCycle: "19" releaseDate: 2022-05-24 eol: 2022-11-29 latest: "19.1.9" latestReleaseDate: 2022-11-30 chromeVersion: "M102" nodeVersion: "16" - releaseCycle: "18" releaseDate: 2022-03-29 eol: 2022-09-27 latest: "18.3.15" latestReleaseDate: 2022-09-27 chromeVersion: "M100" nodeVersion: "16" - releaseCycle: "17" releaseDate: 2022-02-01 eol: 2022-08-02 latest: "17.4.11" latestReleaseDate: 2022-08-01 chromeVersion: "M98" nodeVersion: "16" - releaseCycle: "16" releaseDate: 2021-11-16 eol: 2022-05-24 latest: "16.2.8" latestReleaseDate: 2022-05-24 chromeVersion: "M96" nodeVersion: "16" - releaseCycle: "15" releaseDate: 2021-09-21 eol: 2022-05-24 latest: "15.5.7" latestReleaseDate: 2022-05-24 chromeVersion: "M94" nodeVersion: "16" - releaseCycle: "14" releaseDate: 2021-08-31 eol: 2022-03-29 latest: "14.2.9" latestReleaseDate: 2022-03-30 chromeVersion: "M93" nodeVersion: "14" - releaseCycle: "13" releaseDate: 2021-05-25 eol: 2022-02-01 latest: "13.6.9" latestReleaseDate: 2022-02-01 chromeVersion: "M91" nodeVersion: "14" - releaseCycle: "12" releaseDate: 2021-03-02 eol: 2021-11-16 latest: "12.2.3" latestReleaseDate: 2021-11-15 chromeVersion: "M89" nodeVersion: "14" - releaseCycle: "11" releaseDate: 2020-11-17 eol: 2021-08-31 latest: "11.5.0" latestReleaseDate: 2021-08-31 chromeVersion: "M87" nodeVersion: "12" - releaseCycle: "10" releaseDate: 2020-08-25 eol: 2021-05-25 latest: "10.4.7" latestReleaseDate: 2021-05-24 chromeVersion: "M85" nodeVersion: "12" - releaseCycle: "9" releaseDate: 2020-05-19 eol: 2021-03-02 latest: "9.4.4" latestReleaseDate: 2021-03-03 chromeVersion: "M83" nodeVersion: "12" - releaseCycle: "8" releaseDate: 2020-02-04 eol: 2020-11-17 latest: "8.5.5" latestReleaseDate: 2020-11-18 chromeVersion: "M80" nodeVersion: "12" - releaseCycle: "7" releaseDate: 2019-10-22 eol: 2020-08-25 latest: "7.3.3" latestReleaseDate: 2020-08-25 chromeVersion: "M78" nodeVersion: "12" - releaseCycle: "6" releaseDate: 2019-07-30 eol: 2020-05-19 latest: "6.1.12" latestReleaseDate: 2020-05-18 chromeVersion: "M76" nodeVersion: "12" - releaseCycle: "5" releaseDate: 2019-04-23 eol: 2020-02-04 latest: "5.0.13" latestReleaseDate: 2019-12-17 chromeVersion: "M73" nodeVersion: "12" - releaseCycle: "4" releaseDate: 2018-12-20 eol: 2019-10-22 latest: "4.2.12" latestReleaseDate: 2019-10-16 chromeVersion: "M69" nodeVersion: "10" - releaseCycle: "3" releaseDate: 2018-09-18 eol: 2019-07-30 latest: "3.1.13" latestReleaseDate: 2019-07-31 chromeVersion: "M66" nodeVersion: "10" - releaseCycle: "2" releaseDate: 2018-05-01 eol: 2019-04-23 latest: "2.0.18" latestReleaseDate: 2019-03-08 chromeVersion: "M61" nodeVersion: "8" --- > [Electron](https://www.electronjs.org/) is a framework for building desktop applications using > JavaScript, HTML, and CSS. By embedding Chromium and Node.js into its binary, Electron allows you > to maintain one JavaScript codebase and create cross-platform apps that work on Windows, macOS, > and Linux. The latest [_three_ stable major versions are currently supported](https://www.electronjs.org/blog/8-week-cadence). Only the latest minor release in each major version is supported. A new major stable version is released every 8 weeks. All supported releases get fixes that were previously merged to main backported, though this may be on a case-by-case basis for some older supported releases. When an API is changed or removed in a way that breaks existing functionality, the previous functionality will be supported for a minimum of two major versions when possible before being removed. The Chromium version of Electron is usually bumped within one or two weeks after a new stable Chromium version gets released. This estimate is not guaranteed and depends on the amount of work involved with upgrading. Only the stable channel of Chromium is used. If an important fix is in Chromium's beta or dev channel, it is back-ported. ## End-of-life When a release branch reaches the end of its support cycle, the series will be deprecated in NPM and a final end-of-support release will be made. This release will add a warning to inform that an unsupported version of Electron is in use. ## Other Links - A list of [officially supported platforms](https://github.com/electron/electron/#platform-support) - [Best Practices for building secure Electron applications](https://www.electronjs.org/docs/latest/) - [Versioning Policy](https://www.electronjs.org/docs/latest/tutorial/electron-versioning) - [Release Timelines](https://www.electronjs.org/docs/latest/tutorial/electron-timelines) - List of [Breaking Changes](https://www.electronjs.org/docs/latest/breaking-changes) - [Electron Releases](https://releases.electronjs.org/) website. ================================================ FILE: products/elixir.md ================================================ --- title: Elixir addedAt: 2019-07-26 category: lang iconSlug: elixir permalink: /elixir versionCommand: elixir --version releasePolicyLink: https://hexdocs.pm/elixir/compatibility-and-deprecations.html changelogTemplate: https://github.com/elixir-lang/elixir/blob/v__RELEASE_CYCLE__/CHANGELOG.md eoasColumn: true staleReleaseThresholdDays: 1000 # expected given https://hexdocs.pm/elixir/compatibility-and-deprecations.html identifiers: - repology: elixir auto: methods: - git: https://github.com/elixir-lang/elixir.git # eoas(x) = releaseDate(x+1) (or true if not yet released) # eol(x) = releaseDate(x+5) (or false if not yet released) releases: - releaseCycle: "1.19" releaseDate: 2025-10-16 eoas: false # release date of 1.20 eol: false # release date of 1.24 latest: "1.19.5" latestReleaseDate: 2026-01-09 - releaseCycle: "1.18" releaseDate: 2024-12-19 eoas: 2025-10-16 # release date of 1.19 eol: false # release date of 1.23 latest: "1.18.4" latestReleaseDate: 2025-05-21 - releaseCycle: "1.17" releaseDate: 2024-06-12 eoas: 2024-12-19 # release date of 1.18 eol: false # release date of 1.22 latest: "1.17.3" latestReleaseDate: 2024-09-18 - releaseCycle: "1.16" releaseDate: 2023-12-22 eoas: 2024-06-12 # release date of 1.17 eol: false # release date of 1.21 latest: "1.16.3" latestReleaseDate: 2024-05-21 - releaseCycle: "1.15" releaseDate: 2023-06-19 eoas: 2023-12-22 # release date of 1.16 eol: false # release date of 1.20 latest: "1.15.8" latestReleaseDate: 2024-05-21 - releaseCycle: "1.14" releaseDate: 2022-09-01 eoas: 2023-06-19 # release date of 1.15 eol: 2025-10-16 # release date of 1.19 latest: "1.14.5" latestReleaseDate: 2023-05-22 - releaseCycle: "1.13" releaseDate: 2021-12-03 eoas: 2022-09-01 # release date of 1.14 eol: 2024-12-19 # release date of 1.18 latest: "1.13.4" latestReleaseDate: 2022-04-07 - releaseCycle: "1.12" releaseDate: 2021-05-19 eoas: 2021-12-03 # release date of 1.13 eol: 2024-06-12 # release date of 1.17 latest: "1.12.3" latestReleaseDate: 2021-09-05 - releaseCycle: "1.11" releaseDate: 2020-10-06 eoas: 2021-05-19 # release date of 1.12 eol: 2023-12-22 # release date of 1.16 latest: "1.11.4" latestReleaseDate: 2021-03-16 - releaseCycle: "1.10" releaseDate: 2020-01-27 eoas: 2020-10-06 # release date of 1.11 eol: 2023-06-19 # release date of 1.15 latest: "1.10.4" latestReleaseDate: 2020-07-04 - releaseCycle: "1.9" releaseDate: 2019-06-24 eoas: 2020-01-27 # release date of 1.10 eol: 2022-09-01 # release date of 1.14 latest: "1.9.4" latestReleaseDate: 2019-11-05 - releaseCycle: "1.8" releaseDate: 2019-01-14 eoas: 2019-06-24 # release date of 1.9 eol: 2021-12-03 # release date of 1.13 latest: "1.8.2" latestReleaseDate: 2019-05-11 - releaseCycle: "1.7" releaseDate: 2018-07-25 eoas: 2019-01-14 # release date of 1.8 eol: 2021-05-19 # release date of 1.12 latest: "1.7.4" latestReleaseDate: 2018-10-24 - releaseCycle: "1.6" releaseDate: 2018-01-17 eoas: 2018-07-25 # release date of 1.7 eol: 2020-10-06 # release date of 1.11 latest: "1.6.6" latestReleaseDate: 2018-06-20 - releaseCycle: "1.5" releaseDate: 2017-07-25 eoas: 2018-01-17 # release date of 1.6 eol: 2020-01-27 # release date of 1.10 latest: "1.5.3" latestReleaseDate: 2017-12-19 - releaseCycle: "1.4" releaseDate: 2017-01-05 eoas: 2017-07-25 # release date of 1.5 eol: 2019-06-24 # release date of 1.9 latest: "1.4.5" latestReleaseDate: 2017-06-22 --- > [Elixir](https://elixir-lang.org/) is a dynamic, functional language designed for building scalable > and maintainable applications. A new backwards compatible minor release happens every 6 months. Patch releases are not scheduled and are made whenever there are bug fixes or security patches. Elixir applies bug fixes only to the latest minor branch. Security patches are available for the last 5 minor branches. ================================================ FILE: products/emberjs.md ================================================ --- title: Ember addedAt: 2022-02-20 category: framework tags: javascript-runtime iconSlug: emberdotjs permalink: /emberjs alternate_urls: - /ember releasePolicyLink: https://emberjs.com/releases/ changelogTemplate: https://github.com/emberjs/ember.js/releases/tag/v__LATEST__ eoasColumn: true identifiers: - purl: pkg:github/emberjs/ember.js - purl: pkg:npm/ember-source - cpe: cpe:2.3:a:emberjs:ember.js - cpe: cpe:/a:emberjs:ember.js # NPM is more accurate than git. Version 1.0.0 to 2.11.0 are not on NPM, but 1.x and 2.x cycles are # not displayed on this page, so it's not a big deal. auto: methods: - npm: ember-source - release_table: https://emberjs.com/releases/lts/ selector: 'h2:-soup-contains("Ember.js") + table' fields: releaseCycle: "LTS version" lts: "Promotion date" eoas: "Bugfixes until" eol: "Security patches until" # For LTS (every 4 minor versions excluding the x.0 minor version, see https://emberjs.com/releases/lts/): # - lts(x) = releaseDate(x) + 6 weeks # - eoas(x) = lts(x) + 36 weeks # - eol(x) = lts(x) + 54 weeks # # For non-LTS: # - eoas(x) = releaseDate(x+1) # - eol(x) = releaseDate(x+1) releases: - releaseCycle: "6.11" releaseDate: 2026-03-06 eoas: false eol: false latest: "6.11.0" latestReleaseDate: 2026-02-17 link: https://blog.emberjs.com/ember-released-6-11/ - releaseCycle: "6.10" releaseDate: 2026-02-06 eoas: 2026-03-06 eol: 2026-03-06 latest: "6.10.1" latestReleaseDate: 2026-02-03 link: https://blog.emberjs.com/ember-released-6-10/ - releaseCycle: "6.9" releaseDate: 2026-01-09 eoas: 2026-02-06 eol: 2026-02-06 latest: "6.9.0" latestReleaseDate: 2025-11-25 link: https://blog.emberjs.com/ember-released-6-9/ - releaseCycle: "6.8" releaseDate: 2025-10-25 eoas: 2026-06-23 eol: 2026-12-08 latest: "6.8.3" latestReleaseDate: 2026-02-04 link: https://blog.emberjs.com/ember-released-6-8/ lts: 2025-11-25 - releaseCycle: "6.7" releaseDate: 2025-09-01 eoas: 2025-10-25 eol: 2025-10-25 latest: "6.7.0" latestReleaseDate: 2025-09-01 link: https://blog.emberjs.com/ember-released-6-7/ - releaseCycle: "6.6" releaseDate: 2025-07-21 eoas: 2025-09-03 eol: 2025-09-03 latest: "6.6.0" latestReleaseDate: 2025-07-21 link: https://blog.emberjs.com/ember-released-6-6/ - releaseCycle: "6.5" releaseDate: 2025-06-09 eoas: 2025-09-01 eol: 2025-09-01 latest: "6.5.0" latestReleaseDate: 2025-06-09 link: https://blog.emberjs.com/ember-released-6-5/ - releaseCycle: "6.4" releaseDate: 2025-04-28 lts: 2025-06-09 eoas: 2026-01-05 eol: 2026-06-22 latest: "6.4.0" latestReleaseDate: 2025-04-28 link: https://blog.emberjs.com/ember-released-6-4/ - releaseCycle: "6.3" releaseDate: 2025-03-17 eoas: 2025-05-26 eol: 2025-05-26 latest: "6.3.0" latestReleaseDate: 2025-03-17 link: https://blog.emberjs.com/ember-released-6-3/ - releaseCycle: "6.2" releaseDate: 2025-02-03 eoas: 2025-03-28 eol: 2025-03-28 latest: "6.2.0" latestReleaseDate: 2025-02-03 link: https://blog.emberjs.com/ember-released-6-2/ - releaseCycle: "6.1" releaseDate: 2024-12-23 eoas: 2025-02-22 eol: 2025-02-22 latest: "6.1.0" latestReleaseDate: 2024-12-23 link: https://blog.emberjs.com/ember-released-6-1/ - releaseCycle: "6.0" releaseDate: 2024-11-12 eoas: 2024-12-28 eol: 2024-12-28 latest: "6.0.1" latestReleaseDate: 2024-11-15 link: https://blog.emberjs.com/ember-6-0-released/ - releaseCycle: "5.12" releaseDate: 2024-09-30 lts: 2024-09-30 eoas: 2025-04-28 eol: 2025-10-13 latest: "5.12.0" latestReleaseDate: 2024-09-30 - releaseCycle: "5.11" releaseDate: 2024-08-19 eoas: 2024-10-04 # releaseDate(5.12) eol: 2024-10-04 # releaseDate(5.12) latest: "5.11.1" latestReleaseDate: 2024-09-23 - releaseCycle: "5.10" releaseDate: 2024-07-08 eoas: 2024-08-19 eol: 2024-08-19 latest: "5.10.2" latestReleaseDate: 2024-08-06 - releaseCycle: "5.9" releaseDate: 2024-06-03 eoas: 2024-07-08 eol: 2024-07-08 latest: "5.9.0" latestReleaseDate: 2024-06-03 - releaseCycle: "5.8" releaseDate: 2024-04-15 lts: 2024-06-03 eoas: 2024-12-30 eol: 2025-06-16 latest: "5.8.0" latestReleaseDate: 2024-04-15 - releaseCycle: "5.7" releaseDate: 2024-03-04 eoas: 2024-04-20 eol: 2024-04-20 latest: "5.7.0" latestReleaseDate: 2024-03-04 - releaseCycle: "5.6" releaseDate: 2024-01-22 eoas: 2024-03-04 eol: 2024-03-04 latest: "5.6.0" latestReleaseDate: 2024-01-22 - releaseCycle: "5.5" releaseDate: 2023-12-11 eoas: 2024-01-22 eol: 2024-01-22 latest: "5.5.0" latestReleaseDate: 2023-12-11 - releaseCycle: "5.4" releaseDate: 2023-10-30 lts: 2023-12-11 eoas: 2024-07-08 eol: 2024-12-23 latest: "5.4.1" latestReleaseDate: 2024-01-22 - releaseCycle: "5.3" releaseDate: 2023-09-18 eoas: 2024-07-07 eol: 2024-12-22 latest: "5.3.0" latestReleaseDate: 2023-09-18 - releaseCycle: "5.2" releaseDate: 2023-08-07 eoas: 2023-09-21 eol: 2023-09-21 latest: "5.2.0" latestReleaseDate: 2023-08-07 - releaseCycle: "5.1" releaseDate: 2023-06-26 eoas: 2023-08-07 eol: 2023-08-07 latest: "5.1.2" latestReleaseDate: 2023-06-30 - releaseCycle: "5.0" releaseDate: 2023-05-15 eoas: 2023-07-08 eol: 2023-07-08 latest: "5.0.0" latestReleaseDate: 2023-05-15 - releaseCycle: "4.12" releaseDate: 2023-04-03 lts: 2023-05-14 eoas: 2023-12-10 eol: 2024-05-26 latest: "4.12.4" latestReleaseDate: 2024-01-22 - releaseCycle: "4.8" releaseDate: 2022-10-17 lts: 2022-12-08 eoas: 2023-07-06 eol: 2023-12-21 latest: "4.8.6" latestReleaseDate: 2023-06-12 - releaseCycle: "4.4" releaseDate: 2022-05-03 lts: 2022-07-13 eoas: 2023-02-08 eol: 2023-07-26 latest: "4.4.5" latestReleaseDate: 2023-05-04 - releaseCycle: "3.28" releaseDate: 2021-08-10 lts: 2021-12-20 eoas: 2022-07-18 eol: 2023-01-02 latest: "3.28.12" latestReleaseDate: 2023-05-04 - releaseCycle: "3.24" releaseDate: 2020-12-28 lts: 2021-02-25 eoas: 2021-09-23 eol: 2022-03-10 latest: "3.24.7" latestReleaseDate: 2022-11-02 - releaseCycle: "3.20" releaseDate: 2020-07-13 lts: 2020-09-02 eoas: 2021-03-31 eol: 2021-09-15 latest: "3.20.7" latestReleaseDate: 2021-06-03 - releaseCycle: "3.16" releaseDate: 2020-01-20 lts: 2020-03-16 eoas: 2020-10-12 eol: 2021-03-29 latest: "3.16.10" latestReleaseDate: 2020-08-05 - releaseCycle: "3.12" releaseDate: 2019-08-06 lts: 2019-09-25 eoas: 2020-04-22 eol: 2020-10-07 latest: "3.12.4" latestReleaseDate: 2020-05-21 - releaseCycle: "3.8" releaseDate: 2019-02-18 lts: 2019-04-10 eoas: 2019-11-06 eol: 2020-04-22 latest: "3.8.3" latestReleaseDate: 2019-06-28 - releaseCycle: "3.4" releaseDate: 2018-08-28 lts: 2018-10-15 eoas: 2019-05-13 eol: 2019-10-28 latest: "3.4.8" latestReleaseDate: 2019-01-22 - releaseCycle: "2.18" releaseDate: 2018-01-01 lts: 2018-02-14 eoas: 2018-09-12 eol: 2019-02-27 latest: "2.18.3" latestReleaseDate: 2026-01-30 - releaseCycle: "2.16" releaseDate: 2017-10-10 lts: 2017-11-20 eoas: 2018-06-18 eol: 2018-12-03 latest: "2.16.4" latestReleaseDate: 2018-02-14 - releaseCycle: "2.12" releaseDate: 2017-03-15 lts: 2017-04-29 eoas: 2017-11-25 eol: 2018-05-12 latest: "2.12.2" latestReleaseDate: 2017-04-27 - releaseCycle: "2.8" releaseDate: 2016-09-09 lts: 2016-10-17 eoas: 2017-05-15 eol: 2017-10-30 latest: "2.8.3" latestReleaseDate: 2016-11-01 - releaseCycle: "2.4" releaseDate: 2016-02-29 lts: 2016-04-11 eoas: 2016-11-07 eol: 2017-04-24 latest: "2.4.6" latestReleaseDate: 2016-06-05 --- > [Ember](https://emberjs.com) is an open-source JavaScript web framework for building modern web > applications. Ember follows [Semantic Versioning](https://semver.org/). The Ember team aims to ship new features in minor releases, and make major releases as rare as possible. A minor release is published about once every six weeks. ## [Long-Term Support](https://emberjs.com/releases/lts/) Once a release of Ember gets promoted to LTS, it receives bugfixes for 36 weeks and security updates for 54 weeks. An LTS is declared roughly every 4 minor versions, excluding the x.0 minor version. The last minor version before the next major release is also considered to be an LTS. For example, in Ember 2.x, the following versions were considered LTS's: 2.4, 2.8, 2.12, 2.16, and 2.18 (last version). Before a version can be called an "LTS" release, it has to spend at least 6 weeks as a stable release, where it is used and tested by thousands of developers. ================================================ FILE: products/envoy.md ================================================ --- title: Envoy addedAt: 2023-07-14 category: server-app tags: cncf linux-foundation iconSlug: envoyproxy permalink: /envoy alternate_urls: - /envoy-proxy versionCommand: envoy --version releasePolicyLink: https://github.com/envoyproxy/envoy/blob/main/RELEASES.md#major-release-schedule changelogTemplate: https://github.com/envoyproxy/envoy/releases/tag/v__LATEST__ identifiers: - repology: envoy-proxy - purl: pkg:docker/envoyproxy/envoy - purl: pkg:docker/envoyproxy/envoy-alpine - purl: pkg:docker/envoyproxy/envoy-alpine-debug - purl: pkg:docker/envoyproxy/envoy-distroless - purl: pkg:docker/bitnami/envoy - purl: pkg:docker/rapidfort/envoy-official - purl: pkg:docker/hashicorp/envoy-fips - purl: pkg:github/envoyproxy/envoy - purl: pkg:golang/github.com/envoyproxy/envoy - purl: pkg:oci/envoy?repository_url=cgr.dev/chainguard - purl: pkg:oci/envoy-fips?repository_url=cgr.dev/chainguard - cpe: cpe:2.3:a:envoyproxy:envoy - cpe: cpe:/a:envoyproxy:envoy auto: methods: - git: https://github.com/envoyproxy/envoy.git - release_table: https://collected.press/github/envoyproxy/envoy/RELEASES.md fields: releaseCycle: column: "Version" regex: '^(?P\d+\.\d+)\.0$' releaseDate: "Actual" eol: "End of Life" # eol(X>=1.12) can be found on https://github.com/envoyproxy/envoy/blob/main/RELEASES.md#major-release-schedule # eol(X<1.12) = releaseDate(X+1) releases: - releaseCycle: "1.37" releaseDate: 2026-01-13 eol: 2027-01-13 latest: "1.37.1" latestReleaseDate: 2026-03-11 - releaseCycle: "1.36" releaseDate: 2025-10-14 eol: 2026-10-14 latest: "1.36.5" latestReleaseDate: 2026-03-11 - releaseCycle: "1.35" releaseDate: 2025-07-23 eol: 2026-07-23 latest: "1.35.9" latestReleaseDate: 2026-03-10 - releaseCycle: "1.34" releaseDate: 2025-04-15 eol: 2026-04-15 latest: "1.34.13" latestReleaseDate: 2026-03-10 - releaseCycle: "1.33" releaseDate: 2025-01-14 eol: 2026-01-14 latest: "1.33.14" latestReleaseDate: 2025-12-10 - releaseCycle: "1.32" releaseDate: 2024-10-15 eol: 2025-10-15 latest: "1.32.13" latestReleaseDate: 2025-10-13 - releaseCycle: "1.31" releaseDate: 2024-07-19 eol: 2025-07-19 latest: "1.31.10" latestReleaseDate: 2025-07-18 - releaseCycle: "1.30" releaseDate: 2024-04-16 eol: 2025-04-16 latest: "1.30.11" latestReleaseDate: 2025-03-25 - releaseCycle: "1.29" releaseDate: 2024-01-16 eol: 2025-01-16 latest: "1.29.12" latestReleaseDate: 2024-12-18 - releaseCycle: "1.28" releaseDate: 2023-10-19 eol: 2024-10-19 latest: "1.28.7" latestReleaseDate: 2024-09-19 - releaseCycle: "1.27" releaseDate: 2023-07-27 eol: 2024-07-27 latest: "1.27.7" latestReleaseDate: 2024-06-29 - releaseCycle: "1.26" releaseDate: 2023-04-18 eol: 2024-04-18 latest: "1.26.8" latestReleaseDate: 2024-04-04 - releaseCycle: "1.25" releaseDate: 2023-01-18 eol: 2024-01-18 latest: "1.25.11" latestReleaseDate: 2023-10-17 - releaseCycle: "1.24" releaseDate: 2022-10-19 eol: 2023-10-19 latest: "1.24.12" latestReleaseDate: 2023-10-17 - releaseCycle: "1.23" releaseDate: 2022-07-15 eol: 2023-07-15 latest: "1.23.12" latestReleaseDate: 2023-07-25 - releaseCycle: "1.22" releaseDate: 2022-04-15 eol: 2023-04-15 latest: "1.22.11" latestReleaseDate: 2023-04-12 - releaseCycle: "1.21" releaseDate: 2022-01-12 eol: 2023-01-12 latest: "1.21.6" latestReleaseDate: 2022-11-28 - releaseCycle: "1.20" releaseDate: 2021-10-05 eol: 2022-10-05 latest: "1.20.7" latestReleaseDate: 2022-07-21 - releaseCycle: "1.19" releaseDate: 2021-07-13 eol: 2022-07-13 latest: "1.19.5" latestReleaseDate: 2022-06-08 - releaseCycle: "1.18" releaseDate: 2021-04-15 eol: 2022-04-15 latest: "1.18.6" latestReleaseDate: 2022-02-21 - releaseCycle: "1.17" releaseDate: 2021-01-11 eol: 2022-01-11 latest: "1.17.4" latestReleaseDate: 2021-08-24 - releaseCycle: "1.16" releaseDate: 2020-10-08 eol: 2021-10-08 latestReleaseDate: 2021-08-24 latest: "1.16.5" - releaseCycle: "1.15" releaseDate: 2020-07-07 eol: 2021-07-07 latest: "1.15.5" latestReleaseDate: 2021-05-11 - releaseCycle: "1.14" releaseDate: 2020-04-08 eol: 2021-04-08 latest: "1.14.7" latestReleaseDate: 2021-04-15 - releaseCycle: "1.13" releaseDate: 2020-01-20 eol: 2021-01-20 latest: "1.13.8" latestReleaseDate: 2021-01-17 - releaseCycle: "1.12" releaseDate: 2019-10-31 eol: 2020-10-31 latest: "1.12.7" latestReleaseDate: 2020-09-29 - releaseCycle: "1.11" releaseDate: 2019-07-11 eol: 2019-10-31 latest: "1.11.2" latestReleaseDate: 2019-10-08 - releaseCycle: "1.10" releaseDate: 2019-04-05 eol: 2019-07-11 latest: "1.10.0" latestReleaseDate: 2019-04-05 - releaseCycle: "1.9" releaseDate: 2018-12-20 eol: 2019-04-05 latest: "1.9.1" latestReleaseDate: 2019-04-04 - releaseCycle: "1.8" releaseDate: 2018-10-04 eol: 2018-12-20 latest: "1.8.0" latestReleaseDate: 2018-10-04 - releaseCycle: "1.7" releaseDate: 2018-06-21 eol: 2018-10-04 latest: "1.7.1" latestReleaseDate: 2018-08-03 - releaseCycle: "1.6" releaseDate: 2018-03-20 eol: 2018-06-21 latest: "1.6.0" latestReleaseDate: 2018-03-20 - releaseCycle: "1.5" releaseDate: 2017-12-04 eol: 2018-03-20 latest: "1.5.0" latestReleaseDate: 2017-12-04 - releaseCycle: "1.4" releaseDate: 2017-08-24 eol: 2017-12-04 latest: "1.4.0" latestReleaseDate: 2017-08-24 - releaseCycle: "1.3" releaseDate: 2017-05-17 eol: 2017-08-24 latest: "1.3.0" latestReleaseDate: 2017-05-17 - releaseCycle: "1.2" releaseDate: 2017-03-07 eol: 2017-05-17 latest: "1.2.0" latestReleaseDate: 2017-03-07 - releaseCycle: "1.1" releaseDate: 2016-11-30 eol: 2017-03-07 latest: "1.1.0" latestReleaseDate: 2016-11-30 - releaseCycle: "1.0" releaseDate: 2016-09-12 eol: 2016-11-30 latest: "1.0.0" latestReleaseDate: 2016-09-12 --- > [Envoy](https://www.envoyproxy.io/) is an open-source high-performance C++ > distributed proxy designed for single services and applications, as well as > a communication bus and "universal data plane" designed for large > microservice "service mesh" architectures. Envoy runs alongside every > application and abstracts the network by providing common features in a > platform-agnostic manner. All stable releases released in the last 12 months are supported with security, stability fixes, and any other bugfixes deemed worthwhile. Major releases [happen quarterly on a fixed release schedule](https://bit.ly/envoy-stable-releases) (the 15th day of each quarter), with an acceptable delay of up to 2 weeks and a hard deadline of 3 weeks. ================================================ FILE: products/erlang.md ================================================ --- title: Erlang addedAt: 2023-10-20 category: lang iconSlug: erlang permalink: /erlang alternate_urls: - /erlang-otp releasePolicyLink: https://www.erlang.org/doc/system_principles/misc.html changelogTemplate: https://github.com/erlang/otp/releases/tag/OTP-__LATEST__ eoasColumn: true identifiers: - repology: erlang auto: methods: - git: https://github.com/erlang/otp.git regex: ^OTP-(?P\d+(\.\d+){0,3})$ template: "{{version}}" # eoas(x) = releaseDate(x+1) # eol(x) = MAX(releaseDate(x) + 3 years, latestReleaseDate(x)) releases: - releaseCycle: "28" releaseDate: 2025-05-20 eoas: false eol: 2028-05-20 # projected latest: "28.4.1" latestReleaseDate: 2026-03-12 - releaseCycle: "27" releaseDate: 2024-05-17 eoas: 2025-05-20 eol: 2027-05-20 # projected latest: "27.3.4.9" latestReleaseDate: 2026-03-12 - releaseCycle: "26" releaseDate: 2023-05-15 eoas: 2024-05-17 eol: 2026-05-15 # projected latest: "26.2.5.18" latestReleaseDate: 2026-03-12 - releaseCycle: "25" releaseDate: 2022-05-17 eoas: 2023-05-15 eol: 2025-05-17 # projected latest: "25.3.2.21" latestReleaseDate: 2025-05-08 - releaseCycle: "24" releaseDate: 2021-05-10 eoas: 2022-05-17 eol: 2024-05-10 latest: "24.3.4.17" latestReleaseDate: 2024-04-08 - releaseCycle: "23" releaseDate: 2020-05-11 eoas: 2021-05-10 eol: 2023-06-05 latest: "23.3.4.20" latestReleaseDate: 2024-03-14 - releaseCycle: "22" releaseDate: 2019-05-10 eoas: 2020-05-11 eol: 2022-05-10 latest: "22.3.4.27" latestReleaseDate: 2024-03-18 - releaseCycle: "21" releaseDate: 2018-06-19 eoas: 2019-05-10 eol: 2021-06-19 latest: "21.3.8.24" latestReleaseDate: 2021-05-31 - releaseCycle: "20" releaseDate: 2017-06-21 eoas: 2018-06-19 eol: 2020-06-21 latest: "20.3.8.26" latestReleaseDate: 2020-02-27 - releaseCycle: "19" releaseDate: 2016-06-21 eoas: 2017-06-21 eol: 2019-06-21 latest: "19.3.6.13" latestReleaseDate: 2019-01-08 - releaseCycle: "18" releaseDate: 2015-06-23 eoas: 2016-06-21 eol: 2018-11-09 latest: "18.3.4.11" latestReleaseDate: 2018-11-09 - releaseCycle: "17" releaseDate: 2014-04-07 eoas: 2015-06-23 eol: 2018-10-11 latest: "17.5.6.10" latestReleaseDate: 2018-10-11 --- > [Erlang](https://www.erlang.org/) is a general-purpose, concurrent, functional high-level > programming language, and a garbage-collected runtime system. The term Erlang is used > interchangeably with Erlang/OTP, or Open Telecom Platform (OTP), which consists of the Erlang > runtime system, several ready-to-use components (OTP) mainly written in Erlang, and a set of > design principles for Erlang programs. Erlang/OTP does not follow [Semantic Versioning](https://semver.org/). However, it does follow some of its principles with a two to four parts version number, `...`, where: - `` increments when there are major or incompatible changes, - `` increments when there are new features, - `` (optional) increments when there are pure bug fixes, - `` (optional) is a part used for partially ordered versions. More information about the versioning scheme can be found in the [Erlang/OTP documentation](https://www.erlang.org/doc/system_principles/versions#version-scheme). The release policy is not documented, but looking at the latest releases, it seems that a new major version is released every year in May and supported for approximately 3 years. According to [Erlang/OTP's support policy](https://www.erlang.org/doc/system_principles/misc.html), bugs are in general only fixed on the latest release, and new features are introduced in the upcoming release. In practice, small improvements are regularly added to the latest release, and major bug and security fixes are backported to the supported previous releases. ================================================ FILE: products/eslint.md ================================================ --- title: ESLint addedAt: 2025-01-02 category: app tags: build-tool javascript-runtime herodevs linux-foundation iconSlug: eslint permalink: /eslint releasePolicyLink: https://eslint.org/version-support/ changelogTemplate: https://github.com/eslint/eslint/releases/tag/v__LATEST__ eoasColumn: Active Support eolColumn: Maintenance Support eoesColumn: Extended Long Term Support customFields: - name: eoesProvider display: before-latest-column label: Extended Support Provider description: Companies that provide extended EOL support for eslint. identifiers: - repology: eslint auto: methods: - npm: eslint - release_table: https://eslint.org/version-support/ fields: releaseCycle: column: "Release Line" regex: '^v(?P\d+)\.' releaseDate: "First Release" eol: "EOL Start" releases: - releaseCycle: "10" releaseDate: 2026-02-06 eoas: false eol: false eoes: false eoesProvider: Tidelift latest: "10.1.0" latestReleaseDate: 2026-03-20 - releaseCycle: "9" releaseDate: 2024-04-05 eoas: false eol: 2026-08-06 eoes: false eoesProvider: Tidelift latest: "9.39.4" latestReleaseDate: 2026-03-06 - releaseCycle: "8" releaseDate: 2021-10-09 eoas: 2024-04-05 eol: 2024-10-05 eoes: false eoesProvider: HeroDevs latest: "8.57.1" latestReleaseDate: 2024-09-16 - releaseCycle: "7" releaseDate: 2020-05-08 eoas: 2021-10-09 eol: 2022-04-09 latest: "7.32.0" latestReleaseDate: 2021-07-30 - releaseCycle: "6" releaseDate: 2019-06-21 eoas: 2020-05-08 eol: 2020-11-08 latest: "6.8.0" latestReleaseDate: 2019-12-20 - releaseCycle: "5" releaseDate: 2018-06-22 eoas: 2019-06-21 eol: 2019-12-21 latest: "5.16.0" latestReleaseDate: 2019-03-30 - releaseCycle: "4" releaseDate: 2017-06-11 eoas: 2018-06-22 eol: 2018-12-22 latest: "4.19.1" latestReleaseDate: 2018-03-22 - releaseCycle: "3" releaseDate: 2016-07-01 eoas: 2017-06-11 eol: 2017-12-11 latest: "3.19.0" latestReleaseDate: 2017-03-31 - releaseCycle: "2" releaseDate: 2016-02-12 eoas: 2016-07-01 eol: 2017-01-01 latest: "2.13.1" latestReleaseDate: 2016-06-20 - releaseCycle: "1" releaseDate: 2015-07-31 eoas: 2016-02-12 eol: 2016-08-12 latest: "1.10.3" latestReleaseDate: 2015-12-01 --- > [ESLint](https://eslint.org/) is a popular static code analysis tool used to identify problematic patterns found in > JavaScript code. It is highly configurable and supports a wide range of plugins that extend its basic functionality, > allowing developers to write cleaner, more consistent code aligned with their standards. ESLint only actively supports the latest version with new features, bug fixes, and security updates. When a new major version is released, the previous major version enters in a maintenance phase and only receives critical bug and security fixes for 6 months. Commercial support is available for both current and previous versions through ESLint's partners, [Tidelift](https://tidelift.com/funding/github/npm/eslint) and [HeroDevs](https://www.herodevs.com/support/eslint-nes). ================================================ FILE: products/etcd.md ================================================ --- title: etcd addedAt: 2023-07-18 category: database tags: cncf linux-foundation iconSlug: etcd permalink: /etcd versionCommand: etcdctl version releasePolicyLink: https://github.com/etcd-io/etcd/blob/main/Documentation/contributor-guide/branch_management.md#stable-branches changelogTemplate: https://github.com/etcd-io/etcd/releases/tag/v__LATEST__ identifiers: - repology: etcd - purl: pkg:docker/bitnami/etcd - purl: pkg:oci/etcd?repository_url=quay.io/repository/coreos - purl: pkg:oci/etcd?repository_url=gcr.io/etcd-development - purl: pkg:github/etcd-io/etcd - purl: pkg:golang/github.com/etcd-io/etcd auto: methods: - git: https://github.com/etcd-io/etcd.git # tentative rule: # eol(x) = max(latestReleaseDate(x), releaseDate(x+2)) releases: - releaseCycle: "3.6" releaseDate: 2025-05-15 eol: false latest: "3.6.9" latestReleaseDate: 2026-03-20 - releaseCycle: "3.5" releaseDate: 2021-06-15 eol: false latest: "3.5.28" latestReleaseDate: 2026-03-20 - releaseCycle: "3.4" releaseDate: 2019-08-30 eol: 2025-05-15 # releaseDate(3.6) latest: "3.4.42" latestReleaseDate: 2026-03-20 - releaseCycle: "3.3" releaseDate: 2018-02-01 eol: 2021-10-15 # latestReleaseDate(3.3) latest: "3.3.27" latestReleaseDate: 2021-10-15 - releaseCycle: "3.2" releaseDate: 2017-06-09 eol: 2021-03-28 # latestReleaseDate(3.2) latest: "3.2.32" latestReleaseDate: 2021-03-28 - releaseCycle: "3.1" releaseDate: 2017-01-20 eol: 2018-10-10 # latestReleaseDate(3.1) latest: "3.1.20" latestReleaseDate: 2018-10-10 - releaseCycle: "3.0" releaseDate: 2016-06-30 eol: 2017-01-20 # latestReleaseDate(3.0) latest: "3.0.17" latestReleaseDate: 2017-01-20 --- > [etcd](https://etcd.io) is an open-source, strongly consistent and distributed > key-value store that provides a reliable way to store data that needs to be > accessed by a distributed system or cluster of machines. It is used as the > backing store by [Kubernetes](/kubernetes). etcd follows [SemVer](https://semver.org/). Backwards-compatible bugs are fixed for the latest two stable releases. A patch release to each supported release branch, incorporating any bug fixes, happens every two weeks. ================================================ FILE: products/eurolinux.md ================================================ --- title: EuroLinux addedAt: 2022-09-06 category: os tags: discontinued linux-distribution permalink: /eurolinux versionCommand: cat /etc/os-release releasePolicyLink: https://web.archive.org/web/20240916162852/https://euro-linux.com/en/software/eurolinux/specification/ eoasColumn: true identifiers: - cpe: cpe:/o:eurolinux:eurolinux - cpe: cpe:2.3:o:eurolinux:eurolinux auto: disabled: true # the product is discontinued methods: - distrowatch: eurolinux regex: '^Distribution Release: EuroLinux (?P\d).(?P\d)$' releases: - releaseCycle: "9" releaseDate: 2022-06-14 eoas: 2024-10-23 eol: 2024-11-03 latest: "9.4" latestReleaseDate: 2024-05-10 - releaseCycle: "8" releaseDate: 2021-07-12 eoas: 2024-10-23 eol: 2024-11-03 latest: "8.10" latestReleaseDate: 2024-05-27 - releaseCycle: "7" releaseDate: 2020-11-25 eoas: 2024-07-31 eol: 2024-07-31 latest: "7.9" latestReleaseDate: 2020-11-25 - releaseCycle: "6" releaseDate: 2015-02-16 eoas: 2020-12-31 eol: 2020-12-31 latest: "6.10" latestReleaseDate: 2018-07-25 --- > [EuroLinux](https://euro-linux.com) was a Polish Enterprise Linux distribution > that maintained compatibility with RHEL and CentOS. {: .warning } > The EuroLinux distribution reached End-Of-Life in October 2024. The EuroLinux team > [advises and supports migration to Rocky Linux](https://docs.euro-linux.com/HowTo/migrate_to_rocky_linux/). The EuroLinux project has now evolved into a comprehensive support service for Linux systems. ================================================ FILE: products/exim.md ================================================ --- title: Exim addedAt: 2023-07-09 category: server-app permalink: /exim releasePolicyLink: https://github.com/Exim/exim/wiki/EximReleasePolicy changelogTemplate: https://github.com/Exim/exim/releases/tag/exim-__LATEST__ identifiers: - repology: exim - cpe: cpe:2.3:a:exim:exim auto: methods: - git: https://github.com/Exim/exim # https://regex101.com/r/jDuVex/1 regex: ^exim-(?P[3-9])(\.|_)(?P\d+)((\.|_)(?P\d+)((\.|_)(?P\d+))?)?$ # eol(x) = releaseDate(x+1) releases: - releaseCycle: "4.99" releaseDate: 2025-10-28 eol: false latest: "4.99.1" latestReleaseDate: 2025-12-14 link: https://lists.exim.org/lurker/message/20251028.114149.3bf19800.en.html - releaseCycle: "4.98" releaseDate: 2024-07-10 eol: 2025-10-28 latest: "4.98.2" latestReleaseDate: 2025-03-21 - releaseCycle: "4.97" releaseDate: 2023-11-04 eol: 2024-07-10 latest: "4.97.1" latestReleaseDate: 2023-12-25 - releaseCycle: "4.96" releaseDate: 2022-06-25 eol: 2023-11-04 latest: "4.96.2" latestReleaseDate: 2023-10-15 - releaseCycle: "4.95" releaseDate: 2021-09-28 eol: 2022-06-25 latest: "4.95" latestReleaseDate: 2021-09-28 - releaseCycle: "4.94" releaseDate: 2020-06-01 eol: 2021-09-28 latest: "4.94.2" latestReleaseDate: 2021-04-30 - releaseCycle: "4.93" releaseDate: 2019-12-08 eol: 2020-06-01 latest: "4.93.0.4" latestReleaseDate: 2020-01-07 - releaseCycle: "4.92" releaseDate: 2019-02-10 eol: 2019-12-08 latest: "4.92.3" latestReleaseDate: 2019-09-29 - releaseCycle: "4.91" releaseDate: 2018-04-15 eol: 2019-02-10 latest: "4.91" latestReleaseDate: 2018-04-15 link: https://github.com/Exim/exim/releases/tag/exim-4_91 - releaseCycle: "4.90" releaseDate: 2017-12-19 eol: 2018-04-15 latest: "4.90.1" latestReleaseDate: 2018-02-08 link: https://github.com/Exim/exim/releases/tag/exim-4_90_1 - releaseCycle: "4.89" releaseDate: 2017-03-07 eol: 2017-12-19 latest: "4.89.1" latestReleaseDate: 2017-11-29 link: https://github.com/Exim/exim/releases/tag/exim-4_89 - releaseCycle: "4.88" releaseDate: 2016-12-18 eol: 2017-03-07 latest: "4.88" latestReleaseDate: 2016-12-18 link: https://github.com/Exim/exim/releases/tag/exim-4_88 - releaseCycle: "4.87" releaseDate: 2016-04-06 eol: 2016-12-18 latest: "4.87.1" latestReleaseDate: 2016-12-17 link: https://github.com/Exim/exim/releases/tag/exim-4_87_1 - releaseCycle: "4.86" releaseDate: 2015-07-26 eol: 2016-04-06 latest: "4.86.2" latestReleaseDate: 2016-03-02 link: https://github.com/Exim/exim/releases/tag/exim-4_86_2 - releaseCycle: "4.85" releaseDate: 2015-01-12 eol: 2015-07-26 latest: "4.85.2" latestReleaseDate: 2016-03-02 link: https://github.com/Exim/exim/releases/tag/exim-4_85_2 - releaseCycle: "4.84" releaseDate: 2014-08-11 eol: 2015-01-12 latest: "4.84.2" latestReleaseDate: 2016-03-02 link: https://github.com/Exim/exim/releases/tag/exim-4_84_2 - releaseCycle: "4.83" releaseDate: 2014-07-21 eol: 2014-08-11 latest: "4.83" latestReleaseDate: 2014-07-21 link: https://github.com/Exim/exim/releases/tag/exim-4_83 - releaseCycle: "4.82" releaseDate: 2013-10-28 eol: 2014-07-21 latest: "4.82.1" latestReleaseDate: 2014-05-28 link: https://github.com/Exim/exim/releases/tag/exim-4_82_1 - releaseCycle: "4.80" releaseDate: 2012-05-31 eol: 2013-10-28 latest: "4.80.1" latestReleaseDate: 2012-10-24 link: https://github.com/Exim/exim/releases/tag/exim-4_80_1 - releaseCycle: "4.77" releaseDate: 2011-10-10 eol: 2012-05-31 latest: "4.77" latestReleaseDate: 2011-10-10 link: https://github.com/Exim/exim/releases/tag/exim-4_77 - releaseCycle: "4.76" releaseDate: 2011-05-09 eol: 2011-10-10 latest: "4.76" latestReleaseDate: 2011-05-09 link: https://github.com/Exim/exim/releases/tag/exim-4_76 - releaseCycle: "4.75" releaseDate: 2011-03-22 eol: 2011-05-09 latest: "4.75" latestReleaseDate: 2011-03-22 link: https://github.com/Exim/exim/releases/tag/exim-4_75 - releaseCycle: "4.74" releaseDate: 2011-01-24 eol: 2011-03-22 latest: "4.74" latestReleaseDate: 2011-01-24 link: https://github.com/Exim/exim/releases/tag/exim-4_74 - releaseCycle: "4.73" releaseDate: 2010-12-26 eol: 2011-01-25 latest: "4.73" latestReleaseDate: 2010-12-26 link: https://github.com/Exim/exim/releases/tag/exim-4_73 - releaseCycle: "4.72" releaseDate: 2010-06-03 eol: 2010-12-27 latest: "4.72" latestReleaseDate: 2010-06-03 link: https://github.com/Exim/exim/releases/tag/exim-4_72 - releaseCycle: "4.71" releaseDate: 2009-11-23 eol: 2010-06-03 latest: "4.71" latestReleaseDate: 2009-11-23 link: https://github.com/Exim/exim/releases/tag/exim-4_71 - releaseCycle: "4.70" releaseDate: 2009-11-13 eol: 2009-11-24 latest: "4.70" latestReleaseDate: 2009-11-13 link: https://github.com/Exim/exim/releases/tag/exim-4_70 - releaseCycle: "4.69" releaseDate: 2007-12-01 eol: 2009-11-14 latest: "4.69" latestReleaseDate: 2007-12-01 link: https://github.com/Exim/exim/releases/tag/exim-4_69 - releaseCycle: "4.68" releaseDate: 2007-08-30 eol: 2007-12-02 latest: "4.68" latestReleaseDate: 2007-08-30 link: https://github.com/Exim/exim/releases/tag/exim-4_68 - releaseCycle: "4.67" releaseDate: 2007-04-17 eol: 2007-08-31 latest: "4.67" latestReleaseDate: 2007-04-17 link: https://github.com/Exim/exim/releases/tag/exim-4_67 - releaseCycle: "4.66" releaseDate: 2007-01-08 eol: 2007-04-18 latest: "4.66" latestReleaseDate: 2007-01-08 link: https://github.com/Exim/exim/releases/tag/exim-4_66 - releaseCycle: "4.65" releaseDate: 2007-01-02 eol: 2007-01-08 latest: "4.65" latestReleaseDate: 2007-01-02 link: https://github.com/Exim/exim/releases/tag/exim-4_65 - releaseCycle: "4.64" releaseDate: 2006-12-20 eol: 2007-01-02 latest: "4.64" latestReleaseDate: 2006-12-20 link: https://github.com/Exim/exim/releases/tag/exim-4_64 - releaseCycle: "4.63" releaseDate: 2006-07-31 eol: 2006-12-20 latest: "4.63" latestReleaseDate: 2006-07-31 link: https://github.com/Exim/exim/releases/tag/exim-4_63 - releaseCycle: "4.62" releaseDate: 2006-04-28 eol: 2006-08-01 latest: "4.62" latestReleaseDate: 2006-04-28 link: https://github.com/Exim/exim/releases/tag/exim-4_62 - releaseCycle: "4.61" releaseDate: 2006-04-04 eol: 2006-04-29 latest: "4.61" latestReleaseDate: 2006-04-04 link: https://github.com/Exim/exim/releases/tag/exim-4_61 - releaseCycle: "4.54" releaseDate: 2005-10-04 eol: 2006-04-05 latest: "4.54" latestReleaseDate: 2005-10-04 link: https://github.com/Exim/exim/releases/tag/exim-4_54 - releaseCycle: "4.53" releaseDate: 2005-09-26 eol: 2005-10-04 latest: "4.53" latestReleaseDate: 2005-09-26 link: https://github.com/Exim/exim/releases/tag/exim-4_54 - releaseCycle: "4.52" releaseDate: 2005-07-01 eol: 2005-09-26 latest: "4.52" latestReleaseDate: 2005-07-01 link: https://github.com/Exim/exim/releases/tag/exim-4_52 - releaseCycle: "4.51" releaseDate: 2005-05-04 eol: 2005-07-01 latest: "4.51" latestReleaseDate: 2005-05-04 link: https://github.com/Exim/exim/releases/tag/exim-4_51 - releaseCycle: "4.50" releaseDate: 2005-02-17 eol: 2005-05-04 latest: "4.50" latestReleaseDate: 2005-02-17 link: https://github.com/Exim/exim/releases/tag/exim-4_50 --- > [Exim](https://www.exim.org/) is a message transfer agent (MTA) licensed > under the GNU General Public License. > It offers a great deal of flexibility in the way mail can be routed. All versions of Exim previous to the latest version [are obsolete](https://exim.org/). Maintenance releases are only published if necessary. ================================================ FILE: products/express.md ================================================ --- title: Express addedAt: 2025-02-23 category: framework tags: herodevs javascript-runtime linux-foundation iconSlug: express permalink: /express releasePolicyLink: https://expressjs.com/en/support/ changelogTemplate: https://github.com/expressjs/express/releases/tag/__LATEST__ eolColumn: Security Support eoesColumn: Commercial Support auto: methods: - git: https://github.com/expressjs/express.git identifiers: - repology: js:express - purl: pkg:github/expressjs/express - purl: pkg:npm/express - cpe: cpe:/a:openjsf:express - cpe: cpe:2.3:a:openjsf:express releases: - releaseCycle: "5" releaseDate: 2024-09-09 eol: false latest: "5.2.1" latestReleaseDate: 2025-12-01 link: https://github.com/expressjs/express/releases/tag/v__LATEST__ - releaseCycle: "4" releaseDate: 2014-04-09 eol: false latest: "4.22.1" latestReleaseDate: 2025-12-01 - releaseCycle: "3" releaseDate: 2012-10-23 eol: 2015-07-05 eoes: false latest: "3.21.2" latestReleaseDate: 2015-07-31 - releaseCycle: "2" releaseDate: 2011-03-17 eol: 2012-07-01 latest: "2.5.11" latestReleaseDate: 2012-06-29 - releaseCycle: "1" releaseDate: 2010-11-16 eol: 2011-03-01 latest: "1.0.9" latestReleaseDate: 2011-03-23 --- > [Express.js](https://expressjs.com) is a minimal and flexible Node.js > web application framework used for building web servers and APIs. Express follows [semver](https://semver.org). Major versions marked as supported on receive non-breaking updates, as well as bug and security fixes. Releases that are EOL (end-of-life) may receive updates for critical security vulnerabilities, but the Express team offers no guarantee and does not plan to address or release fixes for any issues found. The Express team has indicated that they will be participating in the [OpenJS Foundation’s Ecosystem Sustainability Program](https://openjsf.org/ecosystem-sustainability-program) (ESP) and have announced that [commercial support for EOL branches](https://expressjs.com/en/support) is now available through [HeroDevs](https://www.herodevs.com/support/express-nes). ================================================ FILE: products/fairphone.md ================================================ --- title: Fairphone addedAt: 2023-02-02 category: device tags: mobile-phone iconSlug: fairphone permalink: /fairphone releasePolicyLink: https://forum.fairphone.com/t/fairphone-product-release-cycle/52652 latestColumn: false eoasColumn: Active Major Updates discontinuedColumn: true eolColumn: Security Updates customFields: - name: supportedAndroidVersions display: after-release-column label: Supported Android description: Supported Android version range link: https://support.fairphone.com/hc/articles/9979180437393-Fairphone-OS # Supported android versions can be found on https://support.fairphone.com/hc/articles/9979180437393-Fairphone-OS. releases: - releaseCycle: "6" releaseLabel: "Fairphone 6" supportedAndroidVersions: "15 - 16" # https://support.fairphone.com/hc/en-us/articles/24463713641234-The-Fairphone-Gen-6-Release-Notes releaseDate: 2025-06-25 # https://support.fairphone.com/hc/en-us/articles/24463093338898-The-Fairphone-Gen-6-FAQ discontinued: false eoas: false eol: 2033-06-25 # https://support.fairphone.com/hc/en-us/articles/24463093338898-The-Fairphone-Gen-6-FAQ link: https://support.fairphone.com/hc/en-us/articles/24463093338898-The-Fairphone-Gen-6-FAQ - releaseCycle: "5" releaseLabel: "Fairphone 5" supportedAndroidVersions: "13 - 15" # https://support.fairphone.com/hc/en-us/articles/18682800465169-Fairphone-5-OS-Release-Notes releaseDate: 2023-09-14 discontinued: 2026-01-12 eoas: false eol: 2031-09-14 # according to https://www.gsmarena.com/fairphone_5_goes_official_with_5_years_warranty_up_to_10_years_of_software_support-news-59724.php link: https://support.fairphone.com/hc/articles/18020671537041-Fairphone-5-FAQ - releaseCycle: "4" releaseLabel: "Fairphone 4" supportedAndroidVersions: 11 - 15 # https://support.fairphone.com/hc/en-us/articles/4405858220945-Fairphone-4-Release-Notes releaseDate: 2021-09-30 discontinued: true eoas: true eol: 2026-09-30 link: https://support.fairphone.com/hc/articles/4405858220945 - releaseCycle: "3+" releaseLabel: "Fairphone 3+" supportedAndroidVersions: 10 - 13 releaseDate: 2020-09-30 discontinued: 2022-11-01 eoas: 2024-09-30 eol: 2026-09-30 link: https://support.fairphone.com/hc/articles/360048139032 - releaseCycle: "3" releaseLabel: "Fairphone 3" supportedAndroidVersions: 10 - 13 releaseDate: 2019-09-30 discontinued: 2021-09-01 eoas: 2024-09-30 eol: 2026-09-30 link: https://support.fairphone.com/hc/articles/360048139032 - releaseCycle: "2" releaseLabel: "Fairphone 2" supportedAndroidVersions: 5 - 10 releaseDate: 2015-12-21 # https://github.com/endoflife-date/endoflife.date/pull/2656#discussion_r1131930081 discontinued: 2019-03-31 eoas: true # https://www.linkedin.com/posts/fairphone_fairphone2forever-unlaunching-changeisinyourhands-activity-7038910425882615808-DS7c eol: 2023-03-07 link: https://support.fairphone.com/hc/articles/360019515018 - releaseCycle: "1" releaseLabel: "Fairphone 1" supportedAndroidVersions: "4.2" # https://support.fairphone.com/hc/articles/6217522827281-Fairphone-1-FAQ releaseDate: 2013-12-01 discontinued: 2017-07-13 eoas: true eol: 2017-07-13 link: https://support.fairphone.com/hc/articles/6217522827281 --- > Fairphone is a line of smartphones that are designed with the goal of having a lower environmental > footprint and better social impact than is common in the industry. Fairphone 4 is guaranteed an upgrade to Android 13. Updates to Android 14/15 [might happen on a best effort basis](https://support.fairphone.com/hc/articles/9979180437393). ================================================ FILE: products/fedora.md ================================================ --- title: Fedora Linux addedAt: 2019-05-28 category: os tags: linux-distribution iconSlug: fedora permalink: /fedora versionCommand: cat /etc/fedora-release releasePolicyLink: https://docs.fedoraproject.org/en-US/releases/lifecycle/ changelogTemplate: https://fedoraproject.org/wiki/Releases/__RELEASE_CYCLE__/ChangeSet?rd=Releases/__RELEASE_CYCLE__ latestColumn: false identifiers: - cpe: cpe:/o:fedoraproject:fedora - cpe: cpe:2.3:o:fedoraproject:fedora auto: methods: - distrowatch: fedora regex: '^Distribution Release: Fedora (?P\d{2})$' template: "{{version}}" # Dates as per https://fedorapeople.org/groups/schedule/ # Latest release dates are not displayed but added automatically by auto-update. releases: - releaseCycle: "43" releaseDate: 2025-10-28 eol: 2026-12-09 latest: "43" latestReleaseDate: 2025-10-28 - releaseCycle: "42" releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" codename: "Adams" releaseDate: 2025-04-15 eol: 2026-05-13 latest: "42" latestReleaseDate: 2025-04-15 - releaseCycle: "41" releaseDate: 2024-10-29 eol: 2025-12-15 latest: "41" latestReleaseDate: 2024-10-29 - releaseCycle: "40" releaseDate: 2024-04-23 eol: 2025-05-13 latest: "40" latestReleaseDate: 2024-04-23 - releaseCycle: "39" releaseDate: 2023-11-07 eol: 2024-11-26 latest: "39" latestReleaseDate: 2023-11-07 - releaseCycle: "38" releaseDate: 2023-04-18 eol: 2024-05-21 latest: "38" latestReleaseDate: 2023-04-18 - releaseCycle: "37" releaseDate: 2022-11-15 eol: 2023-12-05 latest: "37" latestReleaseDate: 2022-11-15 - releaseCycle: "36" releaseDate: 2022-05-10 eol: 2023-05-16 latest: "36" latestReleaseDate: 2022-05-10 - releaseCycle: "35" releaseDate: 2021-11-02 eol: 2022-12-13 latest: "35" latestReleaseDate: 2021-11-02 - releaseCycle: "34" releaseDate: 2021-04-27 eol: 2022-06-07 latest: "34" latestReleaseDate: 2021-04-27 - releaseCycle: "33" releaseDate: 2020-10-27 eol: 2021-11-30 latest: "33" latestReleaseDate: 2020-10-27 - releaseCycle: "32" releaseDate: 2020-04-28 eol: 2021-05-25 latest: "32" latestReleaseDate: 2020-04-28 - releaseCycle: "31" releaseDate: 2019-10-29 eol: 2020-11-24 latest: "31" latestReleaseDate: 2019-10-29 - releaseCycle: "30" releaseDate: 2019-04-30 eol: 2020-05-26 latest: "30" latestReleaseDate: 2019-04-30 - releaseCycle: "29" releaseDate: 2018-10-30 eol: 2019-11-26 latest: "29" latestReleaseDate: 2018-10-30 - releaseCycle: "28" releaseDate: 2018-05-01 eol: 2019-05-28 latest: "28" latestReleaseDate: 2018-05-01 - releaseCycle: "27" releaseDate: 2017-11-14 eol: 2018-11-30 latest: "27" latestReleaseDate: 2017-11-14 - releaseCycle: "26" releaseDate: 2017-07-11 eol: 2018-05-29 latest: "26" latestReleaseDate: 2017-07-11 - releaseCycle: "25" releaseDate: 2016-11-22 eol: 2017-12-12 latest: "25" latestReleaseDate: 2016-11-22 - releaseCycle: "24" releaseDate: 2016-06-21 eol: 2017-08-08 latest: "24" latestReleaseDate: 2016-06-21 - releaseCycle: "23" releaseDate: 2015-11-03 eol: 2016-12-20 latest: "23" latestReleaseDate: 2015-11-03 - releaseCycle: "22" releaseDate: 2015-05-26 eol: 2016-07-19 latest: "22" latestReleaseDate: 2015-05-26 - releaseCycle: "21" releaseDate: 2014-12-09 eol: 2015-12-01 latest: "21" latestReleaseDate: 2014-12-09 - releaseCycle: "20" releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" codename: "Heisenbug" releaseDate: 2013-12-17 eol: 2015-06-23 latest: "20" latestReleaseDate: 2013-12-17 - releaseCycle: "19" releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" codename: "Schrödinger's Cat" releaseDate: 2013-07-02 eol: 2015-01-06 latest: "19" latestReleaseDate: 2013-07-02 link: https://docs.fedoraproject.org/en-US/releases/f19/ - releaseCycle: "18" releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" codename: "Spherical Cow" releaseDate: 2013-01-15 eol: 2014-01-14 latest: "18" latestReleaseDate: 2013-01-15 link: https://docs.fedoraproject.org/en-US/releases/f18/ - releaseCycle: "17" releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" codename: "Beefy Miracle" releaseDate: 2012-05-29 eol: 2013-07-30 latest: "17" latestReleaseDate: 2012-05-29 link: https://docs.fedoraproject.org/en-US/releases/f17/ - releaseCycle: "16" releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" codename: "Verne" releaseDate: 2011-11-08 eol: 2013-02-12 latest: "16" latestReleaseDate: 2011-11-08 link: https://docs.fedoraproject.org/en-US/releases/f16/ - releaseCycle: "15" releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" codename: "Lovelock" releaseDate: 2011-05-24 eol: 2012-06-26 latest: "15" latestReleaseDate: 2011-05-24 link: https://docs.fedoraproject.org/en-US/releases/f15/ - releaseCycle: "14" releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" codename: "Laughlin" releaseDate: 2010-11-02 eol: 2011-12-09 latest: "14" latestReleaseDate: 2010-11-02 link: https://docs.fedoraproject.org/en-US/releases/f14/ - releaseCycle: "13" releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" codename: "Goddard" releaseDate: 2010-05-25 eol: 2011-06-24 latest: "13" latestReleaseDate: 2010-05-25 link: https://docs.fedoraproject.org/en-US/releases/f13/ - releaseCycle: "12" releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" codename: "Constantine" releaseDate: 2009-11-17 eol: 2010-12-02 latest: "12" latestReleaseDate: 2009-11-17 link: https://docs.fedoraproject.org/en-US/releases/f12/ - releaseCycle: "11" releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" codename: "Leonidas" releaseDate: 2009-06-09 eol: 2010-06-25 latest: "11" latestReleaseDate: 2009-06-09 link: https://docs.fedoraproject.org/en-US/releases/f11/ - releaseCycle: "10" releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" codename: "Cambridge" releaseDate: 2008-11-25 eol: 2009-12-17 latest: "10" latestReleaseDate: 2008-11-25 link: https://docs.fedoraproject.org/en-US/releases/f10/ - releaseCycle: "9" releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" codename: "Sulphur" releaseDate: 2008-05-13 eol: 2009-07-10 latest: "9" latestReleaseDate: 2008-05-13 link: https://docs.fedoraproject.org/en-US/releases/f9/ - releaseCycle: "8" releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" codename: "Werewolf" releaseDate: 2007-11-08 eol: 2009-01-07 latest: "8" latestReleaseDate: 2007-11-08 link: https://docs.fedoraproject.org/en-US/releases/f8/ - releaseCycle: "7" releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" codename: "Moonshine" releaseDate: 2007-05-31 eol: 2008-06-13 latest: "7" latestReleaseDate: 2007-05-31 link: https://docs.fedoraproject.org/en-US/releases/f7/ - releaseCycle: "6" releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" codename: "Zod" releaseDate: 2006-10-24 eol: 2007-12-07 latest: "6" latestReleaseDate: 2006-10-24 link: https://docs.fedoraproject.org/en-US/releases/f6/ - releaseCycle: "5" releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" codename: "Bordeaux" releaseDate: 2006-03-20 eol: 2007-07-02 latest: "5" latestReleaseDate: 2006-03-20 link: https://docs.fedoraproject.org/en-US/releases/f5/ - releaseCycle: "4" releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" codename: "Stentz" releaseDate: 2005-06-13 eol: 2006-08-07 latest: "4" latestReleaseDate: 2005-06-13 link: https://docs.fedoraproject.org/en-US/releases/f4/ - releaseCycle: "3" releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" codename: "Heidelberg" releaseDate: 2004-11-08 eol: 2006-01-16 latest: "3" latestReleaseDate: 2004-11-08 link: https://docs.fedoraproject.org/en-US/releases/f3/ - releaseCycle: "2" releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" codename: "Tettnang" releaseDate: 2004-05-18 eol: 2005-04-11 latest: "2" latestReleaseDate: 2004-05-18 link: https://docs.fedoraproject.org/en-US/releases/f2/ - releaseCycle: "1" releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" codename: "Yarrow" releaseDate: 2003-11-05 eol: 2004-09-20 latest: "1" latestReleaseDate: 2003-11-05 link: https://docs.fedoraproject.org/en-US/releases/f1/ --- > [Fedora](https://fedoraproject.org/) is a Linux distribution developed by the community-supported > Fedora Project and sponsored by Red Hat. Fedora end-of-life dates are not typically known far in advance with to-the-day accuracy. Fedora has a relatively short life cycle: Release X is supported until 4 weeks after the release of Release X+2 and with approximately 6 months between most versions, meaning a version of Fedora is usually supported for at least 13 months, possibly longer. - [List of all Releases](https://docs.fedoraproject.org/en-US/releases/). - [Fedora Project Schedule](https://fedorapeople.org/groups/schedule/) includes tentative dates. - [Unsupported Fedora Linux releases](https://docs.fedoraproject.org/en-US/releases/eol/). ================================================ FILE: products/ffmpeg.md ================================================ --- title: FFmpeg addedAt: 2022-01-23 category: framework iconSlug: ffmpeg permalink: /ffmpeg versionCommand: ffmpeg -version releasePolicyLink: https://ffmpeg.org/ changelogTemplate: https://ffmpeg.org/download.html#release_{{"__RELEASE_CYCLE__"}} releaseLabel: "__RELEASE_CYCLE__ '__CODENAME__'" eolColumn: Supported identifiers: - repology: ffmpeg - cpe: cpe:/a:ffmpeg:ffmpeg - cpe: cpe:2.3:a:ffmpeg:ffmpeg - purl: pkg:brew/ffmpeg auto: methods: # upstream https://git.ffmpeg.org/ffmpeg.git doesn't support filtering - git: https://github.com/FFmpeg/FFmpeg.git regex: '^n?(?P[1-9]\d*)\.(?P\d+)\.?(?P\d+)?$' # EOL date can be found on https://ffmpeg.org/olddownload.html # LTS: every ODD.1 release is LTS from https://news.ycombinator.com/item?id=41695542 releases: - releaseCycle: "8.1" codename: Hoare releaseDate: 2026-03-16 eol: false latest: "8.1.0" latestReleaseDate: 2026-03-16 - releaseCycle: "8.0" codename: Huffman releaseDate: 2025-08-22 eol: false latest: "8.0.1" latestReleaseDate: 2025-11-20 - releaseCycle: "7.1" codename: Péter lts: true releaseDate: 2024-09-30 eol: false latest: "7.1.3" latestReleaseDate: 2025-11-21 - releaseCycle: "7.0" codename: Dijkstra releaseDate: 2024-04-05 eol: false latest: "7.0.3" latestReleaseDate: 2025-08-05 - releaseCycle: "6.1" codename: Heaviside releaseDate: 2023-11-11 eol: false latest: "6.1.4" latestReleaseDate: 2025-11-23 - releaseCycle: "6.0" codename: Von Neumann releaseDate: 2023-02-27 eol: 2024-07-11 # eol of Ubuntu 23.10 http://git.ffmpeg.org/gitweb/ffmpeg-web.git/commitdiff/ebe787e5276b54a585f69ed76b0d7cce8265374d latest: "6.0.1" latestReleaseDate: 2023-11-10 - releaseCycle: "5.1" codename: Riemann lts: true releaseDate: 2022-07-22 eol: false latest: "5.1.8" latestReleaseDate: 2025-11-26 - releaseCycle: "5.0" codename: Lorentz releaseDate: 2022-01-14 eol: 2023-04-02 latest: "5.0.3" latestReleaseDate: 2023-04-02 - releaseCycle: "4.4" codename: Rao releaseDate: 2021-04-08 eol: false latest: "4.4.6" latestReleaseDate: 2025-05-17 - releaseCycle: "4.3" codename: "4:3" staleReleaseThresholdDays: 500 # still listed on https://ffmpeg.org/download.html releaseDate: 2020-06-15 eol: false latest: "4.3.9" latestReleaseDate: 2025-03-12 - releaseCycle: "4.2" codename: "Ada" releaseDate: 2019-08-05 eol: false latest: "4.2.11" latestReleaseDate: 2025-05-17 - releaseCycle: "4.1" codename: "al-Khwarizmi" releaseDate: 2018-11-06 eol: 2024-07-21 # http://git.ffmpeg.org/gitweb/ffmpeg-web.git/commitdiff/49be47948400e33b16a14fc7a198f4636c5d229e latest: "4.1.11" latestReleaseDate: 2023-06-07 - releaseCycle: "4.0" codename: "Wu" releaseDate: 2018-04-20 eol: 2020-07-03 latest: "4.0.6" latestReleaseDate: 2020-07-03 - releaseCycle: "3.4" codename: "Cantor" staleReleaseThresholdDays: 500 # still listed on https://ffmpeg.org/download.html releaseDate: 2017-10-15 eol: false latest: "3.4.14" latestReleaseDate: 2025-03-12 - releaseCycle: "3.3" codename: "Hilbert" releaseDate: 2017-04-13 eol: 2018-11-18 latest: "3.3.9" latestReleaseDate: 2018-11-18 - releaseCycle: "3.2" codename: "Hypatia" releaseDate: 2016-10-27 eol: 2022-10-28 latest: "3.2.19" latestReleaseDate: 2022-10-28 - releaseCycle: "3.1" codename: "Laplace" releaseDate: 2016-06-27 eol: 2017-09-25 latest: "3.1.11" latestReleaseDate: 2017-09-25 - releaseCycle: "3.0" codename: "Einstein" releaseDate: 2016-02-15 eol: 2018-10-28 latest: "3.0.12" latestReleaseDate: 2018-10-28 - releaseCycle: "2.8" codename: "Feynman" staleReleaseThresholdDays: 1000 # still listed on https://ffmpeg.org/download.html releaseDate: 2015-09-09 eol: false latest: "2.8.22" latestReleaseDate: 2023-10-29 - releaseCycle: "2.7" codename: "Nash" releaseDate: 2015-06-10 eol: 2016-04-30 latest: "2.7.7" latestReleaseDate: 2016-04-30 - releaseCycle: "2.6" codename: "Grothendieck" releaseDate: 2015-03-07 eol: 2016-05-03 latest: "2.6.9" latestReleaseDate: 2016-05-03 - releaseCycle: "2.5" codename: "Bohr" releaseDate: 2014-12-04 eol: 2016-02-02 latest: "2.5.11" latestReleaseDate: 2016-02-02 - releaseCycle: "2.4" codename: "Fresnel" releaseDate: 2014-09-14 eol: 2017-12-31 latest: "2.4.14" latestReleaseDate: 2017-12-31 - releaseCycle: "2.3" codename: "Mandelbrot" releaseDate: 2014-07-16 eol: 2015-01-06 latest: "2.3.6" latestReleaseDate: 2015-01-06 - releaseCycle: "2.2" codename: "Muybridge" releaseDate: 2014-03-23 eol: 2015-06-18 latest: "2.2.16" latestReleaseDate: 2015-06-18 - releaseCycle: "2.1" codename: "Fourier" releaseDate: 2013-10-28 eol: 2015-04-30 latest: "2.1.8" latestReleaseDate: 2015-04-30 - releaseCycle: "2.0" codename: "Nameless" releaseDate: 2013-07-10 eol: 2015-06-10 latest: "2.0.7" latestReleaseDate: 2015-06-10 - releaseCycle: "1.2" codename: "Magic" releaseDate: 2013-03-15 eol: 2015-02-12 latest: "1.2.12" latestReleaseDate: 2015-02-12 - releaseCycle: "1.1" codename: "Fire Flower" releaseDate: 2013-01-06 eol: 2015-03-13 latest: "1.1.16" latestReleaseDate: 2015-03-13 - releaseCycle: "1.0" codename: "Angel" releaseDate: 2012-09-28 eol: 2014-07-20 latest: "1.0.10" latestReleaseDate: 2014-07-20 - releaseCycle: "0.11" codename: "Happiness" releaseDate: 2012-05-25 eol: 2014-03-10 latest: "0.11.5" latestReleaseDate: 2014-03-10 - releaseCycle: "0.10" codename: "Freedom" releaseDate: 2012-01-26 eol: 2015-03-12 latest: "0.10.16" latestReleaseDate: 2015-03-12 - releaseCycle: "0.9" codename: "Harmony" releaseDate: 2011-12-11 eol: 2014-03-21 latest: "0.9.4" latestReleaseDate: 2014-03-21 - releaseCycle: "0.8" codename: "Love" releaseDate: 2011-06-21 eol: 2013-10-06 latest: "0.8.15" latestReleaseDate: 2013-10-06 - releaseCycle: "0.7" codename: "Peace" releaseDate: 2011-06-21 eol: 2015-03-12 latest: "0.7.17" latestReleaseDate: 2015-03-12 - releaseCycle: "0.6" codename: "Works with HTML5" releaseDate: 2010-05-04 eol: 2013-09-23 latest: "0.6.7" latestReleaseDate: 2013-09-23 - releaseCycle: "0.5" codename: "half-way to world domination A.K.A. the belligerent blue bike shed" releaseDate: 2009-03-02 eol: 2014-11-29 latest: "0.5.15" latestReleaseDate: 2014-11-29 --- > [FFmpeg](https://ffmpeg.org/) is a free and open-source software project consisting of a suite of > libraries and programs for handling video, audio, and other multimedia files and streams. It is > the core of software such as VLC, MPV, Blender, Audacity, HandBrake, OBS Studio, and much more. > Full list of capabilities is found [in their documentation](https://ffmpeg.org/documentation.html). FFmpeg follows [Semantic Versioning](https://semver.org/). The support and EOL policy is not clearly defined but, looking at the release history, there is at least a `x.y` release every year which is supported for at least a year with important bug fixes. ## Long-Term Support While several past FFmpeg releases have enjoyed long-term support, 5.1 is the first release where such an intention is made clear at release. [As per the developers](https://news.ycombinator.com/item?id=41695542), the first minor version of every Odd Major version (ODD.1) is planned to be an LTS. Each LTS release is maintained for a minimum of 3 years. Note that these releases are intended for distributors and system integrators, not for end users. Users that wish to compile from the sources are strongly encouraged to consider using [the development branch](https://ffmpeg.org/download.html). Maintained releases are listed on the [_Download Page_](https://ffmpeg.org/download.html#releases) and unmaintained releases are listed on the [_Old Releases Page_](https://ffmpeg.org/olddownload.html). ================================================ FILE: products/filemaker.md ================================================ --- title: FileMaker Platform addedAt: 2019-05-30 category: app permalink: /filemaker releasePolicyLink: https://support.claris.com/s/article/Claris-support-policy latestColumn: false eolColumn: Support identifiers: - repology: filemaker-pro auto: methods: - release_table: https://support.claris.com/s/article/Claris-support-policy selector: table header_selector: "tr:nth-of-type(1)" render_javascript: true render_javascript_wait_until: networkidle fields: releaseCycle: column: Product version regex: '^FileMaker (?P\d+(\.\d+)?)$' releaseDate: "Release Date" eol: "EOL date" releases: - releaseCycle: "2025" releaseDate: 2025-07-31 # https://www.claris.com/blog/2025/announcing-the-2025-release-of-claris-filemaker eol: 2027-07-31 link: https://help.claris.com/en/server-release-notes/content/index.html - releaseCycle: "2024" releaseDate: 2024-06-30 # https://community.claris.com/en/s/question/0D5Vy000009idtMKAQ/introducing-claris-filemaker-2024 eol: 2026-06-30 link: https://help.claris.com/en/server-release-notes/content/index.html - releaseCycle: "2023" releaseDate: 2023-04-30 eol: 2025-12-31 link: https://help.claris.com/en/server-release-notes/content/index.html - releaseCycle: "19.6" releaseDate: 2022-12-31 eol: 2024-12-31 link: https://support.claris.com/s/answerview?anum=000036025 - releaseCycle: "19.5" releaseDate: 2022-06-30 eol: 2024-06-30 link: https://support.claris.com/s/answerview?anum=000035967 - releaseCycle: "19.4" releaseDate: 2021-12-01 eol: 2023-12-31 link: https://support.claris.com/s/answerview?anum=000035759 - releaseCycle: "19.3" releaseDate: 2021-06-30 eol: 2023-07-31 link: https://support.claris.com/s/answerview?anum=000035756 - releaseCycle: "19.2" releaseDate: 2021-03-31 eol: 2023-03-31 link: https://support.claris.com/s/answerview?anum=000035415 - releaseCycle: "19.1" releaseDate: 2020-09-30 eol: 2022-10-31 link: https://support.claris.com/s/answerview?anum=000035283 - releaseCycle: "19" releaseDate: 2020-05-31 eol: 2022-05-31 link: https://support.claris.com/s/answerview?anum=000034875 - releaseCycle: "18" releaseDate: 2019-05-01 eol: 2021-06-25 link: https://support.claris.com/s/answerview?anum=000034744 - releaseCycle: "17" releaseDate: 2018-05-01 eol: 2020-09-18 link: https://support.claris.com/s/answerview?anum=000032946 - releaseCycle: "16" releaseDate: 2017-05-01 eol: 2020-09-18 link: https://support.claris.com/s/answerview?anum=000033289 - releaseCycle: "15" releaseDate: 2016-05-01 eol: 2019-09-20 link: https://support.claris.com/s/article/FileMaker-Announces-end-of-support-for-FileMaker-15-Platform - releaseCycle: "14" releaseDate: 2015-05-01 eol: 2018-09-21 link: https://support.claris.com/s/article/FileMaker-announces-the-end-of-support-for-FileMaker-14-Platform - releaseCycle: "13" releaseDate: 2013-12-01 eol: 2017-09-22 link: https://support.claris.com/s/article/FileMaker-announces-the-end-of-support-for-FileMaker-13-Platform-1503693097684 - releaseCycle: "12" releaseDate: 2012-04-01 eol: 2016-09-23 link: https://support.claris.com/s/article/FileMaker-announces-the-end-of-support-for-FileMaker-12-product-family-1503693084416 - releaseCycle: "11" releaseDate: 2010-03-01 eol: 2015-09-25 link: https://support.claris.com/s/article/FileMaker-announces-end-of-support-for-FileMaker-11-product-family-1503693064486 - releaseCycle: "10" releaseDate: 2009-01-01 eol: 2014-09-27 link: https://support.claris.com/s/article/FileMaker-announces-end-of-support-for-FileMaker-10-product-family-1503693016862 - releaseCycle: "9" releaseDate: 2007-07-01 eol: 2011-11-15 link: https://support.claris.com/s/article/FileMaker-announces-end-of-support-for-FileMaker-9-product-family-1503693019973 - releaseCycle: "8" releaseDate: 2005-08-01 eol: 2010-09-23 link: https://support.claris.com/s/article/FileMaker-announces-end-of-support-for-FileMaker-8-product-family-1503692966443 - releaseCycle: "7" releaseDate: 2004-03-01 eol: 2008-09-26 link: https://support.claris.com/s/article/FileMaker-announces-end-of-support-for-FileMaker-7-product-family-1503692949742 --- > FileMaker Platform is a cross-platform relational database application from Claris International. FileMaker has recently adopted a yearly release cycle, in May. Previously, there was an 18-month release cycle. Source for release dates only gives month and year, so 1st of month assumed. ================================================ FILE: products/firefox.md ================================================ --- title: Firefox addedAt: 2021-09-11 category: app tags: mozilla web-browser iconSlug: firefoxbrowser permalink: /firefox versionCommand: firefox --version releasePolicyLink: https://www.mozilla.org/firefox/ changelogTemplate: https://www.mozilla.org/firefox/__LATEST__/releasenotes/ LTSLabel: "ESR" identifiers: - repology: firefox - purl: pkg:apk/alpine/firefox - purl: pkg:deb/debian/firefox-esr - purl: pkg:generic/firefox - cpe: cpe:2.3:a:mozilla:firefox auto: # It takes too much time to fetch all versions. # See https://github.com/endoflife-date/release-data/blob/main/src/firefox.py for details cumulative: true methods: - firefox: https://www.mozilla.org/en-US/firefox/releases/ # For non-LTS versions, eol(x) = releaseDate(x+1) # For LTS version, eol(x) = releaseDate of the next major after the corresponding version last minor LTS on https://whattrainisitnow.com/calendar/, if available. # The next ESR / LTS is not yet planned. releases: - releaseCycle: "148" releaseDate: 2026-02-24 eol: false latest: "148.0.2" latestReleaseDate: 2026-03-10 - releaseCycle: "147" releaseDate: 2026-01-13 eol: 2026-02-24 latest: "147.0.4" latestReleaseDate: 2026-02-16 - releaseCycle: "146" releaseDate: 2025-12-09 eol: 2026-01-13 latest: "146.0.1" latestReleaseDate: 2025-12-18 - releaseCycle: "145" releaseDate: 2025-11-11 eol: 2025-12-09 latest: "145.0.2" latestReleaseDate: 2025-11-25 - releaseCycle: "144" releaseDate: 2025-10-14 eol: 2025-11-11 latest: "144.0.2" latestReleaseDate: 2025-10-28 - releaseCycle: "143" releaseDate: 2025-09-16 eol: 2025-10-14 latest: "143.0.4" latestReleaseDate: 2025-10-03 - releaseCycle: "142" releaseDate: 2025-08-19 eol: 2025-09-16 latest: "142.0.1" latestReleaseDate: 2025-08-27 - releaseCycle: "141" releaseDate: 2025-07-22 eol: 2025-08-19 latest: "141.0.3" latestReleaseDate: 2025-08-07 - releaseCycle: "140" lts: true releaseDate: 2025-06-24 eol: 2026-09-16 # estimated eol day, based on Firefox ESR release cycle https://support.mozilla.org/en-US/kb/firefox-esr-release-cycle latest: "140.8.0" latestReleaseDate: 2026-02-24 - releaseCycle: "139" releaseDate: 2025-05-27 eol: 2025-06-24 latest: "139.0.4" latestReleaseDate: 2025-06-10 - releaseCycle: "138" releaseDate: 2025-04-29 eol: 2025-05-27 latest: "138.0.4" latestReleaseDate: 2025-05-17 - releaseCycle: "137" releaseDate: 2025-04-01 eol: 2025-04-29 latest: "137.0.2" latestReleaseDate: 2025-04-15 - releaseCycle: "136" releaseDate: 2025-03-04 eol: 2025-04-01 latest: "136.0.4" latestReleaseDate: 2025-03-27 - releaseCycle: "135" releaseDate: 2025-02-04 eol: 2025-03-04 latest: "135.0.1" latestReleaseDate: 2025-02-18 - releaseCycle: "134" releaseDate: 2025-01-07 eol: 2025-02-04 latest: "134.0.2" latestReleaseDate: 2025-01-21 - releaseCycle: "133" releaseDate: 2024-11-26 eol: 2025-01-07 latest: "133.0.3" latestReleaseDate: 2024-12-10 - releaseCycle: "132" releaseDate: 2024-10-29 eol: 2024-11-26 latest: "132.0.2" latestReleaseDate: 2024-11-12 - releaseCycle: "131" releaseDate: 2024-10-01 eol: 2024-10-29 latest: "131.0.3" latestReleaseDate: 2024-10-14 - releaseCycle: "130" releaseDate: 2024-09-03 eol: 2024-10-01 latest: "130.0.1" latestReleaseDate: 2024-09-17 - releaseCycle: "129" releaseDate: 2024-08-06 eol: 2024-09-03 latest: "129.0.2" latestReleaseDate: 2024-08-20 - releaseCycle: "128" lts: true releaseDate: 2024-07-09 eol: 2025-09-16 # estimated release day for 140.3 on https://whattrainisitnow.com/calendar/ latest: "128.14.0" latestReleaseDate: 2025-08-19 - releaseCycle: "127" releaseDate: 2024-06-11 eol: 2024-07-09 latest: "127.0.2" latestReleaseDate: 2024-06-25 - releaseCycle: "126" releaseDate: 2024-05-14 eol: 2024-06-11 latest: "126.0.1" latestReleaseDate: 2024-05-28 - releaseCycle: "125" releaseDate: 2024-04-16 eol: 2024-05-14 latest: "125.0.3" latestReleaseDate: 2024-04-29 - releaseCycle: "124" releaseDate: 2024-03-19 eol: 2024-04-16 latest: "124.0.2" latestReleaseDate: 2024-04-02 - releaseCycle: "123" releaseDate: 2024-02-20 eol: 2024-03-19 latest: "123.0.1" latestReleaseDate: 2024-03-05 - releaseCycle: "122" releaseDate: 2024-01-23 eol: 2024-02-20 latest: "122.0.1" latestReleaseDate: 2024-02-06 - releaseCycle: "121" releaseDate: 2023-12-19 eol: 2024-01-23 latest: "121.0.1" latestReleaseDate: 2024-01-09 - releaseCycle: "120" releaseDate: 2023-11-21 eol: 2023-12-19 latest: "120.0.1" latestReleaseDate: 2023-11-30 - releaseCycle: "119" releaseDate: 2023-10-24 eol: 2023-11-21 latest: "119.0.1" latestReleaseDate: 2023-11-07 - releaseCycle: "118" releaseDate: 2023-09-26 eol: 2023-10-24 latest: "118.0.2" latestReleaseDate: 2023-10-10 - releaseCycle: "117" releaseDate: 2023-08-29 eol: 2023-09-26 latest: "117.0.1" latestReleaseDate: 2023-09-12 - releaseCycle: "116" releaseDate: 2023-08-01 eol: 2023-08-29 latest: "116.0.3" latestReleaseDate: 2023-08-16 - releaseCycle: "115" lts: true releaseDate: 2023-07-04 eol: 2026-08-28 # https://support.mozilla.org/en-US/kb/firefox-users-windows-7-8-and-81-moving-extended-support latest: "115.33.0" latestReleaseDate: 2026-02-24 - releaseCycle: "114" releaseDate: 2023-06-06 eol: 2023-07-04 latest: "114.0.2" latestReleaseDate: 2023-06-20 - releaseCycle: "113" releaseDate: 2023-05-09 eol: 2023-06-06 latest: "113.0.2" latestReleaseDate: 2023-05-23 - releaseCycle: "112" releaseDate: 2023-04-11 eol: 2023-05-09 latest: "112.0.2" latestReleaseDate: 2023-04-25 - releaseCycle: "111" releaseDate: 2023-03-14 eol: 2023-04-11 latest: "111.0.1" latestReleaseDate: 2023-03-21 - releaseCycle: "110" releaseDate: 2023-02-14 eol: 2023-03-14 latest: "110.0.1" latestReleaseDate: 2023-02-28 - releaseCycle: "109" releaseDate: 2023-01-17 eol: 2023-02-14 latest: "109.0.1" latestReleaseDate: 2023-01-31 - releaseCycle: "108" releaseDate: 2022-12-13 eol: 2023-01-17 latest: "108.0.2" latestReleaseDate: 2023-01-05 - releaseCycle: "107" releaseDate: 2022-11-15 eol: 2022-12-13 latest: "107.0.1" latestReleaseDate: 2022-11-29 - releaseCycle: "106" releaseDate: 2022-10-18 eol: 2022-11-15 latest: "106.0.5" latestReleaseDate: 2022-11-04 - releaseCycle: "105" releaseDate: 2022-09-20 eol: 2022-10-18 latest: "105.0.3" latestReleaseDate: 2022-10-07 - releaseCycle: "104" releaseDate: 2022-08-23 eol: 2022-09-20 latest: "104.0.2" latestReleaseDate: 2022-09-06 - releaseCycle: "103" releaseDate: 2022-07-26 eol: 2022-08-23 latest: "103.0.2" latestReleaseDate: 2022-08-09 - releaseCycle: "102" lts: true releaseDate: 2022-06-28 eol: 2023-09-26 latest: "102.15.1" latestReleaseDate: 2023-09-12 - releaseCycle: "91" lts: true releaseDate: 2021-08-10 eol: 2022-09-20 latest: "91.13.0" latestReleaseDate: 2022-08-23 - releaseCycle: "78" lts: true releaseDate: 2020-06-30 eol: 2021-11-02 latest: "78.15.0" latestReleaseDate: 2021-10-05 --- > [Firefox](https://www.mozilla.org/firefox/browsers/), is a free and open-source web browser > developed by the Mozilla. Firefox is available for > [Windows](https://support.mozilla.org/kb/how-install-firefox-windows), > [macOS](https://support.mozilla.org/kb/how-download-and-install-firefox-mac), > [Android](https://support.mozilla.org/products/mobile), > [iOS](https://support.mozilla.org/products/ios), > [Linux](https://support.mozilla.org/kb/install-firefox-linux), and > [ChromeOS](https://support.mozilla.org/kb/run-firefox-chromeos). ## Firefox has two main release channels - **Firefox:** Simply named Firefox, this is the default channel and is the one recommended. It's the stable branch with the latest features available. Once a new release is out, the older release immediately stops receiving support and everyone must migrate to the next Firefox release. - **Firefox Extended Support Release (ESR):** is an official version of Firefox developed for large organizations like universities and businesses that need to set up and maintain Firefox on a large scale. Firefox ESR does not come with the latest features, but it has the latest security and stability fixes. Usually these branches are supported for a year, [with a planned release calendar for new ESR branches.](https://whattrainisitnow.com/calendar/) For more information you should review the [release cycle documentation.](https://support.mozilla.org/kb/firefox-esr-release-cycle) ## Firefox also has three testing channels - **Firefox Beta:** This branch is meant to reflect what the next **Firefox** release will look like. Every four weeks it gets cherry-picked changes from **Nightly**, then follows a three-weekly point release aimed at stabilizing the release for the stable branch. Version number is always `X + 1`, `X` being the **Firefox** version number. - **Firefox Developer Edition:** This branch is based off the **Firefox Beta** branch with additional DevTools merged in. It gets released alongside the **Firefox Beta** release, following the same release pattern. Version number is always `X + 1`, `X` being the **Firefox** version number. - **Firefox Nightly:** This is the branch that receives all the changes before anything else. It gets daily updates which represent the master branch. This is the branch that first features new changes/features, which then may be forwarded to **Firefox Beta** after being tested. Version number is always `X + 2`, `X` being the **Firefox** version number. ## Special notes - Firefox 78 ESR was the last version of Firefox that supported macOS versions < 10.12 or Flash. - Firefox only supports the last 3 macOS releases, [matching the Apple support cycle](https://support.mozilla.org/kb/firefox-mac-osx-users-esr). - Firefox [ESR 115 support is extended](https://whattrainisitnow.com/release/?version=esr) for Windows 7–8.1 and macOS 10.12–10.14 up to March 2026, and this extension will be reconsidered in February 2026. ================================================ FILE: products/fluent-bit.md ================================================ --- title: Fluent Bit addedAt: 2024-04-27 category: server-app tags: cncf iconSlug: fluentbit permalink: /fluent-bit alternate_urls: - /fluentbit versionCommand: |- fluent-bit -v releasePolicyLink: https://fluentbit.io/announcements/older-versions changelogTemplate: https://github.com/fluent/fluent-bit/releases/tag/v__LATEST__ eolColumn: Support identifiers: - repology: fluent-bit - purl: pkg:github/fluent/fluent-bit - purl: pkg:docker/fluent/fluent-bit auto: methods: - git: https://github.com/fluent/fluent-bit # https://fluentbit.io/announcements/older-versions/: Security Policy: support for the current series ends three months after a new series is released. # eol(x) = releaseDate(x+1) + 3 months releases: - releaseCycle: "4.2" releaseDate: 2025-11-11 eol: false # releaseDate(4.3) + 3 months latest: "4.2.3.1" latestReleaseDate: 2026-02-19 - releaseCycle: "4.1" releaseDate: 2025-09-24 eol: 2026-02-11 # releaseDate(4.2) + 3 months latest: "4.1.2" latestReleaseDate: 2025-12-09 - releaseCycle: "4.0" releaseDate: 2025-03-29 eol: 2025-12-24 # releaseDate(4.1) + 3 months latest: "4.0.14" latestReleaseDate: 2025-12-18 - releaseCycle: "3.2" releaseDate: 2024-11-12 eol: 2025-06-29 # releaseDate(4.0) + 3 months latest: "3.2.10" latestReleaseDate: 2025-03-24 - releaseCycle: "3.1" releaseDate: 2024-07-08 eol: 2025-02-12 # releaseDate(3.2) + 3 months latest: "3.1.10" latestReleaseDate: 2024-11-04 - releaseCycle: "3.0" releaseDate: 2024-03-21 eol: 2024-10-08 # releaseDate(3.1) + 3 months latest: "3.0.7" latestReleaseDate: 2024-06-11 - releaseCycle: "2.2" releaseDate: 2023-11-06 eol: 2024-06-21 latest: "2.2.3" latestReleaseDate: 2024-05-21 - releaseCycle: "2.1" releaseDate: 2023-04-18 eol: 2024-02-06 latest: "2.1.10" latestReleaseDate: 2023-09-27 - releaseCycle: "2.0" releaseDate: 2022-10-25 eol: 2023-07-19 latest: "2.0.14" latestReleaseDate: 2023-05-22 - releaseCycle: "1.9" releaseDate: 2022-03-11 eol: 2022-12-05 latest: "1.9.10" latestReleaseDate: 2022-11-25 - releaseCycle: "1.8" releaseDate: 2021-07-07 eol: 2022-12-05 latest: "1.8.15" latestReleaseDate: 2022-03-22 - releaseCycle: "1.7" releaseDate: 2021-02-14 eol: true latest: "1.7.9" latestReleaseDate: 2021-06-18 - releaseCycle: "1.6" releaseDate: 2020-10-08 eol: true latest: "1.6.10" latestReleaseDate: 2021-01-08 - releaseCycle: "1.5" releaseDate: 2020-07-13 eol: true latest: "1.5.7" latestReleaseDate: 2020-09-25 - releaseCycle: "1.4" releaseDate: 2020-03-25 eol: true latest: "1.4.6" latestReleaseDate: 2020-06-10 - releaseCycle: "1.3" releaseDate: 2019-09-30 eol: true latest: "1.3.11" latestReleaseDate: 2020-03-19 - releaseCycle: "1.2" releaseDate: 2019-06-26 eol: true latest: "1.2.2" latestReleaseDate: 2019-07-19 - releaseCycle: "1.1" releaseDate: 2019-05-08 eol: true latest: "1.1.3" latestReleaseDate: 2019-06-13 - releaseCycle: "1.0" releaseDate: 2018-12-13 eol: true latest: "1.0.6" latestReleaseDate: 2019-03-27 - releaseCycle: "0.14" releaseDate: 2018-08-29 eol: true latest: "0.14.9" latestReleaseDate: 2018-12-07 - releaseCycle: "0.13" releaseDate: 2018-08-18 eol: true latest: "0.13.8" latestReleaseDate: 2018-04-30 - releaseCycle: "0.12" releaseDate: 2017-08-17 eol: true latest: "0.12.19" latestReleaseDate: 2018-04-22 - releaseCycle: "0.11" releaseDate: 2017-03-30 eol: true latest: "0.11.17" latestReleaseDate: 2017-08-15 - releaseCycle: "0.10" releaseDate: 2016-12-30 eol: true latest: "0.10.1" latestReleaseDate: 2017-01-06 --- > Fluent Bit is a cross-platform fast and lightweight logs and metrics processor. It is an > open-source CNCF subproject under the umbrella of [Fluentd](https://www.fluentd.org). Support for a series (x.y) ends three months after a new series is released. ================================================ FILE: products/flux.md ================================================ --- title: Flux addedAt: 2023-08-27 category: server-app tags: cncf linux-foundation permalink: /flux iconSlug: flux alternate_urls: - /flux2 - /fluxcd versionCommand: flux version releasePolicyLink: https://fluxcd.io/flux/releases/#supported-releases changelogTemplate: https://github.com/fluxcd/flux2/releases/tag/v__LATEST__ eolColumn: Support auto: methods: - git: https://github.com/fluxcd/flux2.git - git: https://github.com/fluxcd/flux.git identifiers: - repology: fluxcd - cpe: cpe:2.3:a:fluxcd:flux2 # eol(X) = releaseDate(X+3) releases: - releaseCycle: "2.8" releaseDate: 2026-02-24 eol: false latest: "2.8.3" latestReleaseDate: 2026-03-16 - releaseCycle: "2.7" releaseDate: 2025-09-30 eol: false latest: "2.7.5" latestReleaseDate: 2025-11-27 - releaseCycle: "2.6" releaseDate: 2025-05-29 eol: false latest: "2.6.4" latestReleaseDate: 2025-07-08 - releaseCycle: "2.5" releaseDate: 2025-02-20 eol: 2026-02-24 latest: "2.5.1" latestReleaseDate: 2025-02-25 - releaseCycle: "2.4" releaseDate: 2024-09-30 eol: 2025-09-30 latest: "2.4.0" latestReleaseDate: 2024-09-30 - releaseCycle: "2.3" releaseDate: 2024-05-13 eol: 2025-05-29 latest: "2.3.0" latestReleaseDate: 2024-05-13 - releaseCycle: "2.2" releaseDate: 2023-12-12 eol: 2025-02-20 latest: "2.2.3" latestReleaseDate: 2024-02-05 - releaseCycle: "2.1" releaseDate: 2023-08-24 eol: 2024-09-30 # releaseDate(2.4) latest: "2.1.2" latestReleaseDate: 2023-10-12 - releaseCycle: "2.0" releaseDate: 2023-07-05 eol: 2024-05-13 # https://fluxcd.io/blog/2024/05/flux-v2.3.0/#supported-versions latest: "2.0.1" latestReleaseDate: 2023-07-11 - releaseCycle: "1.25" releaseDate: 2022-03-30 eol: 2022-11-02 # https://github.com/endoflife-date/endoflife.date/pull/3420#discussion_r1306636700 latest: "1.25.4" latestReleaseDate: 2022-08-30 link: https://github.com/fluxcd/flux/releases/tag/1.25.4 --- > [Flux](https://fluxcd.io) is a tool for keeping Kubernetes clusters in sync with sources of > configuration (like Git repositories) and automating updates to configuration when there is new > code to deploy. Flux is built from the ground up to use Kubernetes' API extension system, and to > integrate with Prometheus and other core components of the Kubernetes ecosystem. Flux supports > multi-tenancy and support for syncing an arbitrary number of Git repositories. The project supports the last three minor releases of the CLI and its controllers with critical bug and security fixes. ## [Release Cadence](https://fluxcd.io/flux/releases/#release-cadence) Flux is at least released at the same rate as Kubernetes, following their cadence of three minor releases per year. After each Kubernetes minor release, the CLI and all controllers are tested against the latest Kubernetes version and are released approximately two weeks after Kubernetes. The newly released Flux version offers support for Kubernetes N-2 minor versions. ================================================ FILE: products/font-awesome.md ================================================ --- title: Font Awesome addedAt: 2025-07-06 category: framework iconSlug: fontawesome permalink: /font-awesome alternate_urls: - /fontawesome changelogTemplate: https://github.com/FortAwesome/Font-Awesome/releases/tag/__LATEST__ releasePolicyLink: https://fontawesome.com/versions auto: methods: - git: https://github.com/FortAwesome/Font-Awesome.git identifiers: - repology: fonts:fontawesome - purl: pkg:github/fortawesome/font-awesome - purl: pkg:npm/%40fortawesome/fontawesome-svg-core - cpe: cpe:2.3:a:fontawesome:font_awesome releases: - releaseCycle: "7" releaseDate: 2025-07-22 eol: false latest: "7.2.0" latestReleaseDate: 2026-02-10 - releaseCycle: "6" staleReleaseThresholdDays: 1750 # still listed on https://fontawesome.com/versions with "This version will continue to receive patch releases" lts: true releaseDate: 2022-02-07 eol: false latest: "6.7.2" latestReleaseDate: 2024-12-16 - releaseCycle: "5" staleReleaseThresholdDays: 1750 # still listed on https://fontawesome.com/versions with "This version will continue to receive patch releases" lts: true releaseDate: 2018-02-05 eol: false latest: "5.15.4" latestReleaseDate: 2021-08-04 - releaseCycle: "4" releaseDate: 2013-10-23 eol: true latest: "4.7.0" latestReleaseDate: 2016-10-24 link: https://github.com/FortAwesome/Font-Awesome/releases/tag/v__LATEST__ - releaseCycle: "3" releaseDate: 2013-01-02 eol: true latest: "3.2.1" latestReleaseDate: 2013-06-17 link: https://github.com/FortAwesome/Font-Awesome/releases/tag/v__LATEST__ - releaseCycle: "2" releaseDate: 2012-06-04 eol: true latest: "2.0.0" latestReleaseDate: 2012-06-04 - releaseCycle: "1" releaseDate: 2012-03-03 eol: true latest: "1.0.0" latestReleaseDate: 2012-03-10 link: https://github.com/FortAwesome/Font-Awesome/releases/tag/v__LATEST__ --- > [Font Awesome](https://fontawesome.com/) is an icon library and toolkit. Font Awesome [follows Semantic Versioning as much as possible](https://github.com/FortAwesome/Font-Awesome?tab=readme-ov-file#versioning). With the release of Font Awesome 6: - Font Awesome 5 has been marked as Long Term Support (LTS) and only receives critical bug fixes, - Font Awesome 3 and 4 are now end-of-life. Note that Font Awesome 6 dropped support for Internet Explorer, and [has been designed to be as backward compatible as possible](https://docs.fontawesome.com/v6/web/setup/upgrade/whats-changed#backward-compatibility) with versions 5 and 4. Font Awesome comes in two flavors: the free version and the pro version. Font Awesome Free version is free, open source, GPL friendly, and [can even be used for commercial projects](https://github.com/FortAwesome/Font-Awesome?tab=readme-ov-file#license). Font Awesome Pro offers additional styles and features, but requires a paid subscription. ================================================ FILE: products/foreman.md ================================================ --- title: Foreman addedAt: 2025-08-24 category: server-app permalink: /foreman alternate_urls: - /theforeman - /the-foreman changelogTemplate: https://theforeman.org/manuals/__RELEASE_CYCLE__/index.html#Releasenotesfor__RELEASE_CYCLE__ identifiers: - repology: foreman - cpe: cpe:2.3:a:theforeman:foreman auto: methods: - git: https://github.com/theforeman/foreman.git # eol(x) = releaseDate(x+2) releases: - releaseCycle: "3.18" releaseDate: 2026-03-10 eol: false latest: "3.18.0" latestReleaseDate: 2026-03-10 - releaseCycle: "3.17" releaseDate: 2025-12-09 eol: false latest: "3.17.1" latestReleaseDate: 2026-02-25 - releaseCycle: "3.16" releaseDate: 2025-09-09 eol: 2026-03-10 latest: "3.16.2" latestReleaseDate: 2025-11-25 - releaseCycle: "3.15" releaseDate: 2025-06-09 eol: 2025-12-09 latest: "3.15.1" latestReleaseDate: 2025-11-05 - releaseCycle: "3.14" releaseDate: 2025-03-19 eol: 2025-09-09 latest: "3.14.0" latestReleaseDate: 2025-03-19 - releaseCycle: "3.13" releaseDate: 2024-12-03 eol: 2025-06-09 latest: "3.13.1" latestReleaseDate: 2025-04-10 - releaseCycle: "3.12" releaseDate: 2024-09-19 eol: 2025-03-19 latest: "3.12.1" latestReleaseDate: 2024-11-21 - releaseCycle: "3.11" releaseDate: 2024-06-25 eol: 2024-12-03 latest: "3.11.5" latestReleaseDate: 2024-11-26 - releaseCycle: "3.10" releaseDate: 2024-03-22 eol: 2024-09-19 latest: "3.10.1" latestReleaseDate: 2024-09-04 - releaseCycle: "3.9" releaseDate: 2023-12-19 eol: 2024-06-25 latest: "3.9.3" latestReleaseDate: 2024-04-26 - releaseCycle: "3.8" releaseDate: 2023-10-10 eol: 2024-03-22 latest: "3.8.0" latestReleaseDate: 2023-10-10 - releaseCycle: "3.7" releaseDate: 2023-06-20 eol: 2023-12-19 latest: "3.7.1" latestReleaseDate: 2023-11-01 - releaseCycle: "3.6" releaseDate: 2023-03-21 eol: 2023-10-10 latest: "3.6.2" latestReleaseDate: 2023-08-11 - releaseCycle: "3.5" releaseDate: 2022-12-14 eol: 2023-06-20 latest: "3.5.3" latestReleaseDate: 2023-04-17 - releaseCycle: "3.4" releaseDate: 2022-09-08 eol: 2023-03-21 latest: "3.4.1" latestReleaseDate: 2022-11-28 - releaseCycle: "3.3" releaseDate: 2022-06-09 eol: 2022-12-14 latest: "3.3.1" latestReleaseDate: 2022-10-06 - releaseCycle: "3.2" releaseDate: 2022-03-15 eol: 2022-09-08 latest: "3.2.1" latestReleaseDate: 2022-05-24 - releaseCycle: "3.1" releaseDate: 2021-12-09 eol: 2022-06-09 latest: "3.1.3" latestReleaseDate: 2022-05-19 - releaseCycle: "3.0" releaseDate: 2021-09-07 eol: 2022-03-15 latest: "3.0.2" latestReleaseDate: 2022-02-25 - releaseCycle: "2.5" releaseDate: 2021-06-02 eol: 2021-12-09 latest: "2.5.4" latestReleaseDate: 2021-10-19 - releaseCycle: "2.4" releaseDate: 2021-03-19 eol: 2021-09-07 latest: "2.4.1" latestReleaseDate: 2021-06-22 - releaseCycle: "2.3" releaseDate: 2020-12-01 eol: 2021-06-09 latest: "2.3.5" latestReleaseDate: 2021-06-09 - releaseCycle: "2.2" releaseDate: 2020-10-28 eol: 2021-03-19 latest: "2.2.3" latestReleaseDate: 2021-02-24 - releaseCycle: "2.1" releaseDate: 2020-07-02 eol: 2020-12-01 latest: "2.1.4" latestReleaseDate: 2020-10-14 - releaseCycle: "2.0" releaseDate: 2020-04-02 eol: 2020-10-28 latest: "2.0.3" latestReleaseDate: 2020-09-21 - releaseCycle: "1.24" releaseDate: 2019-12-09 eol: 2020-07-02 latest: "1.24.3" latestReleaseDate: 2020-05-20 - releaseCycle: "1.23" releaseDate: 2019-09-10 eol: 2020-04-02 latest: "1.23.2" latestReleaseDate: 2020-03-12 - releaseCycle: "1.22" releaseDate: 2019-06-04 eol: 2019-12-09 latest: "1.22.2" latestReleaseDate: 2019-11-04 - releaseCycle: "1.21" releaseDate: 2019-02-26 eol: 2019-09-18 latest: "1.21.4" latestReleaseDate: 2019-09-18 - releaseCycle: "1.20" releaseDate: 2018-11-15 eol: 2019-07-02 latest: "1.20.3" latestReleaseDate: 2019-07-02 - releaseCycle: "1.19" releaseDate: 2018-08-30 eol: 2019-02-26 latest: "1.19.1" latestReleaseDate: 2018-11-06 - releaseCycle: "1.18" releaseDate: 2018-07-12 eol: 2018-11-15 latest: "1.18.3" latestReleaseDate: 2018-11-06 - releaseCycle: "1.17" releaseDate: 2018-04-11 eol: 2018-08-30 latest: "1.17.4" latestReleaseDate: 2018-08-28 - releaseCycle: "1.16" releaseDate: 2017-11-29 eol: 2018-07-12 latest: "1.16.2" latestReleaseDate: 2018-06-04 - releaseCycle: "1.15" releaseDate: 2017-05-09 eol: 2018-04-11 latest: "1.15.7" latestReleaseDate: 2018-04-03 - releaseCycle: "1.14" releaseDate: 2017-01-13 eol: 2017-11-29 latest: "1.14.3" latestReleaseDate: 2017-04-03 - releaseCycle: "1.13" releaseDate: 2016-10-05 eol: 2017-05-09 latest: "1.13.4" latestReleaseDate: 2017-01-26 - releaseCycle: "1.12" releaseDate: 2016-07-08 eol: 2017-01-13 latest: "1.12.4" latestReleaseDate: 2016-10-21 - releaseCycle: "1.11" releaseDate: 2016-03-31 eol: 2016-10-05 latest: "1.11.4" latestReleaseDate: 2016-07-25 - releaseCycle: "1.10" releaseDate: 2015-12-23 eol: 2016-07-08 latest: "1.10.4" latestReleaseDate: 2016-05-20 - releaseCycle: "1.9" releaseDate: 2015-08-18 eol: 2016-03-31 latest: "1.9.3" latestReleaseDate: 2015-11-03 - releaseCycle: "1.8" releaseDate: 2015-04-28 eol: 2015-12-23 latest: "1.8.4" latestReleaseDate: 2015-09-15 - releaseCycle: "1.7" releaseDate: 2014-12-02 eol: 2015-08-18 latest: "1.7.5" latestReleaseDate: 2015-04-29 - releaseCycle: "1.6" releaseDate: 2014-09-10 eol: 2015-04-28 latest: "1.6.3" latestReleaseDate: 2014-11-18 - releaseCycle: "1.5" releaseDate: 2014-05-09 eol: 2014-12-02 latest: "1.5.3" latestReleaseDate: 2014-09-04 - releaseCycle: "1.4" releaseDate: 2014-01-29 eol: 2014-09-10 latest: "1.4.5" latestReleaseDate: 2014-06-18 - releaseCycle: "1.3" releaseDate: 2013-10-14 eol: 2014-05-09 latest: "1.3.2" latestReleaseDate: 2013-12-23 - releaseCycle: "1.2" releaseDate: 2013-07-01 eol: 2014-01-29 latest: "1.2.3" latestReleaseDate: 2013-10-07 --- > [Foreman](https://theforeman.org/) is a complete lifecycle management tool for physical and > virtual servers. Foreman does not follow a documented release policy. Looking at the release history it seems that two release cycles are supported. ================================================ FILE: products/forgejo.md ================================================ --- title: Forgejo addedAt: 2024-12-09 category: server-app iconSlug: forgejo permalink: /forgejo versionCommand: forgejo --version releasePolicyLink: https://forgejo.org/docs/latest/admin/upgrade/#release-life-cycle changelogTemplate: https://codeberg.org/forgejo/forgejo/releases/tag/v__LATEST__ auto: methods: - git: https://codeberg.org/forgejo/forgejo.git - release_table: https://forgejo.org/docs/latest/admin/release-schedule/ selector: "main table" header_selector: "thead tr" rows_selector: "tbody tr" fields: releaseCycle: column: "Version" regex: ^(?P\d+\.\d+).*$ releaseDate: "Release Date" eol: "End Of Life" identifiers: - repology: forgejo - cpe: cpe:2.3:a:forgejo:forgejo # eol dates: https://forgejo.org/releases/ or https://forgejo.org/docs/latest/admin/release-schedule/ releases: - releaseCycle: "14.0" releaseDate: 2026-01-15 eol: 2026-04-16 latest: "14.0.3" latestReleaseDate: 2026-03-09 - releaseCycle: "13.0" releaseDate: 2025-10-16 eol: 2026-01-15 latest: "13.0.5" latestReleaseDate: 2026-01-16 - releaseCycle: "12.0" releaseDate: 2025-07-17 eol: 2025-10-16 latest: "12.0.4" latestReleaseDate: 2025-09-19 - releaseCycle: "11.0" lts: true releaseDate: 2025-04-16 eol: 2026-07-16 latest: "11.0.11" latestReleaseDate: 2026-03-09 - releaseCycle: "10.0" releaseDate: 2025-01-16 eol: 2025-04-16 latest: "10.0.3" latestReleaseDate: 2025-03-22 - releaseCycle: "9.0" releaseDate: 2024-10-16 eol: 2025-01-16 latest: "9.0.3" latestReleaseDate: 2024-12-12 - releaseCycle: "8.0" releaseDate: 2024-07-30 eol: 2024-10-16 latest: "8.0.3" latestReleaseDate: 2024-09-06 - releaseCycle: "7.0" lts: true releaseDate: 2024-04-23 eol: 2025-07-17 latest: "7.0.16" latestReleaseDate: 2025-07-10 --- > [Forgejo](https://forgejo.org/) is a self-hosted lightweight software forge. Stable releases are released every quarter and receive support for three months. Long-term support releases are published in the first quarter of every year and receive critical bugfixes and security support for one year and three months. ================================================ FILE: products/fortios.md ================================================ --- title: FortiOS addedAt: 2022-08-26 category: os tags: fortinet iconSlug: fortinet permalink: /fortios versionCommand: get system status changelogTemplate: https://docs.fortinet.com/product/fortigate/__RELEASE_CYCLE__ latestColumn: false eolColumn: End of Support eoasColumn: End of Engineering Support identifiers: - cpe: cpe:2.3:o:fortinet:fortios releases: - releaseCycle: "7.6" releaseDate: 2024-07-25 eoas: 2027-07-25 eol: 2029-01-25 - releaseCycle: "7.4" releaseDate: 2023-05-11 eoas: 2026-05-11 eol: 2027-11-11 - releaseCycle: "7.2" releaseDate: 2022-03-31 eoas: 2025-03-31 eol: 2026-09-30 - releaseCycle: "7.0" releaseDate: 2021-03-30 eoas: 2024-03-30 eol: 2025-09-30 - releaseCycle: "6.4" releaseDate: 2020-03-31 eoas: 2023-03-31 eol: 2024-09-30 - releaseCycle: "6.2" releaseDate: 2019-03-28 eoas: 2022-03-28 eol: 2023-09-28 - releaseCycle: "6.0" releaseDate: 2018-03-29 eoas: 2021-03-29 eol: 2022-09-29 --- > [FortiOS][fortios] is Fortinet's operating system used in their hardware, such as the FortiGate firewall and switches. > It is based on Linux. Fortinet offers the following major lifecycle milestones: 1. **End of Order** (`EOO`): is last date on which a product may be ordered. 2. **Last Service Extension Date** (`LSED`): The last date at which a service extension is accepted for an existing contract, for a hardware or software product. This is 12 months before the EOS date for most products, and 90 days after the End-of-life notification for stand-alone services. 3. **End of Engineering Support for Software** (`EOES`): The date beyond which Fortinet no longer commits to provide engineering support for software. After this date the software enters a **must-fix** support phase, during which maintenance builds will only be produced for industry-wide critical issues and PSIRT vulnerabilities. The EOES date is generally 36 months after the GA date. 4. **End of Support Date** (`EOS`): Fortinet will not sell, manufacture or improve the product after this date and is under no obligation to provide support services. In general the EOS takes place as follows: - Hardware — 60 months after the EOO Date - Software — 54 months after the GA date - Stand-alone Services — on the service contract termination date This page tracks the End of Engineering Support and End of Support dates for FortiOS. The support website for Fortinet requires a free FortiCloud account, which can be created [here][signup]. - [End-of-life notices](https://support.fortinet.com/Information/ProductLifeCycle.aspx) - [Lifecycle Policy](https://support.fortinet.com/Download/Fortinet_Life_Cycle_Policy.pdf) [fortios]: https://www.fortinet.com/products/fortigate/fortios [signup]: https://support.fortinet.com/cred/#/sign-up ================================================ FILE: products/freebsd.md ================================================ --- title: FreeBSD addedAt: 2019-06-19 category: os tags: bsd-distribution unix-distribution iconSlug: freebsd permalink: /freebsd versionCommand: freebsd-version releasePolicyLink: https://www.freebsd.org/security/#sup changelogTemplate: https://www.freebsd.org/releases/__RELEASE_CYCLE__R/relnotes/ latestColumn: false identifiers: - cpe: cpe:/o:freebsd:freebsd - cpe: cpe:2.3:o:freebsd:freebsd auto: methods: - freebsd-releases: https://www.freebsd.org/releases/ - release_table: https://www.freebsd.org/security/unsupported/ fields: releaseCycle: column: "Branch" regex: '^\w+\/(?P\d+(\.\d+)?)$' releaseDate: "Release Date" eol: "EoL" - declare: freebsd releases: - { name: "2.0", releaseDate: 1994-11-22 } # https://en.wikipedia.org/wiki/FreeBSD_version_history - { name: "3.0", releaseDate: 1998-10-16 } # https://en.wikipedia.org/wiki/FreeBSD_version_history # eol(x) = releaseDate(x+1) + 3 months (rounded to the end of month) # See also https://lists.freebsd.org/archives/freebsd-announce/2024-July/000143.html releases: - releaseCycle: "14.4" releaseLabel: "releng/14.4" releaseDate: 2026-03-10 eol: 2026-12-31 - releaseCycle: "15" releaseLabel: "stable/15" releaseDate: 2025-12-02 eol: 2029-12-31 link: null - releaseCycle: "15.0" releaseLabel: "releng/15.0" releaseDate: 2025-12-02 eol: 2026-09-30 - releaseCycle: "14.3" releaseLabel: "releng/14.3" releaseDate: 2025-06-10 eol: 2026-06-30 - releaseCycle: "13.5" releaseLabel: "releng/13.5" releaseDate: 2025-03-11 eol: 2026-04-30 - releaseCycle: "14.2" releaseLabel: "releng/14.2" releaseDate: 2024-12-03 eol: 2025-09-30 - releaseCycle: "13.4" releaseLabel: "releng/13.4" releaseDate: 2024-09-17 eol: 2025-06-30 - releaseCycle: "14.1" releaseLabel: "releng/14.1" releaseDate: 2024-06-04 eol: 2025-03-31 - releaseCycle: "13.3" releaseLabel: "releng/13.3" releaseDate: 2024-03-05 eol: 2024-12-31 - releaseCycle: "14.0" releaseLabel: "releng/14.0" releaseDate: 2023-11-20 eol: 2024-09-30 - releaseCycle: "14" releaseLabel: "stable/14" releaseDate: 2023-11-20 eol: 2028-11-30 link: null - releaseCycle: "13.2" releaseLabel: "releng/13.2" releaseDate: 2023-04-11 eol: 2024-06-30 - releaseCycle: "12.4" releaseLabel: "releng/12.4" releaseDate: 2022-12-05 eol: 2023-12-31 - releaseCycle: "13.1" releaseLabel: "releng/13.1" releaseDate: 2022-05-16 eol: 2023-07-31 - releaseCycle: "12.3" releaseLabel: "releng/12.3" releaseDate: 2021-12-07 eol: 2023-03-31 - releaseCycle: "13.0" releaseLabel: "releng/13.0" releaseDate: 2021-04-13 eol: 2022-08-31 - releaseCycle: "13" releaseLabel: "stable/13" releaseDate: 2021-04-13 eol: 2026-04-30 link: null - releaseCycle: "12.2" releaseLabel: "releng/12.2" releaseDate: 2020-10-27 eol: 2022-03-31 - releaseCycle: "11.4" releaseLabel: "releng/11.4" releaseDate: 2020-06-16 eol: 2021-09-30 - releaseCycle: "12.1" releaseLabel: "releng/12.1" releaseDate: 2019-11-04 eol: 2021-01-31 - releaseCycle: "11.3" releaseLabel: "releng/11.3" releaseDate: 2019-07-09 eol: 2020-09-30 - releaseCycle: "12.0" releaseLabel: "releng/12.0" releaseDate: 2018-12-11 eol: 2020-02-29 - releaseCycle: "12" releaseLabel: "stable/12" releaseDate: 2018-12-11 eol: 2023-12-31 link: null - releaseCycle: "11.2" releaseLabel: "releng/11.2" releaseDate: 2018-06-28 eol: 2019-10-31 - releaseCycle: "10.4" releaseLabel: "releng/10.4" releaseDate: 2017-10-03 eol: 2018-10-31 - releaseCycle: "11.1" releaseLabel: "releng/11.1" releaseDate: 2017-07-26 eol: 2018-09-30 - releaseCycle: "11.0" releaseLabel: "releng/11.0" releaseDate: 2016-10-10 eol: 2017-11-30 - releaseCycle: "11" releaseLabel: "stable/11" releaseDate: 2016-10-10 eol: 2021-09-30 link: null - releaseCycle: "10.3" releaseLabel: "releng/10.3" releaseDate: 2016-04-04 eol: 2018-04-30 - releaseCycle: "10.2" releaseLabel: "releng/10.2" releaseDate: 2015-08-13 eol: 2016-12-31 - releaseCycle: "10.1" releaseLabel: "releng/10.1" releaseDate: 2014-11-14 eol: 2016-12-31 - releaseCycle: "9.3" releaseLabel: "releng/9.3" releaseDate: 2014-07-16 eol: 2016-12-31 - releaseCycle: "10.0" releaseLabel: "releng/10.0" releaseDate: 2014-01-20 eol: 2015-02-28 - releaseCycle: "10" releaseLabel: "stable/10" releaseDate: 2014-01-20 eol: 2018-10-31 link: null - releaseCycle: "9.2" releaseLabel: "releng/9.2" releaseDate: 2013-09-30 eol: 2014-12-31 - releaseCycle: "8.4" releaseLabel: "releng/8.4" releaseDate: 2013-06-09 eol: 2015-08-01 - releaseCycle: "9.1" releaseLabel: "releng/9.1" releaseDate: 2012-12-30 eol: 2014-12-31 - releaseCycle: "8.3" releaseLabel: "releng/8.3" releaseDate: 2012-04-18 eol: 2014-04-30 - releaseCycle: "9.0" releaseLabel: "releng/9.0" releaseDate: 2012-01-10 eol: 2013-03-31 - releaseCycle: "9" releaseLabel: "stable/9" releaseDate: 2012-01-10 eol: 2016-12-31 link: null - releaseCycle: "7.4" releaseLabel: "releng/7.4" releaseDate: 2011-02-24 eol: 2013-02-28 - releaseCycle: "8.2" releaseLabel: "releng/8.2" releaseDate: 2011-02-24 eol: 2012-07-31 - releaseCycle: "8.1" releaseLabel: "releng/8.1" releaseDate: 2010-07-23 eol: 2012-07-31 - releaseCycle: "7.3" releaseLabel: "releng/7.3" releaseDate: 2010-03-23 eol: 2012-03-31 - releaseCycle: "8.0" releaseLabel: "releng/8.0" releaseDate: 2009-11-25 eol: 2010-11-30 - releaseCycle: "8" releaseLabel: "stable/8" releaseDate: 2009-11-25 eol: 2015-08-01 link: null - releaseCycle: "7.2" releaseLabel: "releng/7.2" releaseDate: 2009-05-04 eol: 2010-06-30 - releaseCycle: "7.1" releaseLabel: "releng/7.1" releaseDate: 2009-01-04 eol: 2011-02-28 - releaseCycle: "6.4" releaseLabel: "releng/6.4" releaseDate: 2008-11-28 eol: 2010-11-30 - releaseCycle: "7.0" releaseLabel: "releng/7.0" releaseDate: 2008-02-27 eol: 2009-04-30 - releaseCycle: "7" releaseLabel: "stable/7" releaseDate: 2008-02-27 eol: 2013-02-28 link: null - releaseCycle: "6.3" releaseLabel: "releng/6.3" releaseDate: 2008-01-18 eol: 2010-01-31 - releaseCycle: "6.2" releaseLabel: "releng/6.2" releaseDate: 2007-01-15 eol: 2008-05-31 - releaseCycle: "5.5" releaseLabel: "releng/5.5" releaseDate: 2006-05-25 eol: 2008-05-31 - releaseCycle: "6.1" releaseLabel: "releng/6.1" releaseDate: 2006-05-09 eol: 2008-05-31 - releaseCycle: "6.0" releaseLabel: "releng/6.0" releaseDate: 2005-11-04 eol: 2007-01-31 - releaseCycle: "6" releaseLabel: "stable/6" releaseDate: 2005-11-04 eol: 2010-11-30 link: null - releaseCycle: "5.4" releaseLabel: "releng/5.4" releaseDate: 2005-05-09 eol: 2006-10-31 - releaseCycle: "4.11" releaseLabel: "releng/4.11" releaseDate: 2005-01-25 eol: 2007-01-31 - releaseCycle: "5.3" releaseLabel: "releng/5.3" releaseDate: 2004-11-06 eol: 2006-10-31 - releaseCycle: "4.10" releaseLabel: "releng/4.10" releaseDate: 2004-05-27 eol: 2007-01-31 - releaseCycle: "5.2" releaseLabel: "releng/5.2" releaseDate: 2004-01-09 eol: 2005-02-28 - releaseCycle: "4.9" releaseLabel: "releng/4.9" releaseDate: 2003-10-28 eol: 2004-08-31 - releaseCycle: "5.1" releaseLabel: "releng/5.1" releaseDate: 2003-06-09 eol: 2004-04-30 - releaseCycle: "4.8" releaseLabel: "releng/4.8" releaseDate: 2003-04-03 eol: 2004-02-28 - releaseCycle: "5.0" releaseLabel: "releng/5.0" releaseDate: 2003-01-14 eol: 2003-09-30 - releaseCycle: "5" releaseLabel: "stable/5" releaseDate: 2003-01-14 eol: 2008-05-31 link: null - releaseCycle: "4.7" releaseLabel: "releng/4.7" releaseDate: 2002-10-10 eol: 2003-07-31 - releaseCycle: "4.6" releaseLabel: "releng/4.6" releaseDate: 2002-06-15 eol: 2003-01-31 - releaseCycle: "4.5" releaseLabel: "releng/4.5" releaseDate: 2002-01-29 eol: 2002-09-30 link: null - releaseCycle: "4.4" releaseLabel: "releng/4.4" releaseDate: 2001-09-20 eol: 2002-04-30 link: null - releaseCycle: "4.3" releaseLabel: "releng/4.3" releaseDate: 2001-04-20 eol: 2001-12-31 link: null - releaseCycle: "4.2" releaseLabel: "releng/4.2" releaseDate: 2000-11-21 eol: 2001-07-31 link: null - releaseCycle: "4.1" releaseLabel: "releng/4.1" releaseDate: 2000-07-27 eol: 2001-02-28 link: null - releaseCycle: "3.5" releaseLabel: releng/3.5 releaseDate: 2000-06-30 eol: 2001-06-30 # unknown, assumed to be 1 year after release link: null - releaseCycle: "4.0" releaseLabel: "releng/4.0" releaseDate: 2000-03-14 eol: 2000-10-31 link: null - releaseCycle: "4" releaseLabel: "stable/4" releaseDate: 2000-03-14 eol: 2007-01-31 link: null - releaseCycle: "3.4" releaseLabel: releng/3.4 releaseDate: 1999-12-31 eol: 2000-09-30 link: null - releaseCycle: "3.3" releaseLabel: releng/3.3 releaseDate: 1999-09-30 eol: 2000-02-29 link: null - releaseCycle: "3.2" releaseLabel: releng/3.2 releaseDate: 1999-05-31 eol: 1999-12-31 link: null - releaseCycle: "3.1" releaseLabel: releng/3.1 releaseDate: 1999-02-28 eol: 1999-08-31 link: null - releaseCycle: "3.0" releaseLabel: releng/3.0 releaseDate: 1998-10-16 eol: 1999-05-31 link: null - releaseCycle: "2.2" releaseLabel: releng/2.2 releaseDate: 1997-03-31 eol: 1998-03-31 # unknown, assumed to be 1 year after release link: null - releaseCycle: "2.1" releaseLabel: releng/2.1 releaseDate: 1995-11-30 eol: 1997-06-30 link: null - releaseCycle: "2.0" releaseLabel: releng/2.0 releaseDate: 1994-11-22 eol: 1996-02-28 link: null - releaseCycle: "1.1" releaseLabel: releng/1.1 releaseDate: 1994-05-31 eol: 1995-05-31 # unknown, assumed to be 1 year after release link: null - releaseCycle: "1.0" releaseLabel: releng/1.0 releaseDate: 1993-11-30 eol: 1994-08-31 link: null --- > [FreeBSD](https://www.freebsd.org) is an operating system used to power modern servers, desktops, > and embedded platforms. Each release is supported by the Security Officer for a limited time only. Under the current support model, each major version's stable branch is explicitly supported for 5 years, while each point release is only supported for three months after the next point release. The Expected EoL (end-of-life) column indicates the earliest date on which support for that branch or release will end. Please note that these dates may be pushed back if circumstances warrant it. The FreeBSD Security Officer provides security advisories for `-STABLE` Branches and the Security Branches. Advisories are not issued for the `-CURRENT` Branch, which is primarily oriented towards FreeBSD developers. The `*-STABLE` branch tags have names like `stable/10`. The corresponding builds have names like `FreeBSD 10.1-STABLE`. Each FreeBSD Release has an associated Security Branch. The Security Branch tags have names like `releng/10.1`. The corresponding builds have names like `FreeBSD 10.1-RELEASE-p4`. {: .note-title } > Upcoming Change > > [Starting with FreeBSD 15.x](https://lists.freebsd.org/archives/freebsd-announce/2024-July/000143.html) > each major version's stable branch will be supported for 4 years, instead of the current 5. > 13.5 and 14.6 will be supported until 5 years after 13.0 and 14.0 respectively. > The support duration for individual point releases will remain until "next point release + 3 months". > A release cadence is being established so a new minor release from one of the supported > stable branches will happen most quarters. ================================================ FILE: products/freedesktop-sdk.md ================================================ --- title: Freedesktop SDK addedAt: 2026-03-07 category: framework iconSlug: freedesktopdotorg permalink: /freedesktop-sdk releasePolicyLink: https://freedesktop-sdk.gitlab.io/documentation/updating-sdk/release-notes/ changelogTemplate: https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/releases/freedesktop-sdk-__LATEST__ auto: methods: # Cross check with the GitLab releases # https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/releases - git: https://gitlab.com/freedesktop-sdk/freedesktop-sdk.git regex: 'freedesktop-sdk-(?P\d+)\.(?P\d+)\.(?P\d+)' # eol(r) = releaseDate(r) + 2 years releases: - releaseCycle: "25.08" releaseDate: 2025-09-01 eol: 2027-09-01 latest: "25.08.8" latestReleaseDate: 2026-03-08 - releaseCycle: "24.08" releaseDate: 2024-09-08 eol: 2026-09-08 latest: "24.08.29" latestReleaseDate: 2026-01-22 - releaseCycle: "23.08" releaseDate: 2023-09-06 eol: 2025-09-06 latest: "23.08.34" latestReleaseDate: 2025-09-29 - releaseCycle: "22.08" releaseDate: 2022-09-01 eol: 2024-09-01 latest: "22.08.28" latestReleaseDate: 2025-09-08 - releaseCycle: "21.08" releaseDate: 2021-09-04 eol: 2023-09-04 latest: "21.08.22" latestReleaseDate: 2023-10-02 --- > [Freedesktop SDK](https://freedesktop-sdk.gitlab.io/) provides a Platform and SDK for desktop applications in various forms. There is a new release of Freedesktop SDK every year at the end of August. Releases are supported for two years with bug and security fixes. ================================================ FILE: products/gatekeeper.md ================================================ --- title: Gatekeeper addedAt: 2025-03-29 category: server-app tags: cncf permalink: /gatekeeper releasePolicyLink: https://github.com/open-policy-agent/gatekeeper/blob/master/docs/Release_Management.md#supported-releases changelogTemplate: https://github.com/open-policy-agent/gatekeeper/releases/tag/v__LATEST__ eolColumn: Support auto: methods: - git: https://github.com/open-policy-agent/gatekeeper.git identifiers: - repology: gatekeeper - purl: pkg:github/open-policy-agent/gatekeeper - purl: pkg:docker/openpolicyagent/gatekeeper - purl: pkg:oci/gatekeeper?repository_url=cgr.dev/chainguard - cpe: cpe:2.3:a:openpolicyagent:gatekeeper # eol(x) = releaseDate(x+2) releases: - releaseCycle: "3.22" releaseDate: 2026-03-09 eol: false latest: "3.22.0" latestReleaseDate: 2026-03-09 - releaseCycle: "3.21" releaseDate: 2025-11-19 eol: false latest: "3.21.1" latestReleaseDate: 2026-02-04 - releaseCycle: "3.20" releaseDate: 2025-07-24 eol: 2026-03-09 latest: "3.20.1" latestReleaseDate: 2025-08-29 - releaseCycle: "3.19" releaseDate: 2025-04-09 eol: 2025-11-19 latest: "3.19.3" latestReleaseDate: 2025-07-15 - releaseCycle: "3.18" releaseDate: 2024-12-12 eol: 2025-07-24 latest: "3.18.3" latestReleaseDate: 2025-04-25 - releaseCycle: "3.17" releaseDate: 2024-08-21 eol: 2025-04-09 latest: "3.17.2" latestReleaseDate: 2025-01-24 - releaseCycle: "3.16" releaseDate: 2024-05-09 eol: 2024-12-12 latest: "3.16.3" latestReleaseDate: 2024-05-24 - releaseCycle: "3.15" releaseDate: 2024-02-05 eol: 2024-08-21 latest: "3.15.1" latestReleaseDate: 2024-03-12 - releaseCycle: "3.14" releaseDate: 2023-11-01 eol: 2024-05-09 latest: "3.14.2" latestReleaseDate: 2024-04-22 - releaseCycle: "3.13" releaseDate: 2023-08-08 eol: 2024-02-05 latest: "3.13.4" latestReleaseDate: 2023-11-01 - releaseCycle: "3.12" releaseDate: 2023-04-14 eol: 2023-11-01 latest: "3.12.0" latestReleaseDate: 2023-04-14 - releaseCycle: "3.11" releaseDate: 2023-01-04 eol: 2023-08-08 latest: "3.11.1" latestReleaseDate: 2023-04-25 --- > [Gatekeeper](https://open-policy-agent.github.io/gatekeeper/website/) is a policy controller for Kubernetes that > helps enforce policies and strengthen governance. The latest two releases are supported with bug and security fixes. ================================================ FILE: products/gerrit.md ================================================ --- title: Gerrit addedAt: 2023-02-09 category: server-app iconSlug: "gerrit" permalink: /gerrit versionCommand: "java -jar gerrit.war version" releasePolicyLink: https://www.gerritcodereview.com/support.html changelogTemplate: https://www.gerritcodereview.com/__RELEASE_CYCLE__.html#{{"__LATEST__"| replace:'.',''}} eolColumn: "Support" identifiers: - purl: pkg:docker/gerritcodereview/gerrit - repology: gerrit - cpe: cpe:2.3:a:google:gerrit auto: methods: - git: https://github.com/GerritCodeReview/gerrit.git # eol(x) = releaseDate(x+3) releases: - releaseCycle: "3.13" releaseDate: 2025-11-10 eol: false latest: "3.13.4" latestReleaseDate: 2026-03-19 - releaseCycle: "3.12" releaseDate: 2025-05-19 eol: false latest: "3.12.5" latestReleaseDate: 2026-03-19 - releaseCycle: "3.11" releaseDate: 2024-12-02 eol: false latest: "3.11.9" latestReleaseDate: 2026-03-19 - releaseCycle: "3.10" releaseDate: 2024-05-17 eol: 2025-11-10 latest: "3.10.9" latestReleaseDate: 2025-11-03 - releaseCycle: "3.9" releaseDate: 2023-11-25 eol: 2025-05-19 latest: "3.9.11" latestReleaseDate: 2025-05-05 - releaseCycle: "3.8" releaseDate: 2023-05-19 eol: 2024-12-02 latest: "3.8.10" latestReleaseDate: 2024-11-26 - releaseCycle: "3.7" releaseDate: 2022-11-09 eol: 2024-05-17 latest: "3.7.9" latestReleaseDate: 2024-05-15 - releaseCycle: "3.6" releaseDate: 2022-05-23 eol: 2023-11-25 latest: "3.6.8" latestReleaseDate: 2023-11-23 - releaseCycle: "3.5" releaseDate: 2021-12-06 eol: 2023-05-19 latest: "3.5.6" latestReleaseDate: 2023-05-08 - releaseCycle: "3.4" releaseDate: 2021-05-17 eol: 2022-11-09 latest: "3.4.8" latestReleaseDate: 2022-11-08 - releaseCycle: "3.3" releaseDate: 2020-12-01 eol: 2022-05-24 latest: "3.3.11" latestReleaseDate: 2022-05-21 - releaseCycle: "3.2" releaseDate: 2020-06-01 eol: 2021-12-07 latest: "3.2.14" latestReleaseDate: 2021-11-21 - releaseCycle: "3.1" releaseDate: 2019-11-14 eol: 2021-05-19 latest: "3.1.16" latestReleaseDate: 2021-08-20 - releaseCycle: "3.0" releaseDate: 2019-05-15 eol: 2020-12-01 latest: "3.0.16" latestReleaseDate: 2021-02-01 - releaseCycle: "2.16" releaseDate: 2018-11-15 eol: 2020-06-01 latest: "2.16.28" latestReleaseDate: 2021-11-19 - releaseCycle: "2.15" releaseDate: 2018-03-28 eol: 2019-11-15 latest: "2.15.22" latestReleaseDate: 2021-02-01 - releaseCycle: "2.14" releaseDate: 2017-04-26 eol: 2019-05-31 latest: "2.14.22" latestReleaseDate: 2020-11-19 - releaseCycle: "2.13" releaseDate: 2016-09-21 eol: true latest: "2.13.14" latestReleaseDate: 2019-04-19 --- > [Gerrit](https://www.gerritcodereview.com/) is a web-based code > review tool built on JGit. The Gerrit open-source community actively supports the last 3 releases on a best effort basis. Older releases are not actively maintained but may still receive important fixes (e.g. security fixes), but there is no guarantee for this. End-of-life for old releases happens implicitly when a new Gerrit version is released. This is announced via the [project news](https://www.gerritcodereview.com/news.html) and on the [mailing list](https://groups.google.com/g/repo-discuss). ================================================ FILE: products/ghc.md ================================================ --- title: Glasgow Haskell Compiler (GHC) addedAt: 2024-12-26 iconSlug: haskell category: lang permalink: /ghc alternate_urls: - /haskell versionCommand: ghc --version releasePolicyLink: https://gitlab.haskell.org/ghc/ghc/-/wikis/GHC-status changelogTemplate: https://downloads.haskell.org/ghc/__LATEST__/docs/users_guide/__LATEST__-notes.html eoasColumn: Further releases planned eolColumn: Recommended for use identifiers: - repology: ghc - repology: haskell:ghc auto: methods: - git: https://gitlab.haskell.org/ghc/ghc.git regex: ^ghc-(?P\d+)[.](?P\d+)[.](?P\d+)-release$ template: "{{major}}.{{minor}}.{{patch}}" - ghc-wiki: https://gitlab.haskell.org/api/v4/projects/1/wikis/GHC-Status releases: - releaseCycle: "9.14" releaseDate: 2025-12-19 lts: true eoas: false eol: false latest: "9.14.1" latestReleaseDate: 2025-12-19 - releaseCycle: "9.12" releaseDate: 2024-11-15 eoas: false eol: false latest: "9.12.3" latestReleaseDate: 2025-12-27 - releaseCycle: "9.10" releaseDate: 2024-05-10 eoas: false eol: false latest: "9.10.3" latestReleaseDate: 2025-09-11 - releaseCycle: "9.8" staleReleaseThresholdDays: 500 # Still "suitable for use" on https://gitlab.haskell.org/ghc/ghc/-/wikis/GHC-status releaseDate: 2023-10-09 eoas: true eol: false latest: "9.8.4" latestReleaseDate: 2024-12-02 - releaseCycle: "9.6" releaseDate: 2023-03-10 eoas: true eol: false latest: "9.6.7" latestReleaseDate: 2025-03-24 - releaseCycle: "9.4" releaseDate: 2022-08-07 eoas: true eol: true latest: "9.4.8" latestReleaseDate: 2023-11-10 - releaseCycle: "9.2" releaseDate: 2021-10-29 eoas: true eol: true latest: "9.2.8" latestReleaseDate: 2023-05-26 link: https://downloads.haskell.org/~ghc/__LATEST__/docs/html/users_guide/__LATEST__-notes.html - releaseCycle: "9.0" releaseDate: 2021-02-03 eoas: true eol: true latest: "9.0.2" latestReleaseDate: 2021-12-25 link: https://downloads.haskell.org/~ghc/9.0.2/docs/html/users_guide/9.0.2-notes.html - releaseCycle: "8.10" releaseDate: 2020-03-22 eoas: true eol: true latest: "8.10.7" latestReleaseDate: 2021-08-27 link: https://downloads.haskell.org/~ghc/8.10.7/docs/html/users_guide/8.10.7-notes.html - releaseCycle: "8.8" releaseDate: 2019-08-25 eoas: true eol: true latest: "8.8.4" latestReleaseDate: 2020-07-15 link: https://downloads.haskell.org/~ghc/8.8.4/docs/html/users_guide/8.8.4-notes.html - releaseCycle: "8.6" releaseDate: 2018-09-21 eoas: true eol: true latest: "8.6.5" latestReleaseDate: 2019-04-23 link: https://downloads.haskell.org/~ghc/8.6.5/docs/html/users_guide/8.6.5-notes.html - releaseCycle: "8.4" releaseDate: 2018-03-08 eoas: true eol: true latest: "8.4.4" latestReleaseDate: 2018-10-14 link: https://downloads.haskell.org/~ghc/8.4.4/docs/html/users_guide/8.4.4-notes.html - releaseCycle: "8.2" releaseDate: 2017-07-21 eoas: true eol: true latest: "8.2.2" latestReleaseDate: 2017-07-22 link: https://downloads.haskell.org/~ghc/8.2.2/docs/html/users_guide/8.2.2-notes.html - releaseCycle: "8.0" releaseDate: 2016-05-17 eoas: true eol: true latest: "8.0.2" latestReleaseDate: 2017-01-11 link: https://downloads.haskell.org/~ghc/8.0.2/docs/html/users_guide/8.0.2-notes.html --- > [Haskell](https://www.haskell.org/) is a general-purpose, statically typed, purely functional > programming language with type inference and lazy evaluation. The [Glasgow Haskell > Compiler](https://www.haskell.org/ghc/) (GHC) is a state-of-the-art optimizing compiler for > Haskell. It includes an interactive REPL, several profilers, alternative codegen backends, and > supports x86, AArch64, PowerPC, s390x, RiscV, WASM architectures. Version support policy of GHC is defined informally, as a working convention that can be found documented on [GHC wiki](https://gitlab.haskell.org/ghc/ghc/-/wikis/working-conventions/releases). {: .note-title } > Upcoming Change > > [Starting with GHC 9.14](https://www.haskell.org/ghc/blog/20250702-ghc-release-schedules.html) > (expected in August 2025), there will be preannounced major versions designated as LTS. The first > LTS release will be 9.14. LTS releases will have minimum two years of support from release, in the > form of bugfix minor version bumps. No new features will be backported to LTS releases. There will > be six months of support period overlap between subsequent LTS releases. ## Terminology Because GHC is a _bootstrapping compiler_ (meaning, it is written mostly in Haskell and compiles itself), there're versioning considerations not quite covered with SemVer. GHC defines: - **Major release** - `x.y.1` where `y` is even. - **Minor release** - `x.y.z` where `y` is even and `z ≥ 2`. The case `x.y.z` with `y` odd is reserved for development purposes. These versions are termed _snapshots_ and are never announced for general availability. ## Release policies - **Minor releases** generally do not introduce new interfaces, compiler feature additions or removals, nor major updates in libraries shipped with compiler. They only fix bugs or performance issues in the previous release on that branch. - **Target [platforms](https://gitlab.haskell.org/ghc/ghc/-/wikis/platforms)** are segregated into tiers 1, 2, and 3; and releases are gated on being in working condition on all Tier 1 platforms. Every effort is made to fix bugs in Tier 2/3 platforms, but those are not treated as release blockers. - **Source distributions** are provided to distribution packagers a week in advance, before the official binaries release is announced. - **Two-release policy**. Every release of GHC must be bootstrappable with the most recent minor release of the two most-recent major releases of GHC. ## Release schedule Major releases are made twice a year. Minor releases are made throughout the year, with no fixed schedule. Every release is preceded by one or more release candidates, announced on GHC mailing lists. ================================================ FILE: products/gitlab.md ================================================ --- title: GitLab addedAt: 2021-08-04 category: server-app tags: gitlab iconSlug: gitlab permalink: /gitlab versionCommand: gitlab-rake gitlab:env:info releasePolicyLink: https://docs.gitlab.com/ee/policy/maintenance.html changelogTemplate: https://gitlab.com/gitlab-org/gitlab/-/releases/v__RELEASE_CYCLE__.0-ee eoasColumn: true eolColumn: Maintenance Support identifiers: - repology: gitlab - cpe: cpe:/a:gitlab:gitlab - cpe: cpe:2.3:a:gitlab:gitlab auto: methods: - git: https://gitlab.com/gitlab-org/gitlab.git regex: '^v?(?P[1-9]\d*)\.(?P\d+)\.(?P\d+)-ee?$' # eoas(x) = releaseDate(x+1) # eol(x) = releaseDate(x+3) # Upcoming release dates are available on https://handbook.gitlab.com/handbook/marketing/blog/release-posts/managers/ releases: - releaseCycle: "18.10" releaseDate: 2026-03-19 eoas: 2026-04-16 # releaseDate(18.11) eol: 2026-06-18 # releaseDate(19.1) latest: "18.10.0" latestReleaseDate: 2026-03-18 - releaseCycle: "18.9" releaseDate: 2026-02-19 eoas: 2026-03-19 # releaseDate(18.10) eol: 2026-05-21 # releaseDate(19.0) latest: "18.9.2" latestReleaseDate: 2026-03-10 - releaseCycle: "18.8" releaseDate: 2026-01-15 eoas: 2026-02-19 # releaseDate(18.9) eol: 2026-04-16 # releaseDate(18.11) latest: "18.8.6" latestReleaseDate: 2026-03-10 - releaseCycle: "18.7" releaseDate: 2025-12-18 eoas: 2026-01-15 # releaseDate(18.8) eol: 2026-03-19 # releaseDate(18.10) latest: "18.7.6" latestReleaseDate: 2026-03-10 - releaseCycle: "18.6" releaseDate: 2025-11-20 eoas: 2025-12-18 # releaseDate(18.7) eol: 2026-02-19 # releaseDate(18.9) latest: "18.6.6" latestReleaseDate: 2026-02-09 - releaseCycle: "18.5" releaseDate: 2025-10-16 eoas: 2025-11-20 # releaseDate(18.6) eol: 2026-01-15 # releaseDate(18.8) latest: "18.5.5" latestReleaseDate: 2026-01-07 - releaseCycle: "18.4" releaseDate: 2025-09-18 eoas: 2025-10-16 # releaseDate(18.5) eol: 2025-12-18 # releaseDate(18.7) latest: "18.4.6" latestReleaseDate: 2025-12-10 - releaseCycle: "18.3" releaseDate: 2025-08-21 eoas: 2025-09-18 # releaseDate(18.4) eol: 2025-11-20 # releaseDate(18.6) latest: "18.3.6" latestReleaseDate: 2025-11-11 - releaseCycle: "18.2" releaseDate: 2025-07-16 eoas: 2025-08-21 # releaseDate(18.3) eol: 2025-10-16 # releaseDate(18.5) latest: "18.2.8" latestReleaseDate: 2025-10-08 - releaseCycle: "18.1" releaseDate: 2025-06-18 eoas: 2025-07-17 # releaseDate(18.2) eol: 2025-09-18 # releaseDate(18.4) latest: "18.1.6" latestReleaseDate: 2025-09-09 - releaseCycle: "18.0" releaseDate: 2025-05-14 eoas: 2025-06-19 # releaseDate(18.1) eol: 2025-08-21 # releaseDate(18.3) latest: "18.0.6" latestReleaseDate: 2025-08-12 - releaseCycle: "17.11" releaseDate: 2025-04-16 eoas: 2025-05-15 # releaseDate(18.0) eol: 2025-07-17 # releaseDate(18.2) latest: "17.11.7" latestReleaseDate: 2025-08-14 - releaseCycle: "17.10" releaseDate: 2025-03-19 eoas: 2025-04-17 # releaseDate(17.11) eol: 2025-06-19 # releaseDate(18.1) latest: "17.10.8" latestReleaseDate: 2025-06-11 - releaseCycle: "17.9" releaseDate: 2025-02-19 eoas: 2025-03-20 # releaseDate(17.10) eol: 2025-05-15 # releaseDate(18.0) latest: "17.9.8" latestReleaseDate: 2025-05-07 - releaseCycle: "17.8" releaseDate: 2025-01-15 eoas: 2025-02-20 # releaseDate(17.9) eol: 2025-04-17 # releaseDate(17.11) latest: "17.8.7" latestReleaseDate: 2025-04-09 - releaseCycle: "17.7" releaseDate: 2024-12-18 eoas: 2025-01-16 # releaseDate(17.8) eol: 2025-03-20 # releaseDate(17.10) latest: "17.7.7" latestReleaseDate: 2025-03-11 - releaseCycle: "17.6" releaseDate: 2024-11-20 eoas: 2024-12-19 # releaseDate(17.7) eol: 2025-02-20 # releaseDate(17.9) latest: "17.6.5" latestReleaseDate: 2025-02-11 - releaseCycle: "17.5" releaseDate: 2024-10-16 eoas: 2024-11-21 eol: 2025-01-16 latest: "17.5.5" latestReleaseDate: 2025-01-08 - releaseCycle: "17.4" releaseDate: 2024-09-18 eoas: 2024-10-17 eol: 2024-12-19 latest: "17.4.6" latestReleaseDate: 2024-12-10 - releaseCycle: "17.3" releaseDate: 2024-08-14 eoas: 2024-09-19 eol: 2024-11-21 latest: "17.3.7" latestReleaseDate: 2024-11-12 - releaseCycle: "17.2" releaseDate: 2024-07-17 eoas: 2024-08-15 eol: 2024-10-17 latest: "17.2.9" latestReleaseDate: 2024-10-09 - releaseCycle: "17.1" releaseDate: 2024-06-19 eoas: 2024-07-18 eol: 2024-09-19 latest: "17.1.8" latestReleaseDate: 2024-09-16 - releaseCycle: "17.0" releaseDate: 2024-05-15 eoas: 2024-06-20 eol: 2024-08-15 latest: "17.0.8" latestReleaseDate: 2024-09-16 - releaseCycle: "16.11" releaseDate: 2024-04-17 eoas: 2024-05-16 eol: 2024-07-18 latest: "16.11.10" latestReleaseDate: 2024-09-16 - releaseCycle: "16.10" releaseDate: 2024-03-20 eoas: 2024-04-18 eol: 2024-06-20 latest: "16.10.10" latestReleaseDate: 2024-09-19 - releaseCycle: "16.9" releaseDate: 2024-02-14 eoas: 2024-03-21 eol: 2024-05-16 latest: "16.9.11" latestReleaseDate: 2024-09-19 - releaseCycle: "16.8" releaseDate: 2024-01-17 eoas: 2024-02-15 eol: 2024-04-18 latest: "16.8.10" latestReleaseDate: 2024-09-20 - releaseCycle: "16.7" releaseDate: 2023-12-20 eoas: 2024-01-18 eol: 2024-03-21 latest: "16.7.10" latestReleaseDate: 2024-09-20 - releaseCycle: "16.6" releaseDate: 2023-11-15 eoas: 2023-12-21 eol: 2024-02-15 latest: "16.6.10" latestReleaseDate: 2024-09-20 - releaseCycle: "16.5" releaseDate: 2023-10-20 eoas: 2023-11-16 eol: 2024-01-18 latest: "16.5.10" latestReleaseDate: 2024-09-20 - releaseCycle: "16.4" releaseDate: 2023-09-21 eoas: 2023-10-22 eol: 2023-12-21 latest: "16.4.7" latestReleaseDate: 2024-09-20 - releaseCycle: "16.3" releaseDate: 2023-08-21 eoas: 2023-09-22 eol: 2023-11-16 latest: "16.3.9" latestReleaseDate: 2024-09-20 - releaseCycle: "16.2" releaseDate: 2023-07-21 eoas: 2023-08-22 eol: 2023-10-22 latest: "16.2.11" latestReleaseDate: 2024-09-23 - releaseCycle: "16.1" releaseDate: 2023-06-21 eoas: 2023-07-22 eol: 2023-09-22 latest: "16.1.8" latestReleaseDate: 2024-09-23 - releaseCycle: "16.0" releaseDate: 2023-05-18 eoas: 2023-06-22 eol: 2023-08-22 latest: "16.0.10" latestReleaseDate: 2024-09-23 - releaseCycle: "15.11" releaseDate: 2023-04-21 eoas: 2023-05-22 eol: 2023-07-22 latest: "15.11.13" latestReleaseDate: 2023-07-27 - releaseCycle: "15.10" releaseDate: 2023-03-21 eoas: 2023-04-22 eol: 2023-06-22 latest: "15.10.8" latestReleaseDate: 2023-06-05 - releaseCycle: "15.9" releaseDate: 2023-02-21 eoas: 2023-03-22 eol: 2023-05-22 latest: "15.9.8" latestReleaseDate: 2023-05-10 - releaseCycle: "15.8" releaseDate: 2023-01-20 eoas: 2023-02-22 eol: 2023-04-22 latest: "15.8.6" latestReleaseDate: 2023-04-18 - releaseCycle: "15.7" releaseDate: 2022-12-21 eoas: 2023-01-22 eol: 2023-03-22 latest: "15.7.9" latestReleaseDate: 2023-04-20 - releaseCycle: "15.6" releaseDate: 2022-11-21 eoas: 2022-12-22 eol: 2023-02-22 latest: "15.6.8" latestReleaseDate: 2023-02-10 - releaseCycle: "15.5" releaseDate: 2022-10-21 eoas: 2022-11-22 eol: 2023-01-22 latest: "15.5.9" latestReleaseDate: 2023-01-12 - releaseCycle: "15.4" releaseDate: 2022-09-21 eoas: 2022-10-22 eol: 2022-12-22 latest: "15.4.6" latestReleaseDate: 2022-11-30 - releaseCycle: "15.3" releaseDate: 2022-08-19 eoas: 2022-09-22 eol: 2022-11-22 latest: "15.3.5" latestReleaseDate: 2022-11-02 - releaseCycle: "15.2" releaseDate: 2022-07-21 eoas: 2022-08-22 eol: 2022-10-22 latest: "15.2.5" latestReleaseDate: 2022-09-29 - releaseCycle: "15.1" releaseDate: 2022-06-21 eoas: 2022-07-22 eol: 2022-09-22 latest: "15.1.6" latestReleaseDate: 2022-08-30 - releaseCycle: "15.0" releaseDate: 2022-05-20 eoas: 2022-06-22 eol: 2022-08-22 latest: "15.0.5" latestReleaseDate: 2022-07-28 - releaseCycle: "14.10" releaseDate: 2022-04-21 eoas: 2022-05-22 eol: 2022-07-22 latest: "14.10.5" latestReleaseDate: 2022-06-30 - releaseCycle: "14.9" releaseDate: 2022-03-21 eoas: 2022-04-22 eol: 2022-06-22 latest: "14.9.5" latestReleaseDate: 2022-06-01 - releaseCycle: "14.8" releaseDate: 2022-02-21 eoas: 2022-03-22 eol: 2022-05-22 latest: "14.8.6" latestReleaseDate: 2022-04-29 - releaseCycle: "14.7" releaseDate: 2022-01-21 eoas: 2022-02-22 eol: 2022-04-22 latest: "14.7.7" latestReleaseDate: 2022-03-31 - releaseCycle: "14.6" releaseDate: 2021-12-21 eoas: 2022-01-22 eol: 2022-03-22 latest: "14.6.7" latestReleaseDate: 2022-03-31 - releaseCycle: "14.5" releaseDate: 2021-11-19 eoas: 2021-12-22 eol: 2022-02-22 latest: "14.5.4" latestReleaseDate: 2022-02-03 - releaseCycle: "14.4" releaseDate: 2021-10-21 eoas: 2021-11-22 eol: 2022-01-22 latest: "14.4.5" latestReleaseDate: 2022-01-11 - releaseCycle: "14.3" releaseDate: 2021-09-21 eoas: 2021-10-22 eol: 2021-12-22 latest: "14.3.6" latestReleaseDate: 2021-12-03 - releaseCycle: "14.2" releaseDate: 2021-08-20 eoas: 2021-09-22 eol: 2021-11-22 latest: "14.2.7" latestReleaseDate: 2021-11-26 - releaseCycle: "14.1" releaseDate: 2021-07-21 eoas: 2021-08-22 eol: 2021-10-22 latest: "14.1.8" latestReleaseDate: 2021-11-15 - releaseCycle: "14.0" releaseDate: 2021-06-21 eoas: 2021-07-22 eol: 2021-09-22 latest: "14.0.12" latestReleaseDate: 2021-11-05 - releaseCycle: "13.12" releaseDate: 2021-05-21 eoas: 2021-06-22 eol: 2021-08-22 latest: "13.12.15" latestReleaseDate: 2021-11-03 - releaseCycle: "13.11" releaseDate: 2021-04-21 eoas: 2021-05-22 eol: 2021-07-22 latest: "13.11.7" latestReleaseDate: 2021-07-07 - releaseCycle: "13.10" releaseDate: 2021-03-18 eoas: 2021-04-22 eol: 2021-06-22 latest: "13.10.5" latestReleaseDate: 2021-06-01 --- > [GitLab](https://about.gitlab.com/) is a web-based DevOps lifecycle tool that provides a Git > repository manager providing wiki, issue-tracking and continuous integration and deployment > pipeline features, using an open-source license, developed by GitLab Inc. GitLab has a [well-defined versioning policy](https://docs.gitlab.com/ce/policy/maintenance.html) based on Semantic Versioning. New releases are made monthly on the [third Thursday][release-day] and are announced on the [blog](https://about.gitlab.com/releases/categories/releases/). You can subscribe to an [RSS Feed](https://about.gitlab.com/atom.xml) as well. A [tool is available](https://gitlab-com.gitlab.io/cs-tools/gitlab-cs-tools/what-is-new-since/) to track new features since a given version. GitLab is distributed as [two distinct flavors](https://about.gitlab.com/install/ce-or-ee/) public Docker images on [DockerHub](https://hub.docker.com/u/gitlab) : - [Community Edition (`CE`)](https://gitlab.com/rluna-gitlab/gitlab-ce) : [`gitlab/gitlab-ce`](https://hub.docker.com/r/gitlab/gitlab-ce/) - [Enterprise Edition (`EE`)](https://about.gitlab.com/enterprise/) : [`gitlab/gitlab-ee`](https://hub.docker.com/r/gitlab/gitlab-ee/) **Only the latest release is actively maintained.** The previous two minor (monthly) releases get security fixes. Critical bug fixes can rarely be backported based on [a set of criteria](https://docs.gitlab.com/ee/policy/maintenance.html#backporting-to-older-releases). | Version Type | Description | Cadence | | :----------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :-------------------------------------------------------------------------------------------------------------------------------- | | Major | For significant changes, or when any backward-incompatible changes are introduced to the public API. | Yearly. Subsequent major releases will be scheduled for [third Thursday][release-day] of May each year, by default. | | Minor | For when new backward-compatible functionality is introduced to the public API, a minor feature is introduced, or when a set of smaller features is rolled out. | Monthly on [third Thursday][release-day]. Upcoming release dates can be seen [on this page](https://handbook.gitlab.com/handbook/marketing/blog/release-posts/managers/)). | | Patch | For backward-compatible bug fixes that fix incorrect behavior. See GitLab's [Patch release](https://docs.gitlab.com/policy/maintenance/#patch-releases) definition. | Twice monthly, scheduled for the Wednesday the week before and the Wednesday the week after the monthly minor release. | [release-day]: https://about.gitlab.com/blog/2023/09/18/gitlab-release-date-change/ "Release Date Change" ================================================ FILE: products/gleam.md ================================================ --- title: Gleam addedAt: 2025-09-10 category: lang iconSlug: gleam permalink: /gleam changelogTemplate: https://github.com/gleam-lang/gleam/releases/tag/v__LATEST__ eolColumn: Support versionCommand: gleam --version identifiers: - repology: gleam - purl: pkg:github/gleam-lang/gleam - purl: pkg:oci/gleam?repository_url=ghcr.io/gleam-lang auto: methods: - git: https://github.com/gleam-lang/gleam # eol(x) = releaseDate(x+1) releases: - releaseCycle: "1.15" releaseDate: 2026-03-16 eol: false latest: "1.15.2" latestReleaseDate: 2026-03-19 - releaseCycle: "1.14" releaseDate: 2025-12-25 eol: 2026-03-16 latest: "1.14.0" latestReleaseDate: 2025-12-25 - releaseCycle: "1.13" releaseDate: 2025-10-19 eol: 2025-12-25 latest: "1.13.0" latestReleaseDate: 2025-10-19 - releaseCycle: "1.12" releaseDate: 2025-08-05 eol: 2025-10-19 latest: "1.12.0" latestReleaseDate: 2025-08-05 - releaseCycle: "1.11" releaseDate: 2025-06-02 eol: 2025-08-05 latest: "1.11.1" latestReleaseDate: 2025-06-05 - releaseCycle: "1.10" releaseDate: 2025-04-14 eol: 2025-06-02 latest: "1.10.0" latestReleaseDate: 2025-04-14 - releaseCycle: "1.9" releaseDate: 2025-03-08 eol: 2025-04-14 latest: "1.9.1" latestReleaseDate: 2025-03-10 - releaseCycle: "1.8" releaseDate: 2025-02-07 eol: 2025-03-08 latest: "1.8.1" latestReleaseDate: 2025-02-11 - releaseCycle: "1.7" releaseDate: 2025-01-04 eol: 2025-02-07 latest: "1.7.0" latestReleaseDate: 2025-01-04 - releaseCycle: "1.6" releaseDate: 2024-11-18 eol: 2025-01-04 latest: "1.6.3" latestReleaseDate: 2024-12-04 - releaseCycle: "1.5" releaseDate: 2024-09-19 eol: 2024-11-18 latest: "1.5.1" latestReleaseDate: 2024-09-26 - releaseCycle: "1.4" releaseDate: 2024-08-02 eol: 2024-09-19 latest: "1.4.1" latestReleaseDate: 2024-08-04 - releaseCycle: "1.3" releaseDate: 2024-07-09 eol: 2024-08-02 latest: "1.3.2" latestReleaseDate: 2024-07-11 - releaseCycle: "1.2" releaseDate: 2024-05-27 eol: 2024-07-09 latest: "1.2.1" latestReleaseDate: 2024-05-30 - releaseCycle: "1.1" releaseDate: 2024-04-16 eol: 2024-05-27 latest: "1.1.1" latestReleaseDate: 2020-07-20 - releaseCycle: "1.0" releaseDate: 2024-03-04 eol: 2024-04-16 latest: "1.0.0" latestReleaseDate: 2024-03-04 --- > [Gleam](https://gleam.run/) is a programming language for building type-safe, scalable systems. It runs on the [Erlang](/erlang) VM and is part of the BEAM ecosystem. Gleam does not have a clear release, support and EOL policy. Looking at the latest releases, it seems that only the latest release is supported. ================================================ FILE: products/go.md ================================================ --- title: Go addedAt: 2019-10-04 category: lang tags: google iconSlug: go permalink: /go alternate_urls: - /golang releasePolicyLink: https://go.dev/doc/devel/release#policy changelogTemplate: https://go.dev/doc/devel/release#go__RELEASE_CYCLE__.minor eolColumn: Supported versionCommand: go version identifiers: - repology: go - purl: pkg:generic/go - purl: pkg:docker/library/golang - purl: pkg:docker/circleci/golang - purl: pkg:docker/cimg/go - purl: pkg:docker/bitnami/golang - purl: pkg:brew/go # - purl: pkg:snap/go - cpe: cpe:2.3:a:golang:go auto: methods: - git: https://github.com/golang/go.git regex: ^go(?P[1-9]\d*)\.(?P\d+)\.?(?P\d+)?$ # eol(x) = releaseDate(x+2) releases: - releaseCycle: "1.26" releaseDate: 2026-02-11 eol: false latest: "1.26.1" latestReleaseDate: 2026-03-05 link: https://go.dev/doc/go1.26 - releaseCycle: "1.25" releaseDate: 2025-08-12 eol: false latest: "1.25.8" latestReleaseDate: 2026-03-05 - releaseCycle: "1.24" releaseDate: 2025-02-11 eol: 2026-02-11 latest: "1.24.13" latestReleaseDate: 2026-02-04 - releaseCycle: "1.23" releaseDate: 2024-08-13 eol: 2025-08-12 latest: "1.23.12" latestReleaseDate: 2025-08-06 - releaseCycle: "1.22" releaseDate: 2024-02-06 eol: 2025-02-11 latest: "1.22.12" latestReleaseDate: 2025-02-04 - releaseCycle: "1.21" releaseDate: 2023-08-08 eol: 2024-08-13 latest: "1.21.13" latestReleaseDate: 2024-08-06 - releaseCycle: "1.20" releaseDate: 2023-02-01 eol: 2024-02-06 latest: "1.20.14" latestReleaseDate: 2024-02-06 - releaseCycle: "1.19" releaseDate: 2022-08-02 eol: 2023-09-06 latest: "1.19.13" latestReleaseDate: 2023-09-06 - releaseCycle: "1.18" releaseDate: 2022-03-15 eol: 2023-02-01 latest: "1.18.10" latestReleaseDate: 2023-01-10 - releaseCycle: "1.17" releaseDate: 2021-08-16 eol: 2022-08-02 latest: "1.17.13" latestReleaseDate: 2022-08-01 - releaseCycle: "1.16" releaseDate: 2021-02-16 eol: 2022-03-15 latest: "1.16.15" latestReleaseDate: 2022-03-03 - releaseCycle: "1.15" releaseDate: 2020-08-11 eol: 2021-08-16 latest: "1.15.15" latestReleaseDate: 2021-08-04 - releaseCycle: "1.14" releaseDate: 2020-02-25 eol: 2021-02-16 latest: "1.14.15" latestReleaseDate: 2021-02-04 - releaseCycle: "1.13" releaseDate: 2019-09-03 eol: 2020-08-11 latest: "1.13.15" latestReleaseDate: 2020-08-06 - releaseCycle: "1.12" releaseDate: 2019-02-25 eol: 2020-02-25 latest: "1.12.17" latestReleaseDate: 2020-02-12 - releaseCycle: "1.11" releaseDate: 2018-08-24 eol: 2019-09-03 latest: "1.11.13" latestReleaseDate: 2019-08-13 - releaseCycle: "1.10" releaseDate: 2018-02-16 eol: 2019-02-25 latest: "1.10.8" latestReleaseDate: 2019-01-23 --- > [Go](https://go.dev/) is an open source programming language that makes it easy to build simple, > reliable, and efficient software. Each major Go release is supported until there are two newer major releases. For example, Go 1.5 was supported until the Go 1.7 release, and Go 1.6 was supported until the Go 1.8 release. It fixes critical problems, including critical security problems, in supported releases as needed by issuing minor revisions (for example, Go 1.6.1, Go 1.6.2, and so on). The security policy can be found at . ================================================ FILE: products/goaccess.md ================================================ --- title: GoAccess addedAt: 2024-03-11 category: app permalink: /goaccess versionCommand: goaccess --version releasePolicyLink: https://github.com/allinurl/goaccess/blob/master/SECURITY.md changelogTemplate: "https://goaccess.io/release-notes#release-__LATEST__" auto: methods: - git: https://github.com/allinurl/goaccess identifiers: - repology: goaccess - purl: pkg:docker/allinurl/goaccess # eol(x) = releaseDate(x+1) releases: - releaseCycle: "1" releaseDate: 2016-06-09 eol: false latest: "1.10.1" latestReleaseDate: 2026-02-14 --- > [GoAccess](https://goaccess.io/) is an open source web analytics application for Unix-like > operating systems that runs in a terminal or through a browser. Based on the release history, only the latest version is supported and actively maintained. ================================================ FILE: products/godot.md ================================================ --- title: Godot addedAt: 2021-04-23 category: app iconSlug: godotengine permalink: /godot alternate_urls: - /godotengine versionCommand: godot --version releasePolicyLink: https://docs.godotengine.org/en/latest/about/release_policy.html changelogTemplate: "https://github.com/godotengine/godot/releases/tag/{{'__LATEST__'|drop_zero_patch}}-stable" eolColumn: Critical, Security and Platform support eoasColumn: true identifiers: - repology: godot - cpe: cpe:/a:godotengine:godot - cpe: cpe:2.3:a:godotengine:godot - cpe: cpe:/a:godotengine:godot_engine - cpe: cpe:2.3:a:godotengine:godot_engine auto: methods: - git: https://github.com/godotengine/godot.git regex: ^(?P\d+(\.\d+){1,3})-stable$ template: "{{version}}" # For support level and dates, see https://github.com/godotengine/godot-docs/commits/master/about/release_policy.rst. # Do not forget to remove the link after the first patch release. # For 3.x releases, they get deprecated on 3.x+1 release (both 3.5 and 3.6 are LTS) releases: - releaseCycle: "4.6" releaseDate: 2026-01-26 eoas: false eol: false latest: "4.6.1" latestReleaseDate: 2026-02-16 - releaseCycle: "4.5" releaseDate: 2025-09-15 eoas: false eol: false latest: "4.5.2" latestReleaseDate: 2026-03-18 - releaseCycle: "4.4" releaseDate: 2025-03-03 eoas: 2025-10-23 # https://github.com/godotengine/godot-docs/commit/08f524c79b7b15ef91205599e38ed20205fec95a eol: false latest: "4.4.1" latestReleaseDate: 2025-03-26 - releaseCycle: "3.6" releaseDate: 2024-09-08 lts: true eoas: false eol: false latest: "3.6.2" latestReleaseDate: 2025-10-22 - releaseCycle: "4.3" releaseDate: 2024-08-15 eoas: 2025-10-09 # https://github.com/godotengine/godot-docs/commit/91e6e635889e34465c8f83f82c7175afefd3bc73 eol: 2025-10-23 # https://github.com/godotengine/godot-docs/commit/08f524c79b7b15ef91205599e38ed20205fec95a latest: "4.3" latestReleaseDate: 2024-08-15 - releaseCycle: "4.2" releaseDate: 2023-11-29 eoas: 2025-03-03 # https://github.com/godotengine/godot-docs/commit/48d69fc30f04e23bc0e1ec23d23f87430d3be2fd eol: 2025-10-09 # https://github.com/godotengine/godot-docs/commit/91e6e635889e34465c8f83f82c7175afefd3bc73 latest: "4.2.2" latestReleaseDate: 2024-04-16 - releaseCycle: "4.1" releaseDate: 2023-07-05 eoas: 2025-03-03 # https://github.com/godotengine/godot-docs/commit/48d69fc30f04e23bc0e1ec23d23f87430d3be2fd eol: 2025-03-03 # https://github.com/godotengine/godot-docs/commit/48d69fc30f04e23bc0e1ec23d23f87430d3be2fd latest: "4.1.4" latestReleaseDate: 2024-04-16 - releaseCycle: "4.0" releaseDate: 2023-03-01 eoas: 2023-03-01 eol: 2023-11-29 latest: "4.0.4" latestReleaseDate: 2023-08-02 - releaseCycle: "3.5" releaseDate: 2022-08-05 lts: true eoas: 2022-08-05 eol: 2025-10-23 # https://github.com/godotengine/godot-docs/commit/08f524c79b7b15ef91205599e38ed20205fec95a latest: "3.5.3" latestReleaseDate: 2023-09-24 - releaseCycle: "3.4" releaseDate: 2021-11-05 eoas: 2022-08-05 eol: 2022-08-05 latest: "3.4.5" latestReleaseDate: 2022-08-01 - releaseCycle: "3.3" releaseDate: 2021-04-21 eoas: 2021-11-05 eol: 2021-11-05 latest: "3.3.4" latestReleaseDate: 2021-10-01 - releaseCycle: "3.2" releaseDate: 2020-01-29 eoas: 2021-04-21 eol: 2021-04-21 latest: "3.2.3" latestReleaseDate: 2020-09-16 - releaseCycle: "3.1" releaseDate: 2019-03-13 eoas: 2020-01-29 eol: 2020-01-29 latest: "3.1.2" latestReleaseDate: 2019-12-03 - releaseCycle: "3.0" releaseDate: 2018-01-29 eoas: true eol: true latest: "3.0.6" latestReleaseDate: 2018-07-31 - releaseCycle: "2.1" releaseDate: 2016-08-09 lts: true eoas: true eol: true latest: "2.1.6" latestReleaseDate: 2019-07-08 - releaseCycle: "2.0" releaseDate: 2016-02-22 eoas: true eol: true latest: "2.0.4.1" latestReleaseDate: 2016-07-10 link: https://godotengine.org/article/maintenance-release-godot-2-0-4 - releaseCycle: "1.0" releaseDate: 2014-12-15 eoas: true eol: true link: https://godotengine.org/article/godot-engine-reaches-1-0/ latest: "1.0" latestReleaseDate: 2014-12-15 --- > [Godot Engine](https://godotengine.org/) is a feature-packed, cross-platform game engine to create > 2D and 3D games from a unified interface released under the MIT License. It provides a > comprehensive set of common tools, so users can focus on making games without having to reinvent > the wheel. Games can be exported in one click to a [number of platforms](https://docs.godotengine.org/en/stable/about/list_of_features.html#platforms). Each stable branch starts with a `major.minor` release (without the `.0`) and is further developed for maintenance releases. _Stable branches are supported at minimum until the next stable branch is released and has received its first patch update_. In practice, stable branches are supported on a best effort basis for as long as they have active users who need maintenance updates. On a new major version release, the previous stable branch becomes a long-term supported release. This is the case for the 2.1 branch, and will be the case for the latest 3.x stable branch by the time Godot 4.0 is released. The development cycle aims for a new minor release every 3 to 6 months. The Godot release policy is a set of guidelines and "what will actually happen depends on the choices of core contributors and the needs of the community at a given time". Godot loosely follows [Semantic Versioning](https://semver.org/). ================================================ FILE: products/google-kubernetes-engine.md ================================================ --- title: Google Kubernetes Engine addedAt: 2021-07-28 category: service tags: google managed-kubernetes iconSlug: kubernetes permalink: /google-kubernetes-engine alternate_urls: - /gke versionCommand: kubectl version releasePolicyLink: https://cloud.google.com/kubernetes-engine/docs/release-schedule changelogTemplate: https://cloud.google.com/kubernetes-engine/docs/release-notes-nochannel eoasColumn: true eolColumn: Maintenance Support auto: methods: - google-kubernetes-engine: https://cloud.google.com/kubernetes-engine/docs/release-notes-nochannel regex: '^(?P\d+\.\d+\.\d+-gke\.\d+).*$' template: "{{version}}" # As per https://cloud.google.com/kubernetes-engine/docs/release-schedule: # - releaseDate is the availability date of the of the Regular release channel, # - eol is the End of standard support . # # eoas:last-date-in-month(eol - 2months) releases: - releaseCycle: "1.35" releaseDate: 2026-02-11 eoas: 2027-02-28 eol: 2027-04-11 latest: "1.35.2-gke.1485000" latestReleaseDate: 2026-03-18 - releaseCycle: "1.34" releaseDate: 2025-09-30 eoas: 2026-08-30 eol: 2026-10-01 latest: "1.34.5-gke.1153000" latestReleaseDate: 2026-03-18 - releaseCycle: "1.33" releaseDate: 2025-06-03 eoas: 2026-06-30 eol: 2026-08-03 latest: "1.33.9-gke.1117000" latestReleaseDate: 2026-03-18 - releaseCycle: "1.32" releaseDate: 2025-02-11 eoas: 2026-02-28 eol: 2026-04-11 latest: "1.32.13-gke.1090000" latestReleaseDate: 2026-03-18 - releaseCycle: "1.31" releaseDate: 2024-10-25 eoas: 2025-11-30 eol: 2026-01-16 latest: "1.31.14-gke.1599000" latestReleaseDate: 2026-03-18 - releaseCycle: "1.30" releaseDate: 2024-07-31 eoas: 2025-07-31 eol: 2025-09-30 latest: "1.30.14-gke.2215000" latestReleaseDate: 2026-03-18 - releaseCycle: "1.29" releaseDate: 2024-01-26 eoas: 2025-02-28 eol: 2025-04-12 latest: "1.29.15-gke.2725000" latestReleaseDate: 2026-01-29 - releaseCycle: "1.28" releaseDate: 2023-12-04 eoas: 2024-12-31 eol: 2025-02-04 latest: "1.28.15-gke.3290000" latestReleaseDate: 2026-01-07 - releaseCycle: "1.27" releaseDate: 2023-06-15 eoas: 2024-07-31 eol: 2024-10-01 latest: "1.27.16-gke.2894000" latestReleaseDate: 2025-06-18 - releaseCycle: "1.26" releaseDate: 2023-03-31 eoas: 2024-04-30 eol: 2024-06-30 latest: "1.26.15-gke.1469001" latestReleaseDate: 2024-07-03 - releaseCycle: "1.25" releaseDate: 2022-12-14 eoas: 2024-01-31 eol: 2024-03-30 latest: "1.25.16-gke.1759000" latestReleaseDate: 2024-04-18 - releaseCycle: "1.24" releaseDate: 2022-06-23 eol: 2023-10-31 eoas: 2023-08-31 latest: "1.24.17-gke.2472000" latestReleaseDate: 2024-01-11 - releaseCycle: "1.23" releaseDate: 2022-05-03 eol: 2023-07-31 eoas: 2023-05-31 latest: "1.23.17-gke.10700" latestReleaseDate: 2023-08-08 - releaseCycle: "1.22" releaseDate: 2022-03-07 eoas: 2023-02-28 eol: 2023-04-30 latest: "1.22.17-gke.14100" latestReleaseDate: 2023-07-07 - releaseCycle: "1.21" releaseDate: 2021-10-01 eoas: 2022-11-01 eol: 2023-01-31 latest: "1.21.14-gke.18800" latestReleaseDate: 2023-03-22 - releaseCycle: "1.20" releaseDate: 2021-06-09 eoas: 2021-12-01 eol: 2022-08-01 latest: "1.20.15-gke.13700" latestReleaseDate: 2022-08-18 - releaseCycle: "1.19" releaseDate: 2021-04-14 eoas: 2021-10-01 eol: 2022-06-01 latest: "1.19.16-gke.15700" latestReleaseDate: 2022-06-23 - releaseCycle: "1.18" releaseDate: 2021-03-29 eoas: 2021-08-01 eol: 2022-03-01 latest: "1.18.20-gke.6000" latestReleaseDate: 2021-09-17 - releaseCycle: "1.17" releaseDate: 2021-03-29 eoas: 2021-07-01 eol: 2021-11-01 latest: "1.17.17-gke.9100" latestReleaseDate: 2021-06-09 --- > [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine) is the fully managed Kubernetes service from Google. {: .warning } > This page uses release information from the _No Channel (Static)_ channel. > Releases only present in the _Rapid_ channel are not considered stable > because they are excluded from [GKE SLA](https://cloud.google.com/kubernetes-engine/sla). GKE offers [two modes of operations](https://cloud.google.com/kubernetes-engine/docs/concepts/autopilot-overview#comparison): - **Standard**: Users manage the cluster's underlying infrastructure. Node auto-upgrade is configurable but is enabled by default. - **Autopilot**: GKE provisions and manages the cluster's underlying infrastructure, including nodes and node pools. Nodes are always upgraded automatically to the version of the control plane. GKE performs automatic upgrades of your cluster control plane, regardless of whether your cluster is enrolled in a release channel or not. Control plane upgrades cannot be disabled. [GKE provides a total of 14 months of support](https://cloud.google.com/kubernetes-engine/versioning) for each Kubernetes minor version once the version has been made available in the Regular channel. Nodes and node pool versions can be up to two minor versions older than the control plane as per the [Kubernetes version skew policy](https://kubernetes.io/releases/version-skew-policy/). New GKE Standard clusters are created with a default version, a stable release of a recent Kubernetes minor version or patch release. Versions newer than the default are also generally available weekly. Autopilot clusters are enrolled in a release channel (defaults to standard) instead. ## Release Channels GKE offers [3 release channels](https://cloud.google.com/kubernetes-engine/docs/concepts/release-channels): Rapid, Regular (default), and Stable. GKE automatically manages the version and upgrade cadence for a cluster and its node pools if it is enrolled in a release channel. All channels offer supported releases of GKE and are considered generally available (GA). The End-of-life dates for a specific release will match the above, regardless. ## No Channel (Static) Clusters with a static GKE version are not enrolled in a release channel. Users are responsible for managing their upgrade strategy in this case. They must still adhere to the Kubernetes version and version skew support policy and use supported GKE versions. Google may automatically [upgrade your nodes for security and compatibility purposes](https://cloud.google.com/kubernetes-engine/upgrades#automatic_node_upgrades_for_security_and_compatibility) in select cases. [Security bulletins for GKE](https://cloud.google.com/anthos/clusters/docs/security-bulletins) are published along with an [RSS Feed](https://cloud.google.com/feeds/anthos-gke-security-bulletins.xml). Please consult the [upgrade guide](https://cloud.google.com/kubernetes-engine/upgrades) before upgrading. [Upgrade notifications](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-notifications) are available over Pub/Sub as well. ================================================ FILE: products/google-nexus.md ================================================ --- title: Google Nexus addedAt: 2024-02-17 category: device tags: discontinued google mobile-phone tablet iconSlug: google permalink: /google-nexus versionCommand: "Settings -> About Phone -> Regulatory labels" releasePolicyLink: https://support.google.com/nexus/answer/11227897 latestColumn: false discontinuedColumn: true eoasColumn: Android updates eolColumn: Security Updates customFields: - name: supportedAndroidVersions # data usually found on wikipedia display: after-release-column label: Supported Android Versions description: Supported Android versions range link: https://endoflife.date/android # eoas and eol are based on https://support.google.com/nexus/answer/11227897 releases: - releaseCycle: "6p" releaseLabel: "Nexus 6P" releaseDate: 2015-09-29 discontinued: 2016-10-04 eoas: 2017-09-01 eol: 2018-11-01 link: https://wikipedia.org/wiki/Nexus_6P supportedAndroidVersions: 6.0 - 8.1 - releaseCycle: "5x" releaseLabel: "Nexus 5X" releaseDate: 2015-09-29 discontinued: 2016-10-04 eoas: 2017-09-01 eol: 2018-11-01 link: https://wikipedia.org/wiki/Nexus_5X supportedAndroidVersions: 6.0 - 8.1 - releaseCycle: "player" releaseLabel: "Nexus Player" releaseDate: 2014-11-03 discontinued: 2016-05-24 eoas: 2018-03-31 eol: 2018-03-31 # as per https://wikipedia.org/wiki/Nexus_Player link: https://wikipedia.org/wiki/Nexus_Player supportedAndroidVersions: 5.0 - 8.0 - releaseCycle: "9" releaseLabel: "Nexus 9" releaseDate: 2014-11-03 discontinued: 2016-05-26 eoas: 2016-10-01 eol: 2017-10-01 link: https://wikipedia.org/wiki/Nexus_9 supportedAndroidVersions: 5.0 - 7.1 - releaseCycle: "6" releaseLabel: "Nexus 6" releaseDate: 2014-11-01 # approximate date discontinued: 2015-12-09 eoas: 2016-10-01 eol: 2017-10-01 link: https://wikipedia.org/wiki/Nexus_6 supportedAndroidVersions: 5.0 - 7.1 - releaseCycle: "7-2013" releaseLabel: "Nexus 7 (2013)" releaseDate: 2013-07-26 discontinued: 2015-04-25 eoas: 2015-07-01 eol: 2016-08-01 link: https://wikipedia.org/wiki/Nexus_7_(2013) supportedAndroidVersions: 4.3 - 6.0 - releaseCycle: "10" releaseLabel: "Nexus 10" releaseDate: 2012-11-13 discontinued: true eoas: 2014-11-01 eol: 2015-11-01 link: https://wikipedia.org/wiki/Nexus_10 supportedAndroidVersions: 4.2 - 5.1 - releaseCycle: "4" releaseLabel: "Nexus 4" releaseDate: 2012-11-13 discontinued: true eoas: 2014-11-01 eol: 2015-11-01 link: https://wikipedia.org/wiki/Nexus_4 supportedAndroidVersions: 4.2 - 5.1 - releaseCycle: "7-2012" releaseLabel: "Nexus 7 (2012)" releaseDate: 2012-07-13 discontinued: 2013-07-24 eoas: 2014-07-01 eol: 2015-07-01 link: https://wikipedia.org/wiki/Nexus_7_(2012) supportedAndroidVersions: 4.1 - 5.1 - releaseCycle: "s" releaseLabel: "Nexus S" releaseDate: 2010-12-16 discontinued: true eoas: 2012-11-13 # as per https://wikipedia.org/wiki/Nexus_S#Software eol: true # no information available link: https://wikipedia.org/wiki/Nexus_S supportedAndroidVersions: 2.3 - 4.1 - releaseCycle: "one" releaseLabel: "Nexus One" releaseDate: 2010-01-05 # https://wikipedia.org/wiki/Nexus_One#History discontinued: true eoas: true eol: true link: https://wikipedia.org/wiki/Nexus_One supportedAndroidVersions: 2.1 - 2.3.6 # https://www.gsmarena.com/htc_google_nexus_one-3067.php --- > Google Nexus is a discontinued line of Android devices (smartphone, tablet computers and > streaming media players) designed and supported by Google. They were known for providing a pure > Android experience. The Nexus series started out in January 2010 and reached its end in October 2016, so all Nexus devices are now discontinued and unsupported. The Nexus series was succeeded by the [Google Pixel series](/pixel), which continues the tradition of timely software updates and a seamless Android experience. ================================================ FILE: products/gorilla.md ================================================ --- title: Gorilla Toolkit addedAt: 2022-12-15 category: framework tags: discontinued iconSlug: go permalink: /gorilla releasePolicyLink: https://github.com/gorilla/ eolColumn: Support identifiers: - repology: go:github-gorilla-context - repology: go:github-gorilla-csrf - repology: go:github-gorilla-css - repology: go:github-gorilla-handlers - repology: go:github-gorilla-mux - repology: go:github-gorilla-pat - repology: go:github-gorilla-rpc - repology: go:github-gorilla-schema - repology: go:github-gorilla-securecookie - repology: go:github-gorilla-sessions - repology: go:github-gorilla-websocket - repology: go:gorilla-context - repology: go:gorilla-mux - purl: pkg:github/gorilla/context - purl: pkg:github/gorilla/csrf - purl: pkg:github/gorilla/css - purl: pkg:github/gorilla/handlers - purl: pkg:github/gorilla/mux - purl: pkg:github/gorilla/pat - purl: pkg:github/gorilla/rpc - purl: pkg:github/gorilla/schema - purl: pkg:github/gorilla/securecookie - purl: pkg:github/gorilla/sessions - purl: pkg:github/gorilla/websocket - purl: pkg:golang/github.com/gorilla/context - purl: pkg:golang/github.com/gorilla/csrf - purl: pkg:golang/github.com/gorilla/css - purl: pkg:golang/github.com/gorilla/handlers - purl: pkg:golang/github.com/gorilla/mux - purl: pkg:golang/github.com/gorilla/pat - purl: pkg:golang/github.com/gorilla/rpc - purl: pkg:golang/github.com/gorilla/schema - purl: pkg:golang/github.com/gorilla/securecookie - purl: pkg:golang/github.com/gorilla/sessions - purl: pkg:golang/github.com/gorilla/websocket releases: - releaseCycle: "1" releaseDate: 2016-04-28 eol: true latest: 1.5.0 latestReleaseDate: 2022-01-04 link: https://github.com/gorilla#gorilla-toolkit --- > [Gorilla](https://github.com/gorilla/) is a toolkit for building HTTP-based applications with the > Go programming language. {: .warning } > There was [not much activity on the project](https://github.com/gorilla) since the revival, > so it was decided to mark the project as discontinued on endoflife.date. The Gorilla project's repositories [were archived](https://www.reddit.com/r/golang/comments/zh0w0p/gorilla_web_toolkit_is_now_in_archive_only_mode/) near the end of 2022, and the project was no longer maintained until its [revival in July 2023](https://gorilla.github.io/blog/2023-07-17-project-status-update/). ================================================ FILE: products/graalvm-ce.md ================================================ --- title: GraalVM Community Edition addedAt: 2025-06-02 category: lang tags: java-distribution oracle permalink: /graalvm-ce alternate_urls: - /graalvm releasePolicyLink: https://www.graalvm.org/release-calendar/ changelogTemplate: "https://www.graalvm.org/release-notes/JDK___RELEASE_CYCLE__/" identifiers: - repology: graalvm - cpe: cpe:2.3:a:oracle:graalvm auto: methods: - graalvm: https://www.graalvm.org/release-calendar/ versions_column: GraalVM Community Edition regex: '(?P\d+)(\.(?P\d+)\.(?P\d+))?' # Release dates can be found on https://www.graalvm.org/release-calendar/. # eol(x) = releaseDate(x+1). releases: - releaseCycle: "25" releaseDate: 2025-09-16 eol: false latest: "25.0.2" latestReleaseDate: 2026-01-20 - releaseCycle: "24" releaseDate: 2025-03-18 eol: 2025-09-16 latest: "24.0.2" latestReleaseDate: 2025-07-15 - releaseCycle: "23" releaseDate: 2024-09-17 eol: 2025-03-18 # releaseDate(24) latest: "23.0.2" latestReleaseDate: 2025-01-21 - releaseCycle: "22" releaseDate: 2024-03-19 eol: 2024-09-17 # releaseDate(23) latest: "22.0.2" latestReleaseDate: 2024-07-16 - releaseCycle: "21" releaseDate: 2023-09-19 eol: 2024-03-19 # releaseDate(22) latest: "21.0.2" latestReleaseDate: 2024-01-16 - releaseCycle: "20" releaseDate: 2023-06-13 eol: 2023-09-19 latest: "20.0.2" latestReleaseDate: 2023-07-25 - releaseCycle: "17" releaseDate: 2023-06-13 eol: 2023-10-24 latest: "17.0.9" latestReleaseDate: 2023-10-24 --- > [GraalVM Community Edition](https://www.graalvm.org/community/) is a [GPLv2 with CPE](https://github.com/oracle/graal/blob/master/LICENSE) > Java VM and JDK based on OpenJDK, implemented in Java. It supports additional programming languages and > execution modes, like ahead-of-time compilation of Java applications for fast startup and low memory footprint. {: .note } > Prior to 2023, GraalVM release numbering was based on the calendar year. > Those releases are not listed here, as they are not supported anymore and conflict with our auto update mechanism. GraalVM Community Edition follows JDK's six-month release cadence and only supports the latest JDK version, just as Oracle OpenJDK releases do. GraalVM Community Edition must not be confused with [Oracle GraalVM](/oracle-graalvm), which is released under a different license. It can be downloaded from the [graalvm-ce-builds GitHub repository](https://github.com/graalvm/graalvm-ce-builds/releases/). ================================================ FILE: products/gradle.md ================================================ --- title: Gradle addedAt: 2022-11-27 category: app tags: build-tool java-runtime iconSlug: gradle permalink: /gradle versionCommand: gradle --version releasePolicyLink: https://docs.gradle.org/current/userguide/feature_lifecycle.html#eol_support changelogTemplate: https://github.com/gradle/gradle/releases/tag/v__LATEST__ eoasColumn: true eolColumn: Critical Bug and Security Fixes customFields: - name: runningJavaVersions display: api-only label: Java (running) description: Java support for running Gradle link: https://docs.gradle.org/current/userguide/compatibility.html - name: testedJavaVersions display: api-only label: Java description: Java support for compiling/testing/… link: https://docs.gradle.org/current/userguide/compatibility.html - name: testedKotlinVersions display: api-only label: Kotlin description: Kotlin support for compiling/testing/… link: https://docs.gradle.org/current/userguide/compatibility.html - name: testedGroovyVersions display: api-only label: Groovy description: Groovy support for compiling/testing/… link: https://docs.gradle.org/current/userguide/compatibility.html - name: testedAndroidVersions display: api-only label: Android description: Android support for compiling/testing/… link: https://docs.gradle.org/current/userguide/compatibility.html identifiers: - repology: gradle - cpe: cpe:/a:gradle:gradle - cpe: cpe:2.3:a:gradle:gradle auto: methods: - git: https://github.com/gradle/gradle.git # Exclude versions below 3.x because dates are wrong (https://github.com/endoflife-date/endoflife.date/pull/3619). regex_exclude: '^v?[0-2]\.' # eoas(x) = releaseDate(x+1) # eol(x) = releaseDate(x+2) releases: - releaseCycle: "9" releaseDate: 2025-07-31 # Supported versions see https://docs.gradle.org/9.1.0/userguide/compatibility.html runningJavaVersions: "17 - 25" testedJavaVersions: "8 - 25" testedKotlinVersions: "2.0.0 - 2.2.0" testedGroovyVersions: "1.5.8 - 4.0.28" testedAndroidVersions: "8.4 - 8.12" eoas: false eol: false latest: "9.4.1" latestReleaseDate: 2026-03-18 - releaseCycle: "8" releaseDate: 2023-02-10 # Supported versions see https://docs.gradle.org/8.14.3/userguide/compatibility.html runningJavaVersions: "8 - 24" testedJavaVersions: "8 - 24" testedKotlinVersions: "1.6.10 - 2.1.20-RC3" testedGroovyVersions: "1.5.8 - 4.0.0" testedAndroidVersions: "7.3 - 8.9" eoas: 2025-07-31 eol: false latest: "8.14.4" latestReleaseDate: 2026-01-23 - releaseCycle: "7" releaseDate: 2021-04-09 # Supported versions see https://docs.gradle.org/7.6.6/userguide/compatibility.html runningJavaVersions: "8 - 19" testedJavaVersions: "8 - 19" testedKotlinVersions: "1.3.72 - 1.7.10" testedGroovyVersions: "1.5.8 - 4.0.0" testedAndroidVersions: "4.1 - 4.2, 7.0 - 7.4" eoas: 2023-02-10 eol: 2025-07-31 latest: "7.6.6" latestReleaseDate: 2025-07-03 - releaseCycle: "6" releaseDate: 2019-11-08 # Supported versions see https://docs.gradle.org/6.9.4/userguide/compatibility.html runningJavaVersions: "8 - 15" testedJavaVersions: "8 - 16" testedKotlinVersions: "1.3.21 - 1.4.20" testedGroovyVersions: "1.5.8 - 2.5.12" testedAndroidVersions: "3.4 - 3.6, 4.0 - 4.2" eoas: 2021-04-09 eol: 2023-02-10 latest: "6.9.4" latestReleaseDate: 2023-02-21 - releaseCycle: "5" releaseDate: 2018-11-23 runningJavaVersions: "8 - 12" testedJavaVersions: "N/A" testedKotlinVersions: "N/A" testedGroovyVersions: "N/A" testedAndroidVersions: "N/A" eoas: 2019-11-08 eol: 2019-11-08 latest: "5.6.4" latestReleaseDate: 2019-10-31 - releaseCycle: "4" releaseDate: 2017-06-14 runningJavaVersions: "8 - 10" testedJavaVersions: "N/A" testedKotlinVersions: "N/A" testedGroovyVersions: "N/A" testedAndroidVersions: "N/A" eoas: 2018-11-26 eol: 2018-11-26 latest: "4.10.3" latestReleaseDate: 2018-12-04 - releaseCycle: "3" releaseDate: 2016-08-15 runningJavaVersions: "8" testedJavaVersions: "N/A" testedKotlinVersions: "N/A" testedGroovyVersions: "N/A" testedAndroidVersions: "N/A" eoas: 2017-06-14 eol: 2017-06-14 latest: "3.5.1" latestReleaseDate: 2017-06-16 - releaseCycle: "2" releaseDate: 2014-07-01 runningJavaVersions: "8" testedJavaVersions: "N/A" testedKotlinVersions: "N/A" testedGroovyVersions: "N/A" testedAndroidVersions: "N/A" eoas: 2016-08-15 eol: 2016-08-15 latest: "2.14.1" latestReleaseDate: 2016-07-18 - releaseCycle: "1" releaseDate: 2012-06-12 runningJavaVersions: "N/A" testedJavaVersions: "N/A" testedKotlinVersions: "N/A" testedGroovyVersions: "N/A" testedAndroidVersions: "N/A" eoas: 2014-07-01 eol: 2014-07-01 latest: "1.12.0" latestReleaseDate: 2014-04-29 --- > [Gradle](https://gradle.org/) is a build tool with a focus on build automation and support for > multi-language development. If you are building, testing, publishing, and deploying software on > any platform, Gradle offers a flexible model that can support the entire development lifecycle > from compiling and packaging code to publishing websites. Gradle follows [Semantic Versioning](https://semver.org/). The [support and EOL policy](https://docs.gradle.org/current/userguide/feature_lifecycle.html#eol_support) states that each major release causes: - The previous major version becomes maintenance only (end of active support). It will only receive critical bug fixes and security fixes. - The major version before the previous one to become end-of-life (EOL), and that release line will not receive any new fixes. ## [Compatibility](https://docs.gradle.org/current/userguide/compatibility.html) Gradle itself is tested with the following versions: ### Java support for running Gradle {%- assign collapsedCycles = page.releases | collapse_cycles:"runningJavaVersions"," - " %} {% include table.html labels="Gradle release,Java version" fields="releaseCycle,runningJavaVersions" types="string,string" rows=collapsedCycles %} ### Java support for compiling/testing/… {%- assign collapsedCycles = page.releases | collapse_cycles:"testedJavaVersions"," - " %} {% include table.html labels="Gradle release,Java version" fields="releaseCycle,testedJavaVersions" types="string,string" rows=collapsedCycles %} Java 6 and 7 can still be used for compilation and forked test execution. ### Kotlin {%- assign collapsedCycles = page.releases | collapse_cycles:"testedKotlinVersions"," - " %} {% include table.html labels="Gradle release,Kotlin version" fields="releaseCycle,testedKotlinVersions" types="string,string" rows=collapsedCycles %} ### Groovy {%- assign collapsedCycles = page.releases | collapse_cycles:"testedGroovyVersions"," - " %} {% include table.html labels="Gradle release,Groovy version" fields="releaseCycle,testedGroovyVersions" types="string,string" rows=collapsedCycles %} ### Android {%- assign collapsedCycles = page.releases | collapse_cycles:"testedAndroidVersions"," - " %} {% include table.html labels="Gradle release,Android version" fields="releaseCycle,testedAndroidVersions" types="string,string" rows=collapsedCycles %} ================================================ FILE: products/grafana-loki.md ================================================ --- title: Grafana Loki addedAt: 2024-08-04 category: server-app iconSlug: grafana permalink: /grafana-loki alternate_urls: - /loki changelogTemplate: https://github.com/grafana/loki/releases/tag/v__LATEST__ auto: methods: - git: https://github.com/grafana/loki.git identifiers: - repology: grafana-loki - purl: pkg:github/grafana/loki - purl: pkg:docker/grafana/loki - purl: pkg:docker/ubuntu/loki - purl: pkg:docker/bitnami/grafana-loki - purl: pkg:oci/loki?repository_url=cgr.dev/chainguard - cpe: cpe:2.3:a:grafana:loki # eol(x) = releaseDate(x+2), except for the last minor of a major. releases: - releaseCycle: "3.6" releaseDate: 2025-11-17 eol: false latest: "3.6.7" latestReleaseDate: 2026-02-23 - releaseCycle: "3.5" releaseDate: 2025-04-17 eol: false latest: "3.5.12" latestReleaseDate: 2026-03-11 - releaseCycle: "3.4" releaseDate: 2025-02-12 eol: 2025-11-17 latest: "3.4.6" latestReleaseDate: 2025-09-09 - releaseCycle: "3.3" releaseDate: 2024-11-19 eol: 2025-04-17 latest: "3.3.4" latestReleaseDate: 2025-04-03 - releaseCycle: "3.2" releaseDate: 2024-09-18 eol: 2025-02-12 latest: "3.2.2" latestReleaseDate: 2024-12-04 - releaseCycle: "3.1" releaseDate: 2024-07-02 eol: 2024-11-19 latest: "3.1.2" latestReleaseDate: 2024-10-17 - releaseCycle: "3.0" releaseDate: 2024-04-08 eol: 2024-09-18 latest: "3.0.1" latestReleaseDate: 2024-08-09 - releaseCycle: "2.9" releaseDate: 2023-09-06 eol: false latest: "2.9.17" latestReleaseDate: 2025-11-07 - releaseCycle: "2.8" releaseDate: 2023-04-03 eol: 2024-04-08 latest: "2.8.11" latestReleaseDate: 2024-03-22 - releaseCycle: "2.7" releaseDate: 2022-11-10 eol: 2023-09-06 latest: "2.7.7" latestReleaseDate: 2023-08-11 - releaseCycle: "2.6" releaseDate: 2022-07-08 eol: 2022-11-10 latest: "2.6.1" latestReleaseDate: 2022-07-18 - releaseCycle: "2.5" releaseDate: 2022-04-07 eol: 2022-07-08 latest: "2.5.0" latestReleaseDate: 2022-04-07 - releaseCycle: "2.4" releaseDate: 2021-11-05 eol: 2022-04-07 latest: "2.4.2" latestReleaseDate: 2022-01-12 - releaseCycle: "2.3" releaseDate: 2021-08-06 eol: 2021-11-05 latest: "2.3.0" latestReleaseDate: 2021-08-06 - releaseCycle: "2.2" releaseDate: 2021-03-11 eol: 2021-08-06 latest: "2.2.1" latestReleaseDate: 2021-04-05 - releaseCycle: "2.1" releaseDate: 2020-12-24 eol: 2021-03-11 latest: "2.1.0" latestReleaseDate: 2020-12-24 - releaseCycle: "2.0" releaseDate: 2020-10-26 eol: 2020-12-24 latest: "2.0.1" latestReleaseDate: 2020-12-23 - releaseCycle: "1.6" releaseDate: 2020-08-13 eol: 2020-10-26 latest: "1.6.1" latestReleaseDate: 2020-08-24 - releaseCycle: "1.5" releaseDate: 2020-05-20 eol: 2020-08-13 latest: "1.5.0" latestReleaseDate: 2020-05-20 - releaseCycle: "1.4" releaseDate: 2020-04-01 eol: 2020-05-20 latest: "1.4.1" latestReleaseDate: 2020-04-06 - releaseCycle: "1.3" releaseDate: 2020-01-22 eol: 2020-04-01 latest: "1.3.0" latestReleaseDate: 2020-01-22 - releaseCycle: "1.2" releaseDate: 2019-12-09 eol: 2020-01-22 latest: "1.2.0" latestReleaseDate: 2019-12-09 - releaseCycle: "1.1" releaseDate: 2019-12-04 eol: 2019-12-09 latest: "1.1.0" latestReleaseDate: 2019-12-04 - releaseCycle: "1.0" releaseDate: 2019-07-26 eol: 2019-12-04 latest: "1.0.2" latestReleaseDate: 2019-07-26 --- > [Grafana Loki](https://grafana.com/docs/loki/latest/) is a log aggregation system optimized for cost-effective, > scalable log storage using label-based indexing. It integrates seamlessly with Grafana for visualizing logs. {: .warning } > Grafana Cloud, the hosted offering from Grafana Labs, has separate [support options](https://grafana.com/docs/grafana-cloud/account-management/support/). According to [this comment](https://github.com/grafana/loki/issues/18484#issuecomment-3098532391), Grafana provides security patches for the last two minor releases of the current major version, plus the last minor release of the previous major version. ================================================ FILE: products/grafana.md ================================================ --- title: Grafana addedAt: 2022-11-02 category: server-app iconSlug: grafana permalink: /grafana versionCommand: grafana-server -v changelogTemplate: https://github.com/grafana/grafana/releases/tag/v__LATEST__ eoasColumn: true identifiers: - repology: grafana - purl: pkg:github/grafana/grafana - purl: pkg:golang/github.com/grafana/grafana - cpe: cpe:2.3:a:grafana:grafana # See https://grafana.com/blog/2024/11/08/grafana-release-cycle-end-of-year-update/#grafana-security-releases-improved-version-naming-convention # https://regex101.com/r/2GkIJ5/1 auto: methods: - git: https://github.com/grafana/grafana.git regex: ^v(?P[1-9]\d*)\.(?P\d+)\.(?P\d+)(?:\+security-(?P\d+))?$ template: "{{major}}.{{minor}}.{{patch}}{%if security %}+security-{{security}}{%endif%}" - release_table: https://grafana.com/docs/grafana/latest/upgrade-guide/when-to-upgrade/ fields: releaseCycle: column: "Version" regex: '^(?P\d+\.\d+).*$' releaseDate: "Release date" eol: "Support end date" # - eoas(x) = releaseDate(x+1) # - eol(x) on https://grafana.com/docs/grafana/latest/upgrade-guide/when-to-upgrade/#what-to-know-about-version-support releases: - releaseCycle: "12.4" releaseDate: 2026-02-24 eoas: 2026-04-24 # estimated eol: 2027-05-24 latest: "12.4.1" latestReleaseDate: 2026-03-09 - releaseCycle: "12.3" releaseDate: 2025-11-19 eoas: 2026-02-24 eol: 2026-08-19 latest: "12.3.5" latestReleaseDate: 2026-03-09 - releaseCycle: "12.2" releaseDate: 2025-09-23 eoas: 2025-11-19 eol: 2026-06-23 latest: "12.2.7" latestReleaseDate: 2026-03-09 - releaseCycle: "12.1" releaseDate: 2025-07-22 eoas: 2025-09-23 eol: 2026-04-22 latest: "12.1.9" latestReleaseDate: 2026-03-09 - releaseCycle: "12.0" releaseDate: 2025-05-05 eoas: 2025-07-22 eol: 2026-02-05 latest: "12.0.10" latestReleaseDate: 2026-02-12 - releaseCycle: "11.6" releaseDate: 2025-03-25 eoas: 2025-05-05 eol: 2026-06-25 latest: "11.6.13" latestReleaseDate: 2026-03-09 - releaseCycle: "11.5" releaseDate: 2025-01-28 eoas: 2025-03-25 eol: 2025-10-28 latest: "11.5.10" latestReleaseDate: 2025-10-21 - releaseCycle: "11.4" releaseDate: 2024-12-05 eoas: 2025-01-28 eol: 2025-09-05 latest: "11.4.8" latestReleaseDate: 2025-08-12 - releaseCycle: "11.3" releaseDate: 2024-10-22 eoas: 2024-12-05 eol: 2025-07-22 latest: "11.3.9" latestReleaseDate: 2025-07-18 - releaseCycle: "11.2" releaseDate: 2024-08-27 eoas: 2024-10-22 eol: 2025-05-27 latest: "11.2.10+security-01" latestReleaseDate: 2025-05-28 - releaseCycle: "11.1" releaseDate: 2024-06-25 eoas: 2024-08-27 eol: 2025-04-23 latest: "11.1.13" latestReleaseDate: 2025-03-21 - releaseCycle: "11.0" releaseDate: 2024-05-14 eoas: 2024-06-21 eol: 2025-02-14 latest: "11.0.11" latestReleaseDate: 2025-02-14 - releaseCycle: "10.4" releaseDate: 2024-03-05 eoas: 2024-05-13 eol: 2025-06-05 latest: "10.4.19+security-01" latestReleaseDate: 2025-06-12 - releaseCycle: "10.3" releaseDate: 2024-01-23 eoas: 2024-03-06 eol: 2024-10-23 latest: "10.3.12" latestReleaseDate: 2024-10-18 - releaseCycle: "10.2" releaseDate: 2023-10-24 eoas: 2024-01-23 eol: 2024-07-24 latest: "10.2.9" latestReleaseDate: 2024-07-23 - releaseCycle: "10.1" releaseDate: 2023-08-23 eoas: 2023-10-24 eol: 2024-01-23 latest: "10.1.10" latestReleaseDate: 2024-05-13 - releaseCycle: "10.0" releaseDate: 2023-06-09 eoas: 2023-08-23 eol: 2023-10-24 latest: "10.0.13" latestReleaseDate: 2024-03-25 - releaseCycle: "9.5" releaseDate: 2023-04-06 eoas: 2023-06-09 eol: 2024-05-14 latest: "9.5.21" latestReleaseDate: 2024-07-25 - releaseCycle: "9.4" releaseDate: 2023-02-27 eoas: 2023-04-06 eol: 2023-06-09 latest: "9.4.17" latestReleaseDate: 2023-10-11 - releaseCycle: "9.3" releaseDate: 2022-11-29 eoas: 2023-02-27 eol: 2023-04-06 latest: "9.3.16" latestReleaseDate: 2023-06-07 - releaseCycle: "9.2" releaseDate: 2022-10-11 eoas: 2022-11-29 eol: 2023-02-27 latest: "9.2.20" latestReleaseDate: 2023-06-07 - releaseCycle: "9.1" releaseDate: 2022-08-16 eoas: 2022-10-11 eol: 2022-11-29 latest: "9.1.8" latestReleaseDate: 2022-10-11 - releaseCycle: "9.0" releaseDate: 2022-06-13 eoas: 2022-08-16 eol: 2022-10-11 latest: "9.0.9" latestReleaseDate: 2022-09-20 - releaseCycle: "8" releaseDate: 2021-06-08 eoas: 2022-06-13 eol: 2023-06-09 latest: "8.5.27" latestReleaseDate: 2023-06-07 - releaseCycle: "7" releaseDate: 2020-05-15 eoas: 2021-06-08 eol: 2022-06-14 latest: "7.5.17" latestReleaseDate: 2022-09-26 - releaseCycle: "6" releaseDate: 2019-02-25 eoas: 2020-05-15 eol: 2021-06-08 latest: "6.7.6" latestReleaseDate: 2021-03-18 --- > [Grafana](https://grafana.com/grafana/) allows you to query, visualize, alert on, and understand > your metrics no matter where they are stored. Create, explore, and share dashboards with your team > and foster a data-driven culture. ## Support Policy {: .warning } > Grafana Cloud, the hosted offering from Grafana Labs, has separate [support options](https://grafana.com/docs/grafana-cloud/account-management/support/). - Only latest version sees active development. - The previous minor version and the last minor version of the previous major version get security and critical bug fixes. ## [Release Schedule](https://grafana.com/blog/2022/12/13/grafana-releases-new-2023-release-schedule/) - On even-numbered months (February, April, etc.) a minor version is released with new features, bug fixes, and security updates. - On odd-numbered months (March, May, etc.) patch releases are made, which will only include bug fixes and security updates. Release builds are cut a week in advance to validate and prepare for each release internally. ================================================ FILE: products/grails.md ================================================ --- title: Apache Grails Framework addedAt: 2022-12-01 category: framework tags: java-runtime permalink: /grails alternate_urls: - /grails-framework - /apache-grails releasePolicyLink: https://grails.apache.org/support.html changelogTemplate: "https://github.com/apache/grails-core/releases/tag/v__LATEST__" eoasColumn: Active Development eolColumn: Active Maintenance identifiers: - cpe: cpe:/a:apache:grails - cpe: cpe:2.3:a:apache:grails - purl: pkg:maven/org.apache.grails/grails - cpe: cpe:/a:grails:grails - cpe: cpe:2.3:a:grails:grails auto: methods: - git: https://github.com/apache/grails-core.git releases: - releaseCycle: "7" releaseDate: 2025-10-19 eoas: false eol: false latest: "7.0.9" latestReleaseDate: 2026-03-13 - releaseCycle: "6" releaseDate: 2023-07-24 eoas: 2025-01-03 eol: 2025-10-19 latest: "6.2.3" latestReleaseDate: 2025-01-03 - releaseCycle: "5" releaseDate: 2021-10-12 eoas: 2023-07-24 eol: 2025-01-09 # more than 1 year without update, and not listed on https://grails.apache.org/download.html anymore latest: "5.3.6" latestReleaseDate: 2024-01-09 - releaseCycle: "4" releaseDate: 2019-07-11 eoas: true eol: 2023-03-31 latest: "4.1.4" latestReleaseDate: 2024-03-08 - releaseCycle: "3" releaseDate: 2015-03-31 eoas: true eol: 2021-09-30 latest: "3.3.18" latestReleaseDate: 2024-01-09 - releaseCycle: "2" releaseDate: 2011-12-15 eoas: true eol: 2021-06-30 latest: "2.6.1" latestReleaseDate: 2022-06-07 - releaseCycle: "1" releaseDate: 2009-05-14 eoas: true eol: 2012-05-01 latest: "1.3.9" latestReleaseDate: 2015-01-16 --- > [Apache Grails](https://grails.apache.org/) is a powerful [Apache Groovy](https://groovy-lang.org/)-based web application framework for the JVM > built on top of Spring Boot. ## Support - **Active Development**: These versions get regular updates, including new features, performance enhancements, and bug fixes. Recommended for new and existing Grails applications. - **Active Maintenance**: These versions receive limited bug fixes and patches, mostly focused around the resolution of critical security advisories. New features, performance improvements, and minor bug fixes are unlikely. There are a few companies that offer [commercial support](https://grails.apache.org/support.html). ================================================ FILE: products/graylog.md ================================================ --- title: Graylog addedAt: 2023-08-05 category: server-app tags: java-runtime iconSlug: graylog permalink: /graylog # https://community.graylog.org/t/what-version-do-i-have-installed/22107 versionCommand: |- # Debian based dpkg -l | grep -E ".(elasticsearch|graylog|mongo)." # RedHat based dnf list installed | grep -E ".*(elasticsearch|graylog|mongo).* " changelogTemplate: "https://go2docs.graylog.org/current/changelogs/changelog.html#Graylog{{'__LATEST__'|replace:'.',''}}" eolColumn: Support identifiers: - repology: graylog - cpe: cpe:/a:graylog:graylog - cpe: cpe:2.3:a:graylog:graylog auto: methods: - git: https://github.com/Graylog2/graylog2-server.git - release_table: https://go2docs.graylog.org/current/setting_up_graylog/supported_versions.htm fields: releaseCycle: "Release" releaseDate: "Release Date" eol: "EOL Release Support" # eol(x) = releaseDate(x+2) # Note: for release < 4.0, used releaseDate(x+1) as it looked more accurate releases: - releaseCycle: "7.0" releaseDate: 2025-11-03 eol: 2026-11-03 latest: "7.0.5" latestReleaseDate: 2026-03-04 - releaseCycle: "6.3" releaseDate: 2025-06-30 eol: 2026-06-30 latest: "6.3.10" latestReleaseDate: 2026-03-04 - releaseCycle: "6.2" releaseDate: 2025-04-28 eol: 2026-04-28 latest: "6.2.13" latestReleaseDate: 2026-03-04 - releaseCycle: "6.1" releaseDate: 2024-10-20 eol: 2025-10-20 latest: "6.1.16" latestReleaseDate: 2025-10-01 - releaseCycle: "6.0" releaseDate: 2024-05-07 eol: 2025-05-08 latest: "6.0.14" latestReleaseDate: 2025-04-03 - releaseCycle: "5.2" releaseDate: 2023-11-01 eol: 2024-11-01 latest: "5.2.12" latestReleaseDate: 2024-10-02 - releaseCycle: "5.1" releaseDate: 2023-05-17 eol: 2024-05-17 latest: "5.1.13" latestReleaseDate: 2024-04-03 - releaseCycle: "5.0" releaseDate: 2022-12-06 eol: 2023-12-06 latest: "5.0.13" latestReleaseDate: 2023-10-12 - releaseCycle: "4.3" releaseDate: 2022-05-25 eol: 2023-05-25 latest: "4.3.15" latestReleaseDate: 2023-05-03 - releaseCycle: "4.2" releaseDate: 2021-10-13 eol: 2022-11-30 latest: "4.2.13" latestReleaseDate: 2022-09-16 - releaseCycle: "4.1" releaseDate: 2021-06-23 eol: 2022-05-17 latest: "4.1.14" latestReleaseDate: 2022-04-12 - releaseCycle: "4.0" releaseDate: 2020-11-17 eol: 2021-10-13 latest: "4.0.17" latestReleaseDate: 2022-07-06 - releaseCycle: "3.3" releaseDate: 2020-05-20 eol: 2022-04-12 latest: "3.3.17" latestReleaseDate: 2022-04-12 - releaseCycle: "3.2" releaseDate: 2020-01-31 eol: 2020-05-20 latest: "3.2.6" latestReleaseDate: 2020-06-10 link: https://graylog.org/post/announcing-graylog-v3-2-6/ - releaseCycle: "3.1" releaseDate: 2019-08-15 eol: 2020-01-31 latest: "3.1.4" latestReleaseDate: 2020-01-14 link: https://graylog.org/post/announcing-graylog-3-1-4/ - releaseCycle: "3.0" releaseDate: 2019-02-11 eol: 2019-08-15 latest: "3.0.2" latestReleaseDate: 2019-05-03 link: https://graylog.org/post/announcing-graylog-3-0-2/ - releaseCycle: "2.5" releaseDate: 2018-12-01 eol: 2019-02-11 latest: "2.5.2" latestReleaseDate: 2019-03-15 link: https://graylog.org/post/announcing-graylog-v2-5/ # no link found for 2.5.1/2.5.2 - releaseCycle: "2.4" releaseDate: 2017-12-22 eol: 2019-03-01 latest: "2.4.7" latestReleaseDate: 2019-03-01 link: https://graylog.org/post/announcing-the-release-of-graylog-2-4-6/ # no link found for 2.4.7 - releaseCycle: "2.3" releaseDate: 2017-07-26 eol: 2017-12-22 latest: "2.3.2" latestReleaseDate: 2017-10-19 link: https://graylog.org/post/announcing-graylog-v2-3-2/ - releaseCycle: "2.2" releaseDate: 2017-02-09 eol: 2017-07-26 latest: "2.2.3" latestReleaseDate: 2017-04-04 link: https://graylog.org/post/announcing-graylog-v2-2-3/ - releaseCycle: "2.1" releaseDate: 2016-09-01 eol: 2017-02-09 latest: "2.1.3" latestReleaseDate: 2017-01-26 link: https://graylog.org/post/announcing-graylog-2-1-3/ - releaseCycle: "2.0" releaseDate: 2016-04-26 eol: 2016-09-01 latest: "2.0.3" latestReleaseDate: 2016-06-20 link: https://graylog.org/post/graylog-v2-0-3-released/ - releaseCycle: "1.3" releaseDate: 2015-12-08 eol: 2016-04-26 latest: "1.3.4" latestReleaseDate: 2016-03-16 link: https://graylog.org/post/graylog-1-3-4-is-now-available/ - releaseCycle: "1.2" releaseDate: 2015-09-14 eol: 2015-12-08 latest: "1.2.2" latestReleaseDate: 2015-10-26 link: https://graylog.org/post/graylog-1-2-2-is-now-available/ - releaseCycle: "1.1" releaseDate: 2015-06-04 eol: 2015-09-14 latest: "1.1.6" latestReleaseDate: 2015-08-06 link: https://graylog.org/post/graylog-1-1-6-released/ - releaseCycle: "1.0" releaseDate: 2015-02-17 eol: 2015-06-04 latest: "1.0.2" latestReleaseDate: 2015-04-28 link: null --- > [Graylog](https://graylog.org/) is a centralized logging solution based that enables aggregating and searching through > logs. It provides a query language, a processing pipeline for data transformation, alerting > abilities, and much more. It is extensible through a REST API or add-ons that can be downloaded > from [the Graylog marketplace](https://marketplace.graylog.org/). {: .warning } > Graylog is available through [multiple Cloud or Self-Managed offerings](https://graylog.org/pricing/). > This page mainly tracks releases for the free, self-hosted and open-source offering currently named > _Graylog Open_. Graylog's supported releases are documented [in their documentation](https://go2docs.graylog.org/current/setting_up_graylog/supported_versions.htm). ================================================ FILE: products/greenlight.md ================================================ --- title: Greenlight addedAt: 2025-03-01 category: server-app iconSlug: bigbluebutton permalink: /greenlight changelogTemplate: https://github.com/bigbluebutton/greenlight/releases/tag/release-__LATEST__ identifiers: - cpe: cpe:2.3:a:bigbluebutton:greenlight auto: methods: - git: https://github.com/bigbluebutton/greenlight.git regex: '^release-(?P\d+)\.(?P\d+)(\.(?P\d+))?$' # EOL dates can be found in SECURITY.md history (https://github.com/bigbluebutton/greenlight/commits/master/SECURITY.md) releases: - releaseCycle: "3" releaseDate: 2023-02-16 eol: false latest: "3.8.0" latestReleaseDate: 2026-03-16 - releaseCycle: "2" releaseDate: 2018-09-14 eol: 2023-09-11 # https://github.com/bigbluebutton/greenlight/commit/f739387a304b7d8f8d28b5cf5d96e801f7f60546 latest: "2.14.10" latestReleaseDate: 2024-05-03 --- > [Greenlight](https://docs.bigbluebutton.org/greenlight/v3/install/) is an open-source web user interface for > BigBlueButton. Greenlight supported versions are documented on . ================================================ FILE: products/grumphp.md ================================================ --- title: GrumPHP addedAt: 2025-06-29 category: framework tags: php-runtime permalink: /grumphp versionCommand: grumphp --version changelogTemplate: "https://github.com/phpro/grumphp/releases/tag/v__LATEST__" auto: methods: - git: https://github.com/phpro/grumphp.git regex: '^v(?P\d+)\.(?P\d+)\.(?P\d+)$' identifiers: - repology: grumphp - purl: pkg:composer/phpro/grumphp - purl: pkg:github/phpro/grumphp releases: - releaseCycle: "2" releaseDate: 2023-06-18 eol: false latest: "2.19.0" latestReleaseDate: 2026-02-03 - releaseCycle: "1" releaseDate: 2020-09-25 eol: true # https://github.com/phpro/grumphp/discussions/1175#discussioncomment-13609368 latest: "1.16.0" latestReleaseDate: 2023-04-27 - releaseCycle: "0" releaseDate: 2015-03-18 eol: true latest: "0.22.0" latestReleaseDate: 2020-09-03 --- > [GrumPHP](https://github.com/phpro/grumphp) is a composer plugin that enables source code quality checks. GrumPHP supported versions are documented on their [GitHub security page](https://github.com/phpro/grumphp/security). ================================================ FILE: products/grunt.md ================================================ --- title: Grunt addedAt: 2025-03-01 category: app tags: herodevs javascript-runtime linux-foundation iconSlug: grunt permalink: /grunt changelogTemplate: https://github.com/gruntjs/grunt/releases/tag/v__LATEST__ eolColumn: Community Support eoesColumn: Commercial Support auto: methods: - git: https://github.com/gruntjs/grunt.git identifiers: - repology: node:grunt - purl: pkg:github/gruntjs/grunt - purl: pkg:npm/grunt - cpe: cpe:/a:gruntjs:grunt - cpe: cpe:2.3:a:gruntjs:grunt # eol(x) = releaseDate(x+1) releases: - releaseCycle: "1.6" staleReleaseThresholdDays: 1460 # https://github.com/gruntjs/grunt/issues/1700 releaseDate: 2023-01-28 eol: false latest: "1.6.1" latestReleaseDate: 2023-01-31 - releaseCycle: "1.5" releaseDate: 2022-04-10 eol: 2023-01-28 eoes: false latest: "1.5.3" latestReleaseDate: 2022-05-10 - releaseCycle: "1.4" releaseDate: 2021-04-22 eol: 2022-04-10 eoes: false latest: "1.4.1" latestReleaseDate: 2021-05-24 - releaseCycle: "1.3" releaseDate: 2020-08-18 eol: 2021-04-22 eoes: false latest: "1.3.0" latestReleaseDate: 2020-08-18 - releaseCycle: "1.2" releaseDate: 2020-07-03 eol: 2020-08-18 eoes: false latest: "1.2.1" latestReleaseDate: 2020-07-07 - releaseCycle: "1.1" releaseDate: 2020-03-16 eol: 2020-07-03 eoes: false latest: "1.1.0" latestReleaseDate: 2020-03-16 - releaseCycle: "1.0" releaseDate: 2016-04-04 eol: 2020-03-16 eoes: false latest: "1.0.4" latestReleaseDate: 2019-03-22 --- > [Grunt](https://github.com/gruntjs/grunt) is a popular > JavaScript task runner, a tool used to automate repetitive > tasks in your web development workflow. Grunt follows [semver](https://semver.org/). Only the latest release [is supported with security fixes](https://github.com/gruntjs/grunt/issues/1700#issuecomment-571192656). The Grunt team has indicated that they will be participating in the [OpenJS Foundation’s Ecosystem Sustainability Program](https://openjsf.org/ecosystem-sustainability-program) (ESP) and have announced that [commercial support for EOL releases](https://gruntjs.com/support) is now available through [HeroDevs](https://www.herodevs.com/support/grunt-nes). ================================================ FILE: products/gstreamer.md ================================================ --- title: GStreamer addedAt: 2023-05-01 category: framework iconSlug: gstreamer permalink: /gstreamer versionCommand: gst-inspect-1.0 --version releasePolicyLink: https://gstreamer.freedesktop.org/ changelogTemplate: https://gstreamer.freedesktop.org/releases/__RELEASE_CYCLE__/ eolColumn: Supported identifiers: - repology: gstreamer - cpe: cpe:/a:gstreamer:gstreamer - cpe: cpe:2.3:a:gstreamer:gstreamer - cpe: cpe:/a:gstreamer_project:gstreamer - cpe: cpe:2.3:a:gstreamer_project:gstreamer auto: methods: - git: https://gitlab.freedesktop.org/gstreamer/gstreamer.git regex: '^(?P[1-9]\d*)\.(?P([1-9]\d*)?[02468])\.?(?P\d+)?$' releases: - releaseCycle: "1.28" releaseDate: 2026-01-27 eol: false latest: "1.28.1" latestReleaseDate: 2026-02-26 - releaseCycle: "1.26" releaseDate: 2025-03-11 eol: false latest: "1.26.11" latestReleaseDate: 2026-03-10 - releaseCycle: "1.24" releaseDate: 2024-03-04 eol: false latest: "1.24.13" latestReleaseDate: 2025-06-11 - releaseCycle: "1.22" releaseDate: 2023-01-23 eol: true latest: "1.22.12" latestReleaseDate: 2024-04-29 - releaseCycle: "1.20" releaseDate: 2022-02-03 eol: true latest: "1.20.7" latestReleaseDate: 2023-07-26 - releaseCycle: "1.18" releaseDate: 2020-09-08 eol: true latest: "1.18.6" latestReleaseDate: 2022-02-02 - releaseCycle: "1.16" releaseDate: 2019-04-19 eol: true latest: "1.16.3" latestReleaseDate: 2020-10-21 - releaseCycle: "1.14" releaseDate: 2018-03-19 eol: true latest: "1.14.5" latestReleaseDate: 2019-05-29 - releaseCycle: "1.12" releaseDate: 2017-05-04 eol: true latest: "1.12.5" latestReleaseDate: 2018-03-28 - releaseCycle: "1.10" releaseDate: 2016-11-01 eol: true latest: "1.10.5" latestReleaseDate: 2017-06-15 - releaseCycle: "1.8" releaseDate: 2016-03-24 eol: true latest: "1.8.3" latestReleaseDate: 2016-08-19 - releaseCycle: "1.6" releaseDate: 2015-09-25 eol: true latest: "1.6.4" latestReleaseDate: 2016-04-14 - releaseCycle: "1.4" releaseDate: 2014-07-19 eol: true # no known changelog for this version link: null latest: "1.4.5" latestReleaseDate: 2014-12-18 - releaseCycle: "1.2" releaseDate: 2013-09-24 eol: true # no known changelog for this version link: null latest: "1.2.4" latestReleaseDate: 2014-04-18 - releaseCycle: "1.0" releaseDate: 2012-09-24 eol: true # no known changelog for this version link: null latest: "1.0.10" latestReleaseDate: 2013-08-28 --- > [GStreamer](https://gstreamer.freedesktop.org/) is a pipeline-based > multimedia framework that links together a wide variety of media > processing systems to complete complex workflows. For instance, > GStreamer can be used to build a system that reads files in one > format, processes them, and exports them in another. The formats and > processes can be changed in a plug and play fashion. GStreamer follows [Semantic Versioning](https://semver.org/). Moreover, GStreamer is using the following version policy: - Stable releases (ready for production use) are even numbers, such as 1.0, 1.2, or 1.4. - Development releases are odd numbers, such as 1.1, 1.3, or 1.5. The support and EOL policy is not clearly defined. But, looking at the release history, there is at least a `x.y` release every year which is supported for at least a year with important bug fixes. ================================================ FILE: products/guzzle.md ================================================ --- title: Guzzle addedAt: 2025-02-19 category: framework tags: php-runtime permalink: /guzzle releasePolicyLink: https://github.com/guzzle/guzzle?tab=readme-ov-file#version-guidance customFields: - name: supportedPHPVersions display: after-release-column label: PHP versions description: Supported PHP versions range auto: methods: - git: https://github.com/guzzle/guzzle.git identifiers: - repology: guzzle - purl: pkg:composer/guzzlehttp/guzzle - purl: pkg:github/guzzle/guzzle - cpe: cpe:/a:guzzlephp:guzzle - cpe: cpe:2.3:a:guzzlephp:guzzle # EOL dates are documented on https://github.com/guzzle/guzzle?tab=readme-ov-file#version-guidance. releases: - releaseCycle: "7" eol: false supportedPHPVersions: ">=7.2.5, <8.6" latest: "7.10.0" releaseDate: 2020-06-27 latestReleaseDate: 2025-08-23 - releaseCycle: "6" eol: 2023-10-31 supportedPHPVersions: ">=5.5, <8.0" latest: "6.5.8" releaseDate: 2015-05-26 latestReleaseDate: 2022-06-20 - releaseCycle: "5" eol: 2019-10-31 supportedPHPVersions: ">=5.4, <7.4" latest: "5.3.4" releaseDate: 2014-10-12 latestReleaseDate: 2019-10-30 - releaseCycle: "4" eol: 2016-10-31 supportedPHPVersions: ">=5.4, <7.0" latest: "4.2.4" releaseDate: 2014-03-29 latestReleaseDate: 2016-07-15 - releaseCycle: "3" eol: 2016-10-31 supportedPHPVersions: ">=5.3.3, <7.0" latest: "3.8.1" releaseDate: 2014-01-28 latestReleaseDate: 2014-01-28 --- > [Guzzle](https://docs.guzzlephp.org/en/stable/) is an HTTP client written in PHP. After each new major release, the previous release is supported for [at least 2 years](https://github.com/guzzle/guzzle/security/policy#supported-versions). ================================================ FILE: products/haproxy.md ================================================ --- title: HAProxy addedAt: 2021-12-19 category: server-app tags: web-server permalink: /haproxy versionCommand: haproxy -v releasePolicyLink: https://www.haproxy.org/ changelogTemplate: https://www.haproxy.org/download/__RELEASE_CYCLE__/src/CHANGELOG auto: methods: - haproxy: https://www.haproxy.org/download/ identifiers: - repology: haproxy - purl: pkg:generic/haproxy - purl: pkg:deb/debian/haproxy - purl: pkg:deb/ubuntu/haproxy - purl: pkg:rpm/amzn/haproxy - purl: pkg:rpm/redhat/haproxy - purl: pkg:rpm/centos/haproxy - purl: pkg:apk/alpine/haproxy - cpe: cpe:2.3:a:haproxy:haproxy # releaseCycle, releaseDate, lts, eol and latest are listed on https://www.haproxy.org/ # eol dates noted as Q1-4 set to: Q1 -> YYYY-01-01, Q2 -> YYYY-04-01, Q3 -> YYYY-07-01, Q4 -> YYYY-10-01 # eol(x) = max(fuzzyDate(x), latestReleaseDate(x)) releases: - releaseCycle: "3.3" releaseDate: 2025-11-26 eol: 2027-01-01 latest: "3.3.6" latestReleaseDate: 2026-03-19 - releaseCycle: "3.2" releaseDate: 2025-05-28 lts: true eol: 2030-04-01 latest: "3.2.15" latestReleaseDate: 2026-03-19 - releaseCycle: "3.1" releaseDate: 2024-11-26 eol: 2026-01-01 latest: "3.1.17" latestReleaseDate: 2026-03-19 - releaseCycle: "3.0" releaseDate: 2024-05-29 lts: true eol: 2029-04-01 latest: "3.0.19" latestReleaseDate: 2026-03-19 - releaseCycle: "2.9" releaseDate: 2023-12-05 eol: 2025-03-21 latest: "2.9.15" latestReleaseDate: 2025-03-21 - releaseCycle: "2.8" releaseDate: 2023-05-31 lts: true eol: 2028-04-01 latest: "2.8.20" latestReleaseDate: 2026-03-20 - releaseCycle: "2.7" releaseDate: 2022-12-01 eol: 2024-04-05 latest: "2.7.12" latestReleaseDate: 2024-04-05 - releaseCycle: "2.6" releaseDate: 2022-05-31 lts: true eol: 2027-04-01 latest: "2.6.25" latestReleaseDate: 2026-03-20 - releaseCycle: "2.5" releaseDate: 2021-11-23 eol: 2023-05-02 latest: "2.5.14" latestReleaseDate: 2023-05-02 - releaseCycle: "2.4" releaseDate: 2021-05-14 lts: true eol: 2026-04-01 latest: "2.4.31" latestReleaseDate: 2026-03-09 - releaseCycle: "2.3" releaseDate: 2020-11-05 eol: 2022-07-27 latest: "2.3.21" latestReleaseDate: 2022-07-27 - releaseCycle: "2.2" releaseDate: 2020-07-07 lts: true eol: 2025-04-23 latest: "2.2.34" latestReleaseDate: 2025-04-23 - releaseCycle: "2.1" releaseDate: 2019-11-25 eol: 2021-03-18 latest: "2.1.12" latestReleaseDate: 2021-03-18 - releaseCycle: "2.0" releaseDate: 2019-06-16 eol: 2024-04-05 latest: "2.0.35" latestReleaseDate: 2024-04-05 - releaseCycle: "1.9" releaseDate: 2018-12-19 eol: 2020-07-31 latest: "1.9.16" latestReleaseDate: 2020-07-31 - releaseCycle: "1.8" releaseDate: 2017-11-26 eol: 2022-12-09 latest: "1.8.31" latestReleaseDate: 2022-12-09 - releaseCycle: "1.7" releaseDate: 2016-11-25 eol: 2021-10-01 latest: "1.7.14" latestReleaseDate: 2021-03-31 --- > [HAProxy](https://www.haproxy.org/) is a free, fast, and reliable reverse-proxy offering high > availability, load balancing, and proxying for TCP and HTTP-based applications. It is particularly > suited for very high traffic websites and powers a significant portion of the world's most visited > ones. ## Release Cadence and Versioning The HAProxy core team maintains multiple versions in parallel. Two major versions are released every year. The first digit usually indicates a breaking change (config format etc.) but in practice rarely changes. The second digit indicates new features. Both constitute a branch. One extra number appears after these digits to indicate the bug fix release. Fixes are backported to older releases with extreme care not to break anything. For this reason, it is highly recommended to stay on the latest version within a release cycle. ## Support Policy **LTS**: Branches with an even number are designated as "LTS" and are maintained for 5 years after their release. During this time they receive fixes for bugs that are discovered after the release. These branches are aimed at general users who seek extreme stability and do not want to perform upgrades too often but still want to receive fixes. **Stable**: Branches with an odd number are only called "stable" and they are aimed at highly skilled users who prefer to upgrade often to benefit from modern features, and who are also able to roll back in case of problems. These versions are maintained between 12 and 18 months. The duration is short and purposely not strict so that the maintenance cycle is decided with users based on feedback, and so that these versions do not end up in embedded products. It may happen that a few features are backported to these versions if there is some reasonable demand and the operation is considered riskless enough. EOL dates on [HAProxy](https://www.haproxy.org/) website are formatted as `YYYY-Qn`, with `YYYY` being the year, and `Qn` the quarter of that year. This is intentional and more can be read about it [on the HAProxy mailing list](https://www.mail-archive.com/haproxy@formilux.org/msg41669.html). This page takes a conservative approach, using the start of quarter as the EOL date (`YYYY-01-01` for Q1, `YYYY-04-01` for Q2, `YYYY-07-01` for Q3, `YYYY-10-01` for Q4). The EOL date will then be adjusted if a new version is released after that initial date. ================================================ FILE: products/harbor.md ================================================ --- title: Harbor addedAt: 2024-07-05 category: server-app tags: cncf linux-foundation iconSlug: harbor permalink: /harbor releasePolicyLink: https://github.com/goharbor/harbor/blob/main/RELEASES.md changelogTemplate: https://github.com/goharbor/harbor/releases/tag/v__LATEST__ eolColumn: Support identifiers: - purl: pkg:github/goharbor/harbor # Official images - purl: pkg:docker/goharbor/harbor-core - purl: pkg:docker/goharbor/harbor-exporter - purl: pkg:docker/goharbor/harbor-jobservice - purl: pkg:docker/goharbor/harbor-portal - purl: pkg:docker/goharbor/harbor-registryctl - purl: pkg:docker/goharbor/registry-photon # Bitnami Variants - purl: pkg:docker/bitnami/harbor-registry - purl: pkg:docker/bitnami/harbor-core - purl: pkg:docker/bitnami/harbor-exporter - purl: pkg:docker/bitnami/harbor-jobservice - purl: pkg:docker/bitnami/harbor-portal - purl: pkg:docker/bitnami/harbor-registryctl # Chainguard Images (Wolfi-based) - purl: pkg:oci/harbor-core?repository_url=cgr.dev/chainguard - purl: pkg:oci/harbor-jobservice?repository_url=cgr.dev/chainguard - purl: pkg:oci/harbor-portal?repository_url=cgr.dev/chainguard - purl: pkg:oci/harbor-registry?repository_url=cgr.dev/chainguard - purl: pkg:oci/harbor-registryctl?repository_url=cgr.dev/chainguard # Chainguard Images (+FIPS certified) - purl: pkg:oci/harbor-core-fips?repository_url=cgr.dev/chainguard - purl: pkg:oci/harbor-jobservice-fips?repository_url=cgr.dev/chainguard - purl: pkg:oci/harbor-portal-fips?repository_url=cgr.dev/chainguard - purl: pkg:oci/harbor-registry-fips?repository_url=cgr.dev/chainguard - purl: pkg:oci/harbor-registryctl-fips?repository_url=cgr.dev/chainguard # Official images on Quay, unmaintained - purl: pkg:oci/harbor-core?repository_url=quay.io/goharbor - purl: pkg:oci/harbor-portal?repository_url=quay.io/goharbor - purl: pkg:oci/harbor-jobservice?repository_url=quay.io/goharbor - cpe: cpe:2.3:a:linuxfoundation:harbor auto: methods: - github_releases: goharbor/harbor # eol(X) = releaseDate(X+3) releases: - releaseCycle: "2.14" releaseDate: 2025-09-17 eol: false latest: "2.14.3" latestReleaseDate: 2026-03-10 - releaseCycle: "2.13" releaseDate: 2025-04-09 eol: false latest: "2.13.5" latestReleaseDate: 2026-03-10 - releaseCycle: "2.12" releaseDate: 2024-11-05 eol: false latest: "2.12.4" latestReleaseDate: 2025-05-23 - releaseCycle: "2.11" releaseDate: 2024-06-04 eol: 2025-09-17 latest: "2.11.2" latestReleaseDate: 2024-11-19 - releaseCycle: "2.10" releaseDate: 2023-12-14 eol: 2025-04-09 latest: "2.10.3" latestReleaseDate: 2024-07-04 - releaseCycle: "2.9" releaseDate: 2023-08-31 eol: 2024-11-08 latest: "2.9.5" latestReleaseDate: 2024-07-01 - releaseCycle: "2.8" releaseDate: 2023-04-13 eol: 2024-06-04 latest: "2.8.6" latestReleaseDate: 2024-04-22 - releaseCycle: "2.7" releaseDate: 2022-12-16 eol: 2023-12-14 latest: "2.7.4" latestReleaseDate: 2023-11-30 - releaseCycle: "2.6" releaseDate: 2022-08-28 eol: 2023-08-31 latest: "2.6.4" latestReleaseDate: 2023-02-22 - releaseCycle: "2.5" releaseDate: 2022-04-07 eol: 2023-04-13 latest: "2.5.6" latestReleaseDate: 2023-02-23 - releaseCycle: "2.4" releaseDate: 2021-10-25 eol: 2022-12-16 latest: "2.4.3" latestReleaseDate: 2022-08-03 - releaseCycle: "2.3" releaseDate: 2021-06-17 eol: 2022-08-28 latest: "2.3.5" latestReleaseDate: 2021-12-15 - releaseCycle: "2.2" releaseDate: 2021-02-23 eol: 2022-04-07 latest: "2.2.4" latestReleaseDate: 2021-10-25 - releaseCycle: "2.1" releaseDate: 2020-09-18 eol: 2021-10-25 latest: "2.1.6" latestReleaseDate: 2021-07-09 - releaseCycle: "2.0" releaseDate: 2020-05-13 eol: 2021-06-17 latest: "2.0.6" latestReleaseDate: 2021-02-05 - releaseCycle: "1.10" releaseDate: 2019-12-12 eol: 2021-02-23 latest: "1.10.19" latestReleaseDate: 2024-09-20 - releaseCycle: "1.9" releaseDate: 2019-09-17 eol: 2020-09-18 latest: "1.9.4" latestReleaseDate: 2019-12-31 --- > [Harbor](https://goharbor.io/) is an open-source registry server that stores and distributes > container images and other artifacts. It is a graduated CNCF project. The latest 3 minor releases are supported with critical community and security issues. Each minor release is maintained for approximately 9 months. {: .warning } > This page tracks the Harbor open-source edition. VMWare's Harbor Registry, the enterprise > edition by VMWare is documented at [/vmware-harbor-registry](/vmware-harbor-registry). ## Upgrade Policy Upgrades are only supported from the n-2 minor release. For example, upgrading from 2.9 to 2.11 is supported, but upgrading from 2.8 to 2.11 is not. ================================================ FILE: products/hashicorp-packer.md ================================================ --- title: Hashicorp Packer addedAt: 2024-10-22 category: server-app tags: hashicorp iconSlug: packer permalink: /hashicorp-packer alternate_urls: - /packer releasePolicyLink: https://support.hashicorp.com/hc/en-us/articles/360021185113-Support-Period-and-End-of-Life-EOL-Policy changelogTemplate: https://github.com/hashicorp/packer/releases/tag/v__LATEST__ eolColumn: Standard Maintenance versionCommand: packer --version identifiers: - repology: packer - cpe: cpe:2.3:a:hashicorp:packer auto: methods: - git: https://github.com/hashicorp/packer.git # eol(x) = release(x+3) releases: - releaseCycle: "1.15" releaseDate: 2026-02-04 eol: false latest: "1.15.0" latestReleaseDate: 2026-02-04 - releaseCycle: "1.14" releaseDate: 2025-07-30 eol: false latest: "1.14.3" latestReleaseDate: 2025-11-18 - releaseCycle: "1.13" releaseDate: 2025-05-30 eol: false latest: "1.13.1" latestReleaseDate: 2025-06-06 - releaseCycle: "1.12" releaseDate: 2025-01-22 eol: 2026-02-04 latest: "1.12.0" latestReleaseDate: 2025-01-22 - releaseCycle: "1.11" releaseDate: 2024-05-31 eol: 2025-07-30 latest: "1.11.2" latestReleaseDate: 2024-07-30 - releaseCycle: "1.10" releaseDate: 2023-12-05 eol: 2025-05-30 latest: "1.10.3" latestReleaseDate: 2024-04-22 - releaseCycle: "1.9" releaseDate: 2023-05-31 eol: 2025-01-22 latest: "1.9.5" latestReleaseDate: 2023-12-04 - releaseCycle: "1.8" releaseDate: 2022-03-04 eol: 2024-05-31 latest: "1.8.7" latestReleaseDate: 2023-05-04 --- > [Hashicorp Packer](https://www.packer.io/) is a community tool for creating identical machine images for multiple platforms from a single source configuration. **Generally Available (GA)** releases of active products are supported under standard maintenance approximately for a year. The standard support period and end-of-life policy covers "N−2" versions, which means, at any given time, HashiCorp maintains the current version ("N") and the two previous versions ("N−2"). ## Versioning and Release Cadence A major release is identified by a change in the first (X) or second (Y) digit in the following versioning nomenclature: `Version X.Y.Z.` ================================================ FILE: products/hashicorp-vault.md ================================================ --- title: Hashicorp Vault addedAt: 2022-07-22 category: server-app tags: hashicorp iconSlug: vault permalink: /hashicorp-vault alternate_urls: - /vault releasePolicyLink: https://support.hashicorp.com/hc/en-us/articles/360021185113-Support-Period-and-End-of-Life-EOL-Policy changelogTemplate: https://github.com/hashicorp/vault/releases/tag/v__LATEST__ eolColumn: Standard Maintenance eoesColumn: Extended Maintenance versionCommand: vault --version identifiers: - repology: vault - cpe: cpe:/a:hashicorp:vault - cpe: cpe:2.3:a:hashicorp:vault auto: methods: - git: https://github.com/hashicorp/vault.git # eol(x) = releaseDate(x+1) # eoes(x) = releaseDate(x+6) releases: - releaseCycle: "1.21" releaseDate: 2025-10-21 eol: false # releaseDate(1.22) latest: "1.21.4" latestReleaseDate: 2026-03-04 - releaseCycle: "1.20" releaseDate: 2025-06-23 eol: 2025-10-21 latest: "1.20.4" latestReleaseDate: 2025-09-23 - releaseCycle: "1.19" lts: true releaseDate: 2025-03-04 eol: 2025-06-23 eoes: false # CY27 Q1 (1.25 release) latest: "1.19.5" latestReleaseDate: 2025-05-29 - releaseCycle: "1.18" releaseDate: 2024-10-08 eol: 2025-03-04 latest: "1.18.5" latestReleaseDate: 2025-02-24 - releaseCycle: "1.17" releaseDate: 2024-06-10 eol: 2024-10-09 latest: "1.17.6" latestReleaseDate: 2024-09-24 - releaseCycle: "1.16" releaseDate: 2024-03-25 lts: true eol: 2024-06-10 eoes: false # CY26 Q1 (1.22 release) latest: "1.16.3" latestReleaseDate: 2024-05-29 - releaseCycle: "1.15" releaseDate: 2023-09-22 eol: 2024-10-08 latest: "1.15.6" latestReleaseDate: 2024-02-28 - releaseCycle: "1.14" releaseDate: 2023-06-19 eol: 2024-06-10 latest: "1.14.10" latestReleaseDate: 2024-02-28 - releaseCycle: "1.13" releaseDate: 2023-03-01 eol: 2024-03-25 latest: "1.13.13" latestReleaseDate: 2024-01-29 - releaseCycle: "1.12" releaseDate: 2022-10-10 eol: 2023-09-27 latest: "1.12.11" latestReleaseDate: 2023-09-11 - releaseCycle: "1.11" releaseDate: 2022-06-17 eol: 2023-06-21 latest: "1.11.12" latestReleaseDate: 2023-06-19 - releaseCycle: "1.10" releaseDate: 2022-03-21 eol: 2023-03-01 latest: "1.10.11" latestReleaseDate: 2023-02-24 - releaseCycle: "1.9" releaseDate: 2021-11-16 eol: 2022-10-10 latest: "1.9.10" latestReleaseDate: 2022-09-15 --- > [Hashicorp Vault](https://www.vaultproject.io/) is a tool for securely accessing secrets. It > provides a unified interface to any secret, while providing tight access control and recording a > detailed audit log. - **Generally Available (GA)** support of the latest minor release. [Community versions](https://github.com/hashicorp/vault/issues/28471#issuecomment-2393714603) end when the next release occurs. While the [Enterprise versions](https://support.hashicorp.com/hc/en-us/articles/360021185113-Support-Period-and-End-of-Life-EOL-Policy) have extended support. - [**Long-Term-Support (LTS)**](https://developer.hashicorp.com/vault/docs/enterprise/lts) releases offer extended maintenance through minor releases for select, major **Vault Enterprise** releases. The latest 2 LTS releases are supported at any given time, following an N-1 policy. Since Vault has 3 releases every year, this results in approximately 1 year of standard maintenance, followed by one year of extended maintenance for the LTS releases. ## Maintenance Levels - **Standard Maintenance** includes new features, bug fixes, and security patches to the latest minor version. - **Extended Maintenance** (only available for LTS releases for Vault Enterprise customers) only includes patches for bugs that may cause outages and critical vulnerabilities and exposures (CVEs). ## Versioning and Release Cadence A major release is identified by a change in the first (X) or second (Y) digit in the following versioning nomenclature: `Version X.Y.Z.` Vault typically has 3 major releases every year. LTS releases overlap by one year, allowing upgrade time for Enterprise customers. Upgrading from version LTS to LTS+1 may require transitional upgrades to move through the intermediate Vault versions. ================================================ FILE: products/hbase.md ================================================ --- title: Apache HBase addedAt: 2022-07-27 category: database tags: apache java-runtime iconSlug: apachehbase permalink: /hbase alternate_urls: - /apache_hbase - /apache-hbase releasePolicyLink: https://hbase.apache.org/downloads.html changelogTemplate: https://github.com/apache/hbase/blob/rel/__LATEST__/RELEASENOTES.md eolColumn: Service Status identifiers: - repology: hbase - cpe: cpe:/a:apache:hbase - cpe: cpe:2.3:a:apache:hbase auto: methods: - git: https://github.com/apache/hbase.git regex: '^rel\/(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P\d+))?$' # Supported releases are listed on https://hbase.apache.org/downloads.html releases: - releaseCycle: "2.6" releaseDate: 2024-05-17 eol: false latestReleaseDate: 2025-11-13 latest: "2.6.4" - releaseCycle: "2.5" releaseDate: 2022-08-31 eol: false latestReleaseDate: 2025-11-13 latest: "2.5.13" - releaseCycle: "2.4" releaseDate: 2020-12-15 eol: 2025-05-25 # more than 1 year without update, and not listed on https://hbase.apache.org/downloads.html anymore latest: "2.4.18" latestReleaseDate: 2024-05-25 - releaseCycle: "2.3" releaseDate: 2020-07-13 eol: 2021-10-19 latest: "2.3.7" latestReleaseDate: 2021-10-19 - releaseCycle: "1.7" outOfOrder: true # wrong tag date for https://github.com/apache/hbase/releases/tag/rel%2F1.7.0 releaseDate: 2021-06-12 eol: 2022-08-09 link: https://github.com/apache/hbase/blob/rel/__LATEST__/CHANGES.txt latest: "1.7.2" latestReleaseDate: 2022-08-09 - releaseCycle: "2.2" releaseDate: 2019-07-25 eol: 2021-04-19 latest: "2.2.7" latestReleaseDate: 2021-04-19 --- > [Apache HBase](https://hbase.apache.org/) is an open-source non-relational distributed database > modeled after Google's Bigtable and written in Java. It's useful for random, real-time read/write > access to Big Data. The project's goal is the hosting of huge tables — billions of rows X > millions of columns — atop clusters of commodity hardware. You must pick a supported release of Hadoop as per the [compatibility matrix](https://hbase.apache.org/book.html#hadoop). No releases are scheduled in advance. ================================================ FILE: products/hibernate-orm.md ================================================ --- title: Hibernate ORM addedAt: 2026-01-10 category: framework iconSlug: hibernate permalink: /hibernate-orm alternate_urls: - /hibernate releasePolicyLink: https://hibernate.org/community/maintenance-policy/ changelogTemplate: https://github.com/hibernate/hibernate-orm/releases/tag/__LATEST__ eolColumn: Stable support eoesColumn: Limited support customFields: - name: supportedJavaVersions display: api-only label: JDK description: Supported JDK versions link: https://hibernate.org/orm/releases/ - name: supportedJakartaEEVersions display: api-only label: Jakarta EE description: Supported Jakarta EE versions link: https://hibernate.org/orm/releases/ identifiers: - cpe: cpe:/a:hibernate:hibernate_orm - cpe: cpe:2.3:a:hibernate:hibernate_orm - purl: pkg:maven/org.hibernate.orm/hibernate-core - purl: pkg:maven/org.hibernate/hibernate-core auto: methods: - git: https://github.com/hibernate/hibernate-orm.git # Support level is documented on https://hibernate.org/orm/releases/. # Since 7 (may be more ?) : eol(x) = releaseDate(x+1), except if marked as stable on https://hibernate.org/orm/releases/. # Supported Java/Jakarta EE versions available on https://hibernate.org/orm/releases/. releases: - releaseCycle: "7.2" supportedJavaVersions: "17, 21 or 25" supportedJakartaEEVersions: "11" releaseDate: 2025-10-08 eol: false eoes: false latest: "7.2.7" latestReleaseDate: 2026-03-15 - releaseCycle: "7.1" supportedJavaVersions: "17, 21 or 25" supportedJakartaEEVersions: "11" releaseDate: 2025-08-08 eol: 2025-10-08 eoes: false latest: "7.1.20" latestReleaseDate: 2026-03-22 - releaseCycle: "7.0" supportedJavaVersions: "17, 21 or 23" supportedJakartaEEVersions: "11" releaseDate: 2025-05-20 eol: 2025-08-08 eoes: true latest: "7.0.10" latestReleaseDate: 2025-08-10 - releaseCycle: "6.6" supportedJavaVersions: "11, 17, 21 or 25" supportedJakartaEEVersions: "10" releaseDate: 2024-08-08 eol: true eoes: false latest: "6.6.45" latestReleaseDate: 2026-03-22 - releaseCycle: "6.5" supportedJavaVersions: "11, 17, 21, 22 or 23" supportedJakartaEEVersions: "10" releaseDate: 2024-04-25 eol: true eoes: true latest: "6.5.3" latestReleaseDate: 2024-09-18 - releaseCycle: "6.4" supportedJavaVersions: "11, 17 or 21" supportedJakartaEEVersions: "10" releaseDate: 2023-11-23 eol: true eoes: true latest: "6.4.10" latestReleaseDate: 2024-08-06 - releaseCycle: "6.3" supportedJavaVersions: "11, 17, 20 or 21" supportedJakartaEEVersions: "10" releaseDate: 2023-09-01 eol: true eoes: true latest: "6.3.2" latestReleaseDate: 2023-11-23 - releaseCycle: "6.2" supportedJavaVersions: "11, 17, 20 or 21" supportedJakartaEEVersions: "10" releaseDate: 2023-03-31 eol: true eoes: false latest: "6.2.50" latestReleaseDate: 2026-03-22 - releaseCycle: "6.1" supportedJavaVersions: "11, 17 or 18" supportedJakartaEEVersions: "10" releaseDate: 2022-06-07 eol: true eoes: true latest: "6.1.7" latestReleaseDate: 2023-02-07 - releaseCycle: "6.0" supportedJavaVersions: "11, 17 or 18" supportedJakartaEEVersions: "10" releaseDate: 2022-04-01 eol: true eoes: true latest: "6.0.2" latestReleaseDate: 2022-05-25 - releaseCycle: "5.6" supportedJavaVersions: "8, 11, 17 or 18" supportedJakartaEEVersions: "8" releaseDate: 2021-10-11 eol: true eoes: true latest: "5.6.15" latestReleaseDate: 2023-02-06 - releaseCycle: "5.5" supportedJavaVersions: "8, 11 or 17" supportedJakartaEEVersions: "8" releaseDate: 2021-06-01 eol: true eoes: true latest: "5.5.9" latestReleaseDate: 2021-12-16 - releaseCycle: "5.4" supportedJavaVersions: "8, 11 or 17" supportedJakartaEEVersions: "8" releaseDate: 2018-12-12 eol: true eoes: true latest: "5.4.33" latestReleaseDate: 2022-01-10 - releaseCycle: "5.3" supportedJavaVersions: "8, 11 or 17" supportedJakartaEEVersions: "8" releaseDate: 2018-05-14 eol: true eoes: false latest: "5.3.38" latestReleaseDate: 2026-01-19 --- > [Hibernate ORM](https://hibernate.org) (or simply Hibernate) is an open-source object–relational mapping tool for the Java programming language. > It provides a framework for mapping an object-oriented domain model to a relational database. Hibernate follows [Semantic Versioning](https://semver.org/). A `{major}.{minor}` combination (6.0, 6.1, 6.2, e.g.) is called a series, and maintenance is based on series. Series labeled _stable_, usually only the latest, are fully maintained with improvements, bug and security fixes. Series labeled _limited-support_ [only receive updates that are requested by Red Hat customers](https://discourse.hibernate.org/t/which-version-is-long-term-support-version-for-hibernate-orm-version-5-5-3-or-5-6/9881/3), and are not guaranteed to be available, except through [their commercial support offering](https://hibernate.org/orm/support/). Supported series, as well as their support level, are documented on the [Hibernate ORM releases page](https://hibernate.org/orm/releases/). ================================================ FILE: products/ibm-aix.md ================================================ --- title: IBM AIX addedAt: 2023-06-14 category: os tags: ibm unix-distribution iconSlug: ibm permalink: /ibm-aix alternate_urls: - /aix versionCommand: oslevel -s releasePolicyLink: https://www.ibm.com/support/pages/aix-support-lifecycle-information releaseLabel: "{{'__RELEASE_CYCLE__'|split:'.'|pop|join:'.'}} TL{{'__RELEASE_CYCLE__'|split:'.'|last}}" changelogTemplate: "https://www.ibm.com/docs/aix/{{'__RELEASE_CYCLE__'|split:'.'|pop|join:'.'}}?topic=notes-aix-{{'__RELEASE_CYCLE__'|replace:'.',''}}-release" eolColumn: End of Service Pack Support (EoSPS) identifiers: - cpe: cpe:/o:ibm:aix - cpe: cpe:2.3:o:ibm:aix auto: methods: - ibm-aix: https://www.ibm.com/support/pages/aix-support-lifecycle-information - release_table: https://www.ibm.com/support/pages/aix-support-lifecycle-information header_selector: "tbody tr:nth-of-type(1)" fields: releaseCycle: column: "TL" regex: 'AIX (?P\d+).(?P\d+) TL(?P\d+)' template: "{{major}}.{{minor}}.{{patch}}" eol: column: "End of Fix Support" regex: '(?P\d+ \w+ \d+).*' releases: - releaseCycle: "7.3.4" releaseDate: 2025-12-06 eol: 2028-12-31 latest: "7.3.4" latestReleaseDate: 2025-12-31 - releaseCycle: "7.3.3" releaseDate: 2024-12-06 eol: 2027-12-31 latest: "7.3.3" latestReleaseDate: 2024-12-31 - releaseCycle: "7.3.2" releaseDate: 2023-11-30 eol: 2026-11-30 latest: "7.3.2" latestReleaseDate: 2023-11-30 - releaseCycle: "7.3.1" releaseDate: 2022-12-31 eol: 2025-12-31 latest: "7.3.1" latestReleaseDate: 2022-12-31 - releaseCycle: "7.3.0" releaseDate: 2021-12-31 eol: 2024-12-31 latest: "7.3.0" latestReleaseDate: 2021-12-31 link: https://www.ibm.com/docs/aix/7.3?topic=notes-aix-73-release - releaseCycle: "7.2.5" staleReleaseThresholdDays: 2000 # see https://www.ibm.com/support/pages/aix-support-lifecycle-information releaseDate: 2020-11-30 eol: false latest: "7.2.5" latestReleaseDate: 2020-11-30 - releaseCycle: "7.2.4" releaseDate: 2019-11-30 eol: 2022-11-30 latest: "7.2.4" latestReleaseDate: 2019-11-30 - releaseCycle: "7.2.3" releaseDate: 2018-09-30 eol: 2021-09-30 latest: "7.2.3" latestReleaseDate: 2018-09-30 - releaseCycle: "7.2.2" releaseDate: 2017-10-31 eol: 2020-10-31 latest: "7.2.2" latestReleaseDate: 2017-10-31 - releaseCycle: "7.2.1" releaseDate: 2016-11-30 eol: 2019-11-30 latest: "7.2.1" latestReleaseDate: 2016-11-30 - releaseCycle: "7.2.0" releaseDate: 2015-12-31 eol: 2018-12-31 latest: "7.2.0" latestReleaseDate: 2015-12-31 - releaseCycle: "7.1.5" outOfOrder: true # wrong date on https://www.ibm.com/support/pages/aix-support-lifecycle-information releaseDate: 2017-10-31 eol: 2023-04-30 latest: "7.1.5" latestReleaseDate: 2017-10-31 - releaseCycle: "6.1.9" releaseDate: 2013-11-30 eol: 2017-04-30 latest: "6.1.9" latestReleaseDate: 2013-11-30 link: https://www.ibm.com/docs/aix/6.1?topic=aix-older-versions --- > [IBM AIX](https://www.ibm.com/products/aix) is a Unix-based operating system created by IBM, used > mainly in mainframes and working on POWER-based architectures. Find more information about Technology Levels (TL) and Service Packs (SP) and their support dates on [the AIX support lifecycle information page](https://www.ibm.com/support/pages/aix-support-lifecycle-information). ================================================ FILE: products/ibm-db2.md ================================================ --- title: IBM Db2 addedAt: 2025-08-15 category: database tags: ibm iconSlug: ibm permalink: /ibm-db2 versionCommand: db2level releasePolicyLink: https://www.ibm.com/support/pages/db2-distributed-end-support-eos-dates changelogTemplate: https://www.ibm.com/docs/en/db2/__RELEASE_CYCLE__.0 latestColumn: false eol: Base Support eoes: Extended Support identifiers: - cpe: cpe:/a:ibm:db2 - cpe: cpe:2.3:a:ibm:db2 auto: methods: - ibm-product-lifecycle: https://www.ibm.com/support/pages/space/product-lifecycle/ibm_product_lifecycle_list.csv product_selector: DB2 Enterprise Server Edition regex: '^(?P\d+)\.(?P\d+).*$' releases: - releaseCycle: "12.1" staleReleaseThresholdDays: 730 # EOL not declared on https://www.ibm.com/support/pages/space/product-lifecycle/ibm_product_lifecycle_list.csv releaseDate: 2024-11-14 eol: false eoes: false - releaseCycle: "11.5" releaseDate: 2019-06-25 eol: 2027-04-30 eoes: 2031-04-30 link: https://www.ibm.com/docs/en/db2/11.5.x - releaseCycle: "11.1" releaseDate: 2016-06-15 eol: 2022-04-30 eoes: 2026-04-30 - releaseCycle: "10.5" releaseDate: 2013-07-26 eol: 2020-04-30 eoes: 2025-04-30 - releaseCycle: "10.1" releaseDate: 2012-06-11 eol: 2017-09-30 eoes: 2025-04-30 - releaseCycle: "9.7" releaseDate: 2009-08-28 eol: 2017-09-30 eoes: 2025-04-30 - releaseCycle: "9.5" releaseDate: 2007-12-14 eol: 2015-04-30 eoes: 2018-04-30 link: https://www.ibm.com/support/pages/db2-version-95-linux-unix-and-windows-english-manuals - releaseCycle: "9.1" releaseDate: 2006-09-22 eol: 2012-04-30 eoes: 2015-04-30 link: https://www.ibm.com/support/pages/db2-version-91-linux-unix-and-windows-manuals --- > [IBM Db2](https://www.ibm.com/products/db2) is a commercial database management system developed by IBM. > It is designed to store, analyze, and retrieve data efficiently and is widely used in enterprise environments. > It initially supported the relational model, but was extended to support object–relational features and non-relational structures like JSON and XML. Db2 does not follow a fixed schedule or support policy. Minor releases are supported with bug and security fixes. [Extended Support](https://www.ibm.com/support/pages/node/7008589) is also available for an additional fee. ================================================ FILE: products/ibm-i.md ================================================ --- title: IBM iSeries addedAt: 2024-02-09 category: os tags: ibm unix-distribution iconSlug: ibm permalink: /ibm-i alternate_urls: - /iseries - /i-series - /ibm-iseries - /ibmi - /as400 - /os400 - /os-400 versionCommand: DSPJOB OUTPUT(*PRINT) releasePolicyLink: https://www.ibm.com/support/pages/release-life-cycle # https://www.ibm.com/support/pages/ibm-i-release-support eolColumn: End of Service Pack Support (EoSPS) eoesColumn: Extended Life Cycle Support auto: methods: - release_table: https://www.ibm.com/support/pages/release-life-cycle fields: releaseCycle: column: "Release" regex: 'V?(?P\d+)[.R](?P\d+).*' template: "{{major}}.{{minor}}" releaseDate: "GA date*" eol: "Change in Service Level*" eoes: "Program Support Extension Available*" releases: - releaseCycle: "7.6" releaseDate: 2025-04-18 eol: false latest: "7.6.0" latestReleaseDate: 2025-04-18 link: https://www.ibm.com/docs/i/7.6.0 - releaseCycle: "7.5" staleReleaseThresholdDays: 1500 # see https://www.ibm.com/support/pages/release-life-cycle releaseDate: 2022-05-10 eol: false latest: "7.5.0" latestReleaseDate: 2022-05-10 link: https://www.ibm.com/support/pages/customer-notices-and-information-ibm-i-75 - releaseCycle: "7.4" releaseDate: 2019-06-21 eol: 2026-09-30 latest: "7.4.0" latestReleaseDate: 2019-06-21 link: https://www.ibm.com/support/pages/customer-notices-and-information-ibm-i-74 - releaseCycle: "7.3" releaseDate: 2016-04-15 eol: 2023-09-30 eoes: 2028-09-30 latest: "7.3.0" latestReleaseDate: 2016-04-15 link: https://www.ibm.com/support/pages/customer-notices-and-information-ibm-i-73 - releaseCycle: "7.2" releaseDate: 2014-05-02 eol: 2021-04-30 eoes: 2026-04-30 latest: "7.2.0" latestReleaseDate: 2014-05-02 link: https://www.ibm.com/support/pages/customer-notices-and-information-ibm-i-72 - releaseCycle: "7.1" releaseDate: 2010-04-23 eol: 2018-04-30 latest: "7.1.0" latestReleaseDate: 2010-04-23 link: https://www.ibm.com/support/pages/customer-notices-and-information-ibm-i-71 - releaseCycle: "6.1" releaseDate: 2008-03-21 eol: 2015-09-30 eoes: 2019-09-30 latest: "6.1.0" latestReleaseDate: 2008-04-23 link: https://www.ibm.com/support/pages/customer-notices-and-information-ibm-i-61 - releaseCycle: "5.4" releaseDate: 2006-02-14 eol: 2013-09-30 eoes: 2017-09-30 latest: "5.4" latestReleaseDate: 2006-02-14 - releaseCycle: "5.3" releaseDate: 2004-06-11 eol: 2009-04-30 eoes: 2013-04-30 latest: "5.3" latestReleaseDate: 2004-06-11 - releaseCycle: "5.2" releaseDate: 2002-08-30 eol: 2007-04-30 latest: "5.2" latestReleaseDate: 2002-08-30 - releaseCycle: "5.1" releaseDate: 2001-05-25 eol: 2005-09-30 latest: "5.1" latestReleaseDate: 2001-05-25 - releaseCycle: "4.5" releaseDate: 2000-07-28 eol: 2002-07-31 eoes: 2002-12-31 latest: "4.5" latestReleaseDate: 2000-07-28 - releaseCycle: "4.4" releaseDate: 1999-05-21 eol: 2001-05-31 eoes: 2001-11-30 latest: "4.4" latestReleaseDate: 1999-05-21 - releaseCycle: "4.3" releaseDate: 1998-09-11 eol: 2001-01-31 latest: "4.3" latestReleaseDate: 1998-09-11 - releaseCycle: "4.2" releaseDate: 1998-02-27 eol: 2000-05-31 eoes: 2001-01-31 latest: "4.2" latestReleaseDate: 1998-02-27 - releaseCycle: "4.1" releaseDate: 1997-08-29 eol: 2000-05-31 latest: "4.1" latestReleaseDate: 1997-08-29 - releaseCycle: "3.7" releaseDate: 1996-11-08 eol: 1999-06-30 latest: "3.7" latestReleaseDate: 1996-11-08 - releaseCycle: "3.6" releaseDate: 1995-12-22 eol: 1998-10-31 latest: "3.6" latestReleaseDate: 1995-12-22 - releaseCycle: "3.2" outOfOrder: true # wrong date on https://www.ibm.com/support/pages/release-life-cycle releaseDate: 1996-06-21 eol: 2000-05-31 latest: "3.2" latestReleaseDate: 1996-06-21 - releaseCycle: "3.1" releaseDate: 1994-11-25 eol: 1998-10-31 latest: "3.1" latestReleaseDate: 1994-11-25 - releaseCycle: "3.0" releaseDate: 1994-06-03 eol: 1997-05-31 latest: "3.0.5" latestReleaseDate: 1994-06-03 - releaseCycle: "2.3" releaseDate: 1993-12-17 eol: 1996-05-31 latest: "2.3" latestReleaseDate: 1993-12-17 - releaseCycle: "2.2" releaseDate: 1992-09-18 eol: 1995-03-31 latest: "2.2" latestReleaseDate: 1992-09-18 - releaseCycle: "2.1" releaseDate: 1992-03-06 eol: 1994-06-30 latest: "2.1.1" latestReleaseDate: 1992-03-06 --- > [IBM i](https://www.ibm.com/products/ibm-i) is a fully integrated operating system, meaning the > database, middleware, security, runtime and hypervisor are integrated into the stack and licensed > as one solution. It was originally released in 1988 as OS/400, as the sole operating system of > the IBM AS/400 line of systems. It was renamed to i5/OS in 2004, before being renamed a second > time to IBM i in 2008. End of program support date will be announced with at least a 12-month notice prior to the effective termination date. IBM i 7.3 Service Extension Offering starts on October 1, 2023. For details regarding support coverage for the various products in the IBM i portfolio, see Service Extension for IBM i 7.3, 7.2 and 7.1. IBM i 7.2 Service Extension Offering started on May 1, 2021. For details regarding support coverage for the various products in the IBM i portfolio, see Service Extension for IBM i 7.3, 7.2 and 7.1. IBM i 7.1 extended Service Extension started on May 1, 2021. The duration of IBM i 7.1 extended Service Extension is dependent on the Power hardware generation. The extended Service Extension coverage is usage and known defect support, and there are some exceptions of products and functions which are not supported. For notes regarding extended Service Extension duration and support coverage, see Service Extension for IBM i 7.3, 7.2 and 7.1. For 6.1, it includes both Machine Code Level V6R1M0 and V6R1M1. Find more information about Technology Levels (TL) and Service Packs (SP) and their support dates on [IBM i Release Support](https://www.ibm.com/support/pages/ibm-i-release-support) page. ================================================ FILE: products/ibm-mq.md ================================================ --- title: IBM MQ addedAt: 2025-08-15 category: server-app tags: ibm iconSlug: ibm permalink: /ibm-mq versionCommand: dspmqver releasePolicyLink: https://www.ibm.com/support/pages/ibm-mq-faq-long-term-support-and-continuous-delivery-releases changelogTemplate: https://www.ibm.com/docs/en/ibm-mq/__RELEASE_CYCLE__.x latestColumn: false eolColumn: Support eoesColumn: Extended Support staleReleaseThresholdDays: 1500 # the product seems very stable identifiers: - cpe: cpe:/a:ibm:mq - cpe: cpe:2.3:a:ibm:mq auto: methods: - ibm-product-lifecycle: https://www.ibm.com/support/pages/space/product-lifecycle/ibm_product_lifecycle_list.csv product_selector: IBM MQ regex: '^(?P\d+)\.(?P\d+).*$' # Release dates from https://en.wikipedia.org/wiki/IBM_MQ. # EOL dates from https://www.techzert.com/ibm-mq-end-of-support # or https://www.ibm.com/support/pages/space/product-lifecycle/ibm_product_lifecycle_list.csv. releases: - releaseCycle: "9.4" releaseLabel: "IBM MQ 9.4 LTS" releaseDate: 2024-06-18 eol: false eoes: false - releaseCycle: "9.3" releaseLabel: "IBM MQ 9.3 LTS" releaseDate: 2022-06-23 eol: false eoes: false - releaseCycle: "9.2" releaseLabel: "IBM MQ 9.2 LTS" releaseDate: 2020-07-23 eol: 2025-09-30 eoes: 2029-09-30 - releaseCycle: "9.1" releaseLabel: "IBM MQ 9.1 LTS" releaseDate: 2018-07-23 eol: 2023-09-30 eoes: 2027-09-30 - releaseCycle: "9.0" releaseLabel: "IBM MQ 9.0 LTS" releaseDate: 2016-06-02 eol: 2021-09-30 eoes: 2025-09-30 - releaseCycle: "8.0" releaseLabel: "IBM MQ 8.0" releaseDate: 2014-06-13 eol: 2020-04-30 eoes: 2023-04-30 link: https://www.ibm.com/docs/en/ibm-mq/8.0.0 - releaseCycle: "7.5" releaseLabel: "WebSphere MQ 7.5" releaseDate: 2012-06-15 eol: 2018-04-30 link: https://www.ibm.com/docs/en/ibm-mq/7.5.0 - releaseCycle: "7.1" releaseLabel: "WebSphere MQ 7.1" releaseDate: 2011-11-01 eol: 2017-04-30 link: https://public.dhe.ibm.com/software/integration/wmq/docs/V7.1/ - releaseCycle: "7.0" releaseLabel: "WebSphere MQ 7.0" releaseDate: 2008-05-01 eol: 2015-09-30 link: https://public.dhe.ibm.com/software/integration/wmq/docs/V7.0/ - releaseCycle: "6.0" releaseLabel: "WebSphere MQ 6.X" releaseDate: 2005-05-01 eol: 2012-09-30 link: https://public.dhe.ibm.com/software/integration/wmq/docs/V6.0/ - releaseCycle: "5.3" releaseLabel: "WebSphere MQ 5.3" releaseDate: 2002-06-01 eol: 2007-09-28 link: https://public.dhe.ibm.com/software/integration/wmq/docs/V5.3/ - releaseCycle: "5.2" releaseLabel: "MQ Series 5.2" releaseDate: 2000-12-01 eol: 2003-12-31 link: https://public.dhe.ibm.com/software/integration/wmq/docs/V5.2/ --- > [IBM MQ](https://www.ibm.com/products/mq) is a commercial messaging middleware that allows the exchange of information > between applications, systems, services and files by sending and receiving message data via messaging queues. {: .note } > Starting with IBM MQ 9.0, IBM MQ follows a continuous delivery model with regular update packages. > Each update incrementally delivers new capability and defect fixes. > Long Term Support (LTS) packages just receive security and defect fixes through fix packs and individual fixes with no incremental functional enhancements. > This page is focused on Long Term Support (LTS) packages. There is a new LTS releases approximately every two years. Each LTS release is supported for 5 years with bug and security fixes. [Extended Support](https://www.ibm.com/support/pages/node/7008589) for up to 4 years is available for an additional fee. ================================================ FILE: products/ibm-semeru.md ================================================ --- title: IBM Semeru Runtime addedAt: 2023-06-25 category: lang tags: ibm java-distribution iconSlug: openjdk permalink: /ibm-semeru-runtime alternate_urls: - /ibm-semeru - /semeru versionCommand: java -version releasePolicyLink: https://www.ibm.com/support/pages/node/6451203 eolColumn: End of Service (EOS) # There is one repository for each major release (except for 15 and 16). auto: methods: - github_releases: ibmruntimes/semeru8-binaries regex: '^jdk(?P8u[\d]+(-[a-z]\d+))_openj9-[\d\.]+$' template: "{{version}}" - github_releases: ibmruntimes/semeru11-binaries regex: '^jdk-(?P[\d\.+]+)_openj9-[\d\.]+$' template: "{{version}}" - github_releases: ibmruntimes/semeru17-binaries regex: '^jdk-(?P[\d\.+]+)_openj9-[\d\.]+$' template: "{{version}}" - github_releases: ibmruntimes/semeru21-binaries regex: '^jdk-(?P[\d\.+]+)_openj9-[\d\.]+$' template: "{{version}}" - github_releases: ibmruntimes/semeru22-binaries regex: '^jdk-(?P[\d\.+]+)_openj9-[\d\.]+$' template: "{{version}}" - github_releases: ibmruntimes/semeru23-binaries regex: '^jdk-(?P[\d\.+]+)_openj9-[\d\.]+$' template: "{{version}}" - github_releases: ibmruntimes/semeru24-binaries regex: '^jdk-(?P[\d\.+]+)_openj9-[\d\.]+$' template: "{{version}}" - github_releases: ibmruntimes/semeru25-binaries regex: '^jdk-(?P[\d\.+]+)_openj9-[\d\.]+$' template: "{{version}}" - release_table: https://www.ibm.com/support/pages/node/6451203 fields: releaseCycle: "IBM Semeru Runtimes version" eol: "EoA3" # For LTS releases, EOL dates can be found on https://www.ibm.com/support/pages/node/6451203. # For non-LTS releases, EOL dates is the release date plus 6 months. releases: - releaseCycle: "25" lts: true releaseDate: 2025-09-25 eol: 2030-09-30 # https://www.ibm.com/support/pages/node/6451203 - OpenJDK EOS latest: "25.0.2+10.1" latestReleaseDate: 2026-02-25 - releaseCycle: "24" releaseDate: 2025-03-31 eol: 2025-09-25 latest: "24.0.2+12" latestReleaseDate: 2025-08-12 - releaseCycle: "23" releaseDate: 2024-09-18 eol: 2025-03-31 latest: "23.0.2+7" latestReleaseDate: 2025-02-10 - releaseCycle: "22" releaseDate: 2024-05-21 eol: 2024-09-18 latest: "22.0.2+9" latestReleaseDate: 2024-09-10 - releaseCycle: "21" lts: true releaseDate: 2023-09-22 eol: 2029-12-31 latest: "21.0.10+7.1" latestReleaseDate: 2026-02-26 - releaseCycle: "17" lts: true releaseDate: 2021-12-09 eol: 2027-10-31 latest: "17.0.18+8.1" latestReleaseDate: 2026-02-26 - releaseCycle: "11" lts: true releaseDate: 2021-09-16 eol: 2027-10-31 latest: "11.0.30+7.1" latestReleaseDate: 2026-02-25 - releaseCycle: "8" lts: true releaseDate: 2021-09-16 eol: 2030-12-31 latest: "8u482-b08" latestReleaseDate: 2026-01-30 --- > The [IBM Semeru Runtimes](https://developer.ibm.com/languages/java/semeru-runtimes/) are free > production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM. > Release builds [pass the full suite of open tests that are available from the Eclipse AQAvit > project](https://developer.ibm.com/blogs/semeru-runtime-quality-you-can-depend-on/). IBM Semeru Runtimes builds are available for LTS as well as non-LTS JDK releases, but only LTS builds are supported. The LTS release cadence is currently one release every 2 years, supported until the upstream OpenJDK maintenance ends (at least 2 years, but usually much more). Security updates and bug fixes are released quarterly. IBM Semeru Runtimes is one of the many builds of OpenJDK. For recommendations on which JDK build to use, check out [whichjdk.com](https://whichjdk.com/#ibm-semeru-runtime). *[LTS]: Long-Term Support ================================================ FILE: products/icinga-web.md ================================================ --- title: Icinga Web addedAt: 2024-03-05 category: server-app tags: php-runtime iconSlug: icinga permalink: /icinga-web alternate_urls: - /icingaweb versionCommand: icingacli version releasePolicyLink: https://icinga.com/subscriptions/support-matrix/ changelogTemplate: https://github.com/Icinga/icingaweb2/releases/tag/v__LATEST__/ eoasColumn: true identifiers: - repology: icingaweb2 - purl: pkg:docker/icinga/icingaweb2 - purl: pkg:github/Icinga/icingaweb2 - purl: pkg:github/Icinga/icinga-web - cpe: cpe:2.3:a:icinga:icinga_web_2 auto: methods: - git: https://github.com/Icinga/icingaweb2 - git: https://github.com/Icinga/icinga-web # eoas(x) = releaseDate(x+1) # eol(x) = releaseDate(x+2) releases: - releaseCycle: "2.12" releaseDate: 2023-09-21 eoas: false eol: false latest: "2.12.6" latestReleaseDate: 2025-11-18 - releaseCycle: "2.11" releaseDate: 2022-06-30 eoas: 2023-09-21 eol: false latest: "2.11.6" latestReleaseDate: 2025-03-26 - releaseCycle: "2.10" releaseDate: 2022-03-23 eoas: 2022-06-30 eol: 2023-09-21 latest: "2.10.5" latestReleaseDate: 2023-01-26 - releaseCycle: "2.9" releaseDate: 2021-07-12 eoas: 2022-03-23 eol: 2022-06-30 latest: "2.9.9" latestReleaseDate: 2023-01-26 - releaseCycle: "2.8" releaseDate: 2020-06-08 eoas: 2021-07-12 eol: 2022-03-23 latest: "2.8.6" latestReleaseDate: 2022-03-08 - releaseCycle: "2.7" releaseDate: 2019-07-30 eoas: 2020-06-08 eol: 2021-07-12 latest: "2.7.6" latestReleaseDate: 2021-07-27 - releaseCycle: "2.6" releaseDate: 2018-07-19 eoas: 2019-07-30 eol: 2020-06-08 latest: "2.6.4" latestReleaseDate: 2020-08-18 - releaseCycle: "2.5" releaseDate: 2017-11-27 eoas: 2018-07-19 eol: 2018-07-19 latest: "2.5.3" latestReleaseDate: 2018-04-27 - releaseCycle: "2.4" releaseDate: 2016-12-13 eoas: 2017-11-27 eol: 2017-11-27 latest: "2.4.2" latestReleaseDate: 2017-09-28 - releaseCycle: "2.3" releaseDate: 2016-04-13 eoas: 2016-12-13 eol: 2016-12-13 latest: "2.3.4" latestReleaseDate: 2016-06-23 - releaseCycle: "2.2" releaseDate: 2016-02-29 eoas: 2016-04-13 eol: 2016-04-13 latest: "2.2.2" latestReleaseDate: 2016-06-09 - releaseCycle: "2.1" releaseDate: 2015-11-16 eoas: 2016-02-29 eol: 2016-02-29 latest: "2.1.4" latestReleaseDate: 2016-06-09 - releaseCycle: "2.0" releaseDate: 2015-10-02 eoas: 2015-11-16 eol: 2015-11-16 latest: "2.0.0" latestReleaseDate: 2015-10-02 - releaseCycle: "1" releaseDate: 2010-06-30 # 1.0.1 release date eoas: 2015-10-02 eol: 2018-12-31 # https://github.com/Icinga/icinga-web latest: "1.14.1" latestReleaseDate: 2017-12-19 link: null --- > [Icinga Web](https://icinga.com/docs/icinga-web/latest/) is a web-based graphical user interface > for the [Icinga](/icinga) monitoring system. The two most recent releases are supported. The latest release receives bug and security fixes, while the previous version received only security fixes. Occasionally the N-3 release may receive critical security fixes, but [this is not guaranteed](https://github.com/Icinga/icingaweb2/blob/main/SECURITY.md). ================================================ FILE: products/icinga.md ================================================ --- title: Icinga addedAt: 2024-07-27 category: server-app iconSlug: icinga permalink: /icinga versionCommand: icinga2 -V releasePolicyLink: https://icinga.com/subscriptions/support-matrix/ changelogTemplate: https://github.com/Icinga/icinga2/releases/tag/v__LATEST__/ eoasColumn: true identifiers: - repology: icinga2 - repology: icinga - purl: pkg:docker/icinga/icinga2 - purl: pkg:github/Icinga/icinga2 - purl: pkg:github/Icinga/icinga-core - cpe: cpe:2.3:a:icinga:icinga auto: methods: - git: https://github.com/Icinga/icinga2 - git: https://github.com/Icinga/icinga-core regex: - '^v?(?P[1-9]\d*)\.(?P\d+)(\.(?P\d+)(\.(?P\d+))?)?' - '^icinga-(?P[1-9]\d*)-(?P\d+)(-(?P\d+)(-(?P\d+))?)?$' # eoas(x) = releaseDate(x+1) # eol(x) = releaseDate(x+2) releases: - releaseCycle: "2.15" releaseDate: 2025-06-17 eoas: false eol: false latest: "2.15.2" latestReleaseDate: 2026-01-29 - releaseCycle: "2.14" releaseDate: 2023-07-12 eoas: 2025-06-17 eol: false latest: "2.14.8" latestReleaseDate: 2026-01-29 - releaseCycle: "2.13" releaseDate: 2021-08-02 eoas: 2023-07-12 eol: 2025-06-17 latest: "2.13.14" latestReleaseDate: 2026-01-29 - releaseCycle: "2.12" releaseDate: 2020-08-03 eoas: 2021-08-02 eol: 2023-07-12 latest: "2.12.12" latestReleaseDate: 2025-05-22 - releaseCycle: "2.11" releaseDate: 2019-09-19 eoas: 2020-08-03 eol: 2021-08-02 latest: "2.11.12" latestReleaseDate: 2024-10-29 - releaseCycle: "2.10" releaseDate: 2018-10-11 eoas: 2019-09-19 eol: 2020-08-03 latest: "2.12.10" latestReleaseDate: 2023-02-16 - releaseCycle: "2.9" releaseDate: 2018-07-17 eoas: 2018-10-11 eol: 2018-10-11 latest: "2.9.3" latestReleaseDate: 2019-07-30 - releaseCycle: "2.8" releaseDate: 2017-11-16 eoas: 2018-07-17 eol: 2018-07-17 latest: "2.8.4" latestReleaseDate: 2018-04-25 - releaseCycle: "2.7" releaseDate: 2017-08-02 eoas: 2017-11-16 eol: 2017-11-16 latest: "2.7.2" latestReleaseDate: 2017-11-09 - releaseCycle: "2.6" releaseDate: 2016-12-13 eoas: 2017-08-02 eol: 2017-08-02 latest: "2.6.3" latestReleaseDate: 2017-03-29 - releaseCycle: "2.5" releaseDate: 2016-08-22 eoas: 2016-12-13 eol: 2016-12-13 latest: "2.5.4" latestReleaseDate: 2016-08-30 - releaseCycle: "2.4" releaseDate: 2015-11-16 eoas: 2016-08-22 eol: 2016-08-22 latest: "2.4.10" latestReleaseDate: 2016-05-19 - releaseCycle: "2.3" releaseDate: 2015-03-09 eoas: 2015-11-16 eol: 2015-11-16 latest: "2.3.11" latestReleaseDate: 2015-10-19 - releaseCycle: "2.2" releaseDate: 2014-11-17 eoas: 2015-03-09 eol: 2015-03-09 latest: "2.2.4" latestReleaseDate: 2015-02-05 - releaseCycle: "2.1" releaseDate: 2014-08-29 eoas: 2014-11-17 eol: 2014-11-17 latest: "2.1.1" latestReleaseDate: 2014-09-16 - releaseCycle: "2.0" releaseDate: 2014-06-16 eoas: 2014-08-29 eol: 2014-08-29 latest: "2.0.2" latestReleaseDate: 2014-08-07 - releaseCycle: "1" releaseDate: 2009-12-15 eoas: 2014-06-16 eol: 2018-12-31 # https://github.com/Icinga/icinga-core latest: "1.14.2" latestReleaseDate: 2017-12-20 link: null --- > [Icinga](https://icinga.com) is an open-source monitoring server. It is designed to monitor various aspects of IT > infrastructure, including networks, servers, virtual machines, and cloud services. The two most recent releases are supported. The latest release receives bug and security fixes, while the previous version received only security fixes. ================================================ FILE: products/idl.md ================================================ --- title: IDL addedAt: 2025-09-18 category: lang permalink: /idl versionCommand: idl -e 'print, !version.release' releasePolicyLink: https://www.nv5geospatialsoftware.com/Support/Self-Help-Tools/Help-Articles/Help-Articles-Detail/nv5-geospatial-technical-support-supported-versions-1 changelogTemplate: "https://www.nv5geospatialsoftware.com/docs/whatsnew_{{'__LATEST__'|drop_zero_patch|replace:'.','_'}}.html" # eol(x) = max(releaseDate(x+1), latestReleaseDate(x)) releases: - releaseCycle: "9.2" releaseDate: 2025-08-15 eol: false latest: "9.2.0" latestReleaseDate: 2025-08-15 - releaseCycle: "9.1" releaseDate: 2024-09-25 eol: 2025-08-15 latest: "9.1.0" latestReleaseDate: 2024-07-01 - releaseCycle: "9.0" releaseDate: 2023-07-01 eol: 2024-09-25 latest: "9.0.0" latestReleaseDate: 2023-07-01 - releaseCycle: "8.9" releaseDate: 2023-05-03 eol: 2023-07-01 latest: "8.9.0" latestReleaseDate: 2022-07-01 - releaseCycle: "8.8" releaseDate: 2020-06-29 eol: 2023-05-03 latest: "8.8.3" latestReleaseDate: 2022-10-31 - releaseCycle: "8.7" releaseDate: 2018-02-19 eol: 2020-06-29 latest: "8.7.3" latestReleaseDate: 2020-02-20 - releaseCycle: "8.6" releaseDate: 2016-12-06 eol: 2019-07-01 latest: "8.6.0" latestReleaseDate: 2019-07-01 - releaseCycle: "8.5" releaseDate: 2015-07-10 eol: 2018-07-01 latest: "8.5.0" latestReleaseDate: 2018-07-01 - releaseCycle: "8.4" releaseDate: 2014-09-22 eol: 2017-07-01 latest: "8.4.0" latestReleaseDate: 2017-07-01 - releaseCycle: "8.3" releaseDate: 2013-12-16 eol: 2016-07-01 latest: "8.3.0" latestReleaseDate: 2016-07-01 --- > [IDL](https://www.nv5geospatialsoftware.com/Products/IDL) (Interactive Data Language) is a commercial programming language developed and maintained by NV5 Geospatial Solutions. > It is used for data analysis, visualization, and cross-platform application development. > It is widely utilized in scientific and engineering fields, including astronomy, atmospheric physics, and medical imaging. Only the latest release is supported with service packs, patches, and hot fixes. The previous three releases receive limited support, which does not include bug fixes. ================================================ FILE: products/influxdb.md ================================================ --- title: InfluxDB addedAt: 2025-08-03 category: server-app tags: database influxdata iconSlug: influxdb permalink: /influxdb alternate_urls: - /influxdb-core versionCommand: influxd version releasePolicyLink: https://www.influxdata.com/legal/support-policy/ changelogTemplate: https://github.com/influxdata/influxdb/releases/tag/v__LATEST__ eoasColumn: false identifiers: - repology: influxdb - cpe: cpe:2.3:a:influxdata:influxdb auto: methods: - git: https://github.com/influxdata/influxdb # eol(x) = releaseDate(x+2) releases: - releaseCycle: "3.8" releaseDate: 2025-12-18 eol: false latest: "3.8.3" latestReleaseDate: 2026-02-25 link: https://docs.influxdata.com/influxdb3/enterprise/release-notes/#v380 - releaseCycle: "3.7" releaseDate: 2025-11-19 eol: false latest: "3.7.0" latestReleaseDate: 2025-11-19 link: https://docs.influxdata.com/influxdb3/enterprise/release-notes/#v370 - releaseCycle: "3.6" releaseDate: 2025-10-30 eol: 2025-12-18 latest: "3.6.0" latestReleaseDate: 2025-10-29 link: https://docs.influxdata.com/influxdb3/enterprise/release-notes/#v360 - releaseCycle: "3.5" releaseDate: 2025-09-29 eol: 2025-11-19 latest: "3.5.0" latestReleaseDate: 2025-09-29 link: https://docs.influxdata.com/influxdb3/enterprise/release-notes/#v350 - releaseCycle: "3.4" releaseDate: 2025-08-26 eol: 2025-10-30 latest: "3.4.2" latestReleaseDate: 2025-09-11 link: https://docs.influxdata.com/influxdb3/enterprise/release-notes/#v340 - releaseCycle: "3.3" releaseDate: 2025-07-29 eol: 2025-09-29 latest: "3.3.0" latestReleaseDate: 2025-07-29 - releaseCycle: "3.2" releaseDate: 2025-06-25 eol: 2025-08-26 latest: "3.2.1" latestReleaseDate: 2025-07-03 - releaseCycle: "3.1" releaseDate: 2025-05-28 eol: 2025-07-30 latest: "3.1.0" latestReleaseDate: 2025-05-28 - releaseCycle: "3.0" releaseDate: 2025-04-14 eol: 2025-06-25 latest: "3.0.3" latestReleaseDate: 2025-05-15 - releaseCycle: "2" releaseDate: 2020-11-09 eol: false # No current plans to EOL 2.x latest: "2.8.0" latestReleaseDate: 2025-12-02 - releaseCycle: "1" releaseDate: 2016-09-07 eol: false # only for paying customer: https://github.com/influxdata/influxdb/issues/25045#issuecomment-2153063103 latest: "1.12.3" latestReleaseDate: 2026-02-27 --- > [InfluxDB](https://github.com/influxdata/influxdb) is a scalable datastore for metrics, events, and real-time analytics. {: .warning } > This page is focusing on the commercial self-hosted version of InfluxDB, currently named InfluxDB Enterprise. InfluxDB does use a versioning format that resembles [Semantic Versioning](https://semver.org/). The last two minor releases are supported with bug and security fixes. When a new major release is made, the last minor of the previous major is supported for at least 12 months. As of 2 August 2025: - InfluxDB 1 is [still supported for paying customers](https://github.com/influxdata/influxdb/issues/25045#issuecomment-2153063103) (see also, [release notes for version 1](https://docs.influxdata.com/enterprise_influxdb/v1/about-the-project/release-notes/)), - InfluxDB 2 is [not planned to be EOL'd](https://community.influxdata.com/t/questions-about-influxdb-3-enterprise-free-tier-for-home-users-and-the-future-of-influxdb-v2/57028) (see also, [release notes for version 2](https://docs.influxdata.com/influxdb/v2/reference/release-notes/influxdb/)). There is no documented support policy for InfluxDB OSS/Core. However, it's likely the OSS/Core support is similar to the commercial support. Note that starting with InfluxDB 3, the OSS version became known as [InfluxDB 3 Core](https://www.influxdata.com/blog/influxdb-3-oss-ga/). InfluxDB 3 Core [is not a replacement for InfluxDB OSS v1 and v2](https://en.wikipedia.org/wiki/InfluxDB#InfluxDB_3_changes_open_source_offerings). ================================================ FILE: products/intel-processors.md ================================================ --- title: Intel Processors addedAt: 2022-08-25 category: device iconSlug: intel permalink: /intel-processors releasePolicyLink: https://www.intel.com/content/www/us/en/support/articles/000022396/processors.html latestColumn: false eolColumn: Active Support discontinuedColumn: true staleReleaseThresholdDays: 2555 # 7 years, processors has a very long support window releases: - releaseCycle: "arrow-lake" releaseLabel: "Arrow Lake" releaseDate: 2024-10-24 discontinued: false eol: false link: https://www.intel.com/content/www/us/en/ark/products/codename/225837/products-formerly-arrow-lake.html - releaseCycle: "lunar-lake" releaseLabel: "Lunar Lake" releaseDate: 2024-09-24 discontinued: false eol: false link: https://www.intel.com/content/www/us/en/ark/products/codename/213792/products-formerly-lunar-lake.html - releaseCycle: "meteor-lake" releaseLabel: "Meteor Lake" releaseDate: 2023-12-14 discontinued: false eol: false link: https://www.intel.com/content/www/us/en/ark/products/codename/90353/products-formerly-meteor-lake.html - releaseCycle: "raptor-lake" releaseLabel: "Raptor Lake" releaseDate: 2022-10-20 discontinued: false eol: false link: https://ark.intel.com/content/www/us/en/ark/products/codename/215599/products-formerly-raptor-lake.html - releaseCycle: "alder-lake" releaseLabel: "Alder Lake" releaseDate: 2021-11-04 discontinued: false eol: false link: https://ark.intel.com/content/www/us/en/ark/products/codename/147470/products-formerly-alder-lake.html - releaseCycle: "rocket-lake" releaseLabel: "Rocket Lake" releaseDate: 2021-03-30 discontinued: 2024-02-23 # https://www.tomshardware.com/news/intel-says-goodbye-to-rocket-lake-cpus eol: false link: https://ark.intel.com/content/www/us/en/ark/products/codename/192985/products-formerly-rocket-lake.html - releaseCycle: "jasper-lake" releaseLabel: "Jasper Lake" releaseDate: 2021-01-11 discontinued: false eol: false link: https://ark.intel.com/content/www/us/en/ark/products/codename/128823/products-formerly-jasper-lake.html - releaseCycle: "elkhart-lake" releaseLabel: "Elkhart Lake" releaseDate: 2020-09-23 discontinued: false eol: false link: https://ark.intel.com/content/www/us/en/ark/products/codename/128825/products-formerly-elkhart-lake.html - releaseCycle: "tiger-lake" releaseLabel: "Tiger Lake" releaseDate: 2020-09-02 discontinued: 2024-01-26 # https://www.tomshardware.com/news/intel-terminates-11th-gen-tiger-lake-cpus-500-series-mobile-chipsets eol: false link: https://ark.intel.com/content/www/us/en/ark/products/codename/88759/products-formerly-tiger-lake.html - releaseCycle: "lakefield" releaseLabel: "Lakefield" releaseDate: 2020-06-19 discontinued: 2021-07-07 # https://www.tomshardware.com/news/intel-retires-lakefield eol: 2023-06-30 link: https://ark.intel.com/content/www/us/en/ark/products/codename/81657/products-formerly-lakefield.html - releaseCycle: "ice-lake" releaseLabel: "Ice Lake" releaseDate: 2019-09-01 discontinued: false eol: false link: https://ark.intel.com/content/www/us/en/ark/products/codename/74979/products-formerly-ice-lake.html - releaseCycle: "comet-lake" releaseLabel: "Comet Lake" releaseDate: 2019-08-21 discontinued: 2022-09-30 # https://en.wikipedia.org/wiki/Comet_Lake eol: false link: https://ark.intel.com/content/www/us/en/ark/products/codename/90354/products-formerly-comet-lake.html - releaseCycle: "cannon-lake" releaseLabel: "Cannon Lake" releaseDate: 2018-05-01 discontinued: 2020-02-28 eol: 2021-09-30 link: null - releaseCycle: "gemini-lake" releaseLabel: "Gemini Lake" releaseDate: 2017-12-11 discontinued: true eol: 2024-12-31 link: https://ark.intel.com/content/www/us/en/ark/products/codename/83915/products-formerly-gemini-lake.html - releaseCycle: "coffee-lake" releaseLabel: "Coffee Lake" releaseDate: 2017-10-05 discontinued: 2021-12-24 eol: 2025-06-30 link: https://ark.intel.com/content/www/us/en/ark/products/codename/97787/products-formerly-coffee-lake.html - releaseCycle: "apollo-lake" releaseLabel: "Apollo Lake" releaseDate: 2016-08-30 discontinued: true eol: 2023-06-30 link: https://ark.intel.com/content/www/us/en/ark/products/codename/80644/products-formerly-apollo-lake.html - releaseCycle: "kaby-lake" releaseLabel: "Kaby Lake" releaseDate: 2015-08-30 discontinued: 2020-10-09 eol: 2024-03-31 link: https://ark.intel.com/content/www/us/en/ark/products/codename/82879/products-formerly-kaby-lake.html - releaseCycle: "skylake" releaseLabel: "Skylake" releaseDate: 2015-08-05 discontinued: 2019-03-04 eol: 2022-09-30 link: https://ark.intel.com/content/www/us/en/ark/products/codename/37572/products-formerly-skylake.html - releaseCycle: "braswell" releaseLabel: "Braswell" releaseDate: 2015-03-01 discontinued: true eol: 2022-06-30 link: https://ark.intel.com/content/www/us/en/ark/products/codename/66094/products-formerly-braswell.html - releaseCycle: "broadwell" releaseLabel: "Broadwell" releaseDate: 2014-10-27 discontinued: 2018-11-01 eol: 2021-06-30 link: https://ark.intel.com/content/www/us/en/ark/products/codename/38530/products-formerly-broadwell.html - releaseCycle: "broadwell-xeon" releaseLabel: "Broadwell (Xeon E7v4/E7v4)" releaseDate: 2014-10-27 discontinued: 2018-11-01 eol: 2022-06-30 link: null - releaseCycle: "broadwell-de" releaseLabel: "Broadwell DE" releaseDate: 2014-10-27 discontinued: 2018-11-01 eol: 2022-12-31 link: null - releaseCycle: "devils-canyon" releaseLabel: "Devil's Canyon" releaseDate: 2014-06-02 discontinued: 2017-07-14 eol: 2021-06-30 link: https://ark.intel.com/content/www/us/en/ark/products/codename/81246/products-formerly-devils-canyon.html - releaseCycle: "bay-trail" releaseLabel: "Bay Trail" releaseDate: 2013-09-11 discontinued: true eol: 2021-06-30 link: https://ark.intel.com/content/www/us/en/ark/products/codename/55844/products-formerly-bay-trail.html - releaseCycle: "avoton" releaseLabel: "Avoton" releaseDate: 2013-07-01 # Not accurate, date of start of quarter 3 of 2013 discontinued: true eol: 2021-06-30 link: https://ark.intel.com/content/www/us/en/ark/products/codename/54859/products-formerly-avoton.html - releaseCycle: "haswell" releaseLabel: "Haswell" releaseDate: 2013-06-04 discontinued: true eol: 2021-06-30 link: https://ark.intel.com/content/www/us/en/ark/products/codename/42174/products-formerly-haswell.html - releaseCycle: "haswell-xeon" releaseLabel: "Haswell (Xeon E5v3/E7v3)" releaseDate: 2013-06-04 discontinued: true eol: 2021-12-31 link: null - releaseCycle: "crystal-well" releaseLabel: "Crystal Well" releaseDate: 2013-06-02 discontinued: true eol: 2021-06-30 link: https://ark.intel.com/content/www/us/en/ark/products/codename/51802/products-formerly-crystal-well.html - releaseCycle: "briarwood" releaseLabel: "Briarwood" releaseDate: 2013-04-01 # Not accurate, date of start of quarter 3 of 2013 discontinued: true eol: 2021-06-30 link: null - releaseCycle: "cherry-trail" releaseLabel: "Cherry Trail" releaseDate: 2013-03-02 discontinued: true eol: 2022-06-30 link: https://ark.intel.com/content/www/us/en/ark/products/codename/46629/products-formerly-cherry-trail.html - releaseCycle: "centerton" releaseLabel: "Centerton" releaseDate: 2012-12-11 discontinued: true eol: 2021-06-30 link: https://ark.intel.com/content/www/us/en/ark/products/codename/60105/products-formerly-centerton.html - releaseCycle: "ivy-bridge" releaseLabel: "Ivy Bridge" releaseDate: 2012-04-29 discontinued: 2015-06-05 eol: 2019-12-31 link: https://ark.intel.com/content/www/us/en/ark/products/codename/29902/products-formerly-ivy-bridge.html - releaseCycle: "ivy-bridge-xeon" releaseLabel: "Ivy Bridge (Xeon E5v2/E7v2)" releaseDate: 2012-04-29 discontinued: 2015-06-05 eol: 2020-06-30 link: null --- > Intel designs CPUs for the consumer and commercial space that are named after lakes, which are > supported on Microsoft Windows, Linux and macOS. ## Support exceptions - Intel Compute Support can be found [here](https://github.com/intel/compute-runtime#supported-platforms), with quality expectations per platform found [in the release notes](https://github.com/intel/compute-runtime/releases). - While a CPU may be under security support, it may not be supported on a specific Windows release. More information on this can be found [here](https://www.intel.com/content/www/us/en/support/articles/000032181/processors/intel-core-processors.html). - A CPU's iGPU may not be supported by the latest GPU driver branch even if the CPU is still supported. ## Determining product classification One can run the following command depending on your operating system to see which product series your CPU belongs on: - Windows: `Get-CimInstance Win32_Processor` on PowerShell - Linux: `cat /proc/cpuinfo` - macOS: `sysctl -n machdep.cpu.brand_string` - FreeBSD/OpenBSD: `sysctl -n hw.model` Then check product classification on . Intel announces notifications via [Product Change Notifications](https://www.intel.com/content/www/us/en/collections/content-type/pcns.html). An third-party [PSN RSS/API Feed](https://intel.pcn.captnemo.in/) is available to subscribe to the same. ================================================ FILE: products/internet-explorer.md ================================================ --- title: Internet Explorer addedAt: 2022-06-22 category: app tags: microsoft web-browser permalink: /internet-explorer alternate_urls: - /ie - /msie - /iexplore releasePolicyLink: https://learn.microsoft.com/lifecycle/faq/internet-explorer-microsoft-edge#what-is-the-lifecycle-policy-for-internet-explorer- changelogTemplate: https://learn.microsoft.com/lifecycle/products/internet-explorer-__RELEASE_CYCLE__ latestColumn: false eolColumn: Security and technical support releases: - releaseCycle: "11" # This applies to 99% of users releaseDate: 2013-11-13 eol: 2022-06-14 link: https://learn.microsoft.com/lifecycle/faq/internet-explorer-microsoft-edge - releaseCycle: "11-ltsb" releaseLabel: "11 LTSB" releaseDate: 2013-11-13 eol: 2031-10-14 link: https://learn.microsoft.com/lifecycle/faq/internet-explorer-microsoft-edge - releaseCycle: "11-ltsc" releaseLabel: "11 LTSC" releaseDate: 2013-11-13 eol: 2031-10-14 link: https://learn.microsoft.com/lifecycle/faq/internet-explorer-microsoft-edge - releaseCycle: "11-server" releaseLabel: "11 Server" releaseDate: 2013-11-13 eol: 2031-10-14 link: https://learn.microsoft.com/lifecycle/faq/internet-explorer-microsoft-edge - releaseCycle: "11-embedded" releaseLabel: "11 Embedded" releaseDate: 2013-11-13 eol: 2031-10-14 link: https://learn.microsoft.com/lifecycle/faq/internet-explorer-microsoft-edge - releaseCycle: "10" releaseDate: 2012-10-30 eol: 2020-01-31 - releaseCycle: "9" releaseDate: 2011-03-15 eol: 2016-01-12 - releaseCycle: "8" releaseDate: 2009-06-17 eol: 2016-01-12 - releaseCycle: "7" releaseDate: 2006-10-18 eol: 2023-10-10 --- > [Internet Explorer](https://www.microsoft.com/download/internet-explorer), is a proprietary > and no longer recommended web browser developed by Microsoft. Internet Explorer has been included > with a variety of devices throughout its lifespan such as Windows, Windows Phone, macOS, Xbox 360, > Xbox One and others. Microsoft recommends users to transition to [Microsoft Edge](https://www.microsoft.com/edge), there is an [Internet Explorer mode](https://learn.microsoft.com/deployedge/edge-ie-mode) included and supported till 2029. ## Special notes - Internet Explorer has been end of life since June 14, 2022 for Semi-Annual channel Windows installs (Home, Pro, Education, Enterprise, Workstations editions), regardless of their accompanying operating system's life cycle. - Internet Explorer 11 is supported on LTSB, LTSC and Server for their appropriate operating system's life cycle, including ESU. For exceptions to this, see [Microsoft's documentation.](https://learn.microsoft.com/lifecycle/faq/internet-explorer-microsoft-edge#what-is-the-lifecycle-policy-for-internet-explorer-) - End-of-life date for Internet Explorer 11 on non-semi-annual channel Windows installations is based on the end-of-life date of [Windows Server 2022's extended end date](https://learn.microsoft.com/lifecycle/products/windows-server-2022). But if the operating system that Internet Explorer 11 is installed on loses support prior to this, then your installation is unsupported. ================================================ FILE: products/ionic.md ================================================ --- title: Ionic Framework addedAt: 2022-12-30 category: framework tags: javascript-runtime iconSlug: ionic permalink: /ionic alternate_urls: - /ionic-framework releasePolicyLink: https://ionicframework.com/docs/reference/support changelogTemplate: https://github.com/ionic-team/ionic-framework/releases/tag/v__LATEST__ eoasColumn: true eolColumn: Maintenance eoesColumn: true customFields: - name: minAngularVersion display: api-only label: Min. Angular description: Minimum required Angular version link: https://ionicframework.com/docs/reference/support#compatibility-recommendations - name: maxAngularVersion display: api-only label: Max Angular description: Maximum required Angular version link: https://ionicframework.com/docs/reference/support#compatibility-recommendations - name: supportedReactVersions display: api-only label: React description: Supported React versions link: https://ionicframework.com/docs/reference/support#compatibility-recommendations - name: supportedVueVersions display: api-only label: Vue description: Supported Vue versions link: https://ionicframework.com/docs/reference/support#compatibility-recommendations identifiers: - purl: pkg:github/ionic-team/ionic-framework - purl: pkg:npm/%40ionic/core auto: methods: - git: https://github.com/ionic-team/ionic-framework.git - release_table: https://ionicframework.com/docs/reference/support#1 fields: releaseCycle: "Framework" minAngularVersion: "Minimum Angular Version" maxAngularVersion: column: "Maximum Angular Version" regex: - '^(?Pv\d+\.x).*$' - '^(?Pv\d+\.\d+.\d+).*$' - release_table: https://ionicframework.com/docs/reference/support#2 fields: releaseCycle: "Framework" supportedReactVersions: "Required React Version" - release_table: https://ionicframework.com/docs/reference/support#compatibility-recommendations fields: releaseCycle: "Framework" supportedVueVersions: "Required Vue Version" # eoas(x) = releaseDate(x+1) # For eol / eoes see https://ionicframework.com/docs/reference/support#framework-maintenance-and-support-status. releases: - releaseCycle: "8" releaseDate: 2024-04-17 eoas: false eol: false eoes: false minAngularVersion: v16 maxAngularVersion: v20.x supportedReactVersions: v17+ supportedVueVersions: v3.0.6+ latest: "8.8.1" latestReleaseDate: 2026-03-06 - releaseCycle: "7" releaseDate: 2023-03-29 eoas: 2024-04-17 eol: 2024-10-17 eoes: 2025-04-17 minAngularVersion: v14 maxAngularVersion: v17.x supportedReactVersions: v17+ supportedVueVersions: v3.0.6+ latest: "7.8.6" latestReleaseDate: 2024-04-24 - releaseCycle: "6" releaseDate: 2021-12-08 eoas: 2023-03-29 eol: 2023-09-29 eoes: 2024-03-29 minAngularVersion: v12 maxAngularVersion: v15.x supportedReactVersions: v17+ supportedVueVersions: v3.0.6+ latest: "6.7.5" latestReleaseDate: 2023-06-08 - releaseCycle: "5" releaseDate: 2020-02-11 eoas: 2021-12-08 eol: 2022-06-08 eoes: 2022-12-08 minAngularVersion: v8.2 maxAngularVersion: v12.x supportedReactVersions: v16.8+ supportedVueVersions: v3.0+ latest: "5.9.4" latestReleaseDate: 2022-04-27 - releaseCycle: "4" releaseDate: 2019-01-23 eoas: 2020-02-11 eol: 2020-08-11 eoes: 2022-09-30 minAngularVersion: v8.2 maxAngularVersion: v11.x supportedReactVersions: v16.8+ supportedVueVersions: N/A latest: "4.11.13" latestReleaseDate: 2020-10-01 - releaseCycle: "3" releaseDate: 2017-04-05 eoas: 2019-01-23 eol: 2019-10-30 eoes: 2020-08-11 minAngularVersion: v5.2.11 maxAngularVersion: v5.2.11 supportedReactVersions: N/A supportedVueVersions: N/A latest: "3.9.3" latestReleaseDate: 2019-01-14 - releaseCycle: "2" releaseDate: 2017-01-24 eoas: 2017-04-05 eol: 2017-04-05 eoes: 2017-04-05 minAngularVersion: v2.x maxAngularVersion: v2.x supportedReactVersions: N/A supportedVueVersions: N/A latest: "2.3.0" latestReleaseDate: 2017-03-17 - releaseCycle: "1" releaseDate: 2015-05-12 eoas: 2017-01-25 eol: 2017-01-25 eoes: 2017-01-25 minAngularVersion: v1.x maxAngularVersion: v1.x supportedReactVersions: N/A supportedVueVersions: N/A latest: "1.3.2" latestReleaseDate: 2016-10-24 --- > [The Ionic Framework](https://ionicframework.com) is an open source mobile UI toolkit for building > modern cross-platform mobile apps from a single code base in Angular, React or Vue. Only the latest version sees active development. The previous release gets critical bug and security fixes for a limited time, documented on [this page](https://ionicframework.com/docs/reference/support#framework-maintenance-and-support-status) (usually six months). Extended Support is available along with the [Ionic Enterprise](https://ionic.io/enterprise) offering. ## [Compatibility Recommendations](https://ionicframework.com/docs/reference/support#compatibility-recommendations) {% include table.html labels="Ionic Version,Minimum Angular Version,Maximum Angular Version,React Versions,Vue Versions" fields="releaseCycle,minAngularVersion,maxAngularVersion,supportedReactVersions,supportedVueVersions" types="string,string,string,string,string" rows=page.releases %} ================================================ FILE: products/ios.md ================================================ --- title: Apple iOS addedAt: 2022-10-08 category: os tags: apple iconSlug: ios permalink: /ios changelogTemplate: https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-__RELEASE_CYCLE__-release-notes eoasColumn: true auto: methods: - apple: ios # If you are changing these, please use this as your corpus to validate your changes: # https://gist.githubusercontent.com/captn3m0/e7cb1f4fc3c07a5da0296ebda2b33e15/raw/5747e42ad611ec9ffdb7a2d1c0e3946bb87ab6d7/apple.txt regex: - 'iOS\s+(?P\d+)' - 'iOS\s+(?P\d+(?:\.\d+)+)' - 'iPhone\s+v?(?P\d+(?:\.\d+)+)' releases: - releaseCycle: "26" releaseDate: 2025-09-15 eoas: false eol: false latest: "26.3.1" latestReleaseDate: 2026-03-04 - releaseCycle: "18" releaseDate: 2024-09-16 eoas: false eol: false latest: "18.7.6" latestReleaseDate: 2026-03-04 - releaseCycle: "17" releaseDate: 2023-09-18 eoas: 2024-09-16 eol: 2024-11-19 latest: "17.7.2" latestReleaseDate: 2024-11-19 - releaseCycle: "16" releaseDate: 2022-09-12 eoas: 2023-09-18 eol: 2025-03-31 latest: "16.7.15" latestReleaseDate: 2026-03-11 link: https://developer.apple.com/documentation/ios-ipados-release-notes/ios-16-release-notes - releaseCycle: "15" releaseDate: 2021-09-20 eoas: 2022-09-12 eol: 2025-03-31 latest: "15.8.7" latestReleaseDate: 2026-03-11 - releaseCycle: "14" releaseDate: 2020-09-16 eoas: 2021-09-20 eol: 2021-10-01 latest: "14.8.1" latestReleaseDate: 2021-10-26 - releaseCycle: "13" releaseDate: 2019-09-19 eoas: 2020-09-16 eol: 2020-09-16 latest: "13.7" latestReleaseDate: 2020-09-01 link: https://developer.apple.com/documentation/ios-ipados-release-notes/ios-13-release-notes - releaseCycle: "12" releaseDate: 2018-09-17 eoas: 2019-09-19 eol: 2023-01-23 latest: "12.5.8" latestReleaseDate: 2026-01-26 link: https://developer.apple.com/documentation/ios-ipados-release-notes/ios-12-release-notes - releaseCycle: "11" releaseDate: 2017-09-19 eoas: 2018-09-17 eol: 2018-10-08 latest: "11.4.1" latestReleaseDate: 2018-07-09 link: https://support.apple.com/HT208067 - releaseCycle: "10" releaseDate: 2016-09-13 eoas: 2017-09-19 eol: 2017-09-26 latest: "10.3.4" latestReleaseDate: 2019-07-22 link: https://support.apple.com/HT208011 - releaseCycle: "9" releaseDate: 2015-09-16 eoas: 2016-09-13 eol: 2016-09-13 latest: "9.3.6" latestReleaseDate: 2019-07-22 link: https://support.apple.com/HT208010 - releaseCycle: "8" releaseDate: 2014-09-17 eoas: 2015-09-16 eol: 2015-09-30 latest: "8.4.1" latestReleaseDate: 2015-08-13 link: https://support.apple.com/HT208000 - releaseCycle: "7" releaseDate: 2013-09-18 eoas: 2014-09-17 eol: 2014-10-20 latest: "7.1.2" latestReleaseDate: 2014-06-30 link: https://support.apple.com/HT207979 - releaseCycle: "6" releaseDate: 2012-09-19 eoas: 2013-09-18 eol: 2013-09-26 latest: "6.1.6" latestReleaseDate: 2014-02-21 link: https://support.apple.com/HT212584 - releaseCycle: "5" releaseDate: 2011-10-12 eoas: 2012-09-19 eol: 2012-11-01 latest: "5.1.1" latestReleaseDate: 2012-05-07 link: https://support.apple.com/HT212597 --- > [iOS](https://www.apple.com/ios/) is a mobile operating system created by Apple and used in the company's mobile devices, including the iPhone. > It is the world's second-most widely installed operating system, after Android. Major versions of iOS are released annually. Apple significantly extended the cycle of updates for iOS-supported devices over the years. Usually, only the latest iOS release is supported by Apple. Around iOS 15, Apple started to support [2 major versions of iOS](https://www.zdnet.com/article/still-running-ios-14-on-your-iphone-apple-brings-support-to-an-end/) **for a short period of time**. Apple has occasionally backported critical security fixes to [much older iOS versions](https://9to5mac.com/2021/03/26/apple-releases-ios-14-4-2-and-ios-12-5-2-with-security-bug-fixes/) but such fixes are not guaranteed. As of now, only iOS 18 appears to be receiving security fixes, as iOS 17 is missing fixes published in iOS 18.2. Support information for iPhone devices is available at [/iphone](/iphone). A detailed overview of iOS versions can be found on [Wikipedia](https://wikipedia.org/wiki/IOS_version_history#Overview). ================================================ FILE: products/ipad.md ================================================ --- title: Apple iPad addedAt: 2022-12-30 category: device tags: apple tablet iconSlug: apple permalink: /ipad discontinuedColumn: true eolColumn: Supported latestColumn: false staleReleaseThresholdDays: 2920 # 8 years, ipad 6 is still supported with ipados 17, see https://en.wikipedia.org/wiki/List_of_iPad_models#iPad customFields: - name: supportedIpadOsVersions display: after-release-column label: Supported iPadOS description: Supported iPadOS versions link: https://endoflife.date/ipados # Links send to the Technical Specifications of each model. # All links can be found on https://support.apple.com/HT201471. # All supported iPadOS versions can be found on https://en.wikipedia.org/wiki/List_of_iPad_models#iPad. releases: - releaseCycle: "pro-8-11" releaseLabel: "iPad Pro 11-inch (M5)" releaseDate: 2025-10-22 discontinued: false eol: false link: https://support.apple.com/125406 supportedIpadOsVersions: "26" - releaseCycle: "pro-8-13" releaseLabel: "iPad Pro 13-inch (M5)" releaseDate: 2025-10-22 discontinued: false eol: false link: https://support.apple.com/125407 supportedIpadOsVersions: "26" - releaseCycle: "11" releaseLabel: "iPad (A16)" releaseDate: 2025-03-12 discontinued: false eol: false link: https://support.apple.com/122240 supportedIpadOsVersions: "18 - 26" - releaseCycle: "air-7-11" releaseLabel: "iPad Air 11-inch (M3)" releaseDate: 2025-03-12 discontinued: false eol: false link: https://support.apple.com/122241 supportedIpadOsVersions: "18 - 26" - releaseCycle: "air-7-13" releaseLabel: "iPad Air 13-inch (M3)" releaseDate: 2025-03-12 discontinued: false eol: false link: https://support.apple.com/122242 supportedIpadOsVersions: "18 - 26" - releaseCycle: "mini-7" releaseLabel: "iPad Mini (A17 Pro)" releaseDate: 2024-10-23 discontinued: false eol: false link: https://support.apple.com/121456 supportedIpadOsVersions: "18 - 26" - releaseCycle: "pro-7-11" releaseLabel: "iPad Pro 11-inch (M4)" releaseDate: 2024-05-15 discontinued: false eol: false link: https://support.apple.com/119892 supportedIpadOsVersions: "17 - 26" - releaseCycle: "pro-7-13" releaseLabel: "iPad Pro 13-inch (M4)" releaseDate: 2024-05-15 discontinued: false eol: false link: https://support.apple.com/119891 supportedIpadOsVersions: "17 - 26" - releaseCycle: "air-6-11" releaseLabel: "iPad Air 11-inch (M2)" releaseDate: 2024-05-15 discontinued: 2025-03-04 # https://en.wikipedia.org/wiki/IPad_Air_(M2) eol: false link: https://support.apple.com/119894 supportedIpadOsVersions: "17 - 26" - releaseCycle: "air-6-13" releaseLabel: "iPad Air 13-inch (M2)" releaseDate: 2024-05-15 discontinued: 2025-03-04 # https://en.wikipedia.org/wiki/IPad_Air_(M2) eol: false link: https://support.apple.com/119893 supportedIpadOsVersions: "17 - 26" - releaseCycle: "10" releaseLabel: "iPad (10th generation)" releaseDate: 2022-10-26 discontinued: 2025-03-04 # https://en.wikipedia.org/wiki/IPad_(10th_generation) eol: false link: https://support.apple.com/kb/SP884 supportedIpadOsVersions: "16 - 26" - releaseCycle: "pro-6" releaseLabel: "iPad Pro (6th generation)" releaseDate: 2022-10-26 discontinued: 2024-05-07 # https://en.wikipedia.org/wiki/IPad_Pro_(6th_generation) eol: false link: https://support.apple.com/kb/SP844 supportedIpadOsVersions: "16 - 26" - releaseCycle: "air-5" releaseLabel: "iPad Air (5th generation)" releaseDate: 2022-03-18 discontinued: 2024-05-07 # https://en.wikipedia.org/wiki/IPad_Air_(5th_generation) eol: false link: https://support.apple.com/kb/SP866 supportedIpadOsVersions: "15 - 26" - releaseCycle: "9" releaseLabel: "iPad (9th generation)" releaseDate: 2021-09-24 discontinued: 2024-05-07 # https://en.wikipedia.org/wiki/IPad_(9th_generation) eol: false link: https://support.apple.com/kb/SP849 supportedIpadOsVersions: "15 - 26" - releaseCycle: "mini-6" releaseLabel: "iPad Mini (6th generation)" releaseDate: 2021-09-24 discontinued: 2024-10-15 # https://en.wikipedia.org/wiki/IPad_Mini_(6th_generation) eol: false link: https://support.apple.com/kb/SP850 supportedIpadOsVersions: "15 - 26" - releaseCycle: "pro-5-12" releaseLabel: "iPad Pro 12.9-inch (5th generation)" releaseDate: 2021-05-21 discontinued: 2022-10-18 eol: false link: https://support.apple.com/kb/SP844 supportedIpadOsVersions: "14 - 26" - releaseCycle: "air-4" releaseLabel: "iPad Air (4th generation)" releaseDate: 2020-10-23 discontinued: 2022-03-08 eol: 2027-09-15 # 3-year support expected link: https://support.apple.com/kb/SP828 supportedIpadOsVersions: "14 - 26" - releaseCycle: "8" releaseLabel: "iPad (8th generation)" releaseDate: 2020-09-18 discontinued: 2021-09-14 eol: false link: https://support.apple.com/kb/SP822 supportedIpadOsVersions: "14 - 26" - releaseCycle: "pro-4-12" releaseLabel: "iPad Pro 12.9-inch (4th generation)" releaseDate: 2020-03-25 discontinued: 2021-04-20 eol: false link: https://support.apple.com/kb/SP815 supportedIpadOsVersions: "13 - 26" - releaseCycle: "pro-4-11" releaseLabel: "iPad Pro 11-inch (4th generation)" releaseDate: 2020-03-25 discontinued: 2021-04-20 eol: false link: https://support.apple.com/111842 supportedIpadOsVersions: "13 - 26" - releaseCycle: "pro-2-11" releaseLabel: "iPad Pro 11-inch (2nd generation)" releaseDate: 2020-03-01 discontinued: 2021-04-01 eol: false link: https://support.apple.com/en-us/118452 supportedIpadOsVersions: "10 - 26" - releaseCycle: "7" releaseLabel: "iPad (7th generation)" releaseDate: 2019-09-25 discontinued: 2020-09-15 eol: false link: https://support.apple.com/kb/SP807 supportedIpadOsVersions: "13 - 18" - releaseCycle: "mini-5" releaseLabel: "iPad Mini (5th generation)" releaseDate: 2019-03-18 discontinued: 2021-09-14 eol: false link: https://support.apple.com/kb/SP788 supportedIpadOsVersions: "12- 26" - releaseCycle: "air-3" releaseLabel: "iPad Air (3rd generation)" releaseDate: 2019-03-18 discontinued: 2021-09-15 eol: false link: https://support.apple.com/kb/SP787 supportedIpadOsVersions: "12 - 26" - releaseCycle: "pro-3-11" releaseLabel: "iPad Pro 11-inch (3rd generation)" releaseDate: 2018-11-07 discontinued: 2020-03-18 eol: false link: https://support.apple.com/111897 supportedIpadOsVersions: "12 - 26" - releaseCycle: "pro-3-12" releaseLabel: "iPad Pro 12.9-inch (3rd generation)" releaseDate: 2018-11-07 discontinued: 2020-03-18 eol: false link: https://support.apple.com/kb/SP785 supportedIpadOsVersions: "12 - 26" - releaseCycle: "pro-1-11" releaseLabel: "iPad Pro 11-inch (1st generation)" releaseDate: 2018-11-01 discontinued: 2020-03-01 eol: false link: https://support.apple.com/en-us/111974 supportedIpadOsVersions: "9 - 26" - releaseCycle: "6" releaseLabel: "iPad (6th generation)" releaseDate: 2018-03-27 discontinued: 2019-09-10 eol: false link: https://support.apple.com/kb/SP774 supportedIpadOsVersions: "11 - 17" - releaseCycle: "pro-1-10" releaseLabel: "iPad Pro 10.5-inch (1st generation)" releaseDate: 2017-06-13 discontinued: 2018-11-01 eol: 2026-09-17 # 3-year support expected for iPadOS 17 link: https://support.apple.com/en-us/111927 supportedIpadOsVersions: "9 - 17" - releaseCycle: "pro-2-12" releaseLabel: "iPad Pro 12.9-inch (2nd generation)" releaseDate: 2017-06-05 discontinued: 2018-10-30 eol: 2026-09-17 # 3-year support expected for iPadOS 17 link: https://support.apple.com/en-us/111964 supportedIpadOsVersions: "10 - 17" - releaseCycle: "5" releaseLabel: "iPad (5th generation)" releaseDate: 2017-03-24 discontinued: 2018-03-27 eol: 2025-03-31 link: https://support.apple.com/kb/SP751 supportedIpadOsVersions: "10 - 16" - releaseCycle: "pro-1-9" releaseLabel: "iPad Pro 9.7-inch (1st generation)" releaseDate: 2016-03-21 discontinued: 2017-06-05 eol: 2025-03-31 link: https://support.apple.com/en-us/111965 supportedIpadOsVersions: "9 - 16" - releaseCycle: "pro-1-12" releaseLabel: "iPad Pro 12.9-inch (1st generation)" releaseDate: 2015-11-11 discontinued: 2017-06-05 eol: 2025-03-31 link: https://support.apple.com/en-us/112024 supportedIpadOsVersions: "9 - 16" - releaseCycle: "mini-4" releaseLabel: "iPad Mini 4" releaseDate: 2015-09-09 discontinued: 2019-03-18 eol: 2025-03-31 link: https://support.apple.com/kb/SP725 supportedIpadOsVersions: "9 - 15" - releaseCycle: "mini-3" releaseLabel: "iPad Mini 3" releaseDate: 2014-10-22 discontinued: 2015-09-09 eol: 2023-01-23 link: https://support.apple.com/kb/SP709 supportedIpadOsVersions: "8 - 12" - releaseCycle: "air-2" releaseLabel: "iPad Air 2" releaseDate: 2014-10-22 discontinued: 2017-03-21 eol: 2024-09-16 link: https://support.apple.com/kb/SP708 supportedIpadOsVersions: "8 - 15" - releaseCycle: "mini-2" releaseLabel: "iPad Mini 2" releaseDate: 2013-11-12 discontinued: 2017-03-21 eol: 2023-01-23 link: https://support.apple.com/kb/SP693 supportedIpadOsVersions: "7 - 12" - releaseCycle: "air-1" releaseLabel: "iPad Air (1st generation)" releaseDate: 2013-11-01 discontinued: 2016-03-21 eol: 2023-01-23 link: https://support.apple.com/kb/SP692 supportedIpadOsVersions: "7 - 12" - releaseCycle: "mini-1" releaseLabel: "iPad Mini (1st generation)" releaseDate: 2012-11-02 discontinued: 2015-06-19 eol: 2019-07-22 link: https://support.apple.com/kb/SP661 supportedIpadOsVersions: "6 - 9" - releaseCycle: "4" releaseLabel: "iPad (4th generation)" releaseDate: 2012-11-02 discontinued: 2014-10-16 eol: 2019-07-22 link: https://support.apple.com/kb/SP662 supportedIpadOsVersions: "6 - 10" - releaseCycle: "3" releaseLabel: "iPad (3rd generation)" releaseDate: 2012-03-16 discontinued: 2012-10-23 eol: 2019-07-22 link: https://support.apple.com/kb/SP647 supportedIpadOsVersions: "5 - 9" - releaseCycle: "2" releaseLabel: "iPad 2" releaseDate: 2011-03-11 discontinued: 2014-03-18 eol: 2019-07-22 link: https://support.apple.com/kb/sp622 supportedIpadOsVersions: "4 - 9" - releaseCycle: "1" releaseLabel: "iPad (1st generation)" releaseDate: 2010-04-03 discontinued: 2011-03-02 eol: 2012-09-19 link: https://support.apple.com/kb/SP580 supportedIpadOsVersions: "3 - 5" --- > The [iPad](https://www.apple.com/ipad/)is a line of tablet-based computers designed and marketed by Apple Inc. that use Apple's > iOS and iPadOS mobile operating system. Apple maintains a list of supported iPad models [on its website](https://support.apple.com/en-in/guide/ipad/ipad213a25b2/ipados). Support information for iPadOS versions is also available at [/ipados](/ipados). A detailed list of all iPad models can also be found on [Wikipedia](https://wikipedia.org/wiki/List_of_iPad_models#iPad). ================================================ FILE: products/ipados.md ================================================ --- title: Apple iPadOS addedAt: 2022-10-08 category: os tags: apple iconSlug: apple permalink: /ipados changelogTemplate: https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-__RELEASE_CYCLE__-release-notes eoasColumn: true auto: methods: - apple: ipados # If you are changing these, please use this as your corpus to validate your changes: # https://gist.githubusercontent.com/captn3m0/e7cb1f4fc3c07a5da0296ebda2b33e15/raw/5747e42ad611ec9ffdb7a2d1c0e3946bb87ab6d7/apple.txt regex: - 'iPadOS\s+(?P\d+)' - 'iPadOS\s+(?P\d+(?:\.\d+)+)' releases: - releaseCycle: "26" releaseDate: 2025-09-15 eoas: false eol: false latest: "26.3.1" latestReleaseDate: 2026-03-04 - releaseCycle: "18" releaseDate: 2024-09-16 eoas: false eol: false latest: "18.7.5" latestReleaseDate: 2026-02-11 - releaseCycle: "17" releaseDate: 2023-09-18 eoas: false eol: false latest: "17.7.10" latestReleaseDate: 2025-08-20 - releaseCycle: "16" releaseDate: 2022-10-24 eoas: 2023-09-18 eol: 2025-03-31 latest: "16.7.15" latestReleaseDate: 2026-03-11 link: https://developer.apple.com/documentation/ios-ipados-release-notes/ipados-16-release-notes - releaseCycle: "15" releaseDate: 2021-09-20 eoas: 2022-10-24 eol: 2025-03-31 latest: "15.8.7" latestReleaseDate: 2026-03-11 - releaseCycle: "14" releaseDate: 2020-09-16 eoas: 2021-09-20 eol: 2021-10-01 latest: "14.8.1" latestReleaseDate: 2021-10-26 - releaseCycle: "13" releaseDate: 2019-09-24 eoas: 2020-09-16 # releaseDate(14) eol: 2020-09-16 # releaseDate(14) latest: "13.6" latestReleaseDate: 2020-07-15 link: https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-13_1-release-notes - releaseCycle: "12" releaseDate: 2018-09-17 eoas: 2019-09-24 # releaseDate(13) eol: 2019-09-24 # releaseDate(13) latest: "12.5.8" latestReleaseDate: 2026-01-26 link: https://developer.apple.com/documentation/ios-ipados-release-notes/ios-12-release-notes --- > [iPadOS](https://www.apple.com/ipados/) is a mobile operating system created by Apple for its iPad line of devices. > It is a rebranded variant of iOS, and introduced in 2019 as iPadOS 13. Major versions of iPadOS are released annually. Support information for iPad devices is available at [/ipad](/ipad). A detailed overview of iPadOS versions can be found on [Wikipedia](https://wikipedia.org/wiki/IPadOS_version_history). ================================================ FILE: products/iphone.md ================================================ --- title: Apple iPhone addedAt: 2019-05-28 category: device tags: apple mobile-phone iconSlug: apple permalink: /iphone discontinuedColumn: true eolColumn: Supported latestColumn: false staleReleaseThresholdDays: 2920 # 8 years, iphone xs is still supported with ios 18, see https://en.wikipedia.org/wiki/List_of_iPhone_models#Not_supporting_latest_iOS_version customFields: - name: supportedIosVersions display: after-release-column label: Supported iOS description: Supported iOS versions range link: https://endoflife.date/ios # All links can be found on https://support.apple.com/en-us/HT201296. # All supported iOS versions can be found on https://en.wikipedia.org/wiki/List_of_iPhone_models#Release_dates. releases: - releaseCycle: "17" releaseLabel: "17" releaseDate: 2025-09-19 discontinued: false eol: false link: https://www.apple.com/iphone-17/specs/ supportedIosVersions: "26" - releaseCycle: "air" releaseLabel: "17 Air" releaseDate: 2025-09-19 discontinued: false eol: false link: https://www.apple.com/iphone-air/specs/ supportedIosVersions: "26" - releaseCycle: "17-pro" releaseLabel: "17 Pro" releaseDate: 2025-09-19 discontinued: false eol: false link: https://www.apple.com/iphone-17-pro/specs/ supportedIosVersions: "26" - releaseCycle: "17-pro-max" releaseLabel: "17 Pro Max" releaseDate: 2025-09-19 discontinued: false eol: false link: https://www.apple.com/iphone-17-pro/specs/ supportedIosVersions: "26" - releaseCycle: "16e" releaseLabel: "16e" releaseDate: 2025-02-28 discontinued: false eol: false link: https://support.apple.com/en-us/docs/iphone/301076 supportedIosVersions: "18 - 26" - releaseCycle: "16" releaseLabel: "16" releaseDate: 2024-09-20 discontinued: false eol: false link: https://support.apple.com/en-us/121029 supportedIosVersions: "18 - 26" - releaseCycle: "16-plus" releaseLabel: "16 Plus" releaseDate: 2024-09-20 discontinued: false eol: false link: https://support.apple.com/en-us/121030 supportedIosVersions: "18 - 26" - releaseCycle: "16-pro" releaseLabel: "16 Pro" releaseDate: 2024-09-20 discontinued: 2025-09-09 eol: false link: https://support.apple.com/en-us/121031 supportedIosVersions: "18 - 26" - releaseCycle: "16-pro-max" releaseLabel: "16 Pro Max" releaseDate: 2024-09-20 discontinued: 2025-09-09 eol: false link: https://support.apple.com/en-us/121032 supportedIosVersions: "18 - 26" - releaseCycle: "15" releaseLabel: "15" releaseDate: 2023-09-22 discontinued: 2025-09-09 eol: false link: https://support.apple.com/kb/SP901 supportedIosVersions: "17 - 26" - releaseCycle: "15-plus" releaseLabel: "15 Plus" releaseDate: 2023-09-22 discontinued: 2025-09-09 eol: false link: https://support.apple.com/kb/SP902 supportedIosVersions: "17 - 26" - releaseCycle: "15-pro" releaseLabel: "15 Pro" releaseDate: 2023-09-22 discontinued: 2024-09-09 eol: false link: https://support.apple.com/kb/SP903 supportedIosVersions: "17 - 26" - releaseCycle: "15-pro-max" releaseLabel: "15 Pro Max" releaseDate: 2023-09-22 discontinued: 2024-09-09 eol: false link: https://support.apple.com/kb/SP904 supportedIosVersions: "17 - 26" - releaseCycle: "14-plus" releaseLabel: "14 Plus" releaseDate: 2022-10-07 discontinued: 2025-02-19 eol: false link: https://support.apple.com/kb/SP874 supportedIosVersions: "16 - 26" - releaseCycle: "14" releaseLabel: "14" releaseDate: 2022-09-16 discontinued: 2025-02-19 eol: false link: https://support.apple.com/kb/SP873 supportedIosVersions: "16 - 26" - releaseCycle: "14-pro" releaseLabel: "14 Pro" releaseDate: 2022-09-16 discontinued: 2023-09-12 eol: false link: https://support.apple.com/kb/SP875 supportedIosVersions: "16 - 26" - releaseCycle: "14-pro-max" releaseLabel: "14 Pro Max" releaseDate: 2022-09-16 discontinued: 2023-09-12 eol: false link: https://support.apple.com/kb/SP876 supportedIosVersions: "16 - 26" - releaseCycle: "se-3" releaseLabel: "SE (3rd generation)" releaseDate: 2022-03-18 discontinued: 2025-02-19 eol: false link: https://support.apple.com/kb/SP867 supportedIosVersions: "15 - 26" - releaseCycle: "13" releaseLabel: "13" releaseDate: 2021-09-24 discontinued: 2024-09-09 eol: false link: https://support.apple.com/kb/SP851 supportedIosVersions: "15 - 26" - releaseCycle: "13-mini" releaseLabel: "13 Mini" releaseDate: 2021-09-24 discontinued: 2023-09-12 eol: false link: https://support.apple.com/kb/SP847 supportedIosVersions: "15 - 26" - releaseCycle: "13-pro" releaseLabel: "13 Pro" releaseDate: 2021-09-24 discontinued: 2022-09-07 eol: false link: https://support.apple.com/kb/SP852 supportedIosVersions: "15 - 26" - releaseCycle: "13-pro-max" releaseLabel: "13 Pro Max" releaseDate: 2021-09-24 discontinued: 2022-09-07 eol: false link: https://support.apple.com/kb/SP848 supportedIosVersions: "15 - 26" - releaseCycle: "12-mini" releaseLabel: "12 Mini" releaseDate: 2020-11-13 discontinued: 2022-09-07 eol: false link: https://support.apple.com/kb/SP829 supportedIosVersions: "14 - 26" - releaseCycle: "12-pro-max" releaseLabel: "12 Pro Max" releaseDate: 2020-11-13 discontinued: 2021-09-14 eol: false link: https://support.apple.com/kb/SP832 supportedIosVersions: "14 - 26" - releaseCycle: "12" releaseLabel: "12" releaseDate: 2020-10-23 discontinued: 2023-09-12 eol: false link: https://support.apple.com/kb/SP830 supportedIosVersions: "14 - 26" - releaseCycle: "12-pro" releaseLabel: "12 Pro" releaseDate: 2020-10-23 discontinued: 2021-09-14 eol: false link: https://support.apple.com/kb/SP831 supportedIosVersions: "14 - 26" - releaseCycle: "se-2" releaseLabel: "SE (2nd generation)" releaseDate: 2020-04-24 discontinued: 2022-03-08 eol: false link: https://support.apple.com/kb/SP820 supportedIosVersions: "13 - 26" - releaseCycle: "11" releaseLabel: "11" releaseDate: 2019-09-20 discontinued: 2022-09-07 eol: false link: https://support.apple.com/kb/SP804 supportedIosVersions: "13 - 26" - releaseCycle: "11-pro" releaseLabel: "11 Pro" releaseDate: 2019-09-20 discontinued: 2020-10-13 eol: false link: https://support.apple.com/kb/SP805 supportedIosVersions: "13 - 26" - releaseCycle: "11-pro-max" releaseLabel: "11 Pro Max" releaseDate: 2019-09-20 discontinued: 2020-10-13 eol: false link: https://support.apple.com/kb/SP806 supportedIosVersions: "13 - 26" - releaseCycle: "xr" releaseLabel: "XR" releaseDate: 2018-10-26 discontinued: 2021-09-07 eol: false link: https://support.apple.com/kb/SP781 supportedIosVersions: "12 - 18" - releaseCycle: "xs" releaseLabel: "XS" releaseDate: 2018-09-21 discontinued: 2019-09-10 eol: false link: https://support.apple.com/kb/SP779 supportedIosVersions: "12 - 18" - releaseCycle: "xs-max" releaseLabel: "XS Max" releaseDate: 2018-09-21 discontinued: 2019-09-10 eol: false link: https://support.apple.com/kb/SP780 supportedIosVersions: "12 - 18" - releaseCycle: "8" releaseLabel: "8" releaseDate: 2017-09-22 discontinued: 2020-04-15 eol: 2025-03-31 link: https://support.apple.com/kb/SP767 supportedIosVersions: "11 - 16" - releaseCycle: "8-plus" releaseLabel: "8 Plus" releaseDate: 2017-09-22 discontinued: 2020-04-15 eol: 2025-03-31 link: https://support.apple.com/kb/SP768 supportedIosVersions: "11 - 16" - releaseCycle: "x" releaseLabel: "X" releaseDate: 2017-09-12 discontinued: 2018-09-12 eol: 2025-03-31 link: https://support.apple.com/kb/SP770 supportedIosVersions: "11 - 16" - releaseCycle: "7" releaseLabel: "7" releaseDate: 2016-09-16 discontinued: 2019-09-10 eol: 2025-03-31 link: https://support.apple.com/kb/SP743 supportedIosVersions: "10 - 15" - releaseCycle: "7-plus" releaseLabel: "7 Plus" releaseDate: 2016-09-16 discontinued: 2019-09-10 eol: 2025-03-31 link: https://support.apple.com/kb/SP744 supportedIosVersions: "10 - 15" - releaseCycle: "se-1" releaseLabel: "SE (1st generation)" releaseDate: 2016-03-31 discontinued: 2018-09-12 eol: 2025-03-31 link: https://support.apple.com/kb/SP738 supportedIosVersions: "9 - 15" - releaseCycle: "6s" releaseLabel: "6S" releaseDate: 2015-09-25 discontinued: 2018-09-12 eol: 2025-03-31 link: https://support.apple.com/kb/SP726 supportedIosVersions: "9 - 15" - releaseCycle: "6s-plus" releaseLabel: "6S Plus" releaseDate: 2015-09-25 discontinued: 2018-09-12 eol: 2025-03-31 link: https://support.apple.com/kb/SP727 supportedIosVersions: "9 - 15" - releaseCycle: "6" releaseLabel: "6" releaseDate: 2014-09-25 discontinued: 2016-09-07 eol: 2023-01-23 link: https://support.apple.com/kb/SP705 supportedIosVersions: "8 - 12" # iOS 12.5.7 was released on 23rd Jan 2023 # so 6/6+/5S are marked as supported. - releaseCycle: "6-plus" releaseLabel: "6 Plus" releaseDate: 2014-09-25 discontinued: 2016-09-07 eol: 2023-01-23 link: https://support.apple.com/kb/SP706 supportedIosVersions: "8 - 12" - releaseCycle: "5c" releaseLabel: "5C" releaseDate: 2013-09-20 discontinued: 2015-09-09 eol: 2017-09-19 link: https://support.apple.com/kb/SP684 supportedIosVersions: "7 - 10" - releaseCycle: "5s" releaseLabel: "5S" releaseDate: 2013-09-20 discontinued: 2016-03-21 eol: 2023-01-23 link: https://support.apple.com/kb/SP685 supportedIosVersions: "7 - 12" - releaseCycle: "5" releaseLabel: "5" releaseDate: 2012-09-21 discontinued: 2013-09-10 eol: 2019-07-22 link: https://support.apple.com/kb/SP655 supportedIosVersions: "6 - 10" - releaseCycle: "4s" releaseLabel: "4S" releaseDate: 2011-10-14 discontinued: 2014-09-09 eol: 2019-07-22 link: https://support.apple.com/kb/SP643 supportedIosVersions: "5 - 9" - releaseCycle: "4" releaseLabel: "4" releaseDate: 2010-06-24 discontinued: 2013-09-10 eol: 2014-09-17 link: https://support.apple.com/kb/SP587 supportedIosVersions: "4 - 7" - releaseCycle: "3gs" releaseLabel: "3GS" releaseDate: 2009-06-19 discontinued: 2012-09-12 eol: 2014-02-21 link: https://support.apple.com/kb/SP565 supportedIosVersions: "3 - 6" - releaseCycle: "3g" releaseLabel: "3G" releaseDate: 2008-07-11 discontinued: 2010-08-09 eol: 2011-03-03 link: https://support.apple.com/kb/SP495 supportedIosVersions: "2 - 4" - releaseCycle: "1" releaseLabel: "1" releaseDate: 2007-06-29 discontinued: 2008-06-09 eol: 2010-06-20 link: https://web.archive.org/web/20070714051039/http://www.apple.com/iphone/specs.html supportedIosVersions: "1 - 3" --- > The iPhone is a line of smartphones designed and marketed by Apple Inc. that use Apple's iOS > mobile operating system. Most likely, new iPhone models will come out in September every year (with a few possible exceptions). iPhone support (supported devices get the latest iOS updates) is quite long. Apple occasionally releases security updates for many older devices, such as [this security fix in iOS 12.5.6](https://support.apple.com/HT213428) which was pushed to iPhone 6 and iPhone 5S. On new iOS releases, the [previous iOS version is supported for a few months](https://www.zdnet.com/article/still-running-ios-14-on-your-iphone-apple-brings-support-to-an-end/) as a stop-gap to allow users time to update. Apple maintains a list of Supported iPhone models at . Support information for iOS versions is available at [/ios](/ios). A detailed list of all iPhone models can also be found on [Wikipedia](https://wikipedia.org/wiki/List_of_iPhone_models). ================================================ FILE: products/isc-dhcp.md ================================================ --- title: ISC DHCP addedAt: 2023-04-07 category: server-app tags: discontinued permalink: /isc-dhcp releasePolicyLink: https://kb.isc.org/docs/aa-00896#isc-dhcp-eol changelogTemplate: https://ftp.isc.org/isc/dhcp/__LATEST__/dhcp-__LATEST__-RELNOTES eolColumn: Support identifiers: - repology: dhcp - purl: pkg:docker/networkboot/dhcpd releases: - releaseCycle: "4.4" releaseDate: 2018-01-31 eol: 2022-10-05 latest: "4.4.3-P1" latestReleaseDate: 2022-10-05 - releaseCycle: "4.3" releaseDate: 2014-02-04 eol: 2018-02-28 latest: "4.3.6-P1" latestReleaseDate: 2018-02-28 - releaseCycle: "4.2" # https://dhcp-users.isc.narkive.com/41iloiKm/isc-dhcp-4-2-0-is-now-available releaseDate: 2010-07-15 eol: 2015-03-05 latest: "4.2.8" latestReleaseDate: 2015-03-05 - releaseCycle: "4.1" # dhcp-4.1.0.tar.gz on http://ftp.dei.uc.pt/pub/dhcp/ releaseDate: 2008-12-19 eol: 2022-10-05 latest: "4.1-ESV-R16-P2" latestReleaseDate: 2022-10-05 --- > [ISC DHCP](https://www.isc.org/dhcp/) is an open source solution for DHCP servers, relay agents, > and clients, both IPv4 and IPv6. It is suitable for use in high-volume and high-reliability > applications. It [reached End-of-Life](https://www.isc.org/blogs/isc-dhcp-eol/) on October 5, 2022. The 4.4.3-P1 and 4.1-ESV-R16-P2 versions of ISC DHCP, released on October 5, 2022, were the last maintenance versions that ISC planned to publish. An exception might be made in case of a significant security vulnerability, but ISC's intention is to cease actively maintaining ISC DHCP codebase. ISC suggests that new users consider [ISC Kea DHCP server](https://www.isc.org/kea/) or [any other alternatives](https://en.wikipedia.org/wiki/Comparison_of_DHCP_server_software). ================================================ FILE: products/istio.md ================================================ --- title: Istio addedAt: 2023-03-31 category: server-app iconSlug: istio permalink: /istio versionCommand: istioctl version releasePolicyLink: https://istio.io/latest/docs/releases/supported-releases/#support-policy changelogTemplate: https://istio.io/latest/news/releases/__RELEASE_CYCLE__.x/announcing-{{'__LATEST__'|drop_zero_patch}}/ customFields: - name: supportedKubernetesVersions display: after-release-column label: Kubernetes description: Supported Kubernetes versions link: https://istio.io/latest/docs/releases/supported-releases/#support-status-of-istio-releases identifiers: - repology: istio - repology: istioctl - repology: go:istio-pkg - repology: go:istio-api - purl: pkg:brew/istioctl - purl: pkg:docker/istio/base - purl: pkg:docker/istio/pilot - purl: pkg:docker/istio/distroless - purl: pkg:docker/istio/install-cni - purl: pkg:docker/istio/app - purl: pkg:docker/istio/proxyv2 - purl: pkg:docker/istio/operator - purl: pkg:github/istio/istio - cpe: cpe:2.3:a:istio:istio auto: methods: - git: https://github.com/istio/istio.git - release_table: https://istio.io/latest/docs/releases/supported-releases/ fields: releaseCycle: "Version" eol: column: "End of Life" regex: '^~?(?P\w+ \d+(, \d+)?).*' supportedKubernetesVersions: column: "Supported Kubernetes Versions" type: "range" # Effective and approximate EOL dates as well as Supported Kubernetes Versions can be found on # https://istio.io/latest/docs/releases/supported-releases/#support-status-of-istio-releases. releases: - releaseCycle: "1.29" releaseDate: 2026-02-16 eol: 2026-08-31 supportedKubernetesVersions: "1.31 - 1.35" latest: "1.29.1" latestReleaseDate: 2026-03-10 - releaseCycle: "1.28" releaseDate: 2025-11-05 eol: 2026-05-31 supportedKubernetesVersions: "1.30 - 1.34" latest: "1.28.5" latestReleaseDate: 2026-03-10 - releaseCycle: "1.27" releaseDate: 2025-08-11 eol: 2026-03-30 supportedKubernetesVersions: "1.29 - 1.33" latest: "1.27.8" latestReleaseDate: 2026-03-10 - releaseCycle: "1.26" releaseDate: 2025-05-08 eol: 2025-12-22 supportedKubernetesVersions: "1.29 - 1.33" latest: "1.26.8" latestReleaseDate: 2025-12-22 - releaseCycle: "1.25" releaseDate: 2025-03-03 eol: 2025-09-30 supportedKubernetesVersions: "1.29 - 1.32" latest: "1.25.5" latestReleaseDate: 2025-09-03 - releaseCycle: "1.24" releaseDate: 2024-11-07 eol: 2025-06-24 supportedKubernetesVersions: "1.28 - 1.31" latest: "1.24.6" latestReleaseDate: 2025-05-13 - releaseCycle: "1.23" releaseDate: 2024-08-14 eol: 2025-04-16 supportedKubernetesVersions: "1.27 - 1.30" latest: "1.23.6" latestReleaseDate: 2025-04-07 - releaseCycle: "1.22" releaseDate: 2024-05-13 eol: 2025-01-22 supportedKubernetesVersions: "1.27 - 1.30" latest: "1.22.8" latestReleaseDate: 2025-01-23 - releaseCycle: "1.21" releaseDate: 2024-03-13 eol: 2024-09-27 supportedKubernetesVersions: "1.26 - 1.29" latest: "1.21.6" latestReleaseDate: 2024-09-23 - releaseCycle: "1.20" releaseDate: 2023-11-14 eol: 2024-06-25 supportedKubernetesVersions: "1.25 - 1.29" latest: "1.20.8" latestReleaseDate: 2024-07-01 - releaseCycle: "1.19" releaseDate: 2023-09-05 eol: 2024-04-24 supportedKubernetesVersions: "1.25 - 1.28" latest: "1.19.10" latestReleaseDate: 2024-04-22 - releaseCycle: "1.18" releaseDate: 2023-06-07 eol: 2024-01-04 supportedKubernetesVersions: "1.24 - 1.27" latest: "1.18.7" latestReleaseDate: 2024-01-03 - releaseCycle: "1.17" releaseDate: 2023-02-14 eol: 2023-10-27 supportedKubernetesVersions: "1.23 - 1.26" latest: "1.17.8" latestReleaseDate: 2023-10-11 - releaseCycle: "1.16" releaseDate: 2022-11-15 eol: 2023-07-25 supportedKubernetesVersions: "1.22 - 1.25" latest: "1.16.7" latestReleaseDate: 2023-07-25 - releaseCycle: "1.15" releaseDate: 2022-08-31 eol: 2023-04-04 supportedKubernetesVersions: "1.22 - 1.25" latest: "1.15.7" latestReleaseDate: 2023-04-04 - releaseCycle: "1.14" releaseDate: 2022-06-01 eol: 2022-12-27 supportedKubernetesVersions: "1.21 - 1.24" latest: "1.14.6" latestReleaseDate: 2022-12-12 - releaseCycle: "1.13" releaseDate: 2022-02-11 eol: 2022-10-12 supportedKubernetesVersions: "1.20 - 1.23" latest: "1.13.9" latestReleaseDate: 2022-10-11 - releaseCycle: "1.12" releaseDate: 2021-11-18 eol: 2022-07-12 supportedKubernetesVersions: 1.19 - 1.22 latest: "1.12.9" latestReleaseDate: 2022-07-12 - releaseCycle: "1.11" releaseDate: 2021-08-12 eol: 2022-03-25 supportedKubernetesVersions: 1.18 - 1.22 latest: "1.11.8" latestReleaseDate: 2022-03-09 - releaseCycle: "1.10" releaseDate: 2021-05-18 eol: 2022-01-07 supportedKubernetesVersions: 1.18 - 1.21 latest: "1.10.6" latestReleaseDate: 2021-12-06 - releaseCycle: "1.9" releaseDate: 2021-02-09 eol: 2021-10-08 supportedKubernetesVersions: 1.17 - 1.20 latest: "1.9.9" latestReleaseDate: 2021-10-08 - releaseCycle: "1.8" releaseDate: 2020-11-19 eol: 2021-05-12 supportedKubernetesVersions: 1.16 - 1.19 latest: "1.8.6" latestReleaseDate: 2021-05-11 - releaseCycle: "1.7" releaseDate: 2020-08-21 eol: 2021-02-25 supportedKubernetesVersions: 1.16 - 1.18 latest: "1.7.8" latestReleaseDate: 2021-02-25 --- > [Istio](https://www.istio.io/) is a service mesh that extends Kubernetes to establish a > programmable, application-aware network using the Envoy service proxy. Working with both > Kubernetes and traditional workloads, Istio brings standard, universal traffic management, > telemetry, and security to complex deployments. Istio follows [Semantic Versioning](https://istio.io/latest/docs/releases/supported-releases/#naming-scheme). A new minor version is released approximately once a quarter. Minor releases are supported for 6 weeks after the N+2 minor release (for example, 1.14 is supported until 6 weeks after 1.16.0 is released). ================================================ FILE: products/jaeger.md ================================================ --- title: Jaeger addedAt: 2025-10-28 category: app tags: cncf linux-foundation iconSlug: jaeger permalink: /jaeger changelogTemplate: https://github.com/jaegertracing/jaeger/releases/tag/v__LATEST__ eolColumn: Security Support identifiers: - repology: jaeger - cpe: cpe:2.3:a:linuxfoundation:jaeger auto: methods: - git: https://github.com/jaegertracing/jaeger.git releases: - releaseCycle: "2" releaseDate: 2024-11-04 eol: false latest: "2.16.0" latestReleaseDate: 2026-03-06 - releaseCycle: "1" releaseDate: 2017-12-06 eol: 2025-12-31 # https://github.com/jaegertracing/jaeger/issues/6321 latest: "1.76.0" latestReleaseDate: 2025-12-03 --- > [Jaeger](https://www.jaegertracing.io/) is an open-source distributed tracing platform used for monitoring and troubleshooting microservices-based architectures. According to [Jaeger's Security Policy](https://github.com/jaegertracing/jaeger?tab=security-ov-file#supported-versions), only the latest major release officially receives new features, bug fixes, and security updates. However, as discussed in [this issue](https://github.com/jaegertracing/jaeger/issues/6321), the Jaeger team may provide extended support for previous major versions too. ================================================ FILE: products/jekyll.md ================================================ --- title: Jekyll addedAt: 2023-01-31 category: app tags: ruby-runtime iconSlug: jekyll permalink: /jekyll releasePolicyLink: https://jekyllrb.com/docs/security/ changelogTemplate: https://github.com/jekyll/jekyll/releases/tag/v__LATEST__ eoasColumn: Active Development eolColumn: Active Maintenance customFields: - name: minRubyVersion display: api-only label: Ruby description: Minimum required Ruby version link: https://jekyllrb.com/docs/installation/ identifiers: - cpe: cpe:/a:jekyllrb:jekyll - cpe: cpe:2.3:a:jekyllrb:jekyll - repology: ruby:jekyll auto: methods: - git: https://github.com/jekyll/jekyll.git releases: - releaseCycle: "4" staleReleaseThresholdDays: 730 minRubyVersion: "2.5+" # https://jekyllrb.com/docs/ releaseDate: 2019-08-20 eoas: false eol: false latest: "4.4.1" latestReleaseDate: 2025-01-29 - releaseCycle: "3" staleReleaseThresholdDays: 730 # still used on GitHub pages minRubyVersion: "2.0+" # https://web.archive.org/web/20160103225823/https://jekyllrb.com/docs/installation/ releaseDate: 2015-10-26 eoas: true eol: false latest: "3.10.0" latestReleaseDate: 2024-06-24 - releaseCycle: "2" minRubyVersion: "1.9.3+" # https://web.archive.org/web/20160103225823/https://jekyllrb.com/docs/installation/ releaseDate: 2014-05-06 eoas: true eol: 2015-10-27 latest: "2.5.3" latestReleaseDate: 2014-12-22 - releaseCycle: "1" minRubyVersion: "1.8+" # not sure, should be 1.8 according to https://github.com/jekyll/jekyll/releases/tag/v1.2.0 releaseDate: 2013-05-06 eoas: true eol: 2014-05-07 latest: "1.5.1" latestReleaseDate: 2014-03-28 - releaseCycle: "0" minRubyVersion: "1.8+" # not sure, should be 1.8 according to https://web.archive.org/web/20091202224411/http://wiki.github.com/mojombo/jekyll/install releaseDate: 2008-10-19 # See https://jekyllrb.com/docs/history/#v0-0-0 eol: 2014-05-07 eoas: true latest: "0.9.0" latestReleaseDate: 2010-12-15 --- > [Jekyll](https://jekyllrb.com/) is a simple, blog-aware, static site generator. It takes text > written in your favorite markup language and uses layouts to create a static website. You can > tweak the site’s look and feel, URLs, the data displayed on the page, and more. Jekyll follows [Semantic Versioning](https://semver.org/). It does not have a fixed release policy, nor a clearly defined support policy. Nevertheless, limited bug fixes and security updates are always applied to [the version used by GitHub Pages](https://pages.github.com/versions/) (Currently `3.10.x`). ## [Ruby Compatibility](https://jekyllrb.com/docs/installation/) {%- assign collapsedCycles = page.releases | collapse_cycles:"minRubyVersion"," - " %} {% include table.html labels="Release,Ruby" fields="releaseCycle,minRubyVersion" types="string,string" rows=collapsedCycles %} ================================================ FILE: products/jenkins.md ================================================ --- title: Jenkins addedAt: 2022-11-21 category: server-app tags: java-runtime linux-foundation iconSlug: jenkins permalink: /jenkins releasePolicyLink: https://www.jenkins.io/download/lts/ changelogTemplate: https://github.com/jenkinsci/jenkins/releases/tag/jenkins-__LATEST__ eolColumn: Support identifiers: - repology: jenkins - cpe: cpe:/a:jenkins:jenkins - cpe: cpe:2.3:a:jenkins:jenkins auto: methods: - git: https://github.com/jenkinsci/jenkins.git regex: '^jenkins-(?P[0-9]+)\.(?P[0-9]+)(\.(?P[0-9]+))?$' # releaseCycle 2 catches weekly releases, other releases are LTS. # # LTS releases start at the patch version .1 ('x.y.1') and, when a new LTS is released, it replaces the # previous one. So, for an x.y LTS releases : # - lts(x.y) = releaseDate(x.y.1) # - releaseDate(x.y) = releaseDate(x.y.0) # - eol(x.y) = releaseDate(next LTS) # # See https://github.com/endoflife-date/endoflife.date/pull/2695#issuecomment-1472929098 releases: - releaseCycle: "2" outOfOrder: true # to keep it at the top releaseLabel: "Regular" releaseDate: 2016-04-20 eol: false latest: "2.555" latestReleaseDate: 2026-03-17 - releaseCycle: "2.541" releaseDate: 2025-12-10 lts: 2026-01-21 eol: false latest: "2.541.3" latestReleaseDate: 2026-03-16 - releaseCycle: "2.528" releaseDate: 2025-09-17 lts: 2025-10-15 eol: 2026-01-21 latest: "2.528.3" latestReleaseDate: 2025-12-08 - releaseCycle: "2.516" releaseDate: 2025-06-24 lts: 2025-07-23 eol: 2025-10-15 latest: "2.516.3" latestReleaseDate: 2025-09-15 - releaseCycle: "2.504" releaseDate: 2025-03-31 lts: 2025-04-30 eol: 2025-07-23 latest: "2.504.3" latestReleaseDate: 2025-06-25 - releaseCycle: "2.492" releaseDate: 2025-01-07 lts: 2025-02-05 eol: 2025-04-30 latest: "2.492.3" latestReleaseDate: 2025-03-31 - releaseCycle: "2.479" releaseDate: 2024-09-27 lts: 2024-10-30 eol: 2025-02-05 latest: "2.479.3" latestReleaseDate: 2025-01-08 - releaseCycle: "2.462" releaseDate: 2024-06-10 lts: 2024-08-07 eol: 2024-10-02 latest: "2.462.3" latestReleaseDate: 2024-09-19 - releaseCycle: "2.452" releaseDate: 2024-04-02 lts: 2024-05-15 eol: 2024-08-07 latest: "2.452.4" latestReleaseDate: 2024-08-05 - releaseCycle: "2.440" releaseDate: 2024-01-10 lts: 2024-02-21 eol: 2024-05-15 latest: "2.440.3" latestReleaseDate: 2024-04-17 - releaseCycle: "2.426" releaseDate: 2023-10-03 lts: 2023-11-15 eol: 2024-02-21 latest: "2.426.3" latestReleaseDate: 2024-01-22 - releaseCycle: "2.414" releaseDate: 2023-07-11 lts: 2023-08-23 eol: 2023-11-15 latest: "2.414.3" latestReleaseDate: 2023-10-18 - releaseCycle: "2.401" releaseDate: 2023-04-18 lts: 2023-05-31 eol: 2023-08-23 latest: "2.401.3" latestReleaseDate: 2023-07-24 - releaseCycle: "2.387" releaseDate: 2023-01-17 lts: 2023-03-08 eol: 2023-05-31 latest: "2.387.3" latestReleaseDate: 2023-05-03 - releaseCycle: "2.375" releaseDate: 2022-10-25 lts: 2022-11-30 eol: 2023-03-08 latest: "2.375.4" latestReleaseDate: 2023-03-06 - releaseCycle: "2.361" releaseDate: 2022-07-26 lts: 2022-09-07 eol: 2022-11-30 latest: "2.361.4" latestReleaseDate: 2022-11-14 - releaseCycle: "2.346" releaseDate: 2022-05-03 lts: 2022-06-22 eol: 2022-09-07 latest: "2.346.3" latestReleaseDate: 2022-08-10 --- > [Jenkins](https://www.jenkins.io/) is an open source automation server. It helps automate the > parts of software development related to building, testing, and deploying, facilitating continuous > integration and continuous delivery. The Jenkins project produces two release lines: Stable (LTS) and regular (Weekly). [Stable (LTS)](https://www.jenkins.io/download/lts/) releases are chosen every 12 weeks from the stream of regular releases and patched every 4 weeks with bug, security fix, and minor feature backports. [Regular (Weekly)](https://www.jenkins.io/download/weekly/) releases deliver bug fixes and new features rapidly to users and plugin developers who need them. ================================================ FILE: products/jhipster.md ================================================ --- title: JHipster addedAt: 2022-12-09 category: app tags: java-runtime javascript-runtime iconSlug: jhipster permalink: /jhipster versionCommand: yo jhipster releasePolicyLink: https://www.jhipster.tech/releases/ changelogTemplate: "https://github.com/jhipster/generator-jhipster/releases/tag/v__LATEST__" eolColumn: Supported identifiers: - repology: jhipster - cpe: cpe:/a:jhipster:jhipster - cpe: cpe:2.3:a:jhipster:jhipster auto: methods: - npm: generator-jhipster # eol(x) = releaseDate(x+1) releases: - releaseCycle: "9" releaseDate: 2026-03-11 eol: false latest: "9.0.0" latestReleaseDate: 2026-03-11 - releaseCycle: "8" releaseDate: 2023-11-02 eol: 2026-03-11 latest: "8.11.0" latestReleaseDate: 2025-05-07 - releaseCycle: "7" releaseDate: 2021-03-21 eol: 2023-11-02 latest: "7.9.4" latestReleaseDate: 2023-09-05 - releaseCycle: "6" releaseDate: 2019-05-02 eol: 2021-03-21 latest: "6.10.5" latestReleaseDate: 2020-11-07 - releaseCycle: "5" releaseDate: 2018-06-20 eol: 2019-05-02 latest: "5.8.2" latestReleaseDate: 2019-02-28 - releaseCycle: "4" releaseDate: 2017-02-02 eol: 2018-06-20 latest: "4.14.5" latestReleaseDate: 2018-06-19 - releaseCycle: "3" releaseDate: 2016-03-23 eol: 2017-02-02 latest: "3.12.2" latestReleaseDate: 2016-12-19 - releaseCycle: "2" releaseDate: 2015-01-12 eol: 2016-03-23 latest: "2.27.2" latestReleaseDate: 2016-03-07 - releaseCycle: "1" releaseDate: 2014-09-01 eol: 2015-01-09 latest: "1.10.2" latestReleaseDate: 2014-12-11 - releaseCycle: "0" releaseDate: 2013-10-21 eol: 2014-09-01 latest: "0.18.1" latestReleaseDate: 2014-07-24 --- > JHipster is a development platform to quickly generate, develop, and deploy modern > web applications and microservice architectures. Only the latest release is supported, with active feature development, and security fixes. ================================================ FILE: products/jira-software.md ================================================ --- title: Jira Software addedAt: 2022-12-20 category: server-app tags: atlassian java-runtime iconSlug: jirasoftware permalink: /jira-software alternate_urls: - /jira - /jira-core releasePolicyLink: https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html#LongTermSupportreleases-Policyanddetails changelogTemplate: https://confluence.atlassian.com/display/JIRASOFTWARE/JIRA+Software+__RELEASE_CYCLE__.x+release+notes eolColumn: Support identifiers: - repology: jira - cpe: cpe:/a:atlassian:jira - cpe: cpe:2.3:a:atlassian:jira auto: methods: - atlassian_versions: https://www.atlassian.com/software/jira/download-archives - atlassian_eol: https://confluence.atlassian.com/support/atlassian-support-end-of-life-policy-201851003.html selector: AtlassianEndofSupportPolicy-JiraSoftware regex: '(?P\d+(\.\d+)+) \(EO[SL] date: (?P.+)\).*$' # Release dates from https://www.atlassian.com/software/jira/download-archives. # LTS/EOL dates can be found on https://confluence.atlassian.com/support/atlassian-support-end-of-life-policy-201851003.html. releases: - releaseCycle: "11.3" lts: true releaseDate: 2025-12-03 eol: 2027-12-03 latest: "11.3.3" latestReleaseDate: 2026-03-05 - releaseCycle: "11.2" releaseDate: 2025-11-06 eol: 2027-11-06 latest: "11.2.1" latestReleaseDate: 2025-11-28 - releaseCycle: "11.1" releaseDate: 2025-09-24 eol: 2027-09-24 latest: "11.1.1" latestReleaseDate: 2025-10-15 - releaseCycle: "11.0" releaseDate: 2025-08-13 eol: 2027-08-13 latest: "11.0.1" latestReleaseDate: 2025-09-04 - releaseCycle: "10.7" releaseDate: 2025-06-13 eol: 2027-06-13 latest: "10.7.4" latestReleaseDate: 2025-08-14 - releaseCycle: "10.6" releaseDate: 2025-04-23 eol: 2027-04-23 latest: "10.6.1" latestReleaseDate: 2025-05-20 - releaseCycle: "10.5" releaseDate: 2025-03-12 eol: 2027-03-12 latest: "10.5.1" latestReleaseDate: 2025-04-03 - releaseCycle: "10.4" releaseDate: 2025-01-22 eol: 2027-01-22 latest: "10.4.1" latestReleaseDate: 2025-02-12 - releaseCycle: "10.3" releaseDate: 2024-12-05 eol: 2026-12-05 lts: true latest: "10.3.18" latestReleaseDate: 2026-03-04 - releaseCycle: "10.2" releaseDate: 2024-11-20 eol: 2026-11-20 latest: "10.2.1" latestReleaseDate: 2024-11-28 - releaseCycle: "10.1" releaseDate: 2024-10-09 eol: 2026-10-09 latest: "10.1.2" latestReleaseDate: 2024-10-31 - releaseCycle: "10.0" releaseDate: 2024-08-22 eol: 2026-08-22 latest: "10.0.1" latestReleaseDate: 2024-09-09 - releaseCycle: "9.17" releaseDate: 2024-06-26 eol: 2026-06-26 latest: "9.17.5" latestReleaseDate: 2024-11-14 - releaseCycle: "9.16" releaseDate: 2024-05-23 eol: 2026-05-23 latest: "9.16.1" latestReleaseDate: 2024-06-12 - releaseCycle: "9.15" releaseDate: 2024-03-27 eol: 2026-03-27 latest: "9.15.2" latestReleaseDate: 2024-05-02 - releaseCycle: "9.14" releaseDate: 2024-02-14 eol: 2026-02-15 latest: "9.14.1" latestReleaseDate: 2024-03-12 - releaseCycle: "9.13" releaseDate: 2024-01-22 eol: 2026-01-22 latest: "9.13.1" latestReleaseDate: 2024-02-06 - releaseCycle: "9.12" releaseDate: 2023-11-29 eol: 2025-11-29 lts: true latest: "9.12.33" latestReleaseDate: 2026-03-03 - releaseCycle: "9.11" releaseDate: 2023-08-30 eol: 2025-08-30 latest: "9.11.3" latestReleaseDate: 2023-11-09 - releaseCycle: "9.10" releaseDate: 2023-07-11 eol: 2025-07-11 latest: "9.10.2" latestReleaseDate: 2023-09-20 - releaseCycle: "9.9" releaseDate: 2023-06-02 eol: 2025-06-02 latest: "9.9.2" latestReleaseDate: 2023-08-30 - releaseCycle: "9.8" releaseDate: 2023-04-25 eol: 2025-04-25 latest: "9.8.2" latestReleaseDate: 2023-08-30 - releaseCycle: "9.7" releaseDate: 2023-03-20 eol: 2025-03-20 latest: "9.7.2" latestReleaseDate: 2023-08-31 - releaseCycle: "9.6" releaseDate: 2023-01-24 eol: 2025-01-24 latest: "9.6.0" latestReleaseDate: 2023-01-24 - releaseCycle: "9.5" releaseDate: 2022-12-06 eol: 2024-12-06 latest: "9.5.1" latestReleaseDate: 2023-01-19 - releaseCycle: "9.4" releaseDate: 2022-11-15 eol: 2025-01-31 lts: true latest: "9.4.30" latestReleaseDate: 2025-01-07 - releaseCycle: "9.3" releaseDate: 2022-09-28 eol: 2024-09-29 latest: "9.3.3" latestReleaseDate: 2023-01-19 - releaseCycle: "9.2" releaseDate: 2022-08-25 eol: 2024-08-25 latest: "9.2.1" latestReleaseDate: 2022-12-22 - releaseCycle: "9.1" releaseDate: 2022-07-21 eol: 2024-07-21 latest: "9.1.1" latestReleaseDate: 2022-08-23 - releaseCycle: "9.0" releaseDate: 2022-06-21 eol: 2024-06-21 latest: "9.0.0" latestReleaseDate: 2022-06-21 - releaseCycle: "8.22" releaseDate: 2022-02-16 eol: 2024-02-16 latest: "8.22.6" latestReleaseDate: 2022-07-20 - releaseCycle: "8.21" releaseDate: 2021-12-09 eol: 2023-12-09 latest: "8.21.1" latestReleaseDate: 2022-01-27 - releaseCycle: "8.20" releaseDate: 2021-10-19 eol: 2024-01-31 lts: true latest: "8.20.30" latestReleaseDate: 2024-01-02 # 8.19 to 8.5 EOL dates documented on https://web.archive.org/web/20211117125223/https://confluence.atlassian.com/support/atlassian-support-end-of-life-policy-201851003.html - releaseCycle: "8.19" releaseDate: 2021-08-25 eol: 2023-08-26 latest: "8.19.1" latestReleaseDate: 2021-09-15 - releaseCycle: "8.18" # should be 2021-07-01, but 8.18.0 is not listed on https://www.atlassian.com/software/jira/update so auto-update does not consider this version. releaseDate: 2021-07-21 eol: 2023-07-01 latest: "8.18.2" latestReleaseDate: 2021-08-18 - releaseCycle: "8.17" releaseDate: 2021-05-17 eol: 2023-05-18 latest: "8.17.1" latestReleaseDate: 2021-06-15 - releaseCycle: "8.16" releaseDate: 2021-03-22 eol: 2023-03-23 latest: "8.16.2" latestReleaseDate: 2021-06-02 - releaseCycle: "8.15" releaseDate: 2021-01-21 eol: 2023-02-02 latest: "8.15.1" latestReleaseDate: 2021-03-22 - releaseCycle: "8.14" releaseDate: 2020-11-22 eol: 2022-11-23 latest: "8.14.1" latestReleaseDate: 2021-01-14 - releaseCycle: "8.13" releaseDate: 2020-10-06 eol: 2022-10-08 lts: true latest: "8.13.27" latestReleaseDate: 2022-10-24 - releaseCycle: "8.12" releaseDate: 2020-08-25 eol: 2022-08-26 latest: "8.12.3" latestReleaseDate: 2020-10-07 - releaseCycle: "8.11" releaseDate: 2020-07-14 eol: 2022-07-15 latest: "8.11.1" latestReleaseDate: 2020-08-17 - releaseCycle: "8.10" releaseDate: 2020-06-22 eol: 2022-06-23 latest: "8.10.1" latestReleaseDate: 2020-07-20 - releaseCycle: "8.9" releaseDate: 2020-05-18 eol: 2022-05-20 latest: "8.9.1" latestReleaseDate: 2020-06-16 - releaseCycle: "8.8" releaseDate: 2020-03-18 eol: 2022-03-19 latest: "8.8.1" latestReleaseDate: 2020-04-22 - releaseCycle: "8.7" releaseDate: 2020-02-02 eol: 2022-02-03 latest: "8.7.1" latestReleaseDate: 2020-02-10 - releaseCycle: "8.6" releaseDate: 2019-12-16 eol: 2021-12-17 latest: "8.6.1" latestReleaseDate: 2020-01-09 - releaseCycle: "8.5" releaseDate: 2019-10-21 eol: 2021-10-21 lts: true latest: "8.5.19" latestReleaseDate: 2021-09-14 # 8.4 to 7.12 EOL dates available on https://web.archive.org/web/20200911020841/https://confluence.atlassian.com/support/atlassian-support-end-of-life-policy-201851003.html - releaseCycle: "8.4" releaseDate: 2019-09-08 eol: 2021-09-09 latest: "8.4.3" latestReleaseDate: 2019-11-08 - releaseCycle: "8.3" releaseDate: 2019-07-21 eol: 2021-07-22 latest: "8.3.5" latestReleaseDate: 2019-11-05 - releaseCycle: "8.2" releaseDate: 2019-05-20 eol: 2021-05-21 latest: "8.2.6" latestReleaseDate: 2019-11-05 - releaseCycle: "8.1" releaseDate: 2019-04-03 eol: 2021-04-04 latest: "8.1.3" latestReleaseDate: 2019-09-16 - releaseCycle: "8.0" releaseDate: 2019-02-08 eol: 2021-02-11 latest: "8.0.3" latestReleaseDate: 2019-07-09 - releaseCycle: "7.13" lts: true releaseDate: 2018-11-27 eol: 2020-11-28 latest: "7.13.18" latestReleaseDate: 2020-10-12 # 7.12 to 7.3 EOL dates available on https://web.archive.org/web/20181120131129/https://confluence.atlassian.com/support/atlassian-support-end-of-life-policy-201851003.html - releaseCycle: "7.12" releaseDate: 2018-08-26 eol: 2020-08-27 latest: "7.12.3" latestReleaseDate: 2018-10-12 - releaseCycle: "7.11" releaseDate: 2018-07-10 eol: 2020-07-11 latest: "7.11.2" latestReleaseDate: 2018-08-08 - releaseCycle: "7.10" releaseDate: 2018-05-28 eol: 2020-05-29 latest: "7.10.2" latestReleaseDate: 2018-06-27 - releaseCycle: "7.9" releaseDate: 2018-04-08 eol: 2020-04-09 latest: "7.9.2" latestReleaseDate: 2018-05-08 - releaseCycle: "7.8" releaseDate: 2018-02-19 eol: 2020-02-20 latest: "7.8.4" latestReleaseDate: 2018-05-08 - releaseCycle: "7.7" releaseDate: 2018-01-10 eol: 2020-01-11 latest: "7.7.4" latestReleaseDate: 2018-05-09 - releaseCycle: "7.6" releaseDate: 2017-11-15 lts: true eol: 2019-11-14 latest: "7.6.17" latestReleaseDate: 2019-11-04 - releaseCycle: "7.5" releaseDate: 2017-09-05 eol: 2019-09-06 latest: "7.5.4" latestReleaseDate: 2018-01-16 # 7.4 to 7.0 EOL dates available on https://web.archive.org/web/20170710055737/https://confluence.atlassian.com/support/atlassian-support-end-of-life-policy-201851003.html - releaseCycle: "7.4" releaseDate: 2017-06-28 eol: 2019-06-29 latest: "7.4.6" latestReleaseDate: 2018-01-15 - releaseCycle: "7.3" releaseDate: 2017-01-02 eol: 2019-01-03 latest: "7.3.9" latestReleaseDate: 2018-01-10 - releaseCycle: "7.2" releaseDate: 2016-08-23 eol: 2018-08-23 latest: "7.2.15" latestReleaseDate: 2018-06-06 - releaseCycle: "7.1" releaseDate: 2016-02-10 eol: 2018-02-10 latest: "7.1.10" latestReleaseDate: 2016-09-14 - releaseCycle: "7.0" releaseDate: 2015-10-01 eol: 2017-10-06 latest: "7.0.11" latestReleaseDate: 2016-09-13 # 6.4 to 6.0 EOL dates available on https://web.archive.org/web/20150910105445/https://confluence.atlassian.com/support/atlassian-support-end-of-life-policy-201851003.html - releaseCycle: "6.4" releaseDate: 2015-03-16 # https://www.atlassian.com/blog/2015/04/jira-6-4-release-confidence-sanity eol: 2017-03-17 latest: "6.4.14" latestReleaseDate: 2016-07-26 link: https://confluence.atlassian.com/jira064/jira-6-4-14-release-notes-834232021.html - releaseCycle: "6.3" releaseDate: 2014-07-08 eol: 2016-07-08 latest: "6.3.15" latestReleaseDate: 2015-02-03 link: https://confluence.atlassian.com/jira063/jira-6-3-15-release-notes-707625090.html - releaseCycle: "6.2" releaseDate: 2014-02-24 eol: 2016-06-11 latest: "6.2.7" latestReleaseDate: 2014-06-11 link: https://confluence.atlassian.com/jira063/jira-6-2-7-release-notes-683542003.html - releaseCycle: "6.1" releaseDate: 2013-09-23 eol: 2016-05-22 latest: "6.1.9" latestReleaseDate: 2014-09-29 link: https://confluence.atlassian.com/jira063/jira-6-1-9-release-notes-683542023.html - releaseCycle: "6.0" releaseDate: 2013-05-21 eol: 2015-09-03 latest: "6.0.8" latestReleaseDate: 2013-09-03 link: https://confluence.atlassian.com/jira064/jira-6-0-8-release-notes-720413919.html - releaseCycle: "5.2" releaseDate: 2012-11-11 eol: true latest: "5.2.11" latestReleaseDate: 2013-04-18 link: https://confluence.atlassian.com/jira063/jira-5-2-11-release-notes-683542112.html - releaseCycle: "5.1" releaseDate: 2012-07-09 eol: true latest: "5.1.8" latestReleaseDate: 2012-10-31 link: https://confluence.atlassian.com/jira063/jira-5-1-8-release-notes-683542060.html - releaseCycle: "5.0" releaseDate: 2012-02-22 eol: 2012-07-01 latest: "5.0.7" latestReleaseDate: 2012-07-01 link: https://confluence.atlassian.com/jira063/jira-5-0-7-release-notes-683542076.html - releaseCycle: "4.4" releaseDate: 2011-08-02 eol: 2014-02-22 latest: "4.4.5" latestReleaseDate: 2012-02-22 link: https://confluence.atlassian.com/jira063/jira-4-4-5-release-notes-683541908.html - releaseCycle: "4.3" releaseDate: 2011-03-16 eol: 2013-05-27 latest: "4.3.4" latestReleaseDate: 2011-05-27 link: https://confluence.atlassian.com/jira063/jira-4-3-4-release-notes-683541993.html - releaseCycle: "4.2" releaseDate: 2010-10-19 eol: 2013-02-08 latest: "4.2.4" latestReleaseDate: 2011-02-08 link: https://confluence.atlassian.com/jira063/jira-4-2-4-release-notes-683541978.html - releaseCycle: "4.1" releaseDate: 2010-04-07 eol: 2012-06-18 latest: "4.1.2" latestReleaseDate: 2010-06-18 link: https://confluence.atlassian.com/jira063/jira-4-1-2-release-notes-683541950.html - releaseCycle: "4.0" releaseDate: 2009-10-06 eol: 2012-02-26 latest: "4.0.2" latestReleaseDate: 2010-02-26 link: https://confluence.atlassian.com/jira063/jira-4-0-2-release-notes-683541921.html - releaseCycle: "3.13" releaseDate: 2008-09-09 eol: 2011-07-21 # https://confluence.atlassian.com/jirakb/blog/2011/08/jira-3-13-end-of-life latest: "3.13.5" latestReleaseDate: 2009-07-21 link: https://confluence.atlassian.com/jira063/jira-3-13-5-release-notes-683541942.html # 3.x release dates available on https://confluence.atlassian.com/jira063/jira-release-summary-683542136.html. # latest release dates and eol dates are mostly unknown. - releaseCycle: "3.12" releaseDate: 2007-12-07 eol: true latest: "3.12.3" latestReleaseDate: 2008-04-30 link: https://confluence.atlassian.com/jira063/jira-3-12-3-release-notes-683541916.html - releaseCycle: "3.11" releaseDate: 2007-09-25 eol: true latest: "3.11.0" latestReleaseDate: 2007-09-25 link: https://confluence.atlassian.com/jira063/jira-3-11-release-notes-683541982.html - releaseCycle: "3.10" releaseDate: 2007-07-09 eol: true latest: "3.10.2" link: https://confluence.atlassian.com/jira063/jira-3-10-2-release-notes-683541819.html - releaseCycle: "3.9" releaseDate: 2007-05-08 eol: true latest: "3.9.3" link: https://confluence.atlassian.com/jira063/jira-3-9-3-release-notes-683541851.html - releaseCycle: "3.8" releaseDate: 2007-03-13 eol: true latest: "3.8.1" link: https://confluence.atlassian.com/jira063/jira-3-8-1-release-notes-683541854.html - releaseCycle: "3.7" releaseDate: 2006-12-18 eol: true latest: "3.7.4" link: https://confluence.atlassian.com/jira063/jira-3-7-4-release-notes-683541869.html - releaseCycle: "3.6" releaseDate: 2006-04-18 eol: true latest: "3.6.5" link: https://confluence.atlassian.com/jira063/jira-3-6-5-release-notes-683541895.html - releaseCycle: "3.5" releaseDate: 2006-02-01 eol: true latest: "3.5.3" link: https://confluence.atlassian.com/jira063/jira-3-5-3-release-notes-683541839.html - releaseCycle: "3.4" releaseDate: 2005-11-15 eol: true latest: "3.4.3" link: https://confluence.atlassian.com/jira063/jira-3-4-3-release-notes-683541799.html - releaseCycle: "3.3" releaseDate: 2005-08-05 eol: true latest: "3.3.3" link: https://confluence.atlassian.com/jira063/jira-3-3-3-release-notes-683541879.html - releaseCycle: "3.2" releaseDate: 2005-05-27 eol: true latest: "3.2.3" link: https://confluence.atlassian.com/jira063/jira-3-2-3-release-notes-683541833.html - releaseCycle: "3.1" releaseDate: 2005-02-14 eol: true latest: "3.1.1" link: https://confluence.atlassian.com/jira063/jira-3-1-1-release-notes-683541805.html - releaseCycle: "3.0" releaseDate: 2004-10-12 eol: true latest: "3.0.3" link: https://confluence.atlassian.com/jira063/jira-3-0-3-release-notes-683541813.html - releaseCycle: "2.6" releaseDate: 2004-03-03 # https://www.atlassian.com/blog/archives/jira_2_6_released$ eol: true latest: "2.6.1" latestReleaseDate: 2004-03-25 link: https://www.atlassian.com/blog/archives/jira_261_releas$ - releaseCycle: "2.5" releaseDate: 2003-11-12 # https://www.atlassian.com/blog/archives/jira_2_5_released$ eol: true latest: "2.5.3" latestReleaseDate: 2003-12-19 link: https://www.atlassian.com/blog/archives/jira_253_releas$ - releaseCycle: "2.4" releaseDate: 2003-08-20 eol: true latest: "2.4.0" latestReleaseDate: 2003-08-20 link: https://www.atlassian.com/blog/archives/jira_24_release$ - releaseCycle: "2.3" releaseDate: 2003-07-03 eol: true latest: "2.3.0" latestReleaseDate: 2003-07-03 link: https://www.atlassian.com/blog/archives/jira_23_release$ - releaseCycle: "2.2" releaseDate: 2003-06-20 # https://www.atlassian.com/blog/archives/jira_2_2_released$ eol: true latest: "2.2.1" latestReleaseDate: 2003-06-26 link: https://www.atlassian.com/blog/archives/jira_221_releas$ - releaseCycle: "2.1" releaseDate: 2003-06-03 eol: true latest: "2.1.0" latestReleaseDate: 2003-06-03 link: https://www.atlassian.com/blog/archives/jira_21_release$ - releaseCycle: "1.4" releaseDate: 2002-09-10 # https://www.atlassian.com/blog/archives/jira_1_4_released$ eol: true latest: "1.4.1" latestReleaseDate: 2002-09-13 link: https://www.atlassian.com/blog/archives/jira_1_4_1_released$ - releaseCycle: "1.3" releaseDate: 2002-07-04 # https://www.atlassian.com/blog/archives/jira_13_resin_j$ eol: true latest: "1.3.3" latestReleaseDate: 2002-07-23 link: https://www.atlassian.com/blog/archives/jira_1_3_3_released$ - releaseCycle: "1.2" releaseDate: 2002-05-21 eol: true latest: "1.2.0" latestReleaseDate: 2002-05-21 link: https://www.atlassian.com/blog/archives/jira_12_adds_pe$ - releaseCycle: "1.1" releaseDate: 2002-04-30 eol: true latest: "1.1.0" latestReleaseDate: 2002-04-30 link: https://www.atlassian.com/blog/archives/jira_11_availab$ - releaseCycle: "1.0" releaseDate: 2002-04-10 eol: true latest: "1.0.0" latestReleaseDate: 2002-04-10 link: https://www.atlassian.com/blog/archives/jira_10_release$ --- > [Jira Software](https://www.atlassian.com/software/jira) is a proprietary issue tracking product > developed by Atlassian that allows bug tracking and agile project management. {: .warning } > Atlassian ended support for Jira Software Server [on February 15, 2024](https://www.atlassian.com/migration/assess/journey-to-cloud). > Starting from 9.13.x, new releases of Jira are available only to Data Center customers. Jira Software is available both as SaaS and on-premises offer, with two editions: - Jira Software Cloud: Cloud edition, available through [Atlassian Cloud](https://www.atlassian.com/licensing/cloud). - Jira Software Data Center: Self-hosted edition, targeted to enterprises. This page is **only** about Jira Software Data Center. Jira Software Cloud is a part of the Atlassian Cloud with [its own release cadence](https://confluence.atlassian.com/cloud/blog). Jira Software has both LTS and non-LTS releases. There is approximately one LTS release per year, which receives bug and security fixes for 2 years. Non-LTS releases are supported for 6 months with only critical security fixes. More information can be found in [this article](https://www.atlassian.com/blog/enterprise/introducing-enterprise-releases). ================================================ FILE: products/joomla.md ================================================ --- title: Joomla! addedAt: 2022-11-30 category: server-app tags: php-runtime iconSlug: joomla permalink: /joomla releasePolicyLink: https://docs.joomla.org/Release_and_support_cycle changelogTemplate: "https://docs.joomla.org/Special:MyLanguage/Joomla_{{'__LATEST__'|split:'.'|slice:0,2|join:'.'}}_version_history#Joomla___LATEST__" eoasColumn: true identifiers: - repology: joomla auto: methods: - git: https://github.com/joomla/joomla-cms.git # eol see https://developer.joomla.org/roadmap.html releases: - releaseCycle: "6" releaseDate: 2025-10-14 eoas: 2028-10-17 eol: 2029-10-16 latest: "6.0.3" latestReleaseDate: 2026-02-06 # check later for removal: the link with changelogTemplate does not work (yet) link: https://www.joomla.org/announcements/release-news/5939-joomla-6-0-and-joomla-5-4-are-here.html - releaseCycle: "5" releaseDate: 2023-10-14 eoas: 2026-10-13 eol: 2027-10-12 latest: "5.4.3" latestReleaseDate: 2026-02-06 # check later for removal: the link with changelogTemplate does not work (yet) link: https://www.joomla.org/announcements/release-news/5900-joomla-5-0-and-joomla-4-4-are-here - releaseCycle: "4" releaseDate: 2021-08-17 eoas: 2024-10-15 eol: 2025-10-14 latest: "4.4.14" latestReleaseDate: 2025-09-23 - releaseCycle: "3" releaseDate: 2012-09-27 eoas: 2021-08-17 eol: 2023-08-17 latest: "3.10.12" latestReleaseDate: 2023-07-08 --- > [Joomla!](https://www.joomla.org/) is an award-winning content management system (CMS), which > enables you to build websites and powerful online applications. - Each major version is supported for at least 4 years. - Each major version gets a minimum of 2 years of active development. - This may be followed by further development as per the [roadmap][roadmap]. ## Links - [Joomla! CMS Development Roadmap][roadmap] - [Joomla! CMS versions table](https://docs.joomla.org/Special:MyLanguage/Joomla!_CMS_versions). [roadmap]: https://docs.joomla.org/Special:MyLanguage/Joomla_CMS_Development_Roadmap ================================================ FILE: products/jquery-ui.md ================================================ --- title: jQuery UI addedAt: 2024-08-21 category: framework tags: javascript-runtime permalink: /jquery-ui changelogTemplate: https://github.com/jquery/jquery-ui/releases/tag/__LATEST__ identifiers: - purl: pkg:github/jquery/jquery-ui - purl: pkg:maven/org.webjars/jquery-ui - purl: pkg:npm/jquery-ui - purl: pkg:nuget/jQuery.UI.Combined - repology: jquery-ui auto: methods: - git: https://github.com/jquery/jquery-ui.git releases: - releaseCycle: "1.14" staleReleaseThresholdDays: 730 # see https://github.com/jquery/jquery-ui?tab=security-ov-file#supported-versions releaseDate: 2024-08-05 eol: false latest: "1.14.2" link: https://blog.jqueryui.com/2024/10/jquery-ui-1-14-1-released/ latestReleaseDate: 2026-01-29 - releaseCycle: "1.13" releaseDate: 2021-10-07 eol: 2024-08-05 latest: "1.13.3" latestReleaseDate: 2024-04-26 link: https://blog.jqueryui.com/2024/04/jquery-ui-1-13-3-released/ - releaseCycle: "1.12" releaseDate: 2016-04-21 eol: 2021-10-07 latest: "1.12.1" latestReleaseDate: 2016-09-14 link: https://blog.jqueryui.com/2016/09/jquery-ui-1-12-1/ - releaseCycle: "1.11" releaseDate: 2014-06-26 eol: 2016-04-21 latest: "1.11.4" latestReleaseDate: 2015-03-11 link: https://blog.jqueryui.com/2015/03/jquery-ui-1-11-4/ - releaseCycle: "1.10" releaseDate: 2013-01-17 eol: 2014-06-26 latest: "1.10.4" latestReleaseDate: 2014-01-17 link: https://blog.jqueryui.com/2014/01/jquery-ui-1-10-4/ - releaseCycle: "1.9" releaseDate: 2012-10-05 eol: 2013-01-17 latest: "1.9.2" latestReleaseDate: 2012-11-23 link: https://blog.jqueryui.com/2012/11/jquery-ui-1-9-2/ - releaseCycle: "1.8" releaseDate: 2010-03-18 eol: 2012-10-08 latest: "1.8.24" latestReleaseDate: 2012-09-28 link: https://blog.jqueryui.com/2012/09/jquery-ui-1-8-24/ - releaseCycle: "1.7" releaseDate: 2009-03-03 eol: 2010-03-23 latest: "1.7.3" latestReleaseDate: 2010-05-04 link: https://blog.jqueryui.com/2010/05/jquery-ui-173/ --- > [jQuery UI](https://jqueryui.com/) is a collection of GUI widgets, animated > visual effects, and themes implemented with jQuery. The support and EOL policy is not clearly defined. Looking at past releases, it seems that only the latest release is actively maintained. ## [Browser Support](https://jqueryui.com/browser-support/) JQuery UI supports the latest stable releases of Chrome, Edge, Firefox, and Safari. While it might run without major issues in older browser versions, it is not actively tested against and bug fixes only impacting other browsers might not be fixed. ================================================ FILE: products/jquery.md ================================================ --- title: jQuery addedAt: 2022-02-09 category: framework tags: javascript-runtime linux-foundation iconSlug: jquery permalink: /jquery changelogTemplate: https://github.com/jquery/jquery/releases/tag/__LATEST__ eoesColumn: Commercial Support identifiers: - purl: pkg:github/jquery/jquery - purl: pkg:maven/org.webjars/jquery - purl: pkg:npm/jquery - purl: pkg:nuget/jQuery - repology: jquery - repology: js-jquery - cpe: cpe:2.3:a:jquery:jquery # NPM is also possible, but versions up to 1.10.2 and between 2.0.0 to 2.0.3 are not on # https://www.npmjs.com/package/jquery, so better it's better to keep git. auto: methods: - git: https://github.com/jquery/jquery.git releases: - releaseCycle: "4" releaseDate: 2026-01-17 eol: false latest: "4.0.0" latestReleaseDate: 2026-01-17 - releaseCycle: "3" staleReleaseThresholdDays: 1095 # see https://github.com/jquery/jquery?tab=security-ov-file#supported-versions releaseDate: 2016-06-09 eol: false latest: "3.7.1" latestReleaseDate: 2023-08-28 - releaseCycle: "2" releaseDate: 2013-04-18 eol: true eoes: false latest: "2.2.4" latestReleaseDate: 2016-05-20 link: https://blog.jquery.com/2016/05/20/jquery-1-12-4-and-2-2-4-released/ - releaseCycle: "1" releaseDate: 2006-08-31 eol: true eoes: false latest: "1.12.4" latestReleaseDate: 2016-05-20 link: https://blog.jquery.com/2016/05/20/jquery-1-12-4-and-2-2-4-released/ --- > [jQuery](https://jquery.com/) is a widely used JavaScript library making it easier to manipulate HTML documents. [Only the latest version in the current release cycle is supported](https://github.com/jquery/jquery?tab=security-ov-file#supported-versions). The 1.x and 2.x branches no longer receive patches, although a core team lead [stated that](https://github.com/jquery/jquery/issues/5322#issuecomment-1719939675) serious security patches have been backported and that they would consider it again in the future. jQuery is part of the [OpenJS Foundation’s Ecosystem Sustainability Program](https://openjsf.org/ecosystem-sustainability-program) (ESP). Commercial support [is available for some EOL versions of jQuery](https://jquery.com/support/#commercial-support) through the [HeroDevs Never-Ending Support](https://www.herodevs.com/support/jquery-nes) initiative. ## [Browser Support](https://jquery.com/browser-support/) ### Desktop | Browser | Support Versions | | ----------------- | ----------------------------------------------------------------------------------------------- | | Chrome | Latest 2 major stable releases | | Edge | Latest 2 major stable releases | | Firefox | Latest 2 major stable releases, [ESR](https://support.mozilla.org/kb/firefox-esr-release-cycle) | | Internet Explorer | 11 | | Safari | Latest 2 major stable releases | | Opera | Latest stable version | ### Mobile | Browser | Support Versions | | ------------------| ------------------------------ | | Chrome on Android | Latest 2 major stable releases | | Safari | Latest 3 major stable releases | ================================================ FILE: products/jreleaser.md ================================================ --- title: JReleaser addedAt: 2022-12-02 category: app tags: java-runtime permalink: /jreleaser versionCommand: jreleaser --version releasePolicyLink: https://jreleaser.org/guide/latest/release-history.html changelogTemplate: "https://github.com/jreleaser/jreleaser/releases/tag/v__LATEST__" eoasColumn: true eolColumn: Security Support auto: methods: - maven: org.jreleaser/jreleaser releases: - releaseCycle: "1" releaseDate: 2022-04-10 eol: false eoas: false latest: "1.18.0" latestReleaseDate: 2025-04-30 - releaseCycle: "0" releaseDate: 2021-04-10 eol: 2022-04-10 eoas: 2022-04-10 latest: "0.10.0" latestReleaseDate: 2021-12-28 --- > [JReleaser](https://jreleaser.org/) is a release automation tool for Java and non-Java projects. > Its goal is to simplify creating releases and publishing artifacts to multiple package > managers while providing customizable options. ================================================ FILE: products/julia.md ================================================ --- title: Julia addedAt: 2025-01-30 category: lang iconSlug: julia permalink: /julia alternate_urls: - /julialang - /julia-lang versionCommand: julia --version releasePolicyLink: https://julialang.org/blog/2019/08/release-process/ changelogTemplate: "https://github.com/JuliaLang/julia/blob/v__LATEST__/NEWS.md" auto: methods: - git: https://github.com/JuliaLang/julia.git identifiers: - repology: julia - cpe: cpe:2.3:a:julialang:julia releases: - releaseCycle: "1.12" releaseDate: 2025-10-08 # announcementLink: https://julialang.org/blog/2025/10/julia-1.12-highlights/ eol: false latest: "1.12.5" latestReleaseDate: 2026-02-09 - releaseCycle: "1.11" releaseDate: 2024-10-07 # announcementLink: https://julialang.org/blog/2024/10/julia-1.11-highlights/ eol: 2025-10-08 # https://discourse.julialang.org/t/julia-v1-12-0-has-been-released/132990 latest: "1.11.9" latestReleaseDate: 2026-02-05 - releaseCycle: "1.10" releaseDate: 2023-12-25 lts: 2024-10-08 # https://discourse.julialang.org/t/julia-v1-11-0-has-been-released-and-v1-10-is-now-lts/121064 eol: false latest: "1.10.11" latestReleaseDate: 2026-03-09 - releaseCycle: "1.6" releaseDate: 2021-03-24 lts: 2021-12-01 # https://discourse.julialang.org/t/julia-v1-7-0-has-been-released-and-v1-6-is-now-lts/72336 eol: 2024-10-08 # https://discourse.julialang.org/t/julia-v1-11-0-has-been-released-and-v1-10-is-now-lts/121064 latest: "1.6.7" latestReleaseDate: 2022-07-19 - releaseCycle: "1.0" releaseDate: 2018-08-08 lts: 2019-01-22 # https://discourse.julialang.org/t/proposed-release-process-and-schedule/15623 + https://discourse.julialang.org/t/julia-v1-1-0-has-been-released/19911 eol: 2021-12-01 # https://discourse.julialang.org/t/julia-v1-7-0-has-been-released-and-v1-6-is-now-lts/72336 latest: "1.0.5" latestReleaseDate: 2019-09-09 # Please leave a new line both above and below the triple-dashes. --- > [Julia](https://julialang.org) is an open-source programming language designed for technical computing, > combining the high performance of compiled languages with the flexibility and approachability of dynamic, interpreted ones. Julia releases minor versions approximately every 4–5 months. Each minor version is supported until the next is released, with patch updates provided as needed, approximately monthly. Long-Term Support (LTS) versions are selected occasionally from minor releases and are supported for an extended period, receiving critical bug fixes and security updates. For more details, see the [Julia release process](https://julialang.org/blog/2019/08/release-process/) blog post, or the summary from the FAQ: [Do I want to use the Stable, LTS, or nightly version of Julia?](https://docs.julialang.org/en/v1/manual/faq/#Do-I-want-to-use-the-Stable,-LTS,-or-nightly-version-of-Julia?), as well as the information in the [Downloads page](https://julialang.org/downloads/). Release notes are kept in the `NEWS.md` file in the git tag for each release, with older release notes being added to the `HISTORY.md` file. The version of [`NEWS.md` in the `master` branch](https://github.com/JuliaLang/julia/blob/master/NEWS.md) of the Julia repository lists the changes that will be included in the next minor version. ================================================ FILE: products/karpenter.md ================================================ --- title: Karpenter addedAt: 2026-03-10 category: server-app tags: cncf kubernetes iconSlug: kubernetes permalink: /karpenter releasePolicyLink: https://github.com/kubernetes-sigs/karpenter/blob/main/RELEASE.md changelogTemplate: https://github.com/kubernetes-sigs/karpenter/releases/tag/v__LATEST__ eolColumn: Support identifiers: - purl: pkg:github/kubernetes-sigs/karpenter - purl: pkg:oci/karpenter?repository_url=public.ecr.aws/karpenter - purl: pkg:oci/karpenter?repository_url=dhi.io - purl: pkg:oci/karpenter?repository_url=cgr.dev/chainguard auto: methods: - git: https://github.com/kubernetes-sigs/karpenter.git customFields: - name: supportedKubernetesVersion display: after-latest-column label: Kubernetes Compatibility description: Supported Kubernetes Versions link: https://karpenter.sh/docs/upgrading/compatibility releases: - releaseCycle: "1.9" releaseDate: 2026-02-06 eol: false latest: "1.9.0" latestReleaseDate: 2026-02-04 supportedKubernetesVersion: "1.29 - 1.35" - releaseCycle: "1.8" releaseDate: 2025-10-08 eol: 2026-01-15 latest: "1.8.2" latestReleaseDate: 2026-01-15 supportedKubernetesVersion: "1.29 - 1.34" - releaseCycle: "1.7" releaseDate: 2025-09-16 eol: 2026-02-06 latest: "1.7.1" latestReleaseDate: 2025-09-17 supportedKubernetesVersion: "1.29 - 1.34" - releaseCycle: "1.6" releaseDate: 2025-07-14 eol: 2025-10-08 latest: "1.6.3" latestReleaseDate: 2025-09-03 supportedKubernetesVersion: "1.29 - 1.34" - releaseCycle: "1.5" releaseDate: 2025-05-24 eol: 2025-09-16 latest: "1.5.4" latestReleaseDate: 2025-08-26 supportedKubernetesVersion: "1.29 - 1.33" - releaseCycle: "1.4" releaseDate: 2025-04-16 eol: 2025-07-14 latest: "1.4.1" latestReleaseDate: 2025-09-26 supportedKubernetesVersion: "1.29 - 1.32" - releaseCycle: "1.3" releaseDate: 2025-03-04 eol: 2025-05-24 latest: "1.3.4" latestReleaseDate: 2025-10-01 supportedKubernetesVersion: "1.29 - 1.32" - releaseCycle: "1.2" releaseDate: 2025-01-28 eol: 2025-04-16 latest: "1.2.4" latestReleaseDate: 2025-10-01 supportedKubernetesVersion: "1.29 - 1.32" - releaseCycle: "1.1" releaseDate: 2024-11-30 eol: 2025-03-04 latest: "1.1.4" latestReleaseDate: 2025-10-01 supportedKubernetesVersion: "1.29 - 1.31" - releaseCycle: "1.0" releaseDate: 2024-08-14 eol: 2025-01-28 latest: "1.0.8" latestReleaseDate: 2025-10-01 supportedKubernetesVersion: "1.29 - 1.31" --- > [Karpenter](https://karpenter.sh) is an open-source node lifecycle management controller for Kubernetes. Karpenter follows [Semantic Versioning](https://semver.org/). There is no documented EOL Policy, but only the latest release seems to be supported. Backports are sometimes made for critical fixes. ================================================ FILE: products/kde-plasma.md ================================================ --- title: KDE Plasma addedAt: 2022-03-19 category: os iconSlug: kde permalink: /kde-plasma alternate_urls: - /kdeplasma versionCommand: plasmashell -v releasePolicyLink: https://community.kde.org/Schedules/Plasma_6 changelogTemplate: https://kde.org/announcements/plasma/6/__LATEST__/ eoasColumn: true eolColumn: Critical bug fixes identifiers: - cpe: cpe:/a:kde:plasma - cpe: cpe:2.3:a:kde:plasma auto: methods: - git: https://github.com/KDE/plasma-desktop.git # 80/90 minor and patch versions, such as https://kde.org/announcements/plasma/5/5.26.90/, are in fact beta releases regex_exclude: - '^v?(\d+)\.([8-9]\d+)(\.(\d+)(\.(\d+))?)?$' # double-digits minor >= 80 - '^v?(\d+)\.(\d+)(\.([8-9]\d+)(\.(\d+))?)?$' # double-digits patch >= 80 # non-LTS: eol(x)/eoas(x) = releaseDate(x+1) releases: - releaseCycle: "6.6" releaseDate: 2026-02-17 eoas: false eol: false latest: "6.6.3" latestReleaseDate: 2026-03-17 - releaseCycle: "6.5" releaseDate: 2025-10-21 eoas: 2026-02-17 eol: 2026-02-17 latest: "6.5.6" latestReleaseDate: 2026-03-10 - releaseCycle: "6.4" releaseDate: 2025-06-17 eoas: 2025-10-21 eol: 2025-10-21 latest: "6.4.6" latestReleaseDate: 2025-11-11 - releaseCycle: "6.3" releaseDate: 2025-02-11 eoas: 2025-06-17 eol: 2025-06-17 latest: "6.3.6" latestReleaseDate: 2025-07-08 - releaseCycle: "6.2" releaseDate: 2024-10-08 eoas: 2025-02-11 eol: 2025-02-11 latest: "6.2.5" latestReleaseDate: 2024-12-31 - releaseCycle: "6.1" releaseDate: 2024-06-18 eoas: 2024-10-08 eol: 2024-10-08 latest: "6.1.5" latestReleaseDate: 2024-09-10 - releaseCycle: "6.0" releaseDate: 2024-02-28 eoas: 2024-06-18 eol: 2024-06-18 latest: "6.0.5" latestReleaseDate: 2024-05-21 - releaseCycle: "5.27" staleReleaseThresholdDays: 730 lts: true releaseDate: 2023-02-14 eoas: 2025-01-06 eol: false # Not yet announced at https://community.kde.org/Schedules/Plasma_5 latest: "5.27.12" latestReleaseDate: 2025-01-06 link: https://kde.org/announcements/plasma/5/__LATEST__/ - releaseCycle: "5.26" releaseDate: 2022-10-11 eoas: 2023-02-14 eol: 2023-02-14 latest: "5.26.5" latestReleaseDate: 2023-01-03 link: https://kde.org/announcements/plasma/5/__LATEST__/ - releaseCycle: "5.25" releaseDate: 2022-06-14 eoas: 2022-10-11 eol: 2022-10-11 latest: "5.25.5" latestReleaseDate: 2022-09-06 link: https://kde.org/announcements/plasma/5/__LATEST__/ - releaseCycle: "5.24" lts: true releaseDate: 2022-02-08 eoas: 2022-06-14 eol: 2022-10-14 latest: "5.24.7" latestReleaseDate: 2022-10-14 link: https://kde.org/announcements/plasma/5/__LATEST__/ - releaseCycle: "5.23" releaseDate: 2021-10-14 eoas: 2022-02-03 eol: 2022-02-03 latest: "5.23.5" latestReleaseDate: 2022-01-04 link: https://kde.org/announcements/plasma/5/__LATEST__/ - releaseCycle: "5.18" lts: true releaseDate: 2020-02-11 eoas: 2020-06-04 eol: 2022-02-11 latest: "5.18.8" latestReleaseDate: 2021-10-19 link: https://kde.org/announcements/plasma/5/__LATEST__/ --- > [KDE Plasma](https://kde.org/plasma-desktop/) is a graphical desktop environment with customizable > layouts and panels, supporting virtual desktops and widgets. It is available on most Linux > distributions and FreeBSD. KDE Plasma releases roughly three major feature releases a year, with one Long-Term Support release every other year. There is a [detailed schedule](https://community.kde.org/Schedules/Plasma_6) for future bug fix releases and major releases. ## Release Cadence - The last Plasma 5 release will be version 5.27 LTS, and the end of critical bug fixes is not yet announced. - Bugfix tags/releases are made on Tuesdays in a [Fibonacci sequence of weeks](https://community.kde.org/Schedules/Plasma_6#Releases_Cycle) (1, 1, 2, 3, 5) after each previous release of the same series. ================================================ FILE: products/keda.md ================================================ --- title: KEDA addedAt: 2023-10-12 category: server-app tags: cncf linux-foundation permalink: /keda releasePolicyLink: https://github.com/kedacore/governance/blob/main/RELEASES.md changelogTemplate: "https://github.com/kedacore/keda/releases/tag/v__LATEST__" eolColumn: Support customFields: - name: supportedKubernetesVersions display: api-only label: Kubernetes description: Supported Kubernetes versions link: https://keda.sh/docs/latest/operate/cluster/#kubernetes-compatibility auto: methods: - git: https://github.com/kedacore/keda.git identifiers: - purl: pkg:github/kedacore/keda - purl: pkg:oci/keda-admission-webhooks?repository_url=ghcr.io/kedacore - purl: pkg:oci/keda-metrics-apiserver?repository_url=ghcr.io/kedacore - purl: pkg:oci/keda?repository_url=ghcr.io/kedacore # eol(x) = releaseDate(x+2) # For supportedKubernetesVersions: https://keda.sh/docs/latest/operate/cluster/#kubernetes-compatibility releases: - releaseCycle: "2.19" releaseDate: 2026-02-02 eol: false supportedKubernetesVersions: 1.32 - 1.34 latest: "2.19.0" latestReleaseDate: 2026-02-02 - releaseCycle: "2.18" releaseDate: 2025-10-08 eol: false supportedKubernetesVersions: 1.31 - 1.33 latest: "2.18.3" latestReleaseDate: 2025-12-22 - releaseCycle: "2.17" releaseDate: 2025-04-07 eol: 2026-02-02 supportedKubernetesVersions: 1.30 - 1.32 latest: "2.17.3" latestReleaseDate: 2025-12-22 - releaseCycle: "2.16" releaseDate: 2024-11-07 eol: 2025-10-08 supportedKubernetesVersions: 1.29 - 1.31 latest: "2.16.1" latestReleaseDate: 2024-12-24 - releaseCycle: "2.15" releaseDate: 2024-08-01 eol: 2025-04-07 supportedKubernetesVersions: 1.28 - 1.30 latest: "2.15.1" latestReleaseDate: 2024-08-12 - releaseCycle: "2.14" releaseDate: 2024-04-25 eol: 2024-11-07 # releaseDate(2.16) supportedKubernetesVersions: 1.27 - 1.29 latest: "2.14.1" latestReleaseDate: 2024-07-31 - releaseCycle: "2.13" releaseDate: 2024-01-18 eol: 2024-08-01 # releaseDate(2.15) supportedKubernetesVersions: 1.27 - 1.29 latest: "2.13.1" latestReleaseDate: 2024-02-29 - releaseCycle: "2.12" releaseDate: 2023-09-28 eol: 2024-04-25 supportedKubernetesVersions: 1.26 - 1.28 latest: "2.12.1" latestReleaseDate: 2023-11-27 - releaseCycle: "2.11" releaseDate: 2023-06-22 eol: 2024-01-18 supportedKubernetesVersions: 1.25 - 1.27 latest: "2.11.2" latestReleaseDate: 2023-07-27 - releaseCycle: "2.10" releaseDate: 2023-03-09 eol: 2023-09-28 supportedKubernetesVersions: 1.24 - 1.26 latest: "2.10.1" latestReleaseDate: 2023-04-13 - releaseCycle: "2.9" releaseDate: 2022-12-09 eol: 2023-06-22 supportedKubernetesVersions: 1.23 - 1.25 latest: "2.9.3" latestReleaseDate: 2023-01-31 - releaseCycle: "2.8" releaseDate: 2022-08-10 eol: 2023-03-09 supportedKubernetesVersions: 1.17 - 1.25 latest: "2.8.2" latestReleaseDate: 2023-01-19 - releaseCycle: "2.7" releaseDate: 2022-05-05 eol: 2022-12-09 supportedKubernetesVersions: 1.17 - 1.25 latest: "2.7.1" latestReleaseDate: 2022-05-10 - releaseCycle: "2.6" releaseDate: 2022-01-31 eol: 2022-08-10 supportedKubernetesVersions: 1.17 - 1.25 latest: "2.6.1" latestReleaseDate: 2022-02-10 - releaseCycle: "2.5" releaseDate: 2021-11-25 eol: 2022-05-05 supportedKubernetesVersions: 1.17+ latest: "2.5.0" latestReleaseDate: 2021-11-25 - releaseCycle: "2.4" releaseDate: 2021-08-06 eol: 2022-01-31 supportedKubernetesVersions: 1.16+ latest: "2.4.0" latestReleaseDate: 2021-08-06 - releaseCycle: "2.3" releaseDate: 2021-05-27 eol: 2021-11-25 supportedKubernetesVersions: 1.16+ latest: "2.3.0" latestReleaseDate: 2021-05-27 - releaseCycle: "2.2" releaseDate: 2021-03-18 eol: 2021-08-06 supportedKubernetesVersions: 1.16+ latest: "2.2.0" latestReleaseDate: 2021-03-18 - releaseCycle: "2.1" releaseDate: 2021-01-27 eol: 2021-05-27 supportedKubernetesVersions: 1.16+ latest: "2.1.0" latestReleaseDate: 2021-01-27 - releaseCycle: "2.0" releaseDate: 2020-11-04 eol: 2021-03-18 supportedKubernetesVersions: 1.16+ latest: "2.0.0" latestReleaseDate: 2020-11-04 - releaseCycle: "1.5" releaseDate: 2020-07-07 eol: true # because there was no release in more than three years supportedKubernetesVersions: 1.13+ latest: "1.5.0" latestReleaseDate: 2020-07-07 --- > [KEDA](https://keda.sh/) is a Kubernetes-based Event Driven Autoscaler. With KEDA, you can drive > the scaling of any container in Kubernetes based on the number of events needing to be processed. KEDA follows [Semantic Versioning](https://github.com/kedacore/governance/blob/main/RELEASES.md). A new minor version is released approximately every four months and is usually supported for two release cycles. ## [Supported Kubernetes Versions](https://keda.sh/docs/latest/operate/cluster/#kubernetes-compatibility) {%- assign collapsedCycles = page.releases | collapse_cycles:"supportedKubernetesVersions"," - " %} {% include table.html labels="Version,Kubernetes Versions" fields="releaseCycle,supportedKubernetesVersions" types="string,string" rows=collapsedCycles %} ================================================ FILE: products/keycloak.md ================================================ --- title: Keycloak addedAt: 2022-12-15 category: server-app tags: java-runtime red-hat linux-foundation iconSlug: keycloak permalink: /keycloak releasePolicyLink: https://github.com/keycloak/keycloak/security/policy#supported-versions changelogTemplate: "https://www.keycloak.org/docs/latest/release_notes/index.html#keycloak-{{'__LATEST__'|replace:'.','-'}}" eolColumn: Supported identifiers: - purl: pkg:github/keycloak/keycloak - repology: keycloak - cpe: cpe:2.3:a:redhat:keycloak auto: methods: - github_releases: keycloak/keycloak # eol(x) = release(x+1) releases: - releaseCycle: "26.5" releaseDate: 2026-01-06 eol: false latest: "26.5.6" latestReleaseDate: 2026-03-19 - releaseCycle: "26.4" releaseDate: 2025-09-30 eol: 2026-01-06 latest: "26.4.7" latestReleaseDate: 2025-12-01 - releaseCycle: "26.3" releaseDate: 2025-07-02 eol: 2025-09-30 latest: "26.3.5" latestReleaseDate: 2025-09-25 - releaseCycle: "26.2" releaseDate: 2025-04-11 eol: 2025-07-02 latest: "26.2.5" latestReleaseDate: 2025-05-28 - releaseCycle: "26.1" releaseDate: 2025-01-15 eol: 2025-04-11 latest: "26.1.5" latestReleaseDate: 2025-04-11 - releaseCycle: "26.0" releaseDate: 2024-10-04 eol: 2025-01-15 latest: "26.0.8" latestReleaseDate: 2025-01-13 - releaseCycle: "25.0" releaseDate: 2024-06-10 eol: 2024-10-04 latest: "25.0.6" latestReleaseDate: 2024-09-19 - releaseCycle: "24.0" releaseDate: 2024-03-04 eol: 2024-06-10 latest: "24.0.5" latestReleaseDate: 2024-06-04 - releaseCycle: "23.0" releaseDate: 2023-11-23 eol: 2024-03-04 latest: "23.0.7" latestReleaseDate: 2024-02-22 - releaseCycle: "22.0" releaseDate: 2023-07-11 eol: 2023-11-23 latest: "22.0.5" latestReleaseDate: 2023-10-24 - releaseCycle: "21.1" releaseDate: 2023-04-19 eol: 2023-07-11 latest: "21.1.2" latestReleaseDate: 2023-06-28 - releaseCycle: "21.0" releaseDate: 2023-02-23 eol: 2023-04-19 latest: "21.0.2" latestReleaseDate: 2023-03-30 - releaseCycle: "20.0" releaseDate: 2022-11-01 eol: 2023-02-23 latest: "20.0.5" latestReleaseDate: 2023-02-21 - releaseCycle: "19.0" releaseDate: 2022-07-27 eol: 2022-11-01 latest: "19.0.3" latestReleaseDate: 2022-10-06 - releaseCycle: "18.0" releaseDate: 2022-04-20 eol: 2022-07-27 latest: "18.0.2" latestReleaseDate: 2022-06-24 - releaseCycle: "17.0" releaseDate: 2022-02-11 eol: 2022-04-20 latest: "17.0.1" latestReleaseDate: 2022-03-23 - releaseCycle: "16.1" releaseDate: 2021-12-20 eol: 2022-03-11 latest: "16.1.1" latestReleaseDate: 2022-01-25 - releaseCycle: "16.0" releaseDate: 2021-12-17 eol: 2021-12-20 latest: "16.0.0" latestReleaseDate: 2021-12-17 - releaseCycle: "15.1" releaseDate: 2021-12-10 eol: 2021-12-17 latest: "15.1.1" latestReleaseDate: 2021-12-17 - releaseCycle: "15.0" releaseDate: 2021-07-30 eol: 2021-12-10 latest: "15.0.2" latestReleaseDate: 2021-08-20 - releaseCycle: "14.0" releaseDate: 2021-06-18 eol: 2021-07-15 latest: "14.0.0" latestReleaseDate: 2021-06-18 - releaseCycle: "13.0" releaseDate: 2021-05-06 eol: 2021-06-18 latest: "13.0.1" latestReleaseDate: 2021-05-25 - releaseCycle: "12.0" releaseDate: 2020-12-16 eol: 2021-05-06 latest: "12.0.4" latestReleaseDate: 2021-03-01 - releaseCycle: "11.0" releaseDate: 2020-07-22 eol: 2020-12-16 latest: "11.0.3" latestReleaseDate: 2020-11-05 - releaseCycle: "10.0" releaseDate: 2020-04-29 eol: 2020-07-22 latest: "10.0.2" latestReleaseDate: 2020-06-02 --- > [Keycloak](https://www.keycloak.org/) is an open source identity and access management solution > for modern applications and services. There are 4 minor releases planned every year, and a major release every 2-3 years. [Starting Keycloak 26.0](https://www.keycloak.org/2024/10/release-updates), backwards compatibility is guaranteed in minor releases for Features and APIs that are fully supported. When a minor release comes with breaking changes, such changes will be opt-in. Moreover, deprecations can happen in a minor release, but features won't be removed until the next major version. Only the latest major version gets active development and security fixes. Depending on the severity of a vulnerability, the issue may be fixed in the current release or, for lower severity vulnerabilities or hardening, in the following release. The Keycloak JS adapter [split from Keycloak with the 26.2.0 release](https://www.keycloak.org/2025/02/keycloak-js-2620-released.html) and now follows its own release policy. It will continue to be backwards compatible with all actively supported releases of the Keycloak server, and deviation from this will be considered a breaking change. Commercial offerings with long-term support of specific versions of Keycloak are provided by Red Hat with [Red Hat Single Sign-On (RH-SSO)](https://access.redhat.com/products/red-hat-single-sign-on/) and [Red Hat build of Keycloak](https://access.redhat.com/products/red-hat-build-of-keycloak). ================================================ FILE: products/kibana.md ================================================ --- title: Kibana addedAt: 2022-12-20 category: server-app tags: elastic iconSlug: kibana permalink: /kibana releasePolicyLink: https://www.elastic.co/support_policy changelogTemplate: "https://www.elastic.co/guide/en/kibana/{{'__LATEST__'|split:'.'|pop|join:'.'}}/release-notes-__LATEST__.html" eolColumn: Support identifiers: - repology: kibana - cpe: cpe:/a:elastic:kibana - cpe: cpe:2.3:a:elastic:kibana auto: methods: - git: https://github.com/elastic/kibana.git # For EOL, see https://www.elastic.co/support/eol releases: - releaseCycle: "9.3" releaseDate: 2026-02-03 eol: false # later of 2027-10-15 or 18 months after the release date of 10.0 latest: "9.3.2" latestReleaseDate: 2026-03-16 link: https://www.elastic.co/docs/release-notes/kibana#kibana-__LATEST__-release-notes - releaseCycle: "9.2" releaseDate: 2025-10-21 eol: false # later of 2027-10-15 or 18 months after the release date of 10.0 latest: "9.2.7" latestReleaseDate: 2026-03-16 link: https://www.elastic.co/docs/release-notes/kibana#kibana-__LATEST__-release-notes - releaseCycle: "9.1" releaseDate: 2025-07-23 eol: false # later of 2027-10-15 or 18 months after the release date of 10.0 latest: "9.1.10" latestReleaseDate: 2026-01-08 link: https://www.elastic.co/docs/release-notes/kibana#kibana-__LATEST__-release-notes - releaseCycle: "8.19" releaseDate: 2025-07-23 eol: 2027-07-15 latest: "8.19.13" latestReleaseDate: 2026-03-16 - releaseCycle: "9.0" releaseDate: 2025-04-10 eol: false # later of 2027-10-15 or 18 months after the release date of 10.0 latest: "9.0.8" latestReleaseDate: 2025-10-02 link: https://www.elastic.co/docs/release-notes/kibana#kibana-__LATEST__-release-notes - releaseCycle: "8.18" releaseDate: 2025-04-10 eol: 2025-10-21 latest: "8.18.8" latestReleaseDate: 2025-10-02 - releaseCycle: "8.17" releaseDate: 2024-12-11 eol: false # Supposedly until 8.19 released, but they've released twice since latest: "8.17.10" latestReleaseDate: 2025-08-07 - releaseCycle: "8.16" releaseDate: 2024-11-07 eol: true latest: "8.16.6" latestReleaseDate: 2025-03-19 - releaseCycle: "8.15" releaseDate: 2024-08-03 eol: true latest: "8.15.5" latestReleaseDate: 2024-11-21 - releaseCycle: "8.14" releaseDate: 2024-06-05 eol: true latest: "8.14.3" latestReleaseDate: 2024-07-08 - releaseCycle: "7" releaseDate: 2019-04-10 eol: 2026-01-15 latest: "7.17.29" latestReleaseDate: 2025-06-17 - releaseCycle: "6" releaseDate: 2017-11-14 eol: 2022-02-10 latest: "6.8.23" latestReleaseDate: 2022-01-13 --- > [Kibana](https://www.elastic.co/kibana/) is a free and open user interface that lets you visualize > your Elasticsearch data and navigate the Elastic Stack. Kibana is part of the [Elastic Stack](https://www.elastic.co/elastic-stack/), also known as the [ELK Stack](https://www.elastic.co/what-is/elk-stack). It shares the same support policy as the other products in the Elastic Stack (Elasticsearch, Logstash, Beats...). Elastic Stack product releases follow [Semantic Versioning](https://semver.org/). Elastic provides maintenance for each major release series for the longest of 30 months after the GA date of the major release or 18 months after the GA date of the following major release. For example, if version 1.0 was released on 10-Apr-2019 and version 2.0 was released on 10-Feb-2022. - 30 months from 1.0 GA date is 10-Oct-2021 - 18 months from 2.0 GA date is 10-Aug-2023 - 1.x maintenance would end on 10-Aug-2023 End-of-life dates for Kibana can be found on the [Elastic product EOL dates page](https://www.elastic.co/support/eol). Support for various operating systems can also be found on the [Elastic support matrix page](https://www.elastic.co/support/matrix). License information can be found on the [Elastic license page](https://www.elastic.co/pricing/faq/licensing). *[GA]: General Availability *[EOL]: End Of Life ================================================ FILE: products/kindle.md ================================================ --- title: Amazon Kindle addedAt: 2021-03-19 category: device tags: amazon e-reader iconSlug: amazon permalink: /kindle alternate_urls: - /amazon-kindle releasePolicyLink: https://www.amazon.com/gp/help/customer/display.html?nodeId=GKMQC26VQQMM8XSW eolColumn: Service Status # Release dates can be found on https://en.wikipedia.org/wiki/Amazon_Kindle. # Latest releases can be found on https://www.amazon.com/gp/help/customer/display.html?nodeId=GKMQC26VQQMM8XSW. releases: - releaseCycle: "kindle-scribe-3" releaseLabel: "Kindle Scribe (3rd Generation)" releaseDate: 2025-09-30 eol: false latest: "5.19.2" latestReleaseDate: 2026-02-01 link: https://www.amazon.com/KindleScribe3GenerationNotes - releaseCycle: "kindle-scribe-colorsoft-1" releaseLabel: "Kindle Scribe Colorsoft (1st Generation)" releaseDate: 2025-09-30 eol: false latest: "5.19.2" latestReleaseDate: 2026-02-01 link: https://www.amazon.com/KindleScribeColorsoft1GenerationNotes - releaseCycle: "kindle-scribe-2024" releaseLabel: "Kindle Scribe - 2024 Release" releaseDate: 2024-12-04 eol: false latest: "5.19.2" latestReleaseDate: 2026-02-01 link: https://www.amazon.com/KindleScribe2024Notes - releaseCycle: "kindle-colorsoft-1" releaseLabel: "Kindle Colorsoft (1st Generation)" releaseDate: 2024-10-30 eol: false latest: "5.19.2" latestReleaseDate: 2026-02-01 link: https://www.amazon.com/KindleColorsoft-2024-Notes - releaseCycle: "paperwhite-12" releaseLabel: "Kindle Paperwhite (12th Generation) - 2024 Release" releaseDate: 2024-10-16 eol: false latest: "5.19.2" latestReleaseDate: 2026-02-01 link: https://www.amazon.com/KindlePaperwhite12-2024-Notes - releaseCycle: "kindle-11-2024" releaseLabel: "Kindle (11th Generation) - 2024 Release" releaseDate: 2024-10-16 eol: false latest: "5.19.2" latestReleaseDate: 2026-02-01 link: https://www.amazon.com/Kindle11Notes - releaseCycle: "kindle-scribe-2022" releaseLabel: "Kindle Scribe - 2022 Release" releaseDate: 2022-11-30 eol: false latest: "5.19.2" latestReleaseDate: 2026-02-01 link: https://www.amazon.com/KindleScribeNotes - releaseCycle: "kindle-11-2022" releaseLabel: "Kindle (11th Generation) - 2022 Release" releaseDate: 2022-09-13 eol: false latest: "5.19.2" latestReleaseDate: 2026-02-01 link: https://www.amazon.com/Kindle11Notes - releaseCycle: "paperwhite-11" releaseLabel: "Kindle Paperwhite (11th Generation)" releaseDate: 2021-10-27 eol: false latest: "5.19.2" latestReleaseDate: 2026-02-01 link: https://www.amazon.com/Paperwhite11Notes - releaseCycle: "oasis-10" releaseLabel: "Kindle Oasis (10th Generation)" releaseDate: 2019-07-24 eol: false latest: "5.18.2" latestReleaseDate: 2025-04-01 link: https://www.amazon.com/Oasis10Notes - releaseCycle: "kindle-10" releaseLabel: "Kindle (10th Generation)" releaseDate: 2019-04-10 eol: false latest: "5.18.1" latestReleaseDate: 2025-03-01 link: https://www.amazon.com/Kindle10Notes - releaseCycle: "paperwhite-10" releaseLabel: "Kindle Paperwhite (10th Generation)" releaseDate: 2018-11-07 eol: false latest: "5.18.1" latestReleaseDate: 2025-03-01 link: https://www.amazon.com/Paperwhite10Notes - releaseCycle: "oasis-9" releaseLabel: "Kindle Oasis (9th Generation)" releaseDate: 2017-10-31 eol: 2024-06-01 # more than 1 year without update latest: "5.16.2.1" latestReleaseDate: 2023-06-01 link: https://www.amazon.com/Oasis9Notes - releaseCycle: "kindle-8" releaseLabel: "Kindle (8th Generation)" releaseDate: 2016-06-22 eol: 2024-06-01 # more than 1 year without update latest: "5.16.2.1" latestReleaseDate: 2023-06-01 link: https://www.amazon.com/Kindle8Notes - releaseCycle: "oasis-8" releaseLabel: "Kindle Oasis (8th Generation)" releaseDate: 2016-04-27 eol: 2024-06-01 # more than 1 year without update latest: "5.16.2.1" latestReleaseDate: 2023-06-01 link: https://www.amazon.com/Oasis8Notes - releaseCycle: "paperwhite-7" releaseLabel: "Kindle Paperwhite (7th Generation)" releaseDate: 2015-06-30 eol: 2024-06-01 # more than 1 year without update latest: "5.16.2.1" latestReleaseDate: 2023-06-01 link: https://www.amazon.com/Paperwhite7Notes - releaseCycle: "voyage-7" releaseLabel: "Kindle Voyage (7th Generation)" releaseDate: 2014-11-04 eol: 2021-04-01 latest: "5.13.6" latestReleaseDate: 2021-04-01 link: https://www.amazon.com/Voyage7Notes - releaseCycle: "kindle-7" releaseLabel: "Kindle (7th Generation)" releaseDate: 2014-10-02 eol: 2019-10-01 latest: "5.12.2.2" - releaseCycle: "paperwhite-6" releaseLabel: "Kindle Paperwhite (6th Generation)" releaseDate: 2013-09-30 eol: 2019-10-01 latest: "5.12.2.2" - releaseCycle: "paperwhite-5" releaseLabel: "Kindle Paperwhite (5th Generation)" releaseDate: 2012-10-01 eol: 2015-06-26 # https://drivers.softpedia.com/blog/amazon-kindle-paperwhite-1st-generation-receives-firmware-5-6-1-1-485364.shtml latest: "5.6.1.1" latestReleaseDate: 2015-06-26 # # https://drivers.softpedia.com/blog/amazon-kindle-paperwhite-1st-generation-receives-firmware-5-6-1-1-485364.shtml - releaseCycle: "kindle-5" releaseLabel: "Kindle (5th Generation)" releaseDate: 2012-09-06 eol: true latest: "4.1.4" - releaseCycle: "kindle-4" releaseLabel: "Kindle (4th Generation)" releaseDate: 2011-09-28 eol: true latest: "4.1.4" - releaseCycle: "touch-4" releaseLabel: "Kindle Touch (4th Generation)" releaseDate: 2011-09-28 eol: true latest: "5.3.7.3" - releaseCycle: "keyboard-3" releaseLabel: "Kindle Keyboard (3rd Generation)" releaseDate: 2010-08-27 eol: true latest: "3.4.3" - releaseCycle: "dx-2" releaseLabel: "Kindle DX (2nd Generation)" releaseDate: 2009-06-10 eol: true latest: "2.5.8" - releaseCycle: "kindle-2" releaseLabel: "Kindle (2nd Generation)" releaseDate: 2009-02-23 eol: true latest: "2.5.8" - releaseCycle: "kindle-1" releaseLabel: "Kindle (1st Generation)" releaseDate: 2007-11-19 eol: true latest: "1.2.1" --- > [Amazon Kindle](https://en.wikipedia.org/wiki/Amazon_Kindle) is a series of e-readers designed by > Amazon. For more information on the latest software release notes visit: [Kindle E-Reader Software Updates](https://www.amazon.com/gp/help/customer/display.html?nodeId=GKMQC26VQQMM8XSW). Kindles are guaranteed four years of security updates from when the device was last sold on Amazon.com. For more information visit the [Kindle Device Software Security Updates webpage](https://www.amazon.com/gp/help/customer/display.html?nodeId=GF3LDHSB5YM9BYF7). The older version of release notes are not available on the Amazon website. The changelog is still available in the device by following the `Settings -> Device Info -> What's New` menu. ================================================ FILE: products/kirby.md ================================================ --- title: Kirby addedAt: 2023-06-26 category: server-app iconSlug: kirby permalink: /kirby alternate_urls: - /getkirby changelogTemplate: https://github.com/getkirby/kirby/releases/tag/__LATEST__ releaseLabel: "__RELEASE_CYCLE__{% if '__CODENAME__' != '' %} (__CODENAME__){% endif %}" customFields: - name: supportedPhpVersions display: after-release-column label: Supported PHP description: Supported PHP versions range link: https://getkirby.com/docs/reference/system/requirements#php-version-support-history identifiers: - cpe: cpe:/a:getkirby:kirby - cpe: cpe:2.3:a:getkirby:kirby auto: methods: - git: https://github.com/getkirby/kirby.git # eol(x) = releaseDate(x+1) + 2 years - 1 day # See also https://getkirby.com/docs/archive # supportedPhpVersions can be found on https://getkirby.com/docs/reference/system/requirements#php-version-support-history. releases: - releaseCycle: "5" codename: "" releaseDate: 2025-06-24 eol: false supportedPhpVersions: 8.2 - 8.4 latest: "5.3.2" latestReleaseDate: 2026-03-03 - releaseCycle: "3.10" # Special release cycle for Kirby 3.9 with PHP 8.3 codename: "" releaseDate: 2023-12-19 eol: 2025-11-27 # Assume eol(3.9) supportedPhpVersions: 8.1 - 8.3 latest: "3.10.1.2" latestReleaseDate: 2025-05-05 - releaseCycle: "4" codename: "A new era" releaseDate: 2023-11-28 eol: 2027-06-23 supportedPhpVersions: 8.1 - 8.4 latest: "4.8.0" latestReleaseDate: 2025-06-03 - releaseCycle: "3.9" codename: "Brookesia" releaseDate: 2023-01-17 eol: 2025-11-27 supportedPhpVersions: 8.0 - 8.2 latest: "3.9.8.3" latestReleaseDate: 2025-05-05 - releaseCycle: "3.8" codename: "Rhampholeon" releaseDate: 2022-10-06 eol: 2025-01-16 supportedPhpVersions: 8.0 - 8.1 latest: "3.8.4.4" latestReleaseDate: 2024-08-24 - releaseCycle: "3.7" codename: "Kinyongia" releaseDate: 2022-06-27 eol: 2024-10-05 supportedPhpVersions: 7.4 - 8.1 latest: "3.7.5.5" latestReleaseDate: 2024-08-24 - releaseCycle: "3.6" codename: "Jungle Calumma" releaseDate: 2021-11-16 eol: 2024-06-26 supportedPhpVersions: 7.4 - 8.1 latest: "3.6.6.6" latestReleaseDate: 2024-08-24 - releaseCycle: "3.5" codename: "Calumma" releaseDate: 2020-12-15 eol: 2023-11-15 supportedPhpVersions: 7.3 - 8.0 latest: "3.5.8.4" latestReleaseDate: 2023-08-10 - releaseCycle: "3.4" codename: "Furcifer" releaseDate: 2020-07-07 eol: 2021-11-16 supportedPhpVersions: 7.2 - 7.4 latest: "3.4.5" latestReleaseDate: 2020-12-01 - releaseCycle: "3.3" codename: "Trioceros" releaseDate: 2019-11-05 eol: 2021-11-16 supportedPhpVersions: 7.1 - 7.4 latest: "3.3.6" latestReleaseDate: 2020-04-27 - releaseCycle: "3.2" codename: "Archaius" releaseDate: 2019-06-25 supportedPhpVersions: 7.1 - 7.3 eol: 2021-11-16 latest: "3.2.5" latestReleaseDate: 2019-09-24 - releaseCycle: "3.1" codename: "Chamaeleo" releaseDate: 2019-03-19 eol: 2021-11-16 supportedPhpVersions: 7.1 - 7.3 latest: "3.1.4" latestReleaseDate: 2019-05-21 - releaseCycle: "3.0" releaseDate: 2019-01-15 eol: 2021-11-16 supportedPhpVersions: 7.1 - 7.3 latest: "3.0.3" latestReleaseDate: 2019-03-05 - releaseCycle: "2.5" releaseDate: 2017-06-20 eol: 2021-01-01 latest: "2.5.14" latestReleaseDate: 2020-12-01 link: null - releaseCycle: "2.4" releaseDate: 2016-11-03 eol: 2021-01-01 latest: "2.4.2" latestReleaseDate: 2017-10-13 link: null - releaseCycle: "2.3" releaseDate: 2016-05-17 eol: 2021-01-01 latest: "2.3.3" latestReleaseDate: 2017-10-31 link: null - releaseCycle: "2.2" releaseDate: 2015-11-17 eol: 2021-01-01 latest: "2.2.3" latestReleaseDate: 2015-12-09 link: null - releaseCycle: "2.1" releaseDate: 2015-05-19 eol: 2021-01-01 latest: "2.1.1" latestReleaseDate: 2015-08-11 link: null - releaseCycle: "2.0" releaseDate: 2014-10-07 eol: 2021-01-01 latest: "2.0.6" latestReleaseDate: 2015-01-15 link: null - releaseCycle: "1.1" releaseDate: 2012-06-19 eol: 2016-02-01 latest: "1.1.2" latestReleaseDate: 2013-02-04 link: null - releaseCycle: "1.0" releaseDate: 2012-01-09 eol: 2016-02-01 latest: "1.0.9" latestReleaseDate: 2012-04-20 link: null --- > [Kirby CMS](https://getkirby.com) is a flat-file content management system written in PHP. As of Version 4 Kirby CMS will follow semantic-versioning. A minor version will be actively supported for two more years after the release of the next minor version. ================================================ FILE: products/knative.md ================================================ --- title: Knative addedAt: 2026-03-04 category: server-app tags: cncf linux-foundation iconSlug: knative permalink: /knative versionCommand: kn version releasePolicyLink: https://github.com/knative/community/blob/main/mechanics/RELEASE-SCHEDULE.md changelogTemplate: https://github.com/knative/serving/releases/tag/knative-v__LATEST__ eolColumn: Support customFields: - name: minK8sVersion display: after-latest-column label: Minimum Supported Kubernetes description: Minimum Required Kubernetes Version identifiers: - repology: knative - purl: pkg:github/knative/serving auto: methods: - git: https://github.com/knative/serving.git regex: '^knative-v(?P\d+)\.(?P\d+)\.(?P\d+)' - release_table: https://collected.press/github/knative/community/mechanics/RELEASE-SCHEDULE.md selector: "table" fields: releaseCycle: column: "Release" regex: '^(?P.+)$' releaseDate: "Date" eol: "EOL" minK8sVersion: "Min K8s Version" # eol dates as per upstream table releases: - releaseCycle: "1.21" releaseDate: 2026-01-27 eol: 2026-08-04 minK8sVersion: "1.33" latest: "1.21.1" latestReleaseDate: 2026-02-24 - releaseCycle: "1.20" releaseDate: 2025-10-21 eol: 2026-05-05 minK8sVersion: "1.32" latest: "1.20.3" latestReleaseDate: 2026-02-24 - releaseCycle: "1.19" releaseDate: 2025-07-22 eol: 2026-02-03 minK8sVersion: "1.32" latest: "1.19.9" latestReleaseDate: 2026-01-28 - releaseCycle: "1.18" releaseDate: 2025-04-22 eol: 2025-10-28 minK8sVersion: "1.31" latest: "1.18.2" latestReleaseDate: 2025-10-24 - releaseCycle: "1.17" releaseDate: 2025-01-28 eol: 2025-07-28 minK8sVersion: "1.30" latest: "1.17.2" latestReleaseDate: 2025-06-10 - releaseCycle: "1.16" releaseDate: 2024-10-22 eol: 2025-04-22 minK8sVersion: "1.29" latest: "1.16.3" latestReleaseDate: 2025-03-11 - releaseCycle: "1.15" releaseDate: 2024-07-23 eol: 2025-01-21 minK8sVersion: "1.28" latest: "1.15.3" latestReleaseDate: 2025-01-22 - releaseCycle: "1.14" releaseDate: 2024-04-23 eol: 2024-10-22 minK8sVersion: "1.28" latest: "1.14.2" latestReleaseDate: 2024-10-08 - releaseCycle: "1.13" releaseDate: 2024-01-23 eol: 2024-07-22 minK8sVersion: "1.27" latest: "1.13.2" latestReleaseDate: 2024-05-28 - releaseCycle: "1.12" releaseDate: 2023-10-24 eol: 2024-04-30 minK8sVersion: "1.26" latest: "1.12.4" latestReleaseDate: 2024-02-02 - releaseCycle: "1.11" releaseDate: 2023-07-25 eol: 2024-01-30 minK8sVersion: "1.25" latest: "1.11.6" latestReleaseDate: 2023-12-19 - releaseCycle: "1.10" releaseDate: 2023-04-25 eol: 2023-10-31 minK8sVersion: "1.24" latest: "1.10.6" latestReleaseDate: 2023-11-01 - releaseCycle: "1.9" releaseDate: 2023-01-24 eol: 2023-08-01 minK8sVersion: "1.24" latest: "1.9.4" latestReleaseDate: 2023-06-06 - releaseCycle: "1.8" releaseDate: 2022-10-18 eol: 2023-05-02 minK8sVersion: "1.23" latest: "1.8.6" latestReleaseDate: 2023-04-04 - releaseCycle: "1.7" releaseDate: 2022-08-23 eol: 2023-02-21 minK8sVersion: "1.22" latest: "1.7.4" latestReleaseDate: 2022-12-08 - releaseCycle: "1.6" releaseDate: 2022-07-12 eol: 2023-01-10 minK8sVersion: "1.22" latest: "1.6.3" latestReleaseDate: 2022-12-08 - releaseCycle: "1.5" releaseDate: 2022-05-31 eol: 2022-11-29 minK8sVersion: "1.22" latest: "1.5.1" latestReleaseDate: 2022-11-29 - releaseCycle: "1.4" releaseDate: 2022-04-19 eol: 2022-10-11 minK8sVersion: "1.22" latest: "1.4.0" latestReleaseDate: 2022-04-19 - releaseCycle: "1.3" releaseDate: 2022-03-08 eol: 2022-08-30 minK8sVersion: "1.21" latest: "1.3.2" latestReleaseDate: 2022-04-14 - releaseCycle: "1.2" releaseDate: 2022-01-25 eol: 2022-07-12 minK8sVersion: "1.21" latest: "1.2.5" latestReleaseDate: 2022-04-14 - releaseCycle: "1.1" releaseDate: 2021-12-14 eol: 2022-05-31 minK8sVersion: "1.20" latest: "1.1.4" latestReleaseDate: 2022-02-25 - releaseCycle: "1.0" releaseDate: 2021-11-02 eol: 2022-04-19 minK8sVersion: "1.20" latest: "1.0.2" latestReleaseDate: 2022-02-24 - releaseCycle: "0.26" releaseDate: 2021-09-21 eol: 2022-03-08 minK8sVersion: "1.19" latest: "0.26.1" latestReleaseDate: 2021-10-18 link: https://github.com/knative/serving/releases/tag/v0.26.1 - releaseCycle: "0.25" releaseDate: 2021-08-10 eol: 2022-01-25 minK8sVersion: "1.19" latest: "0.25.0" latestReleaseDate: 2021-08-10 link: https://github.com/knative/serving/releases/tag/v0.25.0 - releaseCycle: "0.24" releaseDate: 2021-06-29 eol: 2021-12-14 minK8sVersion: "1.19" latest: "0.24.0" latestReleaseDate: 2021-06-29 link: https://github.com/knative/serving/releases/tag/v0.24.0 - releaseCycle: "0.23" releaseDate: 2021-05-18 eol: 2021-11-02 minK8sVersion: "1.18" latest: "0.23.0" latestReleaseDate: 2021-05-18 link: https://github.com/knative/serving/releases/tag/v0.23.0 - releaseCycle: "0.22" releaseDate: 2021-04-06 eol: 2021-09-21 minK8sVersion: "1.18" latest: "0.22.0" latestReleaseDate: 2021-04-06 link: https://github.com/knative/serving/releases/tag/v0.22.0 - releaseCycle: "0.21" releaseDate: 2021-02-23 eol: 2021-08-10 minK8sVersion: "1.18" latest: "0.21.0" latestReleaseDate: 2021-02-23 link: https://github.com/knative/serving/releases/tag/v0.21.0 - releaseCycle: "0.20" releaseDate: 2021-01-12 eol: 2021-06-29 minK8sVersion: "1.17" latest: "0.20.0" latestReleaseDate: 2021-01-12 link: https://github.com/knative/serving/releases/tag/v0.20.0 - releaseCycle: "0.19" releaseDate: 2020-11-10 eol: 2021-05-18 minK8sVersion: "1.17" latest: "0.19.0" latestReleaseDate: 2020-11-10 link: https://github.com/knative/serving/releases/tag/v0.19.0 - releaseCycle: "0.18" releaseDate: 2020-09-29 eol: 2021-03-16 minK8sVersion: "1.17" latest: "0.18.2" latestReleaseDate: 2020-11-03 link: https://github.com/knative/serving/releases/tag/v0.18.2 - releaseCycle: "0.17" releaseDate: 2020-08-18 eol: 2021-02-02 minK8sVersion: "1.16" latest: "0.17.1" latestReleaseDate: 2020-09-16 link: https://github.com/knative/serving/releases/tag/v0.17.1 - releaseCycle: "0.16" releaseDate: 2020-07-07 eol: 2020-12-22 minK8sVersion: "1.16" latest: "0.16.0" latestReleaseDate: 2020-07-07 link: https://github.com/knative/serving/releases/tag/v0.16.0 - releaseCycle: "0.15" releaseDate: 2020-05-26 eol: 2020-11-10 minK8sVersion: "1.16" latest: "0.15.0" latestReleaseDate: 2020-05-26 link: https://github.com/knative/serving/releases/tag/v0.15.0 - releaseCycle: "0.14" releaseDate: 2020-04-14 eol: 2020-09-29 minK8sVersion: "1.15" latest: "0.14.3" latestReleaseDate: 2020-08-17 link: https://github.com/knative/serving/releases/tag/v0.14.3 - releaseCycle: "0.13" releaseDate: 2020-03-03 eol: 2020-08-18 minK8sVersion: "1.15" latest: "0.13.3" latestReleaseDate: 2020-05-13 link: https://github.com/knative/serving/releases/tag/v0.13.3 --- > [Knative](https://knative.dev) is a Kubernetes-based platform to build, deploy, and manage modern serverless workloads. Only the latest 2 releases are supported. Each release receives approximately 6 months of community support. ## Release Cadence A new minor release occurs every three months (quarterly). New minor versions are released on the Tuesday of the 4th week in January, April, July, and October. Patch releases are made available on an as-needed basis for the supported versions. ================================================ FILE: products/kong-gateway.md ================================================ --- title: Kong Gateway addedAt: 2023-10-04 category: server-app tags: web-server iconSlug: kong permalink: /kong-gateway alternate_urls: - /kong - /kong-api-gateway changelogTemplate: https://github.com/Kong/kong/releases/tag/__LATEST__ eolColumn: Support eoesColumn: Enterprise Support auto: methods: - git: https://github.com/Kong/kong.git identifiers: - purl: pkg:github/Kong/kong - cpe: cpe:2.3:a:konghq:kong_gateway # Policy is not clear, maybe a more precise answer will be available someday on # https://discuss.konghq.com/t/question-about-the-support-policy-on-kong-community/11891. # # For now, for non-LTS releases: # - eol(x) = MAX(latestReleaseDate, releaseDate(X+1)) # - eoes(x) = releaseDate(x) + 1 year # # For now, for LTS releases: # - eol(x) = true / false (the rule is still unclear) # - eoes(x) = releaseDate(x) + 3 years releases: - releaseCycle: "3.9" releaseDate: 2024-12-12 eol: false eoes: 2025-12-12 latest: "3.9.1" latestReleaseDate: 2025-06-04 - releaseCycle: "3.8" releaseDate: 2024-09-09 eol: 2024-12-12 eoes: 2025-09-09 latest: "3.8.1" latestReleaseDate: 2024-11-18 - releaseCycle: "3.7" releaseDate: 2024-05-28 eol: 2024-09-09 eoes: 2025-05-28 latest: "3.7.1" latestReleaseDate: 2024-06-21 - releaseCycle: "3.6" releaseDate: 2024-02-09 eol: 2024-05-28 eoes: 2025-02-15 latest: "3.6.1" latestReleaseDate: 2024-03-04 - releaseCycle: "3.5" releaseDate: 2023-11-08 eol: 2024-02-15 eoes: 2024-11-08 latest: "3.5.0" latestReleaseDate: 2023-11-08 - releaseCycle: "3.4" staleReleaseThresholdDays: 1095 # LTS, still supported for enterprise, see https://developer.konghq.com/gateway/version-support-policy/ lts: true releaseDate: 2023-08-09 eol: false eoes: 2026-08-09 latest: "3.4.2" latestReleaseDate: 2023-10-12 - releaseCycle: "3.3" releaseDate: 2023-05-18 eol: 2023-08-09 eoes: 2024-05-18 latest: "3.3.1" latestReleaseDate: 2023-07-11 - releaseCycle: "3.2" releaseDate: 2023-02-20 eol: 2023-05-18 eoes: 2024-02-21 latest: "3.2.2" latestReleaseDate: 2023-03-16 - releaseCycle: "3.1" releaseDate: 2022-12-06 eol: 2023-02-21 eoes: 2023-12-06 latest: "3.1.1" latestReleaseDate: 2022-12-09 - releaseCycle: "3.0" releaseDate: 2022-09-12 eol: 2022-12-09 eoes: 2023-09-12 latest: "3.0.2" latestReleaseDate: 2022-12-09 - releaseCycle: "2.8" lts: true releaseDate: 2022-03-01 eol: 2024-06-24 eoes: 2025-03-01 latest: "2.8.5" latestReleaseDate: 2024-06-24 --- > [Kong Gateway](https://konghq.com/products/kong-gateway) (also known as _Kong_ or > _Kong API Gateway_) is a cloud-native, platform-agnostic, scalable API Gateway distinguished > for its high performance and extensibility via plugins. By providing functionality for > proxying, routing, load balancing, health checking, authentication (and more), Kong Gateway > serves as the central layer for orchestrating microservices or conventional API traffic. {: .warning } This page is mainly about the Community Edition of Kong Gateway, which serves as the foundation of the Enterprise Edition. Kong Gateway follows [Semantic Versioning](https://semver.org/). The Community Edition does not have a clearly defined release policy but, looking at the recent history, minor versions are released every 10 weeks and supported until the next minor release. Some minor versions are also designated LTS and supported much longer. Extended support by Kong Inc. is also available with [Kong Gateway Enterprise Edition](https://docs.konghq.com/gateway/latest/support-policy/). With this edition there is 1 year of support for minor versions and 3 years for LTS versions. This edition also follows a [different versioning scheme](https://docs.konghq.com/gateway/latest/support-policy/#semantic-versioning) with a fourth number called _Enterprise Patch Version_ (`{MAJOR}.{MINOR}.{PATCH}.{ENTERPRISE_PATCH}`). ================================================ FILE: products/kotlin.md ================================================ --- title: Kotlin addedAt: 2021-11-17 category: lang tags: jetbrains iconSlug: kotlin permalink: /kotlin alternate_urls: - /kotlinlang versionCommand: kotlinc-native -version releasePolicyLink: https://kotlinlang.org/docs/security.html changelogTemplate: "https://github.com/JetBrains/kotlin/releases/tag/v__LATEST__" identifiers: - repology: kotlin auto: methods: - github_releases: JetBrains/kotlin # EOL(N) = MAX(latestReleaseDate(N), releaseDate(N+1)) releases: - releaseCycle: "2.3" releaseDate: 2025-12-16 eol: false latest: "2.3.20" latestReleaseDate: 2026-03-16 - releaseCycle: "2.2" releaseDate: 2025-06-23 eol: 2025-12-16 # releaseDate(2.3) latest: "2.2.21" latestReleaseDate: 2025-10-23 - releaseCycle: "2.1" releaseDate: 2024-11-27 eol: 2025-06-23 latest: "2.1.21" latestReleaseDate: 2025-05-13 - releaseCycle: "2.0" releaseDate: 2024-05-21 eol: 2024-11-27 latest: "2.0.21" latestReleaseDate: 2024-10-10 - releaseCycle: "1.9" releaseDate: 2023-07-06 eol: 2024-05-21 latest: "1.9.25" latestReleaseDate: 2024-07-19 - releaseCycle: "1.8" eol: 2023-07-06 latest: "1.8.22" latestReleaseDate: 2023-06-08 releaseDate: 2022-12-28 - releaseCycle: "1.7" eol: 2022-12-28 latest: "1.7.22" latestReleaseDate: 2022-11-28 releaseDate: 2022-06-09 - releaseCycle: "1.6" eol: 2022-06-09 latest: "1.6.21" latestReleaseDate: 2022-04-20 releaseDate: 2021-11-15 - releaseCycle: "1.5" eol: 2021-11-29 latest: "1.5.32" latestReleaseDate: 2021-11-29 releaseDate: 2021-04-26 - releaseCycle: "1.4" eol: 2021-04-26 latest: "1.4.32" latestReleaseDate: 2021-03-30 releaseDate: 2020-08-14 - releaseCycle: "1.3" eol: 2020-08-14 latest: "1.3.72" latestReleaseDate: 2020-04-15 releaseDate: 2018-10-29 --- > [Kotlin](https://kotlinlang.org/) is a cross-platform, statically typed, general-purpose > programming language with type inference. Kotlin is designed to interoperate fully with Java, and > the JVM version of Kotlin's standard library depends on the Java Class Library, but type inference > allows its syntax to be more concise. Kotlin mainly targets the JVM, but also compiles to > JavaScript (e.g., for frontend web applications using React) or native code (via LLVM); e.g., for > native iOS apps sharing business logic with Android apps. Kotlin support policy [is not clearly defined](https://discuss.kotlinlang.org/t/kotlin-support-roadmap/11454). But usually only the latest version sees active development and [gets bug and security fixes](https://kotlinlang.org/docs/kotlin-evolution.html#dealing-with-compiler-bugs). ## [API Compatibility](https://kotlinlang.org/docs/whatsnew16.html#supporting-previous-api-versions-for-a-longer-period) Development is supported for three previous API versions, along with the current stable one. ================================================ FILE: products/kubernetes-csi-node-driver-registrar.md ================================================ --- title: Kubernetes CSI Node Driver Registrar addedAt: 2024-04-15 category: server-app tags: kubernetes permalink: /kubernetes-csi-node-driver-registrar alternate_urls: - /k8s-csi-node-driver-registrar - /node-driver-registrar versionCommand: |- csi-node-driver-registrar --version changelogTemplate: https://github.com/kubernetes-csi/node-driver-registrar/releases/tag/v__LATEST__ eolColumn: Support auto: methods: - git: https://github.com/kubernetes-csi/node-driver-registrar identifiers: - purl: pkg:oci/csi-node-driver-registrar?repository_url=k8s.gcr.io/sig-storage - purl: pkg:github/kubernetes-csi/node-driver-registrar - purl: pkg:golang/github.com/kubernetes-csi/node-driver-registrar # eol(x) = releaseDate(x + 1) # Supported versions are documented on https://kubernetes-csi.github.io/docs/node-driver-registrar.html#supported-versions, # but the page is never up-to-date. releases: - releaseCycle: "2.16" releaseDate: 2026-02-12 eol: false latest: "2.16.0" latestReleaseDate: 2026-02-12 - releaseCycle: "2.15" releaseDate: 2025-09-12 eol: 2026-02-12 latest: "2.15.0" latestReleaseDate: 2025-09-12 - releaseCycle: "2.14" releaseDate: 2025-05-30 eol: 2025-09-12 latest: "2.14.0" latestReleaseDate: 2025-05-30 - releaseCycle: "2.13" releaseDate: 2024-12-19 eol: 2025-05-30 latest: "2.13.0" latestReleaseDate: 2024-12-19 - releaseCycle: "2.12" releaseDate: 2024-08-22 eol: 2024-12-19 latest: "2.12.0" latestReleaseDate: 2024-08-22 - releaseCycle: "2.11" releaseDate: 2024-05-22 eol: 2024-08-22 latest: "2.11.1" latestReleaseDate: 2024-07-16 - releaseCycle: "2.10" releaseDate: 2024-01-04 eol: 2024-05-22 latest: "2.10.1" latestReleaseDate: 2024-03-20 - releaseCycle: "2.9" releaseDate: 2023-09-11 eol: 2024-01-04 latest: "2.9.4" latestReleaseDate: 2024-03-20 - releaseCycle: "2.8" releaseDate: 2023-04-27 eol: 2023-09-11 latest: "2.8.0" latestReleaseDate: 2023-04-27 - releaseCycle: "2.7" releaseDate: 2022-12-28 eol: 2023-04-27 latest: "2.7.0" latestReleaseDate: 2022-12-28 - releaseCycle: "2.6" releaseDate: 2022-10-20 eol: 2022-12-28 latest: "2.6.3" latestReleaseDate: 2023-01-23 - releaseCycle: "2.5" releaseDate: 2022-02-02 eol: 2022-10-20 latest: "2.5.1" latestReleaseDate: 2022-05-06 - releaseCycle: "2.4" releaseDate: 2021-11-09 eol: 2021-11-09 latest: "2.4.0" latestReleaseDate: 2021-11-09 - releaseCycle: "2.3" releaseDate: 2021-08-11 eol: 2021-11-09 latest: "2.3.0" latestReleaseDate: 2021-08-11 - releaseCycle: "2.2" releaseDate: 2021-04-27 eol: 2021-08-11 latest: "2.2.0" latestReleaseDate: 2021-04-27 - releaseCycle: "2.1" releaseDate: 2020-12-17 eol: 2021-04-27 latest: "2.1.0" latestReleaseDate: 2020-12-17 - releaseCycle: "2.0" releaseDate: 2020-08-28 eol: 2020-12-17 latest: "2.0.1" latestReleaseDate: 2020-09-03 - releaseCycle: "1.2" releaseDate: 2019-09-09 eol: 2020-08-28 latest: "1.2.0" latestReleaseDate: 2019-09-09 --- > The node-driver-registrar is a sidecar container for Kubernetes > that registers the [CSI](https://kubernetes-csi.github.io/docs/introduction.html) driver > with Kubelet using the kubelet plugin registration mechanism. A list of supported releases is available in [Kubernetes Container Storage Interface (CSI) Documentation](https://kubernetes-csi.github.io/docs/node-driver-registrar.html#supported-versions), but it doesn't seem to be updated regularly. Base on the latest versions, it seems that only the latest release is supported. ================================================ FILE: products/kubernetes-node-feature-discovery.md ================================================ --- title: Kubernetes Node Feature Discovery addedAt: 2024-05-06 category: server-app tags: kubernetes iconSlug: kubernetes permalink: /kubernetes-node-feature-discovery alternate_urls: - /k8s-node-feature-discovery - /node-feature-discovery versionCommand: |- # Exec Into Kubectl Po and get version kubectl exec -it deploy/node-feature-discovery-gc -n node-feature-delivery -- bash $ nfd-gc -version releasePolicyLink: https://github.com/kubernetes-sigs/node-feature-discovery/releases changelogTemplate: https://github.com/kubernetes-sigs/node-feature-discovery/releases/tag/v__LATEST__ eolColumn: Support auto: methods: - github_releases: kubernetes-sigs/node-feature-discovery regex: '^v?(?P\d+)\.(?P\d+)\.(?P\d+)$' identifiers: - purl: pkg:github/kubernetes-sigs/node-feature-discovery # eol(x) = releaseDate(x+2) releases: - releaseCycle: "0.18" releaseDate: 2025-10-02 eol: false latest: "0.18.3" latestReleaseDate: 2025-11-05 - releaseCycle: "0.17" releaseDate: 2024-12-22 eol: false latest: "0.17.4" latestReleaseDate: 2025-09-22 - releaseCycle: "0.16" releaseDate: 2024-05-27 eol: 2025-10-02 latest: "0.16.9" latestReleaseDate: 2025-09-22 - releaseCycle: "0.15" releaseDate: 2023-08-08 eol: 2024-12-24 latest: "0.15.7" latestReleaseDate: 2024-10-28 - releaseCycle: "0.14" releaseDate: 2023-04-19 eol: 2024-05-27 latest: "0.14.6" latestReleaseDate: 2024-04-05 - releaseCycle: "0.13" releaseDate: 2022-12-21 eol: 2023-04-19 latest: "0.13.6" latestReleaseDate: 2023-10-23 - releaseCycle: "0.12" releaseDate: 2022-06-07 eol: 2023-09-12 latest: "0.12.5" latestReleaseDate: 2023-07-21 --- > [node-feature-discovery](https://kubernetes-sigs.github.io/node-feature-discovery/) is a Kubernetes add-on for > detecting hardware features and system configuration. It advertises these features using node labels and optionally > node extended resources, annotations and node taints. Looking at prior releases, a new release is made every two weeks, and the latest two releases receive bug fixes. ================================================ FILE: products/kubernetes.md ================================================ --- title: Kubernetes addedAt: 2020-07-28 category: server-app tags: linux-foundation iconSlug: kubernetes permalink: /kubernetes alternate_urls: - /k8s versionCommand: kubectl version releasePolicyLink: https://kubernetes.io/releases/patch-releases/ changelogTemplate: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-__RELEASE_CYCLE__.md eoasColumn: true eolColumn: Maintenance Support identifiers: - purl: pkg:github/kubernetes/kubernetes - repology: kubernetes - cpe: cpe:2.3:a:kubernetes:kubernetes auto: methods: - git: https://github.com/kubernetes/kubernetes.git regex: ^v(?P[1-9]\d*)\.(?P\d+)\.(?P\d+)$ # Support and EOL dates can be found on https://kubernetes.io/releases/patch-releases/#detailed-release-history-for-active-branches releases: - releaseCycle: "1.35" releaseDate: 2025-12-17 eoas: 2026-12-28 eol: 2027-02-28 latest: "1.35.3" latestReleaseDate: 2026-03-18 - releaseCycle: "1.34" releaseDate: 2025-08-27 eoas: 2026-08-27 eol: 2026-10-27 latest: "1.34.6" latestReleaseDate: 2026-03-18 - releaseCycle: "1.33" releaseDate: 2025-04-23 eoas: 2026-04-28 eol: 2026-06-28 latest: "1.33.10" latestReleaseDate: 2026-03-18 - releaseCycle: "1.32" releaseDate: 2024-12-11 eoas: 2025-12-28 eol: 2026-02-28 latest: "1.32.13" latestReleaseDate: 2026-02-26 - releaseCycle: "1.31" releaseDate: 2024-08-13 eoas: 2025-08-28 eol: 2025-10-28 latest: "1.31.14" latestReleaseDate: 2025-11-11 - releaseCycle: "1.30" releaseDate: 2024-04-17 eoas: 2025-04-28 eol: 2025-06-28 latest: "1.30.14" latestReleaseDate: 2025-06-17 - releaseCycle: "1.29" releaseDate: 2023-12-13 eoas: 2024-12-28 eol: 2025-02-28 latest: "1.29.15" latestReleaseDate: 2025-03-11 - releaseCycle: "1.28" releaseDate: 2023-08-15 eoas: 2024-08-28 eol: 2024-10-28 latest: "1.28.15" latestReleaseDate: 2024-10-22 - releaseCycle: "1.27" releaseDate: 2023-04-11 eoas: 2024-04-28 eol: 2024-06-28 latest: "1.27.16" latestReleaseDate: 2024-07-17 - releaseCycle: "1.26" releaseDate: 2022-12-08 eoas: 2023-12-28 eol: 2024-02-28 latest: "1.26.15" latestReleaseDate: 2024-03-14 - releaseCycle: "1.25" releaseDate: 2022-08-23 eoas: 2023-08-27 eol: 2023-10-27 latest: "1.25.16" latestReleaseDate: 2023-11-15 - releaseCycle: "1.24" releaseDate: 2022-05-03 eoas: 2023-05-28 eol: 2023-07-28 latest: "1.24.17" latestReleaseDate: 2023-08-23 - releaseCycle: "1.23" releaseDate: 2021-12-07 eoas: 2022-12-28 eol: 2023-02-28 latest: "1.23.17" latestReleaseDate: 2023-02-22 - releaseCycle: "1.22" releaseDate: 2021-08-04 eoas: 2022-08-28 eol: 2022-10-28 latest: "1.22.17" latestReleaseDate: 2022-12-08 - releaseCycle: "1.21" releaseDate: 2021-04-08 eoas: 2022-04-28 eol: 2022-06-28 latest: "1.21.14" latestReleaseDate: 2022-06-15 - releaseCycle: "1.20" releaseDate: 2020-12-08 eoas: 2021-12-28 eol: 2022-02-28 latest: "1.20.15" latestReleaseDate: 2022-01-19 - releaseCycle: "1.19" releaseDate: 2020-08-26 eoas: 2021-08-28 eol: 2021-10-28 latest: "1.19.16" latestReleaseDate: 2021-10-27 - releaseCycle: "1.18" releaseDate: 2020-03-25 eoas: 2021-04-28 eol: 2021-06-18 latest: "1.18.20" latestReleaseDate: 2021-06-16 - releaseCycle: "1.17" releaseDate: 2019-12-07 eoas: true eol: 2020-12-25 latest: "1.17.17" latestReleaseDate: 2021-01-13 - releaseCycle: "1.16" releaseDate: 2019-09-18 eoas: true eol: 2020-08-04 latest: "1.16.15" latestReleaseDate: 2020-09-02 --- > [Kubernetes](https://kubernetes.io/) is an open-source container-orchestration system for > automating computer application deployment, scaling, and management. Kubernetes follows an N-2 support policy (meaning that the 3 most recent minor versions receive security and bug fixes) along with a [15-week release cycle][cadence]. This results in a release being supported for 14 months (12 months of support and 2 months of upgrade period). Applicable fixes, including security fixes, may be backported to those three release branches, depending on severity and feasibility. Patch releases are cut from those branches at a [regular cadence][cadence], plus additional urgent releases, when required. The [Release Managers group](https://kubernetes.io/releases/release-managers/) owns this decision. For more information, see [the patch release](https://kubernetes.io/releases/patch-releases/) page, which also lists expected release dates for future releases, along with exact EoL dates for all active branches. Since Kubernetes has a client-server architecture, there is a [supported version skew](https://kubernetes.io/releases/version-skew-policy/#supported-version-skew) between the client/server, which also determines the supported component upgrade order. [cadence]: https://github.com/kubernetes/enhancements/tree/master/keps/sig-release/2572-release-cadence "KEP-2572: Defining the Kubernetes Release Cadence" ================================================ FILE: products/kuma.md ================================================ --- title: Kuma addedAt: 2024-08-02 category: server-app tags: cncf linux-foundation iconSlug: kuma permalink: /kuma changelogTemplate: https://github.com/kumahq/kuma/releases/tag/v__LATEST__ eolColumn: Support auto: methods: - git: https://github.com/kumahq/kuma.git # a few versions are missing from releases - github_releases: kumahq/kuma - kuma: https://raw.githubusercontent.com/kumahq/kuma/master/versions.yml # EOL dates can be found on https://github.com/kumahq/kuma/blob/master/versions.yml releases: - releaseCycle: "2.13" releaseDate: 2025-12-22 eol: 2027-12-22 latest: "2.13.2" latestReleaseDate: 2026-02-23 - releaseCycle: "2.12" releaseDate: 2025-09-09 eol: 2026-09-09 latest: "2.12.7" latestReleaseDate: 2026-02-23 - releaseCycle: "2.11" releaseDate: 2025-06-10 eol: 2026-06-10 latest: "2.11.10" latestReleaseDate: 2026-02-23 - releaseCycle: "2.10" releaseDate: 2025-03-20 eol: 2026-03-20 latest: "2.10.11" latestReleaseDate: 2026-02-23 - releaseCycle: "2.9" releaseDate: 2024-10-22 eol: 2026-04-22 latest: "2.9.12" latestReleaseDate: 2026-02-25 link: https://github.com/kumahq/kuma/releases/tag/__LATEST__ - releaseCycle: "2.8" releaseDate: 2024-06-24 eol: 2025-06-24 latest: "2.8.8" latestReleaseDate: 2025-03-31 link: https://github.com/kumahq/kuma/releases/tag/__LATEST__ - releaseCycle: "2.7" releaseDate: 2024-04-19 eol: 2026-10-19 latest: "2.7.22" latestReleaseDate: 2026-02-24 lts: true link: https://github.com/kumahq/kuma/releases/tag/__LATEST__ - releaseCycle: "2.6" releaseDate: 2024-02-01 eol: 2025-02-01 latest: "2.6.15" latestReleaseDate: 2025-01-21 link: https://github.com/kumahq/kuma/releases/tag/__LATEST__ - releaseCycle: "2.5" releaseDate: 2023-11-15 eol: 2024-11-15 latest: "2.5.11" latestReleaseDate: 2024-10-08 link: https://github.com/kumahq/kuma/releases/tag/__LATEST__ - releaseCycle: "2.4" releaseDate: 2023-08-29 eol: 2024-08-29 latest: "2.4.10" latestReleaseDate: 2024-07-24 link: https://github.com/kumahq/kuma/releases/tag/__LATEST__ - releaseCycle: "2.3" releaseDate: 2023-06-23 eol: 2024-06-23 latest: "2.3.7" latestReleaseDate: 2024-04-09 link: https://github.com/kumahq/kuma/releases/tag/__LATEST__ - releaseCycle: "2.2" releaseDate: 2023-04-14 eol: 2024-04-14 latest: "2.2.9" latestReleaseDate: 2024-04-09 link: https://github.com/kumahq/kuma/releases/tag/__LATEST__ - releaseCycle: "2.1" releaseDate: 2023-01-30 eol: 2024-02-01 latest: "2.1.7" latestReleaseDate: 2023-10-12 link: https://github.com/kumahq/kuma/releases/tag/__LATEST__ - releaseCycle: "2.0" releaseDate: 2022-11-04 eol: 2023-11-04 latest: "2.0.8" latestReleaseDate: 2023-10-12 link: https://github.com/kumahq/kuma/releases/tag/__LATEST__ - releaseCycle: "1.8" releaseDate: 2022-08-22 eol: 2023-08-24 latest: "1.8.8" latestReleaseDate: 2023-07-28 link: https://github.com/kumahq/kuma/releases/tag/__LATEST__ - releaseCycle: "1.7" releaseDate: 2022-06-13 eol: 2023-06-16 latest: "1.7.6" latestReleaseDate: 2023-04-07 link: https://github.com/kumahq/kuma/releases/tag/__LATEST__ - releaseCycle: "1.6" releaseDate: 2022-04-11 eol: 2023-04-12 latest: "1.6.5" latestReleaseDate: 2023-02-16 link: https://github.com/kumahq/kuma/releases/tag/__LATEST__ - releaseCycle: "1.5" releaseDate: 2022-02-24 eol: 2023-02-24 latest: "1.5.5" latestReleaseDate: 2023-02-13 link: https://github.com/kumahq/kuma/releases/tag/__LATEST__ - releaseCycle: "1.4" releaseDate: 2021-11-19 eol: 2022-11-22 latest: "1.4.1" latestReleaseDate: 2022-01-20 link: https://github.com/kumahq/kuma/releases/tag/__LATEST__ - releaseCycle: "1.3" releaseDate: 2021-08-24 eol: 2022-08-26 latest: "1.3.1" latestReleaseDate: 2021-10-06 link: https://github.com/kumahq/kuma/releases/tag/__LATEST__ - releaseCycle: "1.2" releaseDate: 2021-06-17 eol: 2022-06-17 latest: "1.2.3" latestReleaseDate: 2021-08-26 link: https://github.com/kumahq/kuma/releases/tag/__LATEST__ --- > [Kuma](https://kuma.io/) is a multi-zone service mesh for containers, Kubernetes and VMs. Kuma release and support policy is not clearly documented. But EOL dates are documented in the [project's GitHub repository](https://github.com/kumahq/kuma/blob/master/versions.yml). ================================================ FILE: products/kyverno.md ================================================ --- title: Kyverno addedAt: 2024-07-04 category: server-app tags: cncf kubernetes linux-foundation permalink: /kyverno versionCommand: kyverno version releasePolicyLink: https://kyverno.io/docs/installation/#compatibility-matrix changelogTemplate: https://github.com/kyverno/kyverno/releases/tag/v__LATEST__ eolColumn: Support customFields: - name: supportedK8sVersions display: after-release-column label: Kubernetes Version description: Supported Kubernetes versions link: https://kyverno.io/docs/installation/#compatibility-matrix identifiers: - purl: pkg:github/kyverno/kyverno - purl: pkg:docker/nirmata/kyverno - repology: kyverno - purl: pkg:oci/kyverno?repository_url=cgr.dev/chainguard auto: methods: - git: https://github.com/kyverno/kyverno.git # eol(X) = releaseDate(X+3) # Kubernetes support is documented on https://kyverno.io/docs/installation/#compatibility-matrix. releases: - releaseCycle: "1.17" releaseDate: 2026-02-02 eol: false latest: "1.17.1" latestReleaseDate: 2026-02-19 supportedK8sVersions: 1.32 - 1.35 - releaseCycle: "1.16" releaseDate: 2025-11-10 eol: false latest: "1.16.3" latestReleaseDate: 2026-01-27 supportedK8sVersions: 1.31 - 1.34 - releaseCycle: "1.15" releaseDate: 2025-07-31 eol: false latest: "1.15.3" latestReleaseDate: 2026-01-27 supportedK8sVersions: 1.30 - 1.33 - releaseCycle: "1.14" releaseDate: 2025-04-24 eol: 2026-02-02 latest: "1.14.5" latestReleaseDate: 2025-11-05 supportedK8sVersions: 1.29 - 1.32 - releaseCycle: "1.13" releaseDate: 2024-10-29 eol: 2025-11-10 # releaseDate(1.16) latest: "1.13.6" latestReleaseDate: 2025-05-08 supportedK8sVersions: 1.28 - 1.31 - releaseCycle: "1.12" releaseDate: 2024-04-26 eol: 2025-07-31 # releaseDate(1.15) latest: "1.12.7" latestReleaseDate: 2025-01-16 supportedK8sVersions: 1.26 - 1.29 - releaseCycle: "1.11" releaseDate: 2023-11-10 eol: 2025-04-25 # releaseDate(1.14) latest: "1.11.5" latestReleaseDate: 2024-05-09 supportedK8sVersions: 1.25 - 1.28 - releaseCycle: "1.10" releaseDate: 2023-05-30 eol: 2024-10-29 # releaseDate(1.13) latest: "1.10.7" latestReleaseDate: 2023-12-20 supportedK8sVersions: 1.24 - 1.26 - releaseCycle: "1.9" releaseDate: 2023-02-01 eol: 2024-04-26 latest: "1.9.5" latestReleaseDate: 2023-05-29 supportedK8sVersions: 1.24 - 1.26 - releaseCycle: "1.8" releaseDate: 2022-10-10 eol: 2023-11-10 latest: "1.8.5" latestReleaseDate: 2022-12-20 supportedK8sVersions: 1.23.3 - 1.25 --- > Kyverno is a policy engine designed for Kubernetes. Kyverno allows cluster administrators to manage environment > specific configurations independently of workload configurations and enforce configuration best > practices for their clusters. Kyverno uses the [Semantic Versioning](https://semver.org/) scheme. It follows the same support policy as Kubernetes — the 3 most recent minor versions receive security and bug fixes. ================================================ FILE: products/laravel.md ================================================ --- title: Laravel addedAt: 2019-05-27 category: framework tags: php-runtime iconSlug: laravel permalink: /laravel versionCommand: composer show laravel/framework|grep versions releasePolicyLink: https://laravel.com/docs/releases#support-policy changelogTemplate: https://laravel.com/docs/__RELEASE_CYCLE__.x/releases eoasColumn: true customFields: - name: supportedPhpVersions display: api-only label: PHP description: Supported PHP versions identifiers: - purl: pkg:composer/laravel/framework - purl: pkg:docker/bitnami/laravel - purl: pkg:github/laravel/framework - repology: php:laravel-framework - cpe: cpe:2.3:a:laravel:laravel # Note that laravel/laravel is just a starter application. auto: methods: - git: https://github.com/laravel/framework.git - release_table: https://laravel.com/docs/master/releases fields: releaseCycle: column: "Version" regex_exclude: "^1[2-9]$" eoas: column: "Bug Fixes Until" regex: '^(?P\w+) (?P\d+)\w+, (?P\d+)$' template: "{{ month }} {{ day }}, {{ year }}" eol: column: "Security Fixes Until" regex: '^(?P\w+) (?P\d+)\w+, (?P\d+)$' template: "{{ month }} {{ day }}, {{ year }}" supportedPhpVersions: "PHP (*)" # Remember to update the regex_exclude pattern below when a new major version is released. releases: - releaseCycle: "13" releaseDate: 2026-03-17 eoas: 2027-09-30 #estimated, no dates yet on https://laravel.com/docs/13.x/releases#support-policy eol: 2028-03-31 #estimated, no dates yet on https://laravel.com/docs/13.x/releases#support-policy supportedPhpVersions: "8.3 - 8.5" latest: "13.1.1" latestReleaseDate: 2026-03-18 - releaseCycle: "12" releaseDate: 2025-02-24 eoas: 2026-08-16 eol: 2027-02-24 supportedPhpVersions: "8.2 - 8.5" latest: "12.55.1" latestReleaseDate: 2026-03-18 - releaseCycle: "11" releaseDate: 2024-03-12 eoas: 2025-09-03 eol: 2026-03-12 supportedPhpVersions: "8.2 - 8.4" latest: "11.50.0" latestReleaseDate: 2026-03-17 - releaseCycle: "10" releaseDate: 2023-02-14 eoas: 2024-08-06 eol: 2025-02-04 supportedPhpVersions: "8.1 - 8.3" latest: "10.50.2" latestReleaseDate: 2026-02-15 - releaseCycle: "9" releaseDate: 2022-02-08 eoas: 2023-08-08 eol: 2024-02-06 supportedPhpVersions: "8.0 - 8.2" latest: "9.52.21" latestReleaseDate: 2025-09-30 - releaseCycle: "8" releaseDate: 2020-09-08 eoas: 2022-07-26 eol: 2023-01-24 supportedPhpVersions: 7.3 - 8.1 latest: "8.83.29" latestReleaseDate: 2024-11-20 - releaseCycle: "7" releaseDate: 2020-03-03 eoas: 2020-10-06 eol: 2021-03-03 supportedPhpVersions: 7.2 - 8.0 latest: "7.30.7" latestReleaseDate: 2024-11-12 - releaseCycle: "6" lts: true releaseDate: 2019-09-03 eoas: 2022-01-25 eol: 2022-09-06 supportedPhpVersions: 7.2 - 8.0 latest: "6.20.45" latestReleaseDate: 2024-11-12 - releaseCycle: "5.8" releaseDate: 2019-02-26 eoas: 2019-08-26 eol: 2020-02-26 supportedPhpVersions: 7.1 - 7.3 link: https://laravel.com/docs/5.8/releases latest: "5.8.38" latestReleaseDate: 2020-04-14 - releaseCycle: "5.5" lts: true releaseDate: 2017-08-30 eoas: 2019-08-30 eol: 2020-08-30 supportedPhpVersions: 7.0 - 7.1 link: https://laravel.com/docs/5.5/releases latest: "5.5.50" latestReleaseDate: 2020-08-18 --- > [Laravel](https://laravel.com/) is a free, open-source PHP web framework, created by Taylor Otwell > and intended for the development of web applications following the model–view–controller (MVC) > architectural pattern and based on Symfony. {: .warning } > This page is tracking the [Laravel framework](https://github.com/laravel/framework), not the > [Laravel application](https://github.com/laravel/laravel) which is just the starter application. Laravel and its other first-party packages follow Semantic Versioning. Major framework releases are released every year (~Q1), while minor and patch releases may be released as often as every week. Minor and patch releases should never contain breaking changes. For all Laravel releases, bug fixes are provided for 18 months and security fixes are provided for 2 years. For all additional libraries, including Lumen, only the latest major release receives bug fixes. In addition, please review the database versions supported by Laravel. ## PHP Support {% include table.html labels="Release,Supported PHP versions" fields="releaseCycle,supportedPhpVersions" types="string,string" rows=page.releases %} ================================================ FILE: products/ldap-account-manager.md ================================================ --- title: LDAP Account Manager addedAt: 2025-05-10 category: server-app permalink: /ldap-account-manager alternate_urls: - /lam - /ldapaccountmanager changelogTemplate: https://github.com/LDAPAccountManager/lam/releases/tag/__LATEST__ identifiers: - repology: ldap-account-manager - cpe: cpe:2.3:a:ldap-account-manager:ldap_account_manager auto: methods: - git: https://github.com/LDAPAccountManager/lam.git regex: - '^(?P\d+)\.(?P\d+)(?:\.(?P\d+))?$' - '^lam_(?P\d+)_(?P\d+)(?:_(?P\d+))?$' # eol(x) = releaseDate(x+1) releases: - releaseCycle: "9.5" releaseDate: 2026-03-17 eol: false latest: "9.5.1" latestReleaseDate: 2026-03-18 - releaseCycle: "9.4" releaseDate: 2025-12-13 eol: 2026-03-17 latest: "9.4" latestReleaseDate: 2025-12-13 - releaseCycle: "9.3" releaseDate: 2025-09-15 eol: 2025-12-13 latest: "9.3" latestReleaseDate: 2025-09-15 - releaseCycle: "9.2" releaseDate: 2025-06-06 eol: 2025-09-15 latest: "9.2" latestReleaseDate: 2025-06-06 - releaseCycle: "9.1" releaseDate: 2025-03-13 eol: 2025-06-06 latest: "9.1" latestReleaseDate: 2025-03-13 - releaseCycle: "9.0" releaseDate: 2024-12-17 eol: 2025-03-13 latest: "9.0" latestReleaseDate: 2024-12-17 - releaseCycle: "8.9" releaseDate: 2024-09-24 eol: 2024-12-17 latest: "8.9" latestReleaseDate: 2024-09-24 - releaseCycle: "8.8" releaseDate: 2024-06-22 eol: 2024-09-24 latest: "8.8" latestReleaseDate: 2024-06-22 - releaseCycle: "8.7" releaseDate: 2024-03-16 eol: 2024-06-22 latest: "8.7" latestReleaseDate: 2024-03-16 - releaseCycle: "8.6" releaseDate: 2023-12-18 eol: 2024-03-16 latest: "8.6" latestReleaseDate: 2023-12-18 - releaseCycle: "8.5" releaseDate: 2023-09-29 eol: 2023-12-18 latest: "8.5" latestReleaseDate: 2023-09-29 --- > [LDAP Account Manager (LAM)](https://www.ldap-account-manager.org/) is a web frontend for managing > entries (such as users, groups, DHCP settings) stored in an LDAP directory. LAM is published under the GNU General Public License; LAM Pro is a commercial extended version of LAM. Both follow the same release cycle: - there is a new minor release every 3 months - there are patch versions for the latest release cycle as needed - each new release cycle ends the previous one Upcoming release dates and progress can be found on the [GitHub milestones page](https://github.com/LDAPAccountManager/lam/milestones). ================================================ FILE: products/libreoffice.md ================================================ --- title: LibreOffice addedAt: 2022-10-03 category: app permalink: /libreoffice iconSlug: libreoffice releasePolicyLink: https://wiki.documentfoundation.org/ReleasePlan changelogTemplate: https://wiki.documentfoundation.org/ReleaseNotes/__RELEASE_CYCLE__ eolColumn: Support Status identifiers: - repology: libreoffice - cpe: cpe:/a:libreoffice:libreoffice - cpe: cpe:2.3:a:libreoffice:libreoffice auto: methods: - libreoffice: https://downloadarchive.documentfoundation.org/libreoffice/old/ prereleases_url: https://www.libreoffice.org/download/download-libreoffice/ prereleases_text: "LibreOffice is available in the following prerelease versions:" regex: '^(?P\d+(\.\d+)*)/$' template: "{{version}}" releases: - releaseCycle: "26.2" releaseDate: 2026-02-04 # https://blog.documentfoundation.org/blog/2026/02/04/libreoffice-26-2-is-here/ eol: 2026-11-30 latest: "26.2.2.1" latestReleaseDate: 2026-03-10 - releaseCycle: "25.8" releaseDate: 2025-07-09 # https://blog.documentfoundation.org/blog/2025/02/06/libreoffice-25-2/ eol: 2026-06-12 latest: "25.8.5.2" latestReleaseDate: 2026-03-16 - releaseCycle: "25.2" releaseDate: 2024-12-22 # https://blog.documentfoundation.org/blog/2025/02/06/libreoffice-25-2/ eol: 2025-11-30 latest: "25.2.7.2" latestReleaseDate: 2025-12-11 - releaseCycle: "24.8" releaseDate: 2024-07-09 # https://blog.documentfoundation.org/blog/2024/08/22/libreoffice-248/ eol: 2025-06-12 latest: "24.8.7.2" latestReleaseDate: 2025-05-14 - releaseCycle: "24.2" releaseDate: 2024-01-08 # https://blog.documentfoundation.org/blog/2024/01/31/libreoffice-24-2/ eol: 2024-11-30 latest: "24.2.7.2" latestReleaseDate: 2024-10-30 - releaseCycle: "7.6" releaseDate: 2023-07-10 # https://blog.documentfoundation.org/blog/2023/08/21/libreoffice-7-6-community/ eol: 2024-06-12 latest: "7.6.7.2" latestReleaseDate: 2024-05-21 - releaseCycle: "7.5" releaseDate: 2022-12-26 # https://blog.documentfoundation.org/blog/2023/02/02/tdf-announces-libreoffice-75-community/ eol: 2023-12-07 # https://blog.documentfoundation.org/blog/2023/12/07/libreoffice-764-and-759/ latest: "7.5.9.2" latestReleaseDate: 2023-12-04 - releaseCycle: "7.4" releaseDate: 2022-07-10 # https://blog.documentfoundation.org/blog/2022/08/18/libreoffice-7-4-community/ eol: 2023-06-12 latest: "7.4.7.2" latestReleaseDate: 2023-05-23 - releaseCycle: "7.3" releaseDate: 2021-12-23 # https://blog.documentfoundation.org/blog/2022/02/02/libreoffice-73-community/ eol: 2022-11-30 latest: "7.3.7.2" latestReleaseDate: 2022-12-08 --- > LibreOffice is a free and open-source office productivity software suite, a project of The > Document Foundation. It was forked in 2010 from OpenOffice.org, an open-sourced version of the > earlier StarOffice. LibreOffice follows a predictable time-based release schedule. LibreOffice does bi-annual, predictable releases that are in sync with other Free Software projects (such as Gnome) and are at least one month ahead of major Linux distribution releases. The first X.Y.0 release is intended for early adopters. More conservative users are advised to wait for a later X.Y.Z bugfix release. There are 2 branches: **Fresh** (the newest release) and **Still** (the previous release), which are intended for mainstream feature users and conservative, corporate deployments respectively. A release normally has a lifetime of around nine months. A release reaches End of Life (EOL) one month after the last planned release. Longer term support for a release might be available from [a certified L3 provider](https://www.documentfoundation.org/gethelp/developers/). ================================================ FILE: products/lineageos.md ================================================ --- title: LineageOS addedAt: 2022-02-02 category: os iconSlug: lineageos permalink: /lineageos alternate_urls: - /lineage latestColumn: false staleReleaseThresholdDays: 730 # OSes have a longer support window customFields: - name: androidVersion display: after-release-column label: Android version description: Corresponding Android version link: https://endoflife.date/android identifiers: - cpe: cpe:/o:lineageos:lineageos - cpe: cpe:2.3:o:lineageos:lineageos releases: - releaseCycle: "23.2" releaseDate: 2026-02-08 eol: false link: https://lineageos.org/Changelog-31/ androidVersion: "16" # Changed back to minor versions due to changes in upstream development (Quarterly Platform Releases). Read Changelog 29 (LineageOS 22[.1]) for more information. - releaseCycle: "22.1" releaseDate: 2024-12-31 eol: false link: https://lineageos.org/Changelog-29/ androidVersion: "15" - releaseCycle: "21" releaseDate: 2024-02-14 eol: 2025-10-12 #https://review.lineageos.org/c/LineageOS/hudson/+/452583 link: https://lineageos.org/Changelog-28/ androidVersion: "14" - releaseCycle: "20" releaseDate: 2022-12-31 eol: true link: https://lineageos.org/Changelog-27/ androidVersion: "13" # Starting from 19, LineageOS changed its versioning conventions to match AOSP's own changes. # So no more minor versions. Read the changelog 26 (LineageOS 19) to learn more. - releaseCycle: "19" releaseDate: 2022-04-26 eol: 2024-02-14 # https://lineageos.org/Changelog-28/#deprecations link: https://lineageos.org/Changelog-26/ androidVersion: "12" - releaseCycle: "18.1" releaseDate: 2021-04-01 eol: 2024-03-05 # https://lineageos.org/Sunsetting-LineageOS-18.1/ link: https://lineageos.org/Changelog-25/ androidVersion: "11" - releaseCycle: "17.1" releaseDate: 2020-02-01 eol: 2022-04-26 link: https://lineageos.org/Changelog-24/ androidVersion: "10" - releaseCycle: "16.0" releaseDate: 2019-03-01 eol: 2021-02-16 link: https://lineageos.org/Changelog-22/ androidVersion: "9.0" - releaseCycle: "15.1" releaseDate: 2018-02-25 eol: true link: https://lineageos.org/Changelog-16/ androidVersion: "8.1" - releaseCycle: "14.1" releaseDate: 2017-01-22 # https://en.wikipedia.org/wiki/LineageOS#Version_history eol: true link: https://www.lineageoslog.com/14.1 androidVersion: "7.1.2" - releaseCycle: "13.0" releaseDate: 2017-01-22 # https://en.wikipedia.org/wiki/LineageOS#Version_history eol: true link: https://www.lineageoslog.com/13.0 androidVersion: "6.0.1" --- > [LineageOS](https://lineageos.org/) is a mobile operating system based on Android. LineageOS maintains two versions at the same time. Devices that are not ported to one of the two latest versions stop being supported. A list of supported devices is available at the [LineageOS Wiki](https://wiki.lineageos.org/devices/). Some old branches may still get security updates via Android Security Patches, but users will have to do their own builds to get these updates — official builds are only maintained for the last two versions. For details, please visit [LineageOS Gerrit](https://review.lineageos.org/) to check commits. ================================================ FILE: products/linux-kernel.md ================================================ --- title: Linux Kernel addedAt: 2021-08-29 category: os tags: linux-foundation iconSlug: linux permalink: /linux alternate_urls: - /linuxkernel - /linux-kernel versionCommand: uname -r # Found on https://en.wikipedia.org/wiki/Linux_kernel_version_history releaseImage: https://upload.wikimedia.org/wikipedia/en/timeline/4jw1oq6xzs412om0p07w1rnepswq6lo.png releasePolicyLink: https://www.kernel.org/ changelogTemplate: https://kernelnewbies.org/Linux___RELEASE_CYCLE__ auto: methods: # Disabled because https://git.kernel.org is not bot-friendly anymore #- cgit: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git # Replacement for the cgit migration, may not be up-to-date with git.kernel.org, # but we know nothing better for now. - github_tags: gregkh/linux identifiers: - cpe: cpe:/o:linux:linux_kernel - cpe: cpe:2.3:o:linux:linux_kernel # See https://en.wikipedia.org/wiki/Linux_kernel_version_history # LTS 2-year projected EOL see https://www.kernel.org/category/releases.html # non-LTS: releaseDate(x)+4 months releases: - releaseCycle: "6.19" releaseDate: 2026-02-08 eol: false latest: "6.19.9" latestReleaseDate: 2026-03-19 - releaseCycle: "6.18" lts: true releaseDate: 2025-11-30 eol: 2028-12-31 # announced https://git.kernel.org/pub/scm/docs/kernel/website.git/commit/?id=d04587da86a3464881e0c97aabddd2c271105698 latest: "6.18.19" latestReleaseDate: 2026-03-19 - releaseCycle: "6.17" releaseDate: 2025-09-28 eol: 2025-12-18 # announced https://lore.kernel.org/all/2025121823-avid-hatchback-83fb@gregkh/ latest: "6.17.13" latestReleaseDate: 2025-12-18 - releaseCycle: "6.16" releaseDate: 2025-07-27 eol: 2025-10-12 # announced https://lore.kernel.org/lkml/2025101235-eliminate-dexterity-d7f9@gregkh/ latest: "6.16.12" latestReleaseDate: 2025-10-12 - releaseCycle: "6.15" releaseDate: 2025-05-25 eol: 2025-08-20 # announced https://lore.kernel.org/lkml/2025082012-jingling-alarm-7380@gregkh/ latest: "6.15.11" latestReleaseDate: 2025-08-20 - releaseCycle: "6.14" releaseDate: 2025-03-24 eol: 2025-06-10 # announced https://lore.kernel.org/lkml/2025061030-latticed-capacity-dc94@gregkh/T/ latest: "6.14.11" latestReleaseDate: 2025-06-10 - releaseCycle: "6.13" releaseDate: 2025-01-19 eol: 2025-04-20 # announced https://lore.kernel.org/lkml/2025042056-outskirts-disarm-6ceb@gregkh/ latest: "6.13.12" latestReleaseDate: 2025-04-20 - releaseCycle: "6.12" lts: true releaseDate: 2024-11-17 eol: 2028-12-31 # Projected EOL from https://git.kernel.org/pub/scm/docs/kernel/website.git/commit/?id=d04587da86a3464881e0c97aabddd2c271105698 latest: "6.12.77" latestReleaseDate: 2026-03-13 - releaseCycle: "6.11" releaseDate: 2024-09-15 eol: 2024-12-05 # announced https://lore.kernel.org/lkml/2024120539-badass-unboxed-0b14@gregkh/ latest: "6.11.11" latestReleaseDate: 2024-12-05 - releaseCycle: "6.10" releaseDate: 2024-07-14 eol: 2024-10-10 # announced https://lore.kernel.org/lkml/2024101047-unclothed-armadillo-6520@gregkh/ latest: "6.10.14" latestReleaseDate: 2024-10-10 - releaseCycle: "6.9" releaseDate: 2024-05-12 eol: 2024-07-27 # announced https://lore.kernel.org/lkml/2024072948-glimmer-glitch-6a95@gregkh/ latest: "6.9.12" latestReleaseDate: 2024-07-27 - releaseCycle: "6.8" releaseDate: 2024-03-10 eol: 2024-05-30 # announced https://lore.kernel.org/lkml/2024053036-matron-confess-13e0@gregkh/ latest: "6.8.12" latestReleaseDate: 2024-05-30 - releaseCycle: "6.7" releaseDate: 2024-01-07 eol: 2024-04-03 # announced https://lore.kernel.org/lkml/2024040316-sports-conceal-dbbb@gregkh/ latest: "6.7.12" latestReleaseDate: 2024-04-03 - releaseCycle: "6.6" lts: true releaseDate: 2023-10-30 eol: 2027-12-31 # Projected EOL from https://git.kernel.org/pub/scm/docs/kernel/website.git/commit/?id=d04587da86a3464881e0c97aabddd2c271105698 latest: "6.6.129" latestReleaseDate: 2026-03-05 - releaseCycle: "6.5" releaseDate: 2023-08-27 eol: 2023-11-28 # announced https://lore.kernel.org/lkml/2023112807-usher-penholder-f856@gregkh/ latest: "6.5.13" latestReleaseDate: 2023-11-28 - releaseCycle: "6.4" releaseDate: 2023-06-25 eol: 2023-09-13 # announced https://lore.kernel.org/lkml/2023091345-prankish-during-e3b4@gregkh/ latest: "6.4.16" latestReleaseDate: 2023-09-13 - releaseCycle: "6.3" releaseDate: 2023-04-23 eol: 2023-07-11 # announced https://lore.kernel.org/lkml/2023071110-clash-nastily-2b70@gregkh/T/ latest: "6.3.13" latestReleaseDate: 2023-07-11 - releaseCycle: "6.2" releaseDate: 2023-02-19 eol: 2023-05-17 # announced https://lore.kernel.org/all/2023051744-drainable-footwear-49bd@gregkh/ latest: "6.2.16" latestReleaseDate: 2023-05-17 - releaseCycle: "6.1" lts: true releaseDate: 2022-12-11 eol: 2027-12-31 # https://git.kernel.org/pub/scm/docs/kernel/website.git/commit/?id=e6083565a79c3d711c1a76d9312b8c00e06b826b latest: "6.1.166" latestReleaseDate: 2026-03-05 - releaseCycle: "6.0" releaseDate: 2022-10-02 eol: 2023-01-12 # announced https://lore.kernel.org/lkml/1673522302104114@kroah.com/ latest: "6.0.19" latestReleaseDate: 2023-01-12 - releaseCycle: "5.19" releaseDate: 2022-07-31 eol: 2022-10-24 # announced https://lore.kernel.org/lkml/166659973847148@kroah.com/ latest: "5.19.17" latestReleaseDate: 2022-10-24 - releaseCycle: "5.18" releaseDate: 2022-05-22 eol: 2022-08-21 # announced https://lore.kernel.org/lkml/166108895535224@kroah.com/ latest: "5.18.19" latestReleaseDate: 2022-08-21 - releaseCycle: "5.17" releaseDate: 2022-03-20 eol: 2022-06-14 # announced https://lore.kernel.org/lkml/165522580839104@kroah.com/ latest: "5.17.15" latestReleaseDate: 2022-06-14 - releaseCycle: "5.16" releaseDate: 2022-01-09 eol: 2022-04-13 # announced https://lore.kernel.org/lkml/164987613419048@kroah.com/ latest: "5.16.20" latestReleaseDate: 2022-04-13 - releaseCycle: "5.15" lts: true releaseDate: 2021-10-31 eol: 2026-12-31 # Projected EOL from https://git.kernel.org/pub/scm/docs/kernel/website.git/commit/content/releases.rst?id=eb581a36a89357c5d96257d59f42251b9628c3ab latest: "5.15.202" latestReleaseDate: 2026-03-04 - releaseCycle: "5.14" releaseDate: 2021-08-29 eol: 2021-11-21 # https://lkml.iu.edu/hypermail/linux/kernel/2111.2/05433.html latest: "5.14.21" latestReleaseDate: 2021-11-21 - releaseCycle: "5.13" releaseDate: 2021-06-27 eol: 2021-09-18 # https://lore.kernel.org/lkml/16319668996036@kroah.com/ latest: "5.13.19" latestReleaseDate: 2021-09-18 - releaseCycle: "5.12" releaseDate: 2021-04-25 eol: 2021-07-20 # https://lore.kernel.org/lkml/1626791065147152@kroah.com/ latest: "5.12.19" latestReleaseDate: 2021-07-20 - releaseCycle: "5.11" releaseDate: 2021-02-14 eol: 2021-05-19 # https://lore.kernel.org/lkml/162141437223831@kroah.com/ latest: "5.11.22" latestReleaseDate: 2021-05-19 - releaseCycle: "5.10" lts: true releaseDate: 2020-12-13 eol: 2026-12-31 # Projected EOL from https://www.kernel.org/category/releases.html latest: "5.10.252" latestReleaseDate: 2026-03-04 - releaseCycle: "5.4" lts: true releaseDate: 2019-11-25 eol: 2025-12-03 # https://lore.kernel.org/lkml/2025120319-blip-grime-93e8@gregkh/ latest: "5.4.302" latestReleaseDate: 2025-12-03 - releaseCycle: "4.19" lts: true releaseDate: 2018-10-22 eol: 2024-12-05 # announced https://lore.kernel.org/lkml/2024120520-mashing-facing-6776@gregkh/ latest: "4.19.325" latestReleaseDate: 2024-12-05 - releaseCycle: "4.14" lts: true releaseDate: 2017-11-12 eol: 2024-01-10 # announced https://lore.kernel.org/lkml/2024011046-ecology-tiptoeing-ce50@gregkh/ latest: "4.14.336" latestReleaseDate: 2024-01-10 - releaseCycle: "4.9" lts: true releaseDate: 2016-12-11 eol: 2023-01-07 # announced https://lore.kernel.org/lkml/Y7lbu6%2F0P7Q%2FP3oj@kroah.com/ latest: "4.9.337" latestReleaseDate: 2023-01-07 --- > The Linux kernel is a free and open-source, monolithic, modular, multitasking, Unix-like operating > system kernel. Linux is deployed on a wide variety of computing systems, such as embedded devices, > mobile devices (including Android), personal computers, servers, mainframes, and supercomputers. There are several main categories into which kernel releases may fall: - **Prepatch or "RC"** kernels are mainline kernel pre-releases that are mostly aimed at other kernel developers and Linux enthusiasts. They must be compiled from source and usually contain new features that must be tested before they can be put into a stable release. - **Mainline** is the tree where all new features are introduced and where all the exciting new development happens. New mainline kernels are released every 9–10 weeks. - **Stable** is labeled after each mainline kernel is released. Any bug fixes for a stable kernel are backported from the mainline tree and applied by a designated stable kernel maintainer. There are usually only a few bugfix kernel releases until next mainline kernel becomes available — unless it is designated a "long-term maintenance kernel." Stable kernel updates are released on an as-needed basis, usually once a week. - **Long-term (LTS)** are usually several "long-term maintenance" kernel releases provided for backporting bugfixes for older kernel trees. Only important bugfixes are applied to such kernels, and they don't usually see very frequent releases, especially for older trees. The "projected EOL" dates are not set in stone. Each new long-term kernel usually starts with only a 2-year projected EOL (as opposed to the 4 months of a non-LTS release) that can be extended further if there is enough interest from the industry at large to [help support it](http://www.kroah.com/log/blog/2021/02/03/helping-out-with-lts-kernel-releases) for a longer period of time. ================================================ FILE: products/linuxmint.md ================================================ --- title: Linux Mint addedAt: 2021-10-07 category: os tags: linux-distribution iconSlug: linuxmint permalink: /linuxmint alternate_urls: - /linux-mint versionCommand: cat /etc/linuxmint/info latestColumn: false releasePolicyLink: https://linuxmint.com/download_all.php releaseLabel: "__RELEASE_CYCLE__ '__CODENAME__'" identifiers: - cpe: cpe:2.3:o:linuxmint:linuxmint auto: methods: - release_table: https://linuxmint.com/download_all.php fields: releaseCycle: "Version" eol: column: "Status" regex: '^.*supported until (?P\w+ \d+).*$' releases: - releaseCycle: "22.3" codename: Zena lts: true releaseDate: 2026-01-11 eol: 2029-04-30 link: https://www.linuxmint.com/rel_zena.php - releaseCycle: "lmde7" releaseLabel: "LMDE 7 '__CODENAME__'" codename: Gigi releaseDate: 2025-10-14 eol: false link: https://blog.linuxmint.com/?p=4924 - releaseCycle: "22.2" codename: Zara lts: true releaseDate: 2025-09-04 eol: 2029-04-30 link: https://blog.linuxmint.com/?p=4881 - releaseCycle: "22.1" codename: Xia lts: true releaseDate: 2025-01-16 eol: 2029-04-30 link: https://blog.linuxmint.com/?p=4793 - releaseCycle: "22" codename: Wilma lts: true releaseDate: 2024-07-25 eol: 2029-04-30 link: https://blog.linuxmint.com/?p=4731 - releaseCycle: "21.3" codename: Virginia lts: true releaseDate: 2024-01-12 eol: 2027-04-30 link: https://blog.linuxmint.com/?p=4624 - releaseCycle: "lmde6" releaseLabel: "LMDE 6 '__CODENAME__'" codename: Faye releaseDate: 2023-09-27 eol: 2026-01-01 link: https://blog.linuxmint.com/?p=4570 - releaseCycle: "21.2" codename: Victoria lts: true releaseDate: 2023-07-16 eol: 2027-04-30 link: https://blog.linuxmint.com/?p=4543 - releaseCycle: "21.1" codename: Vera lts: true releaseDate: 2022-12-20 eol: 2027-04-30 link: https://blog.linuxmint.com/?p=4454 - releaseCycle: "21" codename: Vanessa lts: true releaseDate: 2022-07-31 eol: 2027-04-30 link: https://blog.linuxmint.com/?p=4359 - releaseCycle: "lmde5" releaseLabel: "LMDE 5 '__CODENAME__'" codename: Elsie releaseDate: 2022-03-20 eol: 2024-07-01 link: https://blog.linuxmint.com/?p=4287 - releaseCycle: "20.3" codename: Una lts: true releaseDate: 2022-01-07 eol: 2025-04-30 link: https://blog.linuxmint.com/?p=4220 - releaseCycle: "20.2" codename: Uma lts: true releaseDate: 2021-07-08 eol: 2025-04-30 link: https://blog.linuxmint.com/?p=4102 - releaseCycle: "20.1" codename: Ulyssa lts: true releaseDate: 2021-01-08 eol: 2025-04-30 link: https://blog.linuxmint.com/?p=4011 - releaseCycle: "20" codename: Ulyana lts: true releaseDate: 2020-06-27 eol: 2025-04-30 link: https://blog.linuxmint.com/?p=3928 - releaseCycle: "lmde4" releaseLabel: "LMDE 4 '__CODENAME__'" codename: Debbie releaseDate: 2020-03-20 eol: 2022-08-01 link: https://blog.linuxmint.com/?p=3867 - releaseCycle: "19.3" codename: Tricia lts: true releaseDate: 2019-12-18 eol: 2023-04-01 link: https://blog.linuxmint.com/?p=3832 - releaseCycle: "19.2" codename: Tina lts: true releaseDate: 2019-08-02 eol: 2023-04-01 link: https://blog.linuxmint.com/?p=3786 - releaseCycle: "19.1" codename: Tessa lts: true releaseDate: 2018-12-19 eol: 2023-04-01 link: https://blog.linuxmint.com/?p=3669 - releaseCycle: "19" codename: Tara lts: true releaseDate: 2018-06-29 eol: 2023-04-01 link: https://blog.linuxmint.com/?p=3597 - releaseCycle: "18.3" codename: Sylvia lts: true releaseDate: 2017-11-27 eol: 2021-05-03 link: https://blog.linuxmint.com/?p=3457 - releaseCycle: "18.1" codename: Serena releaseDate: 2017-01-27 eol: 2021-04-01 link: https://blog.linuxmint.com/?p=3223 --- > [Linux Mint](https://linuxmint.com/) is a community-driven Linux distribution for desktop and > laptop computers based on Debian and Ubuntu, bundled with a variety of free and open-source > applications. It has an Ubuntu-based release simply named Linux Mint, and a Debian-based release > called LMDE (Linux Mint Debian Edition). Linux Mint releases follow [the support cycle](https://linuxmint.com/download_all.php) of the Ubuntu release they are based on. This support does not extend to the duration of Extended Security Maintenance (ESM). Linux Mint users can opt in to receive [Extended Security Maintenance](https://ubuntu.com/security/esm) via [Ubuntu Pro](https://ubuntu.com/pro) for some packages once the main support period ends. But Linux Mint considers that release End of Life once it enters that state, so Linux Mint packages will not be receiving any updates. [Linux Mint Debian Edition](https://www.linuxmint.com/download_lmde.php) (LMDE) stops supporting a release shortly after a new LMDE release comes out. This however is still subject to change on a release-by-release basis. ## Ubuntu Package Support - Linux Mint has its own repositories for Linux Mint specific packages but relies directly on Ubuntu repositories for the majority of the package base, including its mirrors. - Packages installed from the `universe` repository are maintained by the community, and [they may not receive timely security updates](https://help.ubuntu.com/community/Repositories#Universe). ## Feature Support - 19.3 'Tricia' is the last Linux Mint release to support 32-bit systems outside LMDE. 32-bit software support is still supported, following Ubuntu upstream. - 18.3 'Sylvia' is the last Linux Mint release to support KDE. ================================================ FILE: products/liquibase.md ================================================ --- title: Liquibase addedAt: 2025-06-06 category: framework tags: java-runtime iconSlug: liquibase permalink: /liquibase versionCommand: liquibase --version changelogTemplate: https://github.com/liquibase/liquibase/releases/tag/v__LATEST__ identifiers: - repology: liquibase - cpe: cpe:2.3:a:liquibase:liquibase auto: methods: - maven: org.liquibase/liquibase-core # eol(x) = releaseDate(x+1) releases: - releaseCycle: "4.32" releaseDate: 2025-05-21 eol: false latest: "4.32.0" latestReleaseDate: 2025-05-21 - releaseCycle: "4.31" releaseDate: 2025-01-16 eol: 2025-05-21 latest: "4.31.1" latestReleaseDate: 2025-02-17 - releaseCycle: "4.30" releaseDate: 2024-11-05 eol: 2025-01-16 latest: "4.30.0" latestReleaseDate: 2024-11-05 - releaseCycle: "4.29" releaseDate: 2024-07-25 eol: 2025-01-06 latest: "4.29.2" latestReleaseDate: 2024-09-04 - releaseCycle: "4.28" releaseDate: 2024-05-21 eol: 2024-07-25 latest: "4.28.0" latestReleaseDate: 2024-05-21 - releaseCycle: "4.27" releaseDate: 2024-03-27 eol: 2024-05-21 latest: "4.27.0" latestReleaseDate: 2024-03-27 - releaseCycle: "4.26" releaseDate: 2024-02-07 eol: 2024-03-27 latest: "4.26.0" latestReleaseDate: 2024-02-07 - releaseCycle: "4.25" releaseDate: 2023-11-13 eol: 2024-02-07 latest: "4.25.1" latestReleaseDate: 2023-12-18 - releaseCycle: "4.24" releaseDate: 2023-10-03 eol: 2023-11-13 latest: "4.24.0" latestReleaseDate: 2023-10-03 - releaseCycle: "4.23" releaseDate: 2023-06-26 eol: 2023-10-03 latest: "4.23.2" latestReleaseDate: 2023-09-11 - releaseCycle: "4.22" releaseDate: 2023-05-11 eol: 2023-06-26 latest: "4.22.0" latestReleaseDate: 2023-05-11 - releaseCycle: "4.21" releaseDate: 2023-04-12 eol: 2023-05-19 latest: "4.21.1" latestReleaseDate: 2023-04-14 - releaseCycle: "4.20" releaseDate: 2023-03-08 eol: 2023-04-13 latest: "4.20.0" latestReleaseDate: 2023-03-08 - releaseCycle: "4.19" releaseDate: 2023-01-17 eol: 2023-03-08 latest: "4.19.1" latestReleaseDate: 2023-03-01 - releaseCycle: "4.18" releaseDate: 2022-12-06 eol: 2023-01-17 latest: "4.18.0" latestReleaseDate: 2022-12-06 - releaseCycle: "4.17" releaseDate: 2022-10-10 eol: 2022-12-06 latest: "4.17.2" latestReleaseDate: 2022-11-02 - releaseCycle: "4.16" releaseDate: 2022-09-09 eol: 2022-10-10 latest: "4.16.1" latestReleaseDate: 2022-09-14 - releaseCycle: "4.15" releaseDate: 2022-08-05 eol: 2022-09-09 latest: "4.15.0" latestReleaseDate: 2022-08-05 - releaseCycle: "4.14" releaseDate: 2022-07-25 eol: 2022-08-05 latest: "4.14.0" latestReleaseDate: 2022-07-25 - releaseCycle: "4.13" releaseDate: 2022-07-11 eol: 2022-07-25 latest: "4.13.0" latestReleaseDate: 2022-07-11 - releaseCycle: "4.12" releaseDate: 2022-06-17 eol: 2022-07-11 latest: "4.12.0" latestReleaseDate: 2022-06-17 - releaseCycle: "4.11" releaseDate: 2022-05-24 eol: 2022-06-17 latest: "4.11.0" latestReleaseDate: 2022-05-24 - releaseCycle: "4.10" releaseDate: 2022-05-05 eol: 2022-05-24 latest: "4.10.0" latestReleaseDate: 2022-05-05 - releaseCycle: "4.9" releaseDate: 2022-03-17 eol: 2022-05-05 latest: "4.9.1" latestReleaseDate: 2022-03-29 - releaseCycle: "4.8" releaseDate: 2022-02-22 eol: 2022-03-17 latest: "4.8.0" latestReleaseDate: 2022-02-22 - releaseCycle: "4.7" releaseDate: 2022-01-10 eol: 2022-02-22 latest: "4.7.1" latestReleaseDate: 2022-01-21 - releaseCycle: "4.6" releaseDate: 2021-11-04 eol: 2022-01-10 latest: "4.6.2" latestReleaseDate: 2021-12-02 - releaseCycle: "4.5" releaseDate: 2021-09-27 eol: 2021-11-04 latest: "4.5.0" latestReleaseDate: 2021-09-27 - releaseCycle: "4.4" releaseDate: 2021-06-09 eol: 2021-09-27 latest: "4.4.3" latestReleaseDate: 2021-08-05 - releaseCycle: "4.3" releaseDate: 2021-02-09 eol: 2021-06-10 latest: "4.3.5" latestReleaseDate: 2021-04-29 - releaseCycle: "4.2" releaseDate: 2020-11-13 eol: 2021-02-09 latest: "4.2.2" latestReleaseDate: 2020-12-09 - releaseCycle: "4.1" releaseDate: 2020-09-28 eol: 2020-11-13 latest: "4.1.1" latestReleaseDate: 2020-10-12 - releaseCycle: "4.0" releaseDate: 2020-07-13 eol: 2020-09-28 latest: "4.0.0" latestReleaseDate: 2020-07-13 --- > [Liquibase](https://www.liquibase.org/) is an open-source database-independent library for > tracking, managing and applying database schema changes. Liquibase OSS is published under the Apache License 2.0; Liquibase Pro is a commercial extended version of Liquibase. Both follow the same release cycle running a loosely semantic versioning scheme (breaking changes may happen in minor releases). The support policy is not documented, but based on the releases' history, only the latest release is actively maintained. ================================================ FILE: products/log4j.md ================================================ --- title: Apache Log4j addedAt: 2021-12-16 category: framework tags: java-runtime iconSlug: apache permalink: /log4j alternate_urls: - /apache_log4j - /apache-log4j releasePolicyLink: https://logging.apache.org/log4j/2.x/security.html changelogTemplate: https://logging.apache.org/log4j/2.0/release-notes.html#release-notes-{{'__LATEST__'|replace:'.','-'}} eolColumn: Supported identifiers: - repology: log4j - cpe: cpe:/a:apache:log4j - cpe: cpe:2.3:a:apache:log4j - purl: pkg:maven/org.apache.logging.log4j/log4j-core - purl: pkg:maven/log4j/log4j auto: methods: - maven: org.apache.logging.log4j/log4j-core releases: - releaseCycle: "2" outOfOrder: true # to keep it at the top releaseDate: 2014-07-12 eol: false latest: "2.25.3" latestReleaseDate: 2025-12-15 - releaseCycle: "2.12" releaseDate: 2019-06-26 eol: 2021-12-14 latest: "2.12.4" latestReleaseDate: 2021-12-28 link: https://github.com/apache/logging-log4j2/blob/rel/__LATEST__/RELEASE-NOTES.md - releaseCycle: "2.3" releaseDate: 2015-05-10 eol: 2015-09-20 latest: "2.3.2" latestReleaseDate: 2021-12-29 link: https://github.com/apache/logging-log4j2/blob/rel/__LATEST__/RELEASE-NOTES.txt - releaseCycle: "1" releaseDate: 2001-01-08 eol: 2015-10-15 latest: "1.2.17" latestReleaseDate: 2012-05-06 link: https://logging.apache.org/log4j/1.2/changes-report.html#a1.2.17 --- > [Apache Log4j](https://logging.apache.org/log4j/2.x/) is a Java-based logging utility. It is part > of the Apache Logging Services, a project of the Apache Software Foundation. Log4j 1 reached End-Of-Life on [August 2015](https://news.apache.org/foundation/entry/apache_logging_services_project_announces). The [reload4j](https://reload4j.qos.ch/) project provides a drop-in replacement for Log4j 1.x with maintenance and security fixes. ## Java Support The only supported Java version is Java 8 and above. - Log4j 2.13.0 and greater require Java 8 or above. - Log4j (2.4 - 2.12.2) require Java 7 or above. - Log4j 2.12.2 was released as an emergency release (to fix CVE-2021-45046 and CVE-2021-44228) and is the last 2.x release to support Java 7. The Log4j team no longer supports Java 7, so this release (while fixing the vulnerability) is no longer supported. - Log4j 2.3 was the last 2.x release to support Java 6. ================================================ FILE: products/logstash.md ================================================ --- title: Logstash addedAt: 2022-12-20 category: server-app tags: elastic iconSlug: logstash permalink: /logstash releasePolicyLink: https://www.elastic.co/support_policy changelogTemplate: "https://www.elastic.co/guide/en/logstash/{{'__LATEST__'|split:'.'|pop|join:'.'}}/logstash-{{'__LATEST__'|replace:'.','-'}}.html" eolColumn: Support identifiers: - repology: logstash - cpe: cpe:/a:elastic:logstash - cpe: cpe:2.3:a:elastic:logstash auto: methods: - git: https://github.com/elastic/logstash.git # For EOL, see https://www.elastic.co/support/eol releases: - releaseCycle: "9.3" releaseDate: 2026-02-03 eol: false # later of 2027-10-15 or 18 months after the release date of 10.0 latest: "9.3.2" latestReleaseDate: 2026-03-10 link: https://www.elastic.co/docs/release-notes/logstash#logstash-__LATEST__-release-notes - releaseCycle: "9.2" releaseDate: 2025-10-21 eol: false # later of 2027-10-15 or 18 months after the release date of 10.0 latest: "9.2.7" latestReleaseDate: 2026-03-10 link: https://www.elastic.co/docs/release-notes/logstash#logstash-__LATEST__-release-notes - releaseCycle: "9.1" releaseDate: 2025-07-22 eol: false # later of 2027-10-15 or 18 months after the release date of 10.0 latest: "9.1.10" latestReleaseDate: 2026-01-07 link: https://www.elastic.co/docs/release-notes/logstash#logstash-__LATEST__-release-notes - releaseCycle: "8.19" releaseDate: 2025-07-14 eol: 2027-07-15 latest: "8.19.13" latestReleaseDate: 2026-03-10 - releaseCycle: "8.18" releaseDate: 2025-04-09 eol: 2025-10-21 latest: "8.18.8" latestReleaseDate: 2025-09-30 - releaseCycle: "9.0" releaseDate: 2025-03-17 eol: false # later of 2027-10-15 or 18 months after the release date of 10.0 latest: "9.0.8" latestReleaseDate: 2025-09-30 - releaseCycle: "8.17" releaseDate: 2024-12-04 eol: false # Supposedly until 8.19 released, but they've released twice since latest: "8.17.10" latestReleaseDate: 2025-08-06 - releaseCycle: "7" releaseDate: 2019-04-05 eol: 2026-01-15 latest: "7.17.29" latestReleaseDate: 2025-04-10 - releaseCycle: "6" releaseDate: 2017-11-08 eol: 2022-02-10 latest: "6.8.23" latestReleaseDate: 2022-01-13 --- > [Logstash](https://www.elastic.co/logstash/) is a tool to collect, process, and forward events and > log messages. Logstash is part of the [Elastic Stack](https://www.elastic.co/elastic-stack/), also known as the [ELK Stack](https://www.elastic.co/what-is/elk-stack). It shares the same support policy as the other products in the Elastic Stack (Elasticsearch, Kibana, Beats...). Elastic Stack product releases follow [Semantic Versioning](https://semver.org/). Elastic provides maintenance for each major release series for the longest of 30 months after the GA date of the major release or 18 months after the GA date of the following major release. For example, if version 1.0 was released on 10-Apr-2019 and version 2.0 was released on 10-Feb-2022. - 30 months from 1.0 GA date is 10-Oct-2021 - 18 months from 2.0 GA date is 10-Aug-2023 - 1.x maintenance would end on 10-Aug-2023 End-of-life dates for Logstash can be found on the [Elastic product EOL dates page](https://www.elastic.co/support/eol). Support for various operating systems can also be found on the [Elastic support matrix page](https://www.elastic.co/support/matrix). *[GA]: General Availability *[EOL]: End Of Life ================================================ FILE: products/longhorn.md ================================================ --- title: Longhorn addedAt: 2026-03-05 category: server-app tags: cncf permalink: /longhorn releasePolicyLink: https://github.com/longhorn/longhorn/wiki/Release-Schedule-&-Support changelogTemplate: https://github.com/longhorn/longhorn/releases/tag/v__LATEST__ eolColumn: Support identifiers: - purl: pkg:github/longhorn/longhorn auto: methods: - git: https://github.com/longhorn/longhorn.git releases: - releaseCycle: "1.11" releaseDate: 2026-01-29 eol: false latest: "1.11.1" latestReleaseDate: 2026-03-11 - releaseCycle: "1.10" releaseDate: 2025-09-25 eol: false latest: "1.10.2" latestReleaseDate: 2026-01-28 - releaseCycle: "1.9" releaseDate: 2025-05-27 eol: false latest: "1.9.2" latestReleaseDate: 2025-09-24 - releaseCycle: "1.8" releaseDate: 2025-01-22 eol: false latest: "1.8.2" latestReleaseDate: 2025-06-09 - releaseCycle: "1.7" releaseDate: 2024-08-20 eol: 2025-09-04 latest: "1.7.3" latestReleaseDate: 2025-02-19 - releaseCycle: "1.6" releaseDate: 2024-02-01 eol: 2025-03-29 latest: "1.6.4" latestReleaseDate: 2025-01-03 - releaseCycle: "1.5" releaseDate: 2023-07-07 eol: 2024-07-19 latest: "1.5.5" latestReleaseDate: 2024-04-19 - releaseCycle: "1.4" releaseDate: 2022-12-30 eol: 2024-03-13 latest: "1.4.4" latestReleaseDate: 2023-10-26 - releaseCycle: "1.3" releaseDate: 2022-06-15 eol: 2023-08-11 latest: "1.3.3" latestReleaseDate: 2023-04-20 - releaseCycle: "1.2" releaseDate: 2021-08-31 eol: 2022-10-06 latest: "1.2.6" latestReleaseDate: 2022-11-04 - releaseCycle: "1.1" releaseDate: 2020-12-18 eol: 2022-04-23 latest: "1.1.3" latestReleaseDate: 2021-12-16 --- > [Longhorn](https://longhorn.io/) is a lightweight, reliable, and powerful distributed block storage system for Kubernetes. Starting from version 1.8, each minor release receives 6 months of active support followed by 12 months of maintenance support from the initial x.y.0 release. Releases prior to 1.8 received 12 months of active support starting from the first stable release (x.y.1). ================================================ FILE: products/looker.md ================================================ --- title: Looker addedAt: 2021-12-15 category: server-app tags: google iconSlug: looker permalink: /looker releasePolicyLink: https://cloud.google.com/looker/docs/release-overview LTSLabel: "ESR" eolColumn: Support Status latestColumn: false identifiers: - cpe: cpe:2.3:a:google:looker # Used only for detecting new minor releases. auto: methods: - release_table: https://cloud.google.com/looker/docs/officially-supported-releases fields: releaseCycle: "Looker release version" releaseDate: column: "Standard release support period" regex: '^(?P\w+ \d{4}) -.+$' eol: column: "Standard release support period" regex: '^.+- (?P\w+ \d{4})$' lts: "ESR staging period" - looker: https://cloud.google.com/feeds/looker-release-notes.xml regex: 'Looker\s+(?P\d+\.\d+)' template: "{{version}}" # eol/esr dates on https://cloud.google.com/looker/docs/officially-supported-releases or https://cloud.google.com/looker/docs/release-notes # Link on https://discuss.google.dev/search?q=Looker%20release%20notes releases: - releaseCycle: "26.4" releaseDate: 2026-03-05 eol: 2026-05-31 link: https://docs.cloud.google.com/looker/docs/release-notes#March_05_2026 - releaseCycle: "26.2" releaseDate: 2026-02-09 eol: 2026-04-30 link: https://docs.cloud.google.com/looker/docs/release-notes#February_09_2026 - releaseCycle: "26.0" releaseDate: 2026-01-08 lts: 2026-02-28 eol: 2026-06-30 link: https://docs.cloud.google.com/looker/docs/release-notes#January_08_2026 - releaseCycle: "25.20" releaseDate: 2025-11-05 eol: 2026-03-31 link: https://cloud.google.com/looker/docs/release-notes#November_05_2025 - releaseCycle: "25.18" releaseDate: 2025-10-06 lts: 2025-11-30 eol: 2026-02-28 link: https://cloud.google.com/looker/docs/release-notes#October_06_2025 - releaseCycle: "25.16" releaseDate: 2025-09-30 eol: 2025-12-31 link: https://cloud.google.com/looker/docs/release-notes#September_10_2025 - releaseCycle: "25.14" releaseDate: 2025-08-31 eol: 2025-11-30 link: https://discuss.google.dev/t/looker-25-14-release-notes/254350 - releaseCycle: "25.12" releaseDate: 2025-07-31 lts: 2025-08-31 eol: 2025-11-30 link: https://discuss.google.dev/t/looker-25-12-release-notes/245841 - releaseCycle: "25.10" releaseDate: 2025-06-30 eol: 2025-09-30 link: https://cloud.google.com/looker/docs/release-notes#June_11_2025 - releaseCycle: "25.8" releaseDate: 2025-05-31 eol: 2025-08-31 link: https://discuss.google.dev/t/looker-25-8-release-notes/189625 - releaseCycle: "25.6" releaseDate: 2025-04-30 lts: 2025-05-31 eol: 2025-08-31 link: https://discuss.google.dev/t/looker-25-6-release-notes/186433 - releaseCycle: "25.4" releaseDate: 2025-03-31 eol: 2025-06-30 link: https://discuss.google.dev/t/looker-25-4-release-notes/185240 - releaseCycle: "25.2" releaseDate: 2025-02-28 eol: 2025-05-31 link: https://discuss.google.dev/t/looker-25-2-release-notes/182687 - releaseCycle: "25.0" releaseDate: 2025-01-31 lts: 2025-02-28 eol: 2025-05-31 link: https://www.googlecloudcommunity.com/gc/News-Announcements/Looker-25-0-Release-Notes/m-p/860290 - releaseCycle: "24.20" releaseDate: 2024-11-30 eol: 2025-03-31 link: https://www.googlecloudcommunity.com/gc/News-Announcements/Looker-24-20-Release-Notes/m-p/831705 - releaseCycle: "24.18" releaseDate: 2024-10-31 lts: 2024-11-30 eol: 2025-02-28 link: https://cloud.google.com/looker/docs/release-notes#October_09_2024 - releaseCycle: "24.16" releaseDate: 2024-09-11 eol: 2024-12-31 link: https://discuss.google.dev/t/looker-24-16-release-notes/166482 - releaseCycle: "24.14" releaseDate: 2024-08-14 eol: 2024-11-30 link: https://discuss.google.dev/t/looker-24-14-release-notes/163516 - releaseCycle: "24.12" releaseDate: 2024-07-10 lts: 2024-09-01 eol: 2024-11-30 link: https://discuss.google.dev/t/looker-24-12-release-notes/160239 - releaseCycle: "24.10" releaseDate: 2024-06-12 eol: 2024-09-30 link: https://discuss.google.dev/t/looker-24-10-release-notes/157366 - releaseCycle: "24.8" releaseDate: 2024-05-08 eol: 2024-08-31 link: https://discuss.google.dev/t/looker-24-8-release-notes/153970 - releaseCycle: "24.6" releaseDate: 2024-04-10 lts: 2024-06-01 eol: 2024-08-31 link: https://cloud.google.com/looker/docs/release-notes#April_10_2024 - releaseCycle: "24.4" releaseDate: 2024-03-13 eol: 2024-06-30 link: https://cloud.google.com/looker/docs/release-notes#March_13_2024 - releaseCycle: "24.2" releaseDate: 2024-02-14 eol: 2024-05-31 link: https://cloud.google.com/looker/docs/release-notes#February_14_2024 - releaseCycle: "24.0" releaseDate: 2024-01-10 lts: 2024-03-01 eol: 2024-05-31 link: https://cloud.google.com/looker/docs/release-notes#January_10_2024 - releaseCycle: "23.20" releaseDate: 2023-11-08 eol: 2024-03-31 link: https://cloud.google.com/looker/docs/release-notes#November_08_2023 - releaseCycle: "23.18" releaseDate: 2023-10-11 lts: 2023-12-01 eol: 2024-02-28 link: https://cloud.google.com/looker/docs/release-notes#October_11_2023 - releaseCycle: "23.16" releaseDate: 2023-09-13 eol: 2023-12-12 link: https://cloud.google.com/looker/docs/release-notes#September_13_2023 - releaseCycle: "23.14" releaseDate: 2023-08-09 eol: 2023-11-08 link: https://cloud.google.com/looker/docs/release-notes#August_09_2023 - releaseCycle: "23.12" releaseDate: 2023-07-12 lts: 2023-09-07 eol: 2023-11-30 link: https://cloud.google.com/looker/docs/release-notes#July_12_2023 - releaseCycle: "23.10" releaseDate: 2023-06-14 eol: 2023-09-13 link: https://cloud.google.com/looker/docs/release-notes#June_14_2023 - releaseCycle: "23.8" releaseDate: 2023-05-10 eol: 2023-08-09 link: https://cloud.google.com/looker/docs/release-notes#May_10_2023 - releaseCycle: "23.6" releaseDate: 2023-04-14 lts: 2023-06-05 eol: 2023-08-31 link: https://cloud.google.com/looker/docs/looker-23-changelog#236 - releaseCycle: "23.4" releaseDate: 2023-03-14 eol: 2023-06-13 link: https://cloud.google.com/looker/docs/looker-23-changelog#234 - releaseCycle: "23.2" releaseDate: 2023-02-10 eol: 2023-05-09 link: https://cloud.google.com/looker/docs/looker-23-changelog#232 - releaseCycle: "23.0" releaseDate: 2023-01-11 lts: 2023-03-07 eol: 2023-05-31 link: https://cloud.google.com/looker/docs/looker-23-changelog#230 - releaseCycle: "22.20" releaseDate: 2022-11-14 eol: 2023-03-13 link: https://cloud.google.com/looker/docs/looker-22-changelog#2220 - releaseCycle: "22.18" releaseDate: 2022-10-17 lts: 2022-12-01 eol: 2023-02-28 link: https://cloud.google.com/looker/docs/looker-22-changelog#2218 - releaseCycle: "22.16" releaseDate: 2022-09-19 eol: 2022-12-18 link: https://cloud.google.com/looker/docs/looker-22-changelog#2216 - releaseCycle: "22.14" releaseDate: 2022-08-15 eol: 2022-11-14 link: https://cloud.google.com/looker/docs/looker-22-changelog#2214 - releaseCycle: "22.12" releaseDate: 2022-07-18 lts: 2022-09-01 eol: 2022-11-30 link: https://cloud.google.com/looker/docs/looker-22-changelog#2212 - releaseCycle: "22.10" releaseDate: 2022-06-13 eol: 2022-09-19 link: https://cloud.google.com/looker/docs/looker-22-changelog#2210 - releaseCycle: "22.8" releaseDate: 2022-05-16 eol: 2022-08-15 link: https://cloud.google.com/looker/docs/looker-22-changelog#228 - releaseCycle: "22.6" releaseDate: 2022-04-18 lts: 2022-06-01 eol: 2022-08-31 link: https://cloud.google.com/looker/docs/looker-22-changelog#226 - releaseCycle: "22.4" releaseDate: 2022-03-14 eol: 2022-06-13 link: https://cloud.google.com/looker/docs/looker-22-changelog#224 - releaseCycle: "22.2" releaseDate: 2022-02-15 eol: 2022-05-16 link: https://cloud.google.com/looker/docs/looker-22-changelog#222 - releaseCycle: "22.0" releaseDate: 2022-01-18 lts: 2022-03-01 eol: 2022-05-31 link: https://cloud.google.com/looker/docs/looker-22-changelog#220 - releaseCycle: "21.20" releaseDate: 2021-11-16 eol: 2022-03-15 link: https://cloud.google.com/looker/docs/looker-21-changelog#2120 - releaseCycle: "21.18" releaseDate: 2021-10-19 lts: 2021-12-01 eol: 2022-02-28 link: https://cloud.google.com/looker/docs/looker-21-changelog#2118 - releaseCycle: "21.16" releaseDate: 2021-09-14 eol: 2021-12-15 link: https://cloud.google.com/looker/docs/looker-21-changelog#2116 - releaseCycle: "21.14" releaseDate: 2021-08-16 eol: 2021-11-16 link: https://cloud.google.com/looker/docs/looker-21-changelog#2114 - releaseCycle: "21.12" releaseDate: 2021-07-15 lts: 2021-09-01 eol: 2021-11-30 link: https://cloud.google.com/looker/docs/looker-21-changelog#2112 - releaseCycle: "21.10" releaseDate: 2021-06-10 eol: 2021-09-14 link: https://cloud.google.com/looker/docs/looker-21-changelog#2110 - releaseCycle: "21.8" releaseDate: 2021-05-13 eol: 2021-10-16 link: https://cloud.google.com/looker/docs/looker-21-changelog#218 - releaseCycle: "21.6" releaseDate: 2021-04-15 lts: 2021-06-01 eol: 2021-08-31 link: https://cloud.google.com/looker/docs/looker-21-changelog#216 - releaseCycle: "21.4" releaseDate: 2021-03-11 eol: 2021-06-10 link: https://cloud.google.com/looker/docs/looker-21-changelog#214 - releaseCycle: "21.0" releaseDate: 2021-01-20 lts: 2021-03-01 eol: 2021-05-31 link: https://cloud.google.com/looker/docs/looker-21-changelog#210 - releaseCycle: "7.20" releaseDate: 2020-11-15 eol: true link: https://cloud.google.com/looker/docs/looker-7-changelog#720 - releaseCycle: "7.18" releaseDate: 2020-10-15 eol: true link: https://cloud.google.com/looker/docs/looker-7-changelog#718 - releaseCycle: "7.16" releaseDate: 2020-09-17 eol: true link: https://cloud.google.com/looker/docs/looker-7-changelog#716 --- > [Looker](https://www.looker.com/) is a data exploration and business intelligence platform that > offers a wide variety of tools for relational database work, business intelligence, and other > related services. It operates as a part of Google Cloud Platform. It is available as both a > managed service (Looker-hosted), and a [self-hosted](https://cloud.google.com/looker/docs/looker-hosted-installation-steps) > installation. ## Looker-hosted services Looker publishes a [planned maintenance schedule][schedule] — during which your instance may be temporarily unavailable for updates, server upgrades, or other system work. Upgrades are still triggered by [reaching out to customer support][best-practices]. A new minor version is slowly rolled out over 2–3 weeks, and every release includes an "Expected rollout start" and an "Expected final deployment and download available" date in the [Release Highlights page](https://docs.looker.com/relnotes). No new releases nor deployments happen in the month of December, which equates to 11 releases in a year. ## [Customer-hosted Looker][self-hosted] instances When a new release is ready for installation, any Looker user listed as a Technical Contact gets an email with a link to the latest update file (JAR format), release notes, and instructions on how to install the update. ## [Extended support release][esr] program ESR releases are quarterly instead of monthly and get 3 months of support. Issues deemed S1 and S2 will be patched back to the currently supported ESR releases. Participants in the ESR program are required to pair production instances with staging instances. An ESR release is kept in "ESR-staging" for a month, where it is considered "pre-stable". ## [Notifications][emails] All users are able to opt in to release notes from the Account Settings section of Looker. Additionally, anyone listed as a Technical Contact within a Looker instance (Admin → General Settings) will receive release notifications. A list of officially supported releases is [published](https://cloud.google.com/looker/docs/officially-supported-releases) as well, along with a ["Legacy feature schedule"][lfs] which provides a timeline that shows when current legacy features have been or will be formally removed. [self-hosted]: https://cloud.google.com/looker/docs/managing-customer-hosted-deployment "Managing a customer-hosted deployment" [esr]: https://cloud.google.com/looker/docs/standard-extended-support-release-program-overview "Standard extended support release program overview" [emails]: https://cloud.google.com/looker/docs/release-deployment-emails "Release deployment emails" [schedule]: https://cloud.google.com/looker/docs/google-maintenance-policy-for-looker-hosted-services "Google maintenance policy for Looker-hosted services" [best-practices]: https://cloud.google.com/looker/docs/updating-your-looker-instance "Best Practices when Updating your Looker Instance" [lfs]: https://cloud.google.com/looker/docs/legacy-feature-schedule#legacy_feature_schedule "Legacy feature schedule" ================================================ FILE: products/lua.md ================================================ --- title: Lua addedAt: 2024-01-14 category: lang iconSlug: lua permalink: /lua versionCommand: lua -v releaseImage: https://www.lua.org/images/timeline.png releasePolicyLink: https://www.lua.org/versions.html changelogTemplate: "https://www.lua.org/versions.html#{{'__RELEASE_CYCLE__'|split:' '|first}}/" eolColumn: Support identifiers: - repology: lua - cpe: cpe:/a:lua:lua - cpe: cpe:2.3:a:lua:lua auto: cumulative: true # Only the latest versions are available on https://www.lua.org/versions.html. methods: - lua: https://www.lua.org/versions.html # EOL date is the date of the last release of the version. # The last releases are documented on https://www.lua.org/versions.html with a sentence similar to # "There will be no further releases of Lua x.y". releases: - releaseCycle: "5.5" releaseDate: 2025-12-22 eol: false latest: "5.5.0" latestReleaseDate: 2025-12-22 - releaseCycle: "5.4" releaseDate: 2020-06-29 eol: false latest: "5.4.8" latestReleaseDate: 2025-06-04 - releaseCycle: "5.3" releaseDate: 2015-01-12 eol: 2020-09-25 latest: "5.3.6" latestReleaseDate: 2020-09-25 - releaseCycle: "5.2" releaseDate: 2011-12-16 eol: 2015-03-07 latest: "5.2.4" latestReleaseDate: 2015-03-07 - releaseCycle: "5.1" releaseDate: 2006-02-21 eol: 2012-02-17 latest: "5.1.5" latestReleaseDate: 2012-02-17 - releaseCycle: "5.0" releaseDate: 2003-04-11 eol: 2006-06-26 latest: "5.0.3" latestReleaseDate: 2006-06-26 - releaseCycle: "4.0" releaseDate: 2000-11-06 eol: 2002-07-04 latest: "4.0.1" latestReleaseDate: 2002-07-04 - releaseCycle: "3.2" releaseDate: 1999-07-08 eol: 2000-02-22 latest: "3.2.2" latestReleaseDate: 2000-02-22 - releaseCycle: "3.1" releaseDate: 1998-07-11 eol: 1999-07-08 latest: "3.1" latestReleaseDate: 1998-07-11 - releaseCycle: "3.0" releaseDate: 1997-07-01 eol: 1998-07-11 latest: "3.0" latestReleaseDate: 1997-07-01 - releaseCycle: "2.5" releaseDate: 1996-11-19 eol: 1997-07-01 latest: "2.5.1" latestReleaseDate: 1996-11-20 - releaseCycle: "2.4" releaseDate: 1996-05-14 eol: 1996-11-19 latest: "2.4" latestReleaseDate: 1996-05-14 - releaseCycle: "2.2" releaseDate: 1995-11-28 eol: 1996-05-14 latest: "2.2" latestReleaseDate: 1995-11-28 - releaseCycle: "2.1" releaseDate: 1995-02-07 eol: 1995-11-28 latest: "2.1" latestReleaseDate: 1995-02-07 - releaseCycle: "1.1" releaseDate: 1994-07-08 eol: 1995-02-07 latest: "1.1" latestReleaseDate: 1994-07-08 --- > [Lua](https://www.lua.org/) is a powerful, efficient, lightweight and embeddable scripting > language. Lua doesn't have a documented release and support policy, but End Of Life notices are announced on by a sentence similar to _There will be no further releases of Lua x.y_. The releases of Lua are numbered `x.y.z`, where `x.y` is the version and `z` is the release. - Releases of the same version correspond to bug fixes. They have the same reference manual, the same virtual machine, and are binary compatible (ABI compatible). - Versions are really different. The API is likely to change (with compatibility switches), and there is no ABI compatibility: applications that embed Lua and C libraries for Lua must be recompiled. The virtual machine is also likely to be different in a new version, so Lua programs that have been precompiled for one version will not load in a different version. ================================================ FILE: products/macos.md ================================================ --- title: Apple macOS addedAt: 2021-03-09 category: os tags: apple iconSlug: macos permalink: /macos alternate_urls: - /mac versionCommand: sw_vers changelogTemplate: "https://developer.apple.com/documentation/macos-release-notes/macos-__RELEASE_CYCLE__-release-notes" releaseLabel: "macOS __RELEASE_CYCLE__ (__CODENAME__)" eolColumn: Service Status identifiers: - cpe: cpe:/o:apple:macos - cpe: cpe:2.3:o:apple:macos auto: methods: - apple: macos regex: - '^macOS[\D]+(?P\d+(?:\.\d+)*)' - 'OS\s+X\s[\w\s]+\sv?(?P\d+(?:\.\d+)+)' - '^Mac\s+OS\s+X\s[\w\s]+\sv?(?P\d{2}(?:\.\d+)+)' releases: - releaseCycle: "26" codename: "Tahoe" releaseDate: 2025-09-15 eol: false latest: "26.3.2" latestReleaseDate: 2026-03-10 - releaseCycle: "15" codename: "Sequoia" releaseDate: 2024-09-16 eol: false latest: "15.7.4" latestReleaseDate: 2026-02-11 - releaseCycle: "14" codename: "Sonoma" releaseDate: 2023-09-26 eol: false latest: "14.8.4" latestReleaseDate: 2026-02-11 - releaseCycle: "13" codename: "Ventura" releaseDate: 2022-10-24 eol: 2025-09-15 latest: "13.7.8" latestReleaseDate: 2025-08-20 - releaseCycle: "12" codename: "Monterey" releaseDate: 2021-10-25 eol: 2024-09-16 latest: "12.7.6" latestReleaseDate: 2024-07-29 link: https://developer.apple.com/documentation/macos-release-notes/macos-12_0_1-release-notes - releaseCycle: "11" codename: "Big Sur" releaseDate: 2020-11-12 eol: 2026-02-02 latest: "11.7.11" latestReleaseDate: 2026-02-02 link: https://developer.apple.com/documentation/macos-release-notes/macos-big-sur-11_0_1-release-notes - releaseCycle: "10.15" codename: "Catalina" releaseDate: 2019-10-07 eol: 2026-02-02 latest: "10.15.8" latestReleaseDate: 2026-02-02 link: https://developer.apple.com/documentation/macos-release-notes/macos-catalina-10_15-release-notes - releaseCycle: "10.14" codename: "Mojave" releaseDate: 2018-09-24 eol: 2021-10-25 latest: "10.14.6" latestReleaseDate: 2019-07-22 link: https://developer.apple.com/documentation/macos-release-notes/macos-mojave-10_14-release-notes - releaseCycle: "10.13" codename: "High Sierra" releaseDate: 2017-09-25 eol: 2020-12-01 latest: "10.13.6" latestReleaseDate: 2018-07-09 link: https://en.wikipedia.org/wiki/MacOS_High_Sierra#Release_history - releaseCycle: "10.12" codename: "Sierra" releaseDate: 2016-09-20 eol: 2019-10-01 latest: "10.12.6" latestReleaseDate: 2017-07-19 link: https://en.wikipedia.org/wiki/MacOS_Sierra#Release_history - releaseCycle: "10.11" codename: "El Capitan" releaseLabel: "OS X __RELEASE_CYCLE__ (__CODENAME__)" releaseDate: 2015-09-30 eol: 2018-12-01 latest: "10.11.6" latestReleaseDate: 2016-07-18 link: https://en.wikipedia.org/wiki/OS_X_El_Capitan#Release_history - releaseCycle: "10.10" releaseLabel: "OS X __RELEASE_CYCLE__ (__CODENAME__)" codename: "Yosemite" releaseDate: 2014-10-16 eol: 2017-08-01 latest: "10.10.5" latestReleaseDate: 2015-08-13 link: https://en.wikipedia.org/wiki/OS_X_Yosemite#Release_history - releaseCycle: "10.9" releaseLabel: "OS X __RELEASE_CYCLE__ (__CODENAME__)" codename: "Mavericks" releaseDate: 2013-10-22 eol: 2016-12-01 latest: "10.9.5" latestReleaseDate: 2014-09-17 link: https://en.wikipedia.org/wiki/OS_X_Mavericks#Release_history - releaseCycle: "10.8" releaseLabel: "OS X __RELEASE_CYCLE__ (__CODENAME__)" codename: "Mountain Lion" releaseDate: 2012-07-25 eol: 2015-08-13 latest: "10.8.5" latestReleaseDate: 2013-09-12 link: https://en.wikipedia.org/wiki/OS_X_Mountain_Lion#Release_history - releaseCycle: "10.7" releaseLabel: "Mac OS X __RELEASE_CYCLE__ (__CODENAME__)" codename: "Lion" releaseDate: 2011-07-20 eol: 2012-10-04 latest: "10.7.5" latestReleaseDate: 2012-09-19 link: https://en.wikipedia.org/wiki/OS_X_Lion#Release_history - releaseCycle: "10.6" releaseLabel: "Mac OS X __RELEASE_CYCLE__ (__CODENAME__)" codename: "Snow Leopard" releaseDate: 2009-08-28 eol: 2011-07-25 latest: "10.6.8" latestReleaseDate: 2011-07-25 link: https://en.wikipedia.org/wiki/Mac_OS_X_Snow_Leopard#Release_history - releaseCycle: "10.5" releaseLabel: "Mac OS X __RELEASE_CYCLE__ (__CODENAME__)" codename: "Leopard" releaseDate: 2007-10-26 eol: 2009-08-13 latest: "10.5.8" latestReleaseDate: 2009-08-13 link: https://en.wikipedia.org/wiki/Mac_OS_X_Leopard#Release_history - releaseCycle: "10.4" releaseLabel: "Mac OS X __RELEASE_CYCLE__ (__CODENAME__)" codename: "Tiger" releaseDate: 2005-04-29 eol: 2007-11-14 latest: "10.4.11" latestReleaseDate: 2007-11-14 link: https://en.wikipedia.org/wiki/Mac_OS_X_Tiger#Release_history - releaseCycle: "10.3" releaseLabel: "Mac OS X __RELEASE_CYCLE__ (__CODENAME__)" codename: "Panther" releaseDate: 2003-10-24 eol: 2005-04-15 latest: "10.3.9" latestReleaseDate: 2005-04-15 link: https://en.wikipedia.org/wiki/Mac_OS_X_Panther#Release_history - releaseCycle: "10.2" releaseLabel: "Mac OS X __RELEASE_CYCLE__ (__CODENAME__)" codename: "Jaguar" releaseDate: 2002-08-24 eol: 2003-10-03 latest: "10.2.8" latestReleaseDate: 2003-10-03 link: https://en.wikipedia.org/wiki/Mac_OS_X_Jaguar#Release_history - releaseCycle: "10.1" releaseLabel: "Mac OS X __RELEASE_CYCLE__ (__CODENAME__)" codename: "Puma" releaseDate: 2001-09-25 eol: 2002-06-06 latest: "10.1.5" latestReleaseDate: 2002-06-06 link: https://en.wikipedia.org/wiki/Mac_OS_X_Puma#Release_history - releaseCycle: "10.0" releaseLabel: "Mac OS X __RELEASE_CYCLE__ (__CODENAME__)" codename: "Cheetah" releaseDate: 2001-03-24 eol: 2001-06-22 latest: "10.0.4" latestReleaseDate: 2001-06-22 link: https://en.wikipedia.org/wiki/Mac_OS_X_Cheetah#Release_history --- > [macOS](https://en.wikipedia.org/wiki/MacOS) (aka OS X, Mac OS X) is the primary operating system for Apple's Mac computers. Major versions of macOS are released once a year now and usually maintained for three years. Apple usually provides security updates for the latest 3 releases, but this isn't consistently applied and security fixes aren't guaranteed for the non-latest releases. ================================================ FILE: products/mageia.md ================================================ --- title: Mageia addedAt: 2022-12-16 category: os tags: linux-distribution permalink: /mageia versionCommand: cat /usr/lib/os-release releasePolicyLink: https://www.mageia.org/support/ changelogTemplate: https://wiki.mageia.org/en/Archive:_Mageia___RELEASE_CYCLE___Release_Notes latestColumn: false eolColumn: Supported identifiers: - cpe: cpe:/o:mageia:mageia - cpe: cpe:2.3:o:mageia:mageia auto: methods: - distrowatch: mageia regex: '^Distribution Release: Mageia (?P\d+)$' # EOL dates can be found on https://www.mageia.org/en/support/. releases: - releaseCycle: "9" releaseDate: 2023-08-27 eol: 2025-03-31 latest: "9" latestReleaseDate: 2023-08-27 link: https://wiki.mageia.org/en/Mageia___RELEASE_CYCLE___Release_Notes - releaseCycle: "8" releaseDate: 2021-02-26 eol: 2023-11-30 latest: "8" latestReleaseDate: 2021-02-26 link: https://wiki.mageia.org/en/Mageia___RELEASE_CYCLE___Release_Notes - releaseCycle: "7" releaseDate: 2019-07-01 eol: 2021-06-30 latest: "7" latestReleaseDate: 2019-07-01 - releaseCycle: "6" releaseDate: 2017-07-16 eol: 2019-09-30 latest: "6" latestReleaseDate: 2017-07-16 - releaseCycle: "5" releaseDate: 2015-06-20 eol: 2017-12-31 latest: "5" latestReleaseDate: 2015-06-20 - releaseCycle: "4" releaseDate: 2014-02-01 eol: 2015-09-19 latest: "4" latestReleaseDate: 2014-02-01 - releaseCycle: "3" releaseDate: 2013-05-19 eol: 2014-11-26 latest: "3" latestReleaseDate: 2013-05-19 - releaseCycle: "2" releaseDate: 2012-05-22 eol: 2013-11-22 latest: "2" latestReleaseDate: 2012-05-22 - releaseCycle: "1" releaseDate: 2011-06-01 eol: 2012-12-01 latest: "1" latestReleaseDate: 2011-06-01 --- > [Mageia](https://www.mageia.org/) is a GNU/Linux-based, Free Software operating system. It is a > community project, supported by a nonprofit organization of elected contributors. Mageia releases are supported at least for 18 months. Or a minimum of 3 months after the next release, whichever is longer. ================================================ FILE: products/magento.md ================================================ --- title: Magento addedAt: 2019-08-27 category: server-app tags: php-runtime iconSlug: magento permalink: /magento alternate_urls: - /adobe-commerce versionCommand: php bin/magento --version releasePolicyLink: https://www.adobe.com/content/dam/cc/en/legal/terms/enterprise/pdfs/Magento-Open-Source-Software-Maintenance-Policy.pdf changelogTemplate: "https://experienceleague.adobe.com/docs/commerce-operations/release/notes/magento-open-source/{{'__LATEST__'|replace:'.','-'}}.html" eoasColumn: Bug fix maintenance eolColumn: Security maintenance eoesColumn: Adobe Commerce end of software support staleReleaseThresholdDays: 1200 # still not documented on https://www.adobe.com/content/dam/cc/en/legal/terms/enterprise/pdfs/Magento-Open-Source-Software-Maintenance-Policy.pdf customFields: - name: supportedPhpVersions display: api-only label: PHP description: PHP Compatibility identifiers: - cpe: cpe:/a:magento:magento - cpe: cpe:2.3:a:magento:magento auto: methods: - git: https://github.com/magento/magento2.git # eol on https://www.adobe.com/content/dam/cc/en/legal/terms/enterprise/pdfs/Magento-Open-Source-Software-Maintenance-Policy.pdf # eoes on https://experienceleague.adobe.com/docs/commerce-operations/release/planning/lifecycle-policy.html # PHP requirements on https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/system-requirements.html releases: - releaseCycle: "2.4.8" releaseDate: 2025-04-03 eoas: false eol: false eoes: false # not yet on https://experienceleague.adobe.com/docs/commerce-operations/release/planning/lifecycle-policy.html supportedPhpVersions: "8.3, 8.4" latest: "2.4.8" latestReleaseDate: 2025-04-03 - releaseCycle: "2.4.7" releaseDate: 2024-04-04 eoas: false eol: false eoes: 2027-04-19 supportedPhpVersions: "8.2, 8.3" latest: "2.4.7" latestReleaseDate: 2024-04-04 - releaseCycle: "2.4.6" releaseDate: 2023-02-28 eoas: false eol: false eoes: 2026-08-11 supportedPhpVersions: "8.1, 8.2" latest: "2.4.6" latestReleaseDate: 2023-02-28 - releaseCycle: "2.4.5" releaseDate: 2022-08-01 eoas: 2024-11-25 eol: 2024-11-25 eoes: 2025-08-09 supportedPhpVersions: "8.1" latest: "2.4.5" latestReleaseDate: 2022-08-01 - releaseCycle: "2.4.4" releaseDate: 2022-03-30 eoas: 2024-11-25 eol: 2024-11-25 eoes: 2025-04-24 supportedPhpVersions: "8.1" latest: "2.4.4" latestReleaseDate: 2022-03-30 - releaseCycle: "2.4.3" releaseDate: 2021-08-04 eoas: 2022-11-28 eol: 2022-11-28 supportedPhpVersions: "7.4" latest: "2.4.3" latestReleaseDate: 2021-08-04 - releaseCycle: "2.4.2" releaseDate: 2021-02-04 eoas: 2022-11-28 eol: 2022-11-28 supportedPhpVersions: "7.4" latest: "2.4.2" latestReleaseDate: 2021-02-04 - releaseCycle: "2.4.1" releaseDate: 2020-10-14 eoas: 2022-11-28 eol: 2022-11-28 supportedPhpVersions: "7.4" latest: "2.4.1" latestReleaseDate: 2020-10-14 - releaseCycle: "2.4.0" releaseDate: 2020-07-20 eoas: 2022-11-28 eol: 2022-11-28 supportedPhpVersions: "7.3, 7.4" latest: "2.4.0" latestReleaseDate: 2020-07-20 link: https://devdocs.magento.com/guides/v2.4/release-notes/release-notes-2-4-0-open-source.html - releaseCycle: "2.3" releaseDate: 2018-11-23 eoas: 2022-07-31 eol: 2022-09-30 # https://devdocs.magento.com/guides/v2.3/release-notes/release-notes-2-3-3-open-source.html#platform-upgrades supportedPhpVersions: "7.2, 7.3" link: https://devdocs.magento.com/guides/v2.3/release-notes/open-source-2-3-7.html latest: "2.3.7" latestReleaseDate: 2021-05-07 - releaseCycle: "2.2" releaseDate: 2017-09-22 eoas: 2019-12-01 eol: 2019-12-01 link: https://web.archive.org/web/20220729084223/https://devdocs.magento.com/guides/v2.2/release-notes/release-notes-2-2-11-open-source.html latest: "2.2.11" latestReleaseDate: 2020-01-07 - releaseCycle: "2.1" releaseDate: 2016-06-23 eoas: 2019-06-01 eol: 2019-06-01 link: https://commerce-docs.github.io/devdocs-archive/2.1/guides/v2.1/release-notes/ReleaseNotes2.1.18CE.html latest: "2.1.18" latestReleaseDate: 2019-06-06 - releaseCycle: "2.0" releaseDate: 2015-11-16 eoas: 2018-03-01 eol: 2018-03-01 link: https://commerce-docs.github.io/devdocs-archive/2.0/guides/v2.0/release-notes/ReleaseNotes2.0.18CE.html latest: "2.0.18" latestReleaseDate: 2018-02-20 - releaseCycle: "1.9" releaseDate: 2014-05-01 eoas: 2020-06-01 eol: 2020-06-01 link: null latest: "1.9.4.3" - releaseCycle: "1.8" releaseDate: 2013-09-01 eoas: 2014-09-01 eol: 2020-06-01 link: null latest: "1.8.1.0" - releaseCycle: "1.7" releaseDate: 2012-04-01 eoas: 2013-04-01 eol: 2020-06-01 link: null latest: "1.7.0.2" - releaseCycle: "1.6" releaseDate: 2011-08-01 eoas: 2012-08-01 eol: 2020-06-01 link: null latest: "1.6.2.0" - releaseCycle: "1.5" releaseDate: 2011-02-01 eoas: 2012-02-01 eol: 2020-06-01 link: null latest: "1.5.1.0" - releaseCycle: "1.4" releaseDate: 2010-02-01 eoas: 2011-02-01 eol: 2012-02-01 link: null latest: "1.4.2.0" - releaseCycle: "1.3" releaseDate: 2009-03-01 eoas: 2010-03-01 eol: 2011-03-01 link: null latest: "1.3.3.0" - releaseCycle: "1.2" releaseDate: 2008-12-01 eoas: 2009-12-01 eol: 2010-12-01 link: null latest: "1.2.1.2" - releaseCycle: "1.1" releaseDate: 2008-07-01 eoas: 2009-07-01 eol: 2010-07-01 link: null latest: "1.1.8" - releaseCycle: "1.0" releaseDate: 2008-03-01 eoas: 2009-03-01 eol: 2010-03-01 link: null latest: "1.0.0" --- > [Magento Open Source](https://business.adobe.com/products/magento/open-source.html), previously known as Magento Community Edition, > is an [Open Software License (OSL 3.0)](https://opensource.org/licenses/osl-3.0.php) e-commerce platform written in PHP. > The project has been [under the Adobe umbrella since 2018](https://business.adobe.com/blog/the-latest/magento-is-now-part-of-adobe). Magento Open Source follows [semantic versioning](https://experienceleague.adobe.com/docs/commerce-operations/release/planning/versioning-policy.html). It does not have a clearly defined release cadence. There are two phases of support for releases: a "bug fix maintenance" phase, with bugs and security fixes, and a "security maintenance" phase, with only security fixes. The duration of each phase is documented here and in the [Magento Open Source Software Maintenance Policy](https://www.adobe.com/content/dam/cc/en/legal/terms/enterprise/pdfs/Magento-Open-Source-Software-Maintenance-Policy.pdf). Being built on top of Magento Open Source, Adobe Commerce has the same versions, but with [additional _security-patch-only releases_](https://community.magento.com/t5/Magento-DevBlog/Introducing-the-New-Security-Patch-Release/ba-p/141287), a [future releases schedule](https://experienceleague.adobe.com/docs/commerce-operations/release/planning/schedule.html) and [additional support](https://experienceleague.adobe.com/docs/commerce-operations/release/planning/lifecycle-policy.html). Release notes for both products are accessible [from the same page](https://experienceleague.adobe.com/docs/commerce-operations/release/notes/overview.html). Requirements are also documented [on the same page](https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/system-requirements.html). ## PHP Compatibility {%- assign collapsedCycles = page.releases | where_exp:"release","release.supportedPhpVersions != null" | collapse_cycles:"supportedPhpVersions"," - " %} {% include table.html labels="Magento,PHP" fields="releaseCycle,supportedPhpVersions" types="string,string" rows=collapsedCycles %} ================================================ FILE: products/mandrel.md ================================================ --- title: Mandrel addedAt: 2024-09-25 category: lang tags: java-distribution openjdk permalink: /mandrel changelogTemplate: https://github.com/graalvm/mandrel/releases/tag/mandrel-__LATEST__-Final eolColumn: Maintenance auto: methods: - github_releases: graalvm/mandrel regex: '^(?:mandrel-)?(?P[1-9][\d\.]+)([\-\.]Final)?$' # see https://regex101.com/r/8FkqI5/1 template: "{{version}}" identifiers: - repology: mandrel releases: - releaseCycle: "25.0" releaseLabel: "25.0 (JDK 25)" releaseDate: 2025-10-02 eol: false lts: true latest: "25.0.2.0" latestReleaseDate: 2026-02-09 - releaseCycle: "24.2" releaseLabel: "24.2 (JDK 24)" releaseDate: 2025-03-25 eol: 2025-10-21 # Oct 2025 CPU latest: "24.2.2.0" latestReleaseDate: 2025-08-05 - releaseCycle: "24.1" releaseLabel: "24.1 (JDK 23)" releaseDate: 2024-09-23 eol: 2025-04-15 # April 2025 CPU latest: "24.1.2.0" latestReleaseDate: 2025-01-30 - releaseCycle: "24.0" releaseLabel: "24.0 (JDK 22)" releaseDate: 2024-03-27 eol: 2024-10-15 # Oct 2024 CPU latest: "24.0.2.0" latestReleaseDate: 2024-07-21 - releaseCycle: "23.1" releaseLabel: "23.1 (JDK 21)" releaseDate: 2023-10-12 eol: false lts: true latest: "23.1.10.0" latestReleaseDate: 2026-02-08 - releaseCycle: "23.0" releaseLabel: "23.0 (JDK 17)" releaseDate: 2023-06-14 eol: 2025-01-21 # Jan 2025 CPU lts: true latest: "23.0.6.0" latestReleaseDate: 2024-10-22 - releaseCycle: "22.3" releaseLabel: "22.3 (JDK 17)" releaseDate: 2022-11-02 eol: 2024-04-17 # April 2024 CPU lts: true latest: "22.3.5.0" latestReleaseDate: 2024-01-24 - releaseCycle: "22.2" releaseLabel: "22.2 (JDK 11, JDK 17)" releaseDate: 2022-07-27 eol: 2022-10-25 # Oct 2022 CPU latest: "22.2.0.0" latestReleaseDate: 2022-07-27 - releaseCycle: "22.1" releaseLabel: "22.1 (JDK 11, JDK 17)" releaseDate: 2022-04-27 eol: 2022-07-26 # July 2022 CPU latest: "22.1.0.0" latestReleaseDate: 2022-04-27 - releaseCycle: "22.0" releaseLabel: "22.1 (JDK 11, JDK 17)" releaseDate: 2022-01-26 eol: 2022-04-26 # April 2022 CPU latest: "22.0.0.2" latestReleaseDate: 2022-01-26 - releaseCycle: "21.3" releaseLabel: "21.3 (JDK 11, JDK 17)" releaseDate: 2021-10-20 eol: 2023-07-17 # July 2023 CPU lts: true latest: "21.3.6.0" latestReleaseDate: 2023-04-21 - releaseCycle: "21.2" releaseLabel: "21.2 (JDK 11)" releaseDate: 2021-07-21 eol: 2022-01-18 # Jan 2022 CPU lts: true latest: "21.2.0.2" latestReleaseDate: 2021-10-20 - releaseCycle: "21.1" releaseLabel: "21.1 (JDK 11)" releaseDate: 2021-04-26 eol: 2021-07-20 # July 2021 CPU / 21.2 release latest: "21.1.0.0" latestReleaseDate: 2021-04-26 - releaseCycle: "21.0" releaseLabel: "21.0 (JDK 11)" releaseDate: 2021-02-01 eol: 2021-04-26 # April 2021 CPU / 21.1 release latest: "21.0.0.0" latestReleaseDate: 2021-02-01 link: https://github.com/graalvm/mandrel/releases/tag/mandrel-21.0.0.0.Final - releaseCycle: "20.3" releaseLabel: "20.3 (JDK 11)" releaseDate: 2021-01-08 eol: 2021-10-19 # October 2021 CPU lts: true latest: "20.3.3.0" latestReleaseDate: 2021-07-21 link: https://github.com/graalvm/mandrel/releases/tag/mandrel-20.3.3.0-Final - releaseCycle: "20.2" releaseLabel: "20.2 (JDK 11)" releaseDate: 2020-10-26 eol: 2021-01-08 # Jan 2021 CPU / 20.3 release latest: "20.2.0.0" latestReleaseDate: 2020-10-26 link: https://github.com/graalvm/mandrel/releases/tag/mandrel-20.2.0.0.Final - releaseCycle: "20.1" releaseLabel: "20.1 (JDK 11)" releaseDate: 2020-08-11 eol: 2021-04-20 # April 2021 CPU latest: "20.1.0.4" latestReleaseDate: 2021-01-21 link: https://github.com/graalvm/mandrel/releases/tag/mandrel-20.1.0.4.Final --- > Mandrel is [a downstream distribution of the GraalVM community edition](https://developers.redhat.com/blog/2020/06/05/mandrel-a-community-distribution-of-graalvm-for-the-red-hat-build-of-quarkus/). > Mandrel's main goal is to provide a `native-image` release specifically to support [Quarkus](https://quarkus.io). The > aim is to align the `native-image` capabilities from GraalVM with OpenJDK and Red Hat Enterprise Linux libraries to > improve maintainability for native Quarkus applications. Mandrel can best be described as a distribution of a regular > OpenJDK with a specially packaged GraalVM Native Image builder (`native-image`). Mandrel follows [the GraalVM Community release cadence](https://www.graalvm.org/release-calendar/) in principle but extends the maintenance window for long-term JDK releases. That is, starting with JDK 20 in June 2023, Mandrel follows the JDK’s six-month release cadence and only supports the latest JDK version and (at least) the latest LTS JDK version as listed in [JDK Releases](https://www.java.com/releases/). In some cases and depending on the needs of Quarkus, Mandrel may support the two most recent LTS JDK versions to ease transition to the latest LTS. Mandrel is released using the old internal version of GraalVM and will align with JDK's release numbering scheme with the 25.0 release in September 2025. ================================================ FILE: products/mariadb.md ================================================ --- title: MariaDB addedAt: 2019-05-29 category: database iconSlug: mariadb permalink: /mariadb versionCommand: mariadbd --version releasePolicyLink: https://mariadb.org/about/#maintenance-policy releaseImage: https://lh7-rt.googleusercontent.com/docsz/AD_4nXcwwM8QxUnz_2MHM7-y8bZDqyh5_C8QMyRqTaJLs02iL3qSn9hY6gEvtkn5YAzaHoip9EU6UXgAUjwOkf6FBca-LVSjU6Vu9LtiHmIAxfSPmi9oz-3-pxjc5T0ovaw2VfNv9oH1dA?key=hghz9RPI1zQ7R7CURRAsxEVO changelogTemplate: "https://mariadb.com/docs/release-notes/community-server/changelogs/__RELEASE_CYCLE__/__LATEST__" eolColumn: Community support eoesColumn: Enterprise support identifiers: - repology: mariadb - purl: pkg:apk/alpine/mariadb - purl: pkg:deb/debian/mariadb - purl: pkg:deb/ubuntu/mariadb - purl: pkg:docker/library/mariadb - purl: pkg:docker/bitnami/mariadb - purl: pkg:docker/bitnami/mariadb-galera - purl: pkg:brew/mariadb - purl: pkg:rpm/amzn/mariadb-server - purl: pkg:rpm/redhat/mariadb-server - purl: pkg:rpm/centos/mariadb-server - purl: pkg:rpm/opensuse/mariadb - cpe: cpe:2.3:a:mariadb:mariadb auto: methods: - git: https://github.com/MariaDB/server.git # Drop any releases before the GA ones. # Each regex looks like (?PX)\.(?PY)\.(?PZ), where X is the major, Y the minor # and Z a regex that only matches GA release patch numbers in that cycle. # Note: This needs to be edited when a new release cycle (a new GA release) is added. regex: - ^mariadb-(?P5)\.(?P1)\.(?P(4[2-9]|[5-9]\d))$ - ^mariadb-(?P5)\.(?P2)\.(?P([3-9]|\d{2}))$ - ^mariadb-(?P5)\.(?P3)\.(?P([5-9]|\d{2}))$ - ^mariadb-(?P5)\.(?P5)\.(?P(29|[3-9]\d))$ - ^mariadb-(?P10)\.(?P0)\.(?P(1[2-9]|[2-9]\d))$ - ^mariadb-(?P10)\.(?P1)\.(?P(1[8-9]|[2-9]\d))$ - ^mariadb-(?P10)\.(?P2)\.(?P([6-9]|\d{2}))$ - ^mariadb-(?P10)\.(?P4)\.(?P([6-9]|\d{2}))$ - ^mariadb-(?P10)\.(?P3)\.(?P([7-9]|\d{2}))$ - ^mariadb-(?P10)\.(?P4)\.(?P([6-9]|\d{2}))$ - ^mariadb-(?P10)\.(?P5)\.(?P([4-9]|\d{2}))$ - ^mariadb-(?P10)\.(?P6)\.(?P([3-9]|\d{2}))$ - ^mariadb-(?P10)\.(?P7)\.(?P([2-9]|\d{2}))$ - ^mariadb-(?P10)\.(?P8)\.(?P([3-9]|\d{2}))$ - ^mariadb-(?P10)\.(?P9)\.(?P([2-9]|\d{2}))$ - ^mariadb-(?P10)\.(?P10)\.(?P([2-9]|\d{2}))$ - ^mariadb-(?P10)\.(?P11)\.(?P([2-9]|\d{2}))$ - ^mariadb-(?P11)\.(?P[0-8])\.(?P([2-9]|\d{2}))$ - ^mariadb-(?P12)\.(?P[0-1])\.(?P([2-9]|\d{2}))$ - release_table: https://mariadb.org/about/#maintenance-policy header_selector: "tbody tr:nth-of-type(1)" fields: releaseCycle: "Release" releaseDate: "GA release date" eol: "Community" eoes: "Extended" # When adding a new Major, remember to review regexes in the section above. # Rolling releases info are available on https://mariadb.org/about/#maintenance-policy. releases: - releaseCycle: "12.2" releaseDate: 2026-02-13 eol: 2026-05-13 #estimated latest: "12.2.2" latestReleaseDate: 2026-02-13 - releaseCycle: "12.1" releaseDate: 2025-11-18 eol: 2026-02-13 latest: "12.1.2" latestReleaseDate: 2025-11-18 - releaseCycle: "12.0" releaseDate: 2025-08-07 eol: 2025-11-18 latest: "12.0.2" latestReleaseDate: 2025-08-07 - releaseCycle: "11.8" lts: true releaseDate: 2025-06-04 eol: 2028-06-04 eoes: 2033-10-22 latest: "11.8.6" latestReleaseDate: 2026-02-04 - releaseCycle: "11.7" releaseDate: 2025-02-12 eol: 2025-05-12 latest: "11.7.2" latestReleaseDate: 2025-02-12 link: https://mariadb.com/docs/release-notes/community-server/old-releases/mariadb-11-7-rolling-releases/mariadb-11-7-2-release-notes - releaseCycle: "11.6" releaseDate: 2024-11-13 eol: 2025-02-13 latest: "11.6.2" latestReleaseDate: 2024-11-13 link: https://mariadb.com/docs/release-notes/community-server/old-releases/release-notes-mariadb-11-6-rolling-releases/mariadb-11-6-2-release-notes - releaseCycle: "11.5" releaseDate: 2024-08-14 eol: 2024-11-21 latest: "11.5.2" latestReleaseDate: 2024-08-14 link: https://mariadb.com/docs/release-notes/community-server/old-releases/release-notes-mariadb-11-5-rolling-releases/mariadb-11-5-2-release-notes - releaseCycle: "11.4" lts: true releaseDate: 2024-05-29 eol: 2029-05-29 eoes: 2033-01-16 latest: "11.4.10" latestReleaseDate: 2026-02-04 - releaseCycle: "11.3" releaseDate: 2024-02-16 eol: 2024-05-29 latest: "11.3.2" latestReleaseDate: 2024-02-16 link: https://mariadb.com/docs/release-notes/community-server/old-releases/release-notes-mariadb-11-3-rolling-releases/mariadb-11-3-2-release-notes - releaseCycle: "11.2" releaseDate: 2023-11-21 eol: 2024-11-21 latest: "11.2.6" latestReleaseDate: 2024-11-01 link: https://mariadb.com/docs/release-notes/community-server/old-releases/release-notes-mariadb-11-2-series/mariadb-11-2-6-release-notes - releaseCycle: "11.1" releaseDate: 2023-08-21 eol: 2024-08-21 latest: "11.1.6" latestReleaseDate: 2024-08-08 link: https://mariadb.com/docs/release-notes/community-server/old-releases/release-notes-mariadb-11-1-series/mariadb-11-1-6-release-notes - releaseCycle: "11.0" releaseDate: 2023-06-06 eol: 2024-06-06 latest: "11.0.6" latestReleaseDate: 2024-05-15 link: https://mariadb.com/docs/release-notes/community-server/old-releases/release-notes-mariadb-11-0-series/mariadb-11-0-6-release-notes - releaseCycle: "10.11" lts: true releaseDate: 2023-02-16 eol: 2028-02-16 eoes: 2028-02-16 latest: "10.11.16" latestReleaseDate: 2026-02-04 - releaseCycle: "10.10" releaseDate: 2022-11-07 eol: 2023-11-17 latest: "10.10.7" latestReleaseDate: 2023-11-13 link: https://mariadb.com/docs/release-notes/community-server/old-releases/release-notes-mariadb-10-10-series/mariadb-10-10-7-release-notes - releaseCycle: "10.9" releaseDate: 2022-08-15 eol: 2023-08-22 latest: "10.9.8" latestReleaseDate: 2023-08-14 link: https://mariadb.com/docs/release-notes/community-server/old-releases/release-notes-mariadb-10-9-series/mariadb-10-9-8-release-notes - releaseCycle: "10.8" releaseDate: 2022-05-20 eol: 2023-05-20 latest: "10.8.8" latestReleaseDate: 2023-05-10 link: https://mariadb.com/docs/release-notes/community-server/old-releases/release-notes-mariadb-10-8-series/mariadb-10-8-8-release-notes - releaseCycle: "10.7" releaseDate: 2022-02-08 eol: 2023-02-09 latest: "10.7.8" latestReleaseDate: 2023-02-06 link: https://mariadb.com/docs/release-notes/community-server/old-releases/release-notes-mariadb-10-7-series/mariadb-10-7-8-release-notes - releaseCycle: "10.6" lts: true releaseDate: 2021-07-06 eol: 2026-07-06 eoes: 2029-08-23 latest: "10.6.25" latestReleaseDate: 2026-02-04 - releaseCycle: "10.5" lts: true releaseDate: 2020-06-24 eol: 2025-06-24 eoes: 2025-07-16 latest: "10.5.29" latestReleaseDate: 2025-05-06 link: https://mariadb.com/docs/release-notes/community-server/old-releases/mariadb-10-5-series/mariadb-10-5-29-release-notes - releaseCycle: "10.4" lts: true releaseDate: 2019-06-18 eol: 2024-06-18 eoes: 2024-06-18 latest: "10.4.34" latestReleaseDate: 2024-05-15 link: https://mariadb.com/docs/release-notes/community-server/old-releases/release-notes-mariadb-10-4-series/mariadb-10-4-34-release-notes - releaseCycle: "10.3" releaseDate: 2018-05-25 eol: 2023-05-25 eoes: 2023-05-25 latest: "10.3.39" latestReleaseDate: 2023-05-10 link: https://mariadb.com/docs/release-notes/community-server/old-releases/release-notes-mariadb-10-3-series/mariadb-10-3-39-release-notes - releaseCycle: "10.2" releaseDate: 2017-05-23 eol: 2022-05-23 eoes: 2022-05-23 latest: "10.2.44" latestReleaseDate: 2022-05-20 link: https://mariadb.com/kb/en/mariadb-10244-release-notes/ - releaseCycle: "10.1" releaseDate: 2015-10-17 eol: 2020-10-17 eoes: 2020-10-17 latest: "10.1.48" latestReleaseDate: 2020-10-30 link: https://mariadb.com/kb/en/mariadb-10148-release-notes/ - releaseCycle: "10.0" releaseDate: 2014-03-31 eol: 2019-03-31 eoes: 2019-03-31 latest: "10.0.38" latestReleaseDate: 2019-01-29 link: https://mariadb.com/kb/en/mariadb-10038-release-notes/ - releaseCycle: "5.5" lts: true releaseDate: 2012-04-11 eol: 2020-04-11 eoes: 2020-04-11 latest: "5.5.68" latestReleaseDate: 2020-05-06 link: https://mariadb.com/kb/en/mariadb-5568-release-notes/ - releaseCycle: "5.3" releaseDate: 2012-02-29 eol: 2017-03-01 eoes: 2017-03-01 latest: "5.3.12" latestReleaseDate: 2013-01-28 link: https://mariadb.com/kb/en/mariadb-5312-release-notes/ - releaseCycle: "5.2" releaseDate: 2010-11-10 eol: 2015-11-10 eoes: 2015-11-10 latest: "5.2.14" latestReleaseDate: 2013-01-28 link: https://mariadb.com/kb/en/mariadb-5214-release-notes/ - releaseCycle: "5.1" releaseDate: 2010-02-01 eol: 2015-02-01 eoes: 2015-02-01 latest: "5.1.67" latestReleaseDate: 2013-01-25 link: https://mariadb.com/kb/en/mariadb-5167-release-notes/ --- > [MariaDB](https://mariadb.org/about/) is a community-developed, commercially supported relational > database management system (RDBMS) originally forked from MySQL. ## Release Cadence Releases of MariaDB are published regularly. New releases are either long-term releases (LTS) or rolling releases. The support for each release depends on the release type. Long-term releases (LTS) are released yearly and supported for 3 years with bug and security fixes (was 5 years up to 11.4). {: .note-title } > Upcoming Change > > [Starting with MariaDB 12.3](https://mariadb.org/11-8-is-lts/#:~:text=MariaDB%2012%3A%20Slightly%20adjusted%20numbering%20scheme) > (expected in Q2 2026), the `.3` release for each Major version will be LTS. > For the MariaDB 12 series, the first three releases, 12.0, 12.1, and 12.2, will be rolling GA releases. > The fourth and final release - MariaDB 12.3 - will become the following LTS release. ## Support Lifecycle Rolling releases are released quarterly and are supported until the next release with bug and security fixes. Note that before 11.3 these were described as short-term releases and were maintained for 1 year. Commercial support is available from MariaDB with [its _Enterprise_](https://mariadb.com/pricing/) offering. With an enterprise subscription, support for long-term releases is extended for 2 years, and up to 5 years with the extended release option. Note that Critical security fixes are also provided as source code releases only and on a best-effort basis for 2 additional years with the Community support. ================================================ FILE: products/mastodon.md ================================================ --- title: Mastodon addedAt: 2023-03-01 category: server-app tags: javascript-runtime ruby-runtime iconSlug: mastodon permalink: /mastodon versionCommand: tootctl --version releasePolicyLink: https://github.com/mastodon/mastodon/security/policy changelogTemplate: https://github.com/mastodon/mastodon/releases/tag/v__LATEST__ eolColumn: Support identifiers: - repology: mastodon - cpe: cpe:/a:joinmastodon:mastodon - cpe: cpe:2.3:a:joinmastodon:mastodon - purl: pkg:docker/bitnami/mastodon - purl: pkg:docker/tootsuite/mastodon - purl: pkg:docker/linuxserver/mastodon auto: methods: - git: https://github.com/mastodon/mastodon.git # EOL dates are either false if no information could be found, or the date found in # https://github.com/mastodon/mastodon/commits/main/SECURITY.md history. releases: - releaseCycle: "4.5" releaseDate: 2025-11-06 eol: false latest: "4.5.7" latestReleaseDate: 2026-02-24 - releaseCycle: "4.4" releaseDate: 2025-07-08 eol: false latest: "4.4.14" latestReleaseDate: 2026-02-24 - releaseCycle: "4.3" releaseDate: 2024-10-08 eol: 2026-05-06 latest: "4.3.20" latestReleaseDate: 2026-02-24 - releaseCycle: "4.2" releaseDate: 2023-09-21 eol: 2026-01-08 latest: "4.2.29" latestReleaseDate: 2026-01-07 - releaseCycle: "4.1" releaseDate: 2023-02-10 eol: 2025-04-08 latest: "4.1.25" latestReleaseDate: 2025-04-02 - releaseCycle: "4.0" releaseDate: 2022-11-14 eol: 2023-10-31 latest: "4.0.15" latestReleaseDate: 2024-02-16 - releaseCycle: "3.5" releaseDate: 2022-03-30 eol: 2023-12-31 latest: "3.5.19" latestReleaseDate: 2024-02-16 - releaseCycle: "3.4" releaseDate: 2021-05-16 # https://github.com/mastodon/mastodon/commit/bd220c32f162230d31e99bdabd30aea787a89cfc eol: 2022-11-06 latest: "3.4.10" latestReleaseDate: 2022-11-14 - releaseCycle: "3.3" releaseDate: 2020-12-27 # https://github.com/mastodon/mastodon/commit/d8abc0018f59ed63fb6c5fae2f6081c141a4b978 eol: 2022-05-26 latest: "3.3.3" latestReleaseDate: 2022-03-30 - releaseCycle: "3.2" releaseDate: 2020-07-27 eol: true latest: "3.2.2" latestReleaseDate: 2020-12-19 - releaseCycle: "3.1" releaseDate: 2020-02-09 eol: true latest: "3.1.5" latestReleaseDate: 2020-07-07 - releaseCycle: "3.0" releaseDate: 2019-10-03 eol: true latest: "3.0.2" latestReleaseDate: 2020-02-27 - releaseCycle: "2" releaseDate: 2017-10-18 eol: true latest: "2.9.4" latestReleaseDate: 2020-02-27 - releaseCycle: "1" releaseDate: 2017-02-05 eol: true latest: "1.6.1" latestReleaseDate: 2017-09-17 --- > [Mastodon](https://joinmastodon.org/) is a free and open-source software for running self-hosted > social networking services based on the [ActivityPub](https://activitypub.rocks/) protocol. It has microblogging features > similar to Twitter, which are offered by a large number of independently run nodes, known as > instances, each with its own code of conduct, terms of service, privacy policy, privacy options, > and content moderation policies. Mastodon follows [Semantic Versioning](https://semver.org/). Its support and EOL policy is not clearly defined, but supported releases are documented on [its Security Policy page](https://github.com/mastodon/mastodon/security/policy). ================================================ FILE: products/matomo.md ================================================ --- title: Matomo addedAt: 2024-03-11 category: server-app tags: php-runtime iconSlug: matomo permalink: /matomo alternate_urls: - /piwik versionCommand: console core:version releasePolicyLink: https://matomo.org/faq/new-to-piwik/faq_18925/ changelogTemplate: https://github.com/matomo-org/matomo/releases/tag/__LATEST__ eoasColumn: true eolColumn: Long Term Support auto: methods: - git: https://github.com/matomo-org/matomo.git identifiers: - repology: matomo - purl: pkg:docker/library/matomo - purl: pkg:docker/bitnami/matomo - purl: pkg:github/matomo-org/matomo - cpe: cpe:2.3:a:matomo:matomo # eoas(x) = releaseDate(x+1) # eol(x) documented on https://matomo.org/blog/2016/01/announcing-long-term-support-in-matomo-the-analytics-platform-for-your-mission-critical-projects/ # No release is marked LTS, as this phase is true for all releases and is considered here as the security support phase. releases: - releaseCycle: "5" releaseDate: 2023-12-18 eoas: false eol: false latest: "5.8.0" latestReleaseDate: 2026-03-05 - releaseCycle: "4" releaseDate: 2020-11-24 eoas: 2023-12-18 eol: 2024-12-19 # https://matomo.org/blog/2016/01/announcing-long-term-support-in-matomo-the-analytics-platform-for-your-mission-critical-projects/ latest: "4.16.2" latestReleaseDate: 2025-11-20 - releaseCycle: "3" releaseDate: 2016-12-19 eoas: 2020-11-24 eol: 2021-12-01 # https://web.archive.org/web/20231111145144/https://matomo.org/blog/2016/01/announcing-long-term-support-in-matomo-the-analytics-platform-for-your-mission-critical-projects/ latest: "3.14.1" latestReleaseDate: 2020-09-11 - releaseCycle: "2" releaseDate: 2013-12-17 eoas: 2016-12-19 eol: 2017-12-18 # https://matomo.org/blog/2017/12/piwik-2-reaches-end-life-soon-december-2017-update-now/ latest: "2.18.1" # released to help upgrading to Matomo 4.x latestReleaseDate: 2020-07-01 - releaseCycle: "1" releaseDate: 2010-08-28 eoas: 2013-12-17 eol: 2013-12-17 latest: "1.12" latestReleaseDate: 2013-05-30 --- > [Matomo](https://matomo.org/), [formerly known as Piwik](https://matomo.org/blog/2018/01/piwik-is-now-matomo/), > is an open-source analytics platform. It is developed to track and analyze various components of > digital activities including websites, servers, CMS, and online services. Matomo only actively supports the latest version with new features, bug fixes, and security updates. When a new major version is released, the previous major version enters the [Long-Term Support (LTS)](https://matomo.org/blog/2016/01/announcing-long-term-support-in-matomo-the-analytics-platform-for-your-mission-critical-projects/) phase and only receives critical bug and security fixes for at least 12 months. ================================================ FILE: products/mattermost.md ================================================ --- title: Mattermost addedAt: 2022-10-22 category: server-app iconSlug: mattermost permalink: /mattermost versionCommand: sudo -u mattermost /opt/mattermost/bin/mattermost version releasePolicyLink: https://docs.mattermost.com/about/release-policy.html changelogTemplate: https://docs.mattermost.com/upgrade/version-archive.html LTSLabel: "ESR" auto: methods: - github_releases: mattermost/mattermost-server - release_table: https://docs.mattermost.com/about/mattermost-server-releases.html render_javascript: true render_javascript_wait_for: table fields: releaseCycle: column: "Release" regex: '^v(?P\d+\.\d+).*$' releaseDate: "Released on" eol: column: "Support ends" regex: '^(?P\d+\-\d+-\d+).*$' identifiers: - repology: mattermost - cpe: cpe:2.3:a:mattermost:mattermost_server # releaseDate and eol see: https://docs.mattermost.com/about/mattermost-server-releases.html releases: - releaseCycle: "11.5" releaseDate: 2026-03-16 eol: 2026-06-15 latest: "11.5.1" latestReleaseDate: 2026-03-06 - releaseCycle: "11.4" releaseDate: 2026-02-16 eol: 2026-05-15 latest: "11.4.3" latestReleaseDate: 2026-03-16 - releaseCycle: "11.3" releaseDate: 2026-01-16 eol: 2026-04-15 latest: "11.3.3" latestReleaseDate: 2026-03-16 - releaseCycle: "11.2" releaseDate: 2025-12-16 eol: 2026-03-15 latest: "11.2.4" latestReleaseDate: 2026-02-20 - releaseCycle: "11.1" releaseDate: 2025-11-14 eol: 2026-02-15 latest: "11.1.3" latestReleaseDate: 2026-01-15 - releaseCycle: "11.0" releaseDate: 2025-10-16 eol: 2026-01-15 latest: "11.0.7" latestReleaseDate: 2025-12-17 - releaseCycle: "10.12" releaseDate: 2025-09-16 eol: 2025-12-15 latest: "10.12.4" latestReleaseDate: 2025-11-21 - releaseCycle: "10.11" releaseDate: 2025-08-15 eol: 2026-08-15 latest: "10.11.13" latestReleaseDate: 2026-03-16 - releaseCycle: "10.10" releaseDate: 2025-07-16 eol: 2025-10-15 latest: "10.10.3" latestReleaseDate: 2025-09-16 - releaseCycle: "10.9" releaseDate: 2025-06-16 eol: 2025-09-15 latest: "10.9.5" latestReleaseDate: 2025-08-15 - releaseCycle: "10.8" releaseDate: 2025-05-16 eol: 2025-08-15 latest: "10.8.4" latestReleaseDate: 2025-07-22 - releaseCycle: "10.7" releaseDate: 2025-04-16 eol: 2025-07-15 latest: "10.7.4" latestReleaseDate: 2025-06-18 - releaseCycle: "10.6" releaseDate: 2025-03-16 eol: 2025-06-15 latest: "10.6.6" latestReleaseDate: 2025-05-21 - releaseCycle: "10.5" releaseDate: 2025-02-16 lts: true eol: 2025-11-15 latest: "10.5.14" latestReleaseDate: 2025-10-30 - releaseCycle: "10.4" releaseDate: 2025-01-16 eol: 2025-04-15 latest: "10.4.5" latestReleaseDate: 2025-04-15 - releaseCycle: "10.3" releaseDate: 2024-12-16 eol: 2025-03-15 latest: "10.3.4" latestReleaseDate: 2025-02-19 - releaseCycle: "10.2" releaseDate: 2024-11-15 eol: 2025-02-15 latest: "10.2.3" latestReleaseDate: 2025-01-22 - releaseCycle: "10.1" releaseDate: 2024-10-16 eol: 2025-01-15 latest: "10.1.7" latestReleaseDate: 2025-01-15 - releaseCycle: "10.0" releaseDate: 2024-09-16 eol: 2024-12-15 latest: "10.0.4" latestReleaseDate: 2024-12-10 - releaseCycle: "9.11" lts: true releaseDate: 2024-08-02 eol: 2025-05-15 latest: "9.11.18" latestReleaseDate: 2025-07-22 - releaseCycle: "9.10" releaseDate: 2024-06-28 eol: 2024-10-15 latest: "9.10.3" latestReleaseDate: 2024-09-26 - releaseCycle: "9.9" releaseDate: 2024-05-31 eol: 2024-09-15 latest: "9.9.3" latestReleaseDate: 2024-08-27 - releaseCycle: "9.8" releaseDate: 2024-05-03 eol: 2024-08-15 latest: "9.8.3" latestReleaseDate: 2024-07-22 - releaseCycle: "9.7" releaseDate: 2024-04-03 eol: 2024-07-15 latest: "9.7.6" latestReleaseDate: 2024-07-02 - releaseCycle: "9.6" releaseDate: 2024-03-01 eol: 2024-06-15 latest: "9.6.3" latestReleaseDate: 2024-06-03 - releaseCycle: "9.5" releaseDate: 2024-02-02 eol: 2024-11-15 latest: "9.5.14" latestReleaseDate: 2025-05-09 - releaseCycle: "9.4" releaseDate: 2024-01-08 eol: 2024-04-15 latest: "9.4.5" latestReleaseDate: 2024-03-26 - releaseCycle: "9.3" releaseDate: 2023-12-05 eol: 2024-03-15 latest: "9.3.3" latestReleaseDate: 2024-03-06 - releaseCycle: "9.2" releaseDate: 2023-11-06 eol: 2024-02-15 latest: "9.2.6" latestReleaseDate: 2024-02-14 - releaseCycle: "9.1" releaseDate: 2023-10-13 eol: 2024-01-15 latest: "9.1.5" latestReleaseDate: 2024-01-09 - releaseCycle: "9.0" releaseDate: 2023-09-14 eol: 2023-12-15 latest: "9.0.5" latestReleaseDate: 2023-11-29 - releaseCycle: "8.1" lts: true releaseDate: 2023-08-10 eol: 2024-05-15 latest: "8.1.13" latestReleaseDate: 2024-04-25 - releaseCycle: "8.0" releaseDate: 2023-07-09 eol: 2023-10-15 latest: "8.0.4" latestReleaseDate: 2023-10-06 - releaseCycle: "7.10" releaseDate: 2023-04-12 eol: 2023-08-15 latest: "7.10.5" latestReleaseDate: 2023-07-26 - releaseCycle: "7.9" releaseDate: 2023-03-14 eol: 2023-07-15 latest: "7.9.6" latestReleaseDate: 2023-07-12 - releaseCycle: "7.8" lts: true releaseDate: 2023-02-14 eol: 2023-11-15 latestReleaseDate: 2023-11-13 latest: "7.8.15" - releaseCycle: "7.7" releaseDate: 2023-01-13 eol: 2023-04-15 latestReleaseDate: 2023-04-12 latest: "7.7.4" - releaseCycle: "7.5" lts: true releaseDate: 2022-11-09 eol: 2023-02-15 latest: "7.5.2" latestReleaseDate: 2022-12-21 - releaseCycle: "7.4" releaseDate: 2022-10-12 eol: 2023-01-15 latest: "7.4.1" latestReleaseDate: 2022-12-21 - releaseCycle: "7.3" eol: 2022-12-15 releaseDate: 2022-09-14 latest: "7.3.1" latestReleaseDate: 2022-10-14 - releaseCycle: "7.2" releaseDate: 2022-08-11 eol: 2022-11-15 latest: "7.2.1" latestReleaseDate: 2022-10-13 - releaseCycle: "7.1" lts: true releaseDate: 2022-07-13 eol: 2023-05-15 latest: "7.1.9" latestReleaseDate: 2023-04-27 - releaseCycle: "7.0" releaseDate: 2022-06-13 eol: 2022-09-15 latest: "7.0.2" latestReleaseDate: 2022-08-23 - releaseCycle: "6.7" releaseDate: 2022-05-11 eol: 2022-08-15 latest: "6.7.2" latestReleaseDate: 2022-06-15 - releaseCycle: "6.6" releaseDate: 2022-04-07 eol: 2022-07-15 latest: "6.6.2" latestReleaseDate: 2022-06-13 - releaseCycle: "6.5" releaseDate: 2022-03-11 eol: 2022-06-15 latest: "6.5.2" latestReleaseDate: 2022-06-13 - releaseCycle: "6.4" releaseDate: 2022-02-15 eol: 2022-05-15 latest: "6.4.3" latestReleaseDate: 2022-04-28 - releaseCycle: "6.3" lts: true releaseDate: 2022-01-13 eol: 2022-10-15 latest: "6.3.10" latestReleaseDate: 2022-08-23 - releaseCycle: "6.2" releaseDate: 2021-12-13 eol: 2022-03-15 latest: "6.2.5" latestReleaseDate: 2022-03-10 - releaseCycle: "6.1" releaseDate: 2021-11-11 eol: 2022-02-15 latest: "6.1.3" latestReleaseDate: 2022-02-03 - releaseCycle: "6.0" releaseDate: 2021-10-08 eol: 2022-01-15 latest: "6.0.4" latestReleaseDate: 2021-12-17 --- > [Mattermost](https://mattermost.com/) is an [open-core](https://isitreallyfoss.com/projects/mattermost/), self-hostable online chat service with > file sharing, search, and integrations. It is designed as an internal chat for organizations and > companies. Mattermost backports high-severity or high-impact security fixes to the previous three monthly releases and to supported [extended support releases (ESR)](https://docs.mattermost.com/upgrade/extended-support-release.html). A new ESR release is made when a significant number of new features and improvements have been added to the product and have had enough time to stabilize. A new ESR is released twice a year in February and August. ESR releases are supported for nine months. Mattermost's self-hosted offering is distributed in the following [editions](https://docs.mattermost.com/product-overview/editions-and-offerings.html): 1. **Enterprise** is the primary commercial offering. It comes with 24x7 support. 1. **Enterprise Advanced** is same as the Enterprise Edition, but with a few extra compliance features. 1. **Entry** is the limited free but commercial offering. It is Community supported. 1. **Professional** is similar to Enterprise, but with a lower tier of support. It doesn't have features targeted at large(>250 user) organizations, such as high-scalability, air-gapped deployments, Kanban, and Microsoft Teams integration. 1. **Team** is the limited open-source offering: The AGPL source code is built and distributed as MIT licensed binaries. This is also offered via GitLab in the GitLab Omnibus package. This page tracks only the self-hosted offerings as listed above. Mattermost Cloud has different [security guarantees](https://docs.mattermost.com/product-overview/cloud-subscriptions.html#who-is-responsible-for-server-maintenance-and-upgrades) and is not tracked here. {: .warning } > Mattermost announced [Major Changes in Free Offerings](https://forum.mattermost.com/t/mattermost-v11-changes-in-free-offerings/25126) from v11 > > - Entry edition (earlier Free) now supports a maximum of 50 users, and a 10000 message history. > - Team Edition is now limited to a maximum of 250 users. > - GitLab SSO is removed from the Team edition. > - GitLab Mattermost, which relied on GitLab SSO+Team edition is getting deprecated. Mattermost v10.11 ESR will continue to receive security and maintenance updates > in the [Gitlab Omnibus from Mattermost through August 2026](https://forum.mattermost.com/t/how-long-will-mattermost-be-bundled-in-omnibus-gitlab/25298/2). ================================================ FILE: products/mautic.md ================================================ --- title: Mautic addedAt: 2024-07-27 category: server-app tags: php-runtime iconSlug: mautic permalink: /mautic versionCommand: bin/console --version releasePolicyLink: https://www.mautic.org/mautic-releases changelogTemplate: https://github.com/mautic/mautic/releases/tag/__LATEST__ eoasColumn: true eoesColumn: true identifiers: - purl: pkg:github/mautic/mautic/ auto: methods: - git: https://github.com/mautic/mautic.git - release_table: https://www.mautic.org/mautic-releases remove_if_undefined: "releaseDate" fields: releaseCycle: column: "Branch" regex: '^(?P\d+\.\d+)$' # major branches data not retrieved releaseDate: column: "Initial Release" regex: '^(?P\d+)(st|nd|rd|th)? (?P\w+) (?P\d{4})$' template: "{{day}} {{month}} {{year}}" eoas: column: "Active Support Until" regex: '^(?P\d+)(st|nd|rd|th)? (?P\w+) (?P\d{4})$' template: "{{day}} {{month}} {{year}}" eol: column: "Security Support Until *" regex: '^(?P\d+)(st|nd|rd|th)? (?P\w+) (?P\d{4})$' template: "{{day}} {{month}} {{year}}" eoes: column: "Extended Long Term Support Until **" regex: '^(?P\d+)(st|nd|rd|th)? (?P\w+) (?P\d{4}).*$' template: "{{day}} {{month}} {{year}}" releases: - releaseCycle: "7.0" releaseDate: 2026-01-20 eoas: 2026-03-31 eol: 2026-03-31 eoes: false latest: "7.0.1" latestReleaseDate: 2026-02-24 - releaseCycle: "6.0" lts: true releaseDate: 2025-03-25 eoas: 2025-09-30 eol: 2026-09-30 eoes: 2027-09-30 latest: "6.0.8" latestReleaseDate: 2026-02-24 - releaseCycle: "5.2" lts: true releaseDate: 2024-12-02 eoas: 2025-06-30 eol: 2026-06-30 eoes: 2028-06-30 latest: "5.2.10" latestReleaseDate: 2026-02-24 - releaseCycle: "5.1" releaseDate: 2024-06-13 eoas: 2024-12-02 eol: 2024-12-02 eoes: false latest: "5.1.1" latestReleaseDate: 2024-09-18 - releaseCycle: "5.0" releaseDate: 2024-01-09 eoas: 2024-06-13 eol: 2024-06-13 eoes: false latest: "5.0.4" latestReleaseDate: 2024-04-11 - releaseCycle: "4.4" releaseDate: 2022-06-27 eoas: 2024-01-09 eol: 2024-12-31 eoes: 2026-12-31 latest: "4.4.13" latestReleaseDate: 2024-09-18 - releaseCycle: "4.3" releaseDate: 2022-05-23 eoas: 2022-06-27 eol: 2022-06-27 eoes: false latest: "4.3.1" latestReleaseDate: 2022-05-23 - releaseCycle: "4.2" releaseDate: 2022-02-28 eoas: 2022-05-23 eol: 2022-05-23 eoes: false latest: "4.2.2" latestReleaseDate: 2022-04-26 - releaseCycle: "4.1" releaseDate: 2021-11-29 eoas: 2022-02-28 eol: 2022-02-28 eoes: false latest: "4.1.2" latestReleaseDate: 2022-01-25 - releaseCycle: "4.0" releaseDate: 2021-05-24 eoas: 2021-11-29 eol: 2021-11-29 eoes: false latest: "4.0.2" latestReleaseDate: 2021-11-15 - releaseCycle: "3.3" releaseDate: 2021-02-22 eoas: 2021-05-17 eol: 2021-05-24 eoes: false latest: "3.3.5" latestReleaseDate: 2022-02-28 - releaseCycle: "3.2" releaseDate: 2020-11-30 eoas: 2021-02-16 eol: 2021-02-22 eoes: false latest: "3.3.2" latestReleaseDate: 2021-03-22 - releaseCycle: "3.1" releaseDate: 2020-08-24 eoas: 2020-11-23 eol: 2020-11-30 eoes: false latest: "3.1.2" latestReleaseDate: 2020-10-26 - releaseCycle: "3.0" releaseDate: 2020-06-15 eoas: 2021-06-15 eol: 2021-12-15 eoes: false latest: "3.0.2" latestReleaseDate: 2020-07-27 - releaseCycle: "2.16" releaseDate: 2020-02-13 eoas: 2020-06-15 eol: 2020-12-15 eoes: false latest: "2.16.5" latestReleaseDate: 2021-01-14 - releaseCycle: "2.15" releaseDate: 2019-10-08 eoas: 2019-10-08 eol: 2019-10-08 eoes: false latest: "2.15.3" latestReleaseDate: 2019-10-08 --- > [Mautic](https://www.mautic.org/), is an open-source marketing automation software. Mautic only actively supports the latest version with new features, bug fixes, and security updates. Commercial [Extended Long-Term Support (ELTS)](https://mautic.org/extended-long-term-support-elts/) can be purchased from Mautic for some releases. It includes only security updates, and the duration varies depending on the release. ================================================ FILE: products/mediawiki.md ================================================ --- title: MediaWiki addedAt: 2021-10-15 category: server-app tags: php-runtime permalink: /mediawiki versionCommand: https://your-server-url/mediawiki/Special:Version releasePolicyLink: https://www.mediawiki.org/wiki/Version_lifecycle releaseImage: https://upload.wikimedia.org/wikipedia/mediawiki/timeline/hs5faq2k9b3pw5dm4fabgjwtjf2l8jw.png changelogTemplate: https://www.mediawiki.org/wiki/Release_notes/__RELEASE_CYCLE__ eolColumn: End-of-Life identifiers: - repology: mediawiki - cpe: cpe:/a:mediawiki:mediawiki - cpe: cpe:2.3:a:mediawiki:mediawiki auto: methods: - git: https://github.com/wikimedia/mediawiki.git - release_table: https://www.mediawiki.org/wiki/Version_lifecycle header_selector: "tr:nth-of-type(1)" fields: releaseCycle: column: "Version" regex: '^(?P\d+\.\d+).*$' releaseDate: "Release" eol: "End-of-life" releases: - releaseCycle: "1.45" releaseDate: 2025-12-04 eol: 2026-12-31 latest: "1.45.1" latestReleaseDate: 2025-12-16 - releaseCycle: "1.44" releaseDate: 2025-07-02 eol: 2026-07-31 latest: "1.44.3" latestReleaseDate: 2025-12-16 - releaseCycle: "1.43" releaseDate: 2024-12-21 lts: true eol: 2027-12-31 latest: "1.43.6" latestReleaseDate: 2025-12-16 - releaseCycle: "1.42" releaseDate: 2024-06-27 eol: 2025-06-30 latest: "1.42.7" latestReleaseDate: 2025-06-30 - releaseCycle: "1.41" releaseDate: 2023-12-21 eol: 2024-12-31 latest: "1.41.5" latestReleaseDate: 2024-12-20 - releaseCycle: "1.40" releaseDate: 2023-06-30 eol: 2024-06-28 latest: "1.40.4" latestReleaseDate: 2024-06-27 - releaseCycle: "1.39" eol: 2025-12-31 latest: "1.39.17" latestReleaseDate: 2025-12-16 releaseDate: 2022-11-30 lts: true - releaseCycle: "1.38" eol: 2023-06-30 latest: "1.38.7" latestReleaseDate: 2023-06-30 releaseDate: 2022-06-02 - releaseCycle: "1.37" eol: 2022-11-30 latest: "1.37.6" latestReleaseDate: 2022-09-29 releaseDate: 2021-11-18 - releaseCycle: "1.36" eol: 2022-06-03 latest: "1.36.4" latestReleaseDate: 2022-03-31 releaseDate: 2021-05-28 - releaseCycle: "1.35" lts: true eol: 2023-12-21 latest: "1.35.14" latestReleaseDate: 2023-12-21 releaseDate: 2020-09-25 - releaseCycle: "1.34" eol: 2020-11-30 latest: "1.34.4" latestReleaseDate: 2020-09-24 releaseDate: 2019-12-19 - releaseCycle: "1.33" eol: 2020-06-30 latest: "1.33.4" latestReleaseDate: 2020-06-24 releaseDate: 2019-07-02 - releaseCycle: "1.32" eol: 2020-01-24 latest: "1.32.6" latestReleaseDate: 2019-12-19 releaseDate: 2019-01-10 - releaseCycle: "1.31" lts: true eol: 2021-09-30 latest: "1.31.16" latestReleaseDate: 2021-09-30 releaseDate: 2018-06-13 --- > [MediaWiki](https://mediawiki.org) is a wiki engine, and mostly known as the software that powers > Wikipedia, but it is also frequently used for other wikis. MediaWiki releases are made about every 6 months, with every fourth release (i.e. about every 2 years) being an LTS (Long-Term Support) release branch. LTS release branches receive security support and bug fixes for three years after their initial release, while non-LTS release branches are supported for one year after their initial release. MediaWiki only supports [upgrading from two major long-term support releases (LTS) ago](https://phabricator.wikimedia.org/T259771 "RFC: Drop support for older database upgrades on MediaWiki Phabricator"). Upgrades from older versions of MediaWiki will have to be performed in multiple steps. ================================================ FILE: products/meilisearch.md ================================================ --- title: Meilisearch addedAt: 2024-01-14 category: server-app tags: meilisearch iconSlug: meilisearch permalink: /meilisearch versionCommand: meilisearch --version releasePolicyLink: https://www.meilisearch.com/docs/learn/update_and_migration/versioning changelogTemplate: https://github.com/meilisearch/meilisearch/releases/tag/v__LATEST__ identifiers: - repology: meilisearch auto: methods: - github_releases: meilisearch/meilisearch # eol(x) = releaseDate(x+1) releases: - releaseCycle: "1.39" releaseDate: 2026-03-16 eol: false latest: "1.39.0" latestReleaseDate: 2026-03-16 - releaseCycle: "1.38" releaseDate: 2026-03-09 eol: 2026-03-16 latest: "1.38.2" latestReleaseDate: 2026-03-11 - releaseCycle: "1.37" releaseDate: 2026-03-02 eol: 2026-03-09 latest: "1.37.0" latestReleaseDate: 2026-03-02 - releaseCycle: "1.36" releaseDate: 2026-02-23 eol: 2026-03-02 latest: "1.36.0" latestReleaseDate: 2026-02-23 - releaseCycle: "1.35" releaseDate: 2026-02-02 eol: 2026-02-23 latest: "1.35.1" latestReleaseDate: 2026-02-16 - releaseCycle: "1.34" releaseDate: 2026-01-26 eol: 2026-02-02 latest: "1.34.3" latestReleaseDate: 2026-01-28 - releaseCycle: "1.33" releaseDate: 2026-01-19 eol: 2026-01-26 latest: "1.33.1" latestReleaseDate: 2026-01-20 - releaseCycle: "1.32" releaseDate: 2026-01-12 eol: 2026-01-19 latest: "1.32.2" latestReleaseDate: 2026-01-15 - releaseCycle: "1.31" releaseDate: 2025-12-22 eol: 2026-01-12 latest: "1.31.0" latestReleaseDate: 2025-12-22 - releaseCycle: "1.30" releaseDate: 2025-12-15 eol: 2025-12-22 latest: "1.30.1" latestReleaseDate: 2025-12-18 - releaseCycle: "1.29" releaseDate: 2025-12-08 eol: 2025-12-15 latest: "1.29.0" latestReleaseDate: 2025-12-08 - releaseCycle: "1.28" releaseDate: 2025-12-01 eol: 2025-12-08 latest: "1.28.2" latestReleaseDate: 2025-12-03 - releaseCycle: "1.27" releaseDate: 2025-11-24 eol: 2025-12-01 latest: "1.27.0" latestReleaseDate: 2025-11-24 - releaseCycle: "1.26" releaseDate: 2025-11-17 eol: 2025-11-24 latest: "1.26.0" latestReleaseDate: 2025-11-17 - releaseCycle: "1.25" releaseDate: 2025-11-10 eol: 2025-11-17 latest: "1.25.0" latestReleaseDate: 2025-11-10 - releaseCycle: "1.24" releaseDate: 2025-10-20 eol: 2025-11-10 latest: "1.24.0" latestReleaseDate: 2025-10-20 - releaseCycle: "1.23" releaseDate: 2025-10-13 eol: 2025-10-20 latest: "1.23.0" latestReleaseDate: 2025-10-13 - releaseCycle: "1.22" releaseDate: 2025-09-24 eol: 2025-10-13 latest: "1.22.3" latestReleaseDate: 2025-10-07 - releaseCycle: "1.21" releaseDate: 2025-09-15 eol: 2025-09-24 latest: "1.21.0" latestReleaseDate: 2025-09-15 - releaseCycle: "1.20" releaseDate: 2025-09-08 eol: 2025-09-15 latest: "1.20.0" latestReleaseDate: 2025-09-08 - releaseCycle: "1.19" releaseDate: 2025-08-25 eol: 2025-09-08 latest: "1.19.1" latestReleaseDate: 2025-08-26 - releaseCycle: "1.18" releaseDate: 2025-08-18 eol: 2025-08-25 latest: "1.18.0" latestReleaseDate: 2025-08-18 - releaseCycle: "1.17" releaseDate: 2025-08-12 eol: 2025-08-18 latest: "1.17.1" latestReleaseDate: 2025-08-12 - releaseCycle: "1.16" releaseDate: 2025-08-04 eol: 2025-08-12 latest: "1.16.0" latestReleaseDate: 2025-08-04 - releaseCycle: "1.15" releaseDate: 2025-06-09 eol: 2025-08-04 latest: "1.15.2" latestReleaseDate: 2025-06-12 - releaseCycle: "1.14" releaseDate: 2025-04-14 eol: 2025-06-09 latest: "1.14.0" latestReleaseDate: 2025-04-14 - releaseCycle: "1.13" releaseDate: 2025-02-17 eol: 2025-04-14 latest: "1.13.3" latestReleaseDate: 2025-03-05 - releaseCycle: "1.12" releaseDate: 2024-12-23 eol: 2025-02-17 latest: "1.12.8" latestReleaseDate: 2025-01-30 - releaseCycle: "1.11" releaseDate: 2024-10-21 eol: 2024-12-23 latest: "1.11.3" latestReleaseDate: 2024-11-14 - releaseCycle: "1.10" releaseDate: 2024-08-21 eol: 2024-10-21 latest: "1.10.3" latestReleaseDate: 2024-10-10 - releaseCycle: "1.9" releaseDate: 2024-06-27 eol: 2024-08-26 latest: "1.9.1" latestReleaseDate: 2024-08-27 - releaseCycle: "1.8" releaseDate: 2024-05-02 eol: 2024-06-27 latest: "1.8.4" latestReleaseDate: 2024-07-15 - releaseCycle: "1.7" releaseDate: 2024-03-06 eol: 2024-05-02 latest: "1.7.6" latestReleaseDate: 2024-04-11 - releaseCycle: "1.6" releaseDate: 2024-01-15 eol: 2024-03-06 latest: "1.6.2" latestReleaseDate: 2024-02-13 - releaseCycle: "1.5" releaseDate: 2023-11-13 eol: 2024-01-15 latest: "1.5.1" latestReleaseDate: 2023-12-13 - releaseCycle: "1.4" releaseDate: 2023-09-11 eol: 2023-11-13 latest: "1.4.2" latestReleaseDate: 2023-10-19 - releaseCycle: "1.3" releaseDate: 2023-07-27 eol: 2023-09-11 latest: "1.3.5" latestReleaseDate: 2023-09-20 - releaseCycle: "1.2" releaseDate: 2023-05-30 eol: 2023-07-27 latest: "1.2.1" latestReleaseDate: 2023-09-13 - releaseCycle: "1.1" releaseDate: 2023-03-30 eol: 2023-05-30 latest: "1.1.1" latestReleaseDate: 2023-04-18 - releaseCycle: "1.0" releaseDate: 2023-02-01 eol: 2023-03-30 latest: "1.0.2" latestReleaseDate: 2023-02-23 --- > [Meilisearch](https://www.meilisearch.com/) is a scalable search engine that enables developers > to integrate search capabilities into their websites and applications via RESTful API. Meilisearch follows [semver](https://github.com/meilisearch/engine-team/blob/main/resources/versioning-policy.md). Minor versions are released between four and six times a year. Only the latest engine release is supported with high-priority bug and security fixes. Meilisearch engine version numbers have no relationship with Meilisearch SDK version numbers. SDKs follow their own release schedules and must address issues beyond compatibility with Meilisearch. Meilisearch is also available as a [commercial cloud offering](https://www.meilisearch.com/cloud). ================================================ FILE: products/memcached.md ================================================ --- title: Memcached addedAt: 2023-12-26 category: database permalink: /memcached versionCommand: memcached -h changelogTemplate: "https://github.com/memcached/memcached/wiki/ReleaseNotes{{'__LATEST__'|replace:'.',''}}" identifiers: - purl: pkg:generic/memcached - purl: pkg:deb/ubuntu/memcached - purl: pkg:deb/debian/memcached - purl: pkg:rpm/amzn/memcached - purl: pkg:rpm/redhat/memcached - purl: pkg:rpm/centos/memcached - purl: pkg:docker/library/memcached - repology: memcached - cpe: cpe:2.3:a:memcached:memcached auto: methods: - git: https://github.com/memcached/memcached.git # eol(x) = releaseDate(x+1) releases: - releaseCycle: "1.6" releaseDate: 2020-03-08 eol: false latest: "1.6.41" latestReleaseDate: 2026-03-06 - releaseCycle: "1.5" releaseDate: 2017-07-21 eol: 2020-03-09 latest: "1.5.22" latestReleaseDate: 2020-02-01 - releaseCycle: "1.4" releaseDate: 2009-07-09 eol: 2017-07-21 latest: "1.4.39" latestReleaseDate: 2017-07-04 --- > [Memcached](https://www.memcached.org/) is a free and open source, high-performance, distributed > memory object caching system, generic in nature, but intended for use in speeding up dynamic web > applications by alleviating database load. Memcached is an in-memory key-value store for small > chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page > rendering. Memcached is community-supported and doesn't have a clearly defined release and support policy. [Based on the latest releases](https://github.com/memcached/memcached/wiki/ReleaseNotes), it appears that only the latest release is supported. ================================================ FILE: products/micronaut.md ================================================ --- title: Micronaut Framework addedAt: 2022-11-30 category: framework tags: java-runtime permalink: /micronaut alternate_urls: - /micronaut-framework - /mn changelogTemplate: "https://github.com/micronaut-projects/micronaut-core/releases/tag/v__LATEST__" eoasColumn: Active Development eolColumn: Active Maintenance auto: methods: - git: https://github.com/micronaut-projects/micronaut-core.git releases: - releaseCycle: "4" releaseDate: 2023-07-11 eoas: false eol: false latest: "4.10.18" latestReleaseDate: 2026-03-13 - releaseCycle: "3" releaseDate: 2021-08-18 eoas: 2023-07-11 eol: 2025-03-23 # latestReleaseDate + 1 year latest: "3.10.5" latestReleaseDate: 2026-02-26 - releaseCycle: "2" releaseDate: 2020-06-26 eoas: 2021-08-18 eol: 2023-03-01 latest: "2.5.13" latestReleaseDate: 2021-09-03 - releaseCycle: "1" releaseDate: 2018-10-23 eoas: 2020-06-26 eol: 2021-12-31 latest: "1.3.7" latestReleaseDate: 2020-07-10 --- > [Micronaut](https://micronaut.io/) is a modern, JVM-based, full-stack framework for building > modular, easily testable microservice and serverless applications. The Micronaut framework adheres to [semantic versioning](https://semver.org). While its release, support, and end-of-life policies [were previously documented](https://web.archive.org/web/20230703052603/https://micronaut.io/support-schedule/), this information is no longer publicly available. Recently, it appears that only the latest major release receives new features, bug fixes, and security updates. Commercial support for the Micronaut Framework is provided by several companies, which are listed on [the official Micronaut support page](https://micronaut.io/support/). ================================================ FILE: products/microsoft-build-of-openjdk.md ================================================ --- title: Microsoft Build of OpenJDK addedAt: 2023-04-13 category: lang tags: java-distribution microsoft iconSlug: openjdk permalink: /microsoft-build-of-openjdk versionCommand: java -version releasePolicyLink: https://learn.microsoft.com/java/openjdk/support changelogTemplate: "https://learn.microsoft.com/java/openjdk/release-notes#openjdk-{{'__RELEASE_CYCLE__'|replace:'.',''}}" # There is one repository for each major LTS release. auto: methods: - git: "https://github.com/microsoft/openjdk-jdk11u.git" regex: '^jdk-(?P[\d\.]+)-ga$' template: "{{version}}" - git: "https://github.com/microsoft/openjdk-jdk17u.git" regex: '^jdk-(?P[\d\.]+)-ga$' template: "{{version}}" - git: "https://github.com/microsoft/openjdk-jdk21u.git" regex: '^jdk-(?P[\d\.]+)-ga$' template: "{{version}}" - git: "https://github.com/microsoft/openjdk-jdk25u.git" regex: '^jdk-(?P[\d\.]+)-ga$' template: "{{version}}" - release_table: https://learn.microsoft.com/en-us/java/openjdk/support#release-and-servicing-roadmap fields: releaseCycle: column: "Version" regex: '^OpenJDK (?P\d+) LTS$' eol: "Earliest end-of-support date" # Remember to update the "auto" configuration on each new major release. releases: - releaseCycle: "25" lts: true releaseDate: 2025-09-16 eol: 2030-09-30 latest: "25.0.2" latestReleaseDate: 2026-01-20 - releaseCycle: "21" lts: true releaseDate: 2023-09-19 eol: 2028-09-30 latest: "21.0.10" latestReleaseDate: 2026-01-15 - releaseCycle: "17" lts: true releaseDate: 2021-09-14 eol: 2027-09-30 latest: "17.0.18" latestReleaseDate: 2026-01-15 # First GA is https://github.com/microsoft/openjdk-jdk11u/releases/tag/jdk-11.0.2-ga - releaseCycle: "11" lts: true releaseDate: 2019-01-21 eol: 2027-09-30 latest: "11.0.30" latestReleaseDate: 2026-01-21 --- > The [Microsoft Build of OpenJDK](https://learn.microsoft.com/java/openjdk/) is a [GPLv2 with CPE](https://openjdk.org/legal/gplv2+ce.html) > licensed build of the Open Java Development Kit (OpenJDK) with long-term support and patches from > Microsoft. Microsoft Build of OpenJDK is certified using the Oracle Java Compatibility Kit (JCK) > to demonstrate that it is a compatible implementation of the Java specification. Microsoft Build > of OpenJDK releases must also pass the [AQAvit quality verification suite](https://adoptium.net/aqavit/) > to ensure they are ready for production usage. It is available on Linux, Windows, macOS, and as > container images. Microsoft only provides support for Microsoft Build of OpenJDK based on LTS OpenJDK releases (11, 17, 21...). The Microsoft Build of OpenJDK release cadence follows the OpenJDK release cadence, with a new major version every two years (since 2021) supported for at least four years with quarterly maintenance/security updates (typically January, April, July, and October). Microsoft also provides [commercial support](https://learn.microsoft.com/java/openjdk/support#commercial-support) for Microsoft Build of OpenJDK. The support policy follows [Microsoft's Modern Lifecycle Policy](https://learn.microsoft.com/lifecycle/policies/modern). Microsoft Build of OpenJDK is one of the many builds of OpenJDK. For recommendations on which JDK build to use, check out [whichjdk.com](https://whichjdk.com/#microsoft-build-of-openjdk). *[LTS]: Long-Term Support ================================================ FILE: products/mongodb.md ================================================ --- title: MongoDB Server addedAt: 2021-04-17 category: database iconSlug: mongodb permalink: /mongodb alternate_urls: - /mongo versionCommand: mongod --version releasePolicyLink: https://www.mongodb.com/legal/support-policy changelogTemplate: https://www.mongodb.com/docs/v__RELEASE_CYCLE__/release-notes/__RELEASE_CYCLE__/ releaseLabel: "__RELEASE_CYCLE__{%if r.codename %} ({{r.codename}}){%endif%}" # MongoDB releases come in two flavors: Community and Enterprise. The versioning/releases # are the same for both, but the package names are different, hence the two different # purl identifiers. identifiers: - purl: pkg:deb/debian/mongodb - purl: pkg:deb/ubuntu/mongodb - purl: pkg:rpm/amzn/mongodb-org-server - purl: pkg:rpm/redhat/mongodb-org-server - purl: pkg:rpm/centos/mongodb-org-server - purl: pkg:rpm/amzn/mongodb-enterprise-server - purl: pkg:rpm/redhat/mongodb-enterprise-server - purl: pkg:rpm/centos/mongodb-enterprise-server - repology: mongodb - cpe: cpe:2.3:a:mongodb:mongodb auto: methods: - git: https://github.com/mongodb/mongo.git regex: ^r(?P\d+)\.(?P\d+)\.(?P\d+)$ - release_table: https://www.mongodb.com/legal/support-policy/lifecycles header_selector: "tr:nth-of-type(1)" fields: releaseCycle: column: "Release" regex: '^MongoDB (?P\d+\.\d+).*$' releaseDate: "Release Date" eol: "End of Life Date" # EOL dates can be found at https://www.mongodb.com/legal/support-policy/lifecycles # End of month dates must be used for EOL dates as per https://github.com/endoflife-date/endoflife.date/pull/4234. releases: - releaseCycle: "8.2" releaseLabel: "8.2 (Rapid Release)" releaseDate: 2025-09-17 eol: 2026-07-31 latest: "8.2.6" latestReleaseDate: 2026-03-18 link: https://www.mongodb.com/docs/manual/release-notes/8.2/ # todo: check if this can be removed after 8.3 release - releaseCycle: "8.1" releaseLabel: "8.1 (Rapid Release)" releaseDate: 2025-06-20 eol: 2025-09-30 latest: "8.1.3" latestReleaseDate: 2025-08-08 link: null - releaseCycle: "8.0" releaseDate: 2024-10-31 eol: 2029-10-31 latest: "8.0.20" latestReleaseDate: 2026-03-17 - releaseCycle: "7.3" releaseLabel: "7.3 (Rapid Release)" releaseDate: 2024-03-27 eol: 2024-10-31 latest: "7.3.4" latestReleaseDate: 2024-08-14 - releaseCycle: "7.2" releaseLabel: "7.2 (Rapid Release)" releaseDate: 2024-01-23 eol: 2024-03-27 latest: "7.2.2" latestReleaseDate: 2024-02-28 - releaseCycle: "7.1" releaseLabel: "7.1 (Rapid Release)" releaseDate: 2023-10-18 eol: 2024-01-23 latest: "7.1.1" latestReleaseDate: 2023-11-16 - releaseCycle: "7.0" releaseDate: 2023-08-31 eol: 2027-08-31 latest: "7.0.31" latestReleaseDate: 2026-03-17 - releaseCycle: "6.3" releaseLabel: "6.3 (Rapid Release)" releaseDate: 2023-04-24 eol: 2023-08-31 latest: "6.3.2" latestReleaseDate: 2023-06-28 link: https://web.archive.org/web/20240117080159/http://www.mongodb.com/docs/manual/release-notes/6.3/ - releaseCycle: "6.2" releaseLabel: "6.2 (Rapid Release)" releaseDate: 2023-02-09 eol: 2023-04-24 latest: "6.2.1" latestReleaseDate: 2023-02-28 link: https://web.archive.org/web/20231205173501/http://www.mongodb.com/docs/manual/release-notes/6.2/ - releaseCycle: "6.1" releaseLabel: "6.1 (Rapid Release)" releaseDate: 2022-10-12 eol: 2023-02-09 latest: "6.1.1" latestReleaseDate: 2023-01-03 link: https://web.archive.org/web/20240119192418/http://www.mongodb.com/docs/manual/release-notes/6.1/ - releaseCycle: "6.0" releaseDate: 2022-07-31 eol: 2025-07-31 latest: "6.0.27" latestReleaseDate: 2025-12-23 - releaseCycle: "5.3" releaseLabel: "5.3 (Rapid Release)" releaseDate: 2022-03-23 eol: 2022-07-31 latest: "5.3.2" latestReleaseDate: 2022-06-15 link: https://web.archive.org/web/20240117081126/http://www.mongodb.com/docs/manual/release-notes/5.3/ - releaseCycle: "5.2" releaseLabel: "5.2 (Rapid Release)" releaseDate: 2022-01-18 eol: 2022-03-23 latest: "5.2.1" latestReleaseDate: 2022-02-17 link: https://web.archive.org/web/20240119192416/http://www.mongodb.com/docs/manual/release-notes/5.2/ - releaseCycle: "5.1" releaseLabel: "5.1 (Rapid Release)" releaseDate: 2021-11-09 eol: 2022-01-18 latest: "5.1.1" latestReleaseDate: 2021-12-01 link: https://web.archive.org/web/20240222034545/http://www.mongodb.com/docs/manual/release-notes/5.1/ - releaseCycle: "5.0" releaseDate: 2021-07-31 eol: 2024-10-31 latest: "5.0.32" latestReleaseDate: 2025-12-23 - releaseCycle: "4.4" releaseDate: 2020-07-31 eol: 2024-02-29 latest: "4.4.30" latestReleaseDate: 2025-12-23 - releaseCycle: "4.2" releaseDate: 2019-08-31 eol: 2023-04-30 latest: "4.2.25" latestReleaseDate: 2023-12-04 link: https://web.archive.org/web/20240411094103/https://www.mongodb.com/docs/v4.2/release-notes/4.2/ - releaseCycle: "4.0" releaseDate: 2018-06-30 eol: 2022-04-30 latest: "4.0.28" latestReleaseDate: 2022-01-24 link: https://web.archive.org/web/20220625104036/https://www.mongodb.com/docs/v4.0/release-notes/4.0/ - releaseCycle: "3.6" releaseDate: 2017-11-30 eol: 2021-04-30 latest: "3.6.23" latestReleaseDate: 2021-03-16 link: https://web.archive.org/web/20220625104036/https://www.mongodb.com/docs/v4.0/release-notes/3.6/ - releaseCycle: "3.4" releaseDate: 2016-11-30 eol: 2020-01-31 latest: "3.4.24" latestReleaseDate: 2020-01-24 link: https://web.archive.org/web/20220625104036/https://www.mongodb.com/docs/v4.0/release-notes/3.4/ - releaseCycle: "3.2" releaseDate: 2015-12-31 eol: 2018-09-30 latest: "3.2.22" latestReleaseDate: 2018-12-26 link: https://web.archive.org/web/20220625104036/https://www.mongodb.com/docs/v4.0/release-notes/3.2/ - releaseCycle: "3.0" releaseDate: 2015-03-31 eol: 2018-02-28 latest: "3.0.15" latestReleaseDate: 2017-05-10 link: https://web.archive.org/web/20220625104036/https://www.mongodb.com/docs/v4.0/release-notes/3.0/ - releaseCycle: "2.6" releaseDate: 2014-04-07 eol: 2016-10-31 latest: "2.6.12" latestReleaseDate: 2016-03-22 link: https://web.archive.org/web/20220625104036/https://www.mongodb.com/docs/v4.0/release-notes/2.6/ - releaseCycle: "2.4" releaseDate: 2013-03-18 eol: 2013-03-31 latest: "2.4.14" latestReleaseDate: 2015-04-27 link: https://web.archive.org/web/20220625104036/https://www.mongodb.com/docs/v4.0/release-notes/2.4/ - releaseCycle: "2.2" releaseDate: 2012-08-28 eol: 2014-02-28 latestReleaseDate: 2014-01-15 latest: "2.2.7" link: https://web.archive.org/web/20220625104036/https://www.mongodb.com/docs/v4.0/release-notes/2.2/ - releaseCycle: "2.0" releaseDate: 2011-09-11 eol: 2013-03-31 latest: "2.0.9" latestReleaseDate: 2013-04-02 link: https://web.archive.org/web/20220625104036/https://www.mongodb.com/docs/v4.0/release-notes/2.0/ - releaseCycle: "1.8" releaseDate: 2011-03-16 eol: 2012-09-30 latest: "1.8.5" latestReleaseDate: 2012-02-01 link: https://web.archive.org/web/20220626030803/https://www.mongodb.com/docs/v4.0/release-notes/1.8/ - releaseCycle: "1.6" releaseDate: 2010-08-05 eol: 2012-02-28 latest: "1.6.5" latestReleaseDate: 2010-12-08 link: https://web.archive.org/web/20220626030803/https://www.mongodb.com/docs/v4.0/release-notes/1.6/ - releaseCycle: "1.4" releaseDate: 2010-03-25 eol: 2012-09-30 latest: "1.4.5" latestReleaseDate: 2010-08-31 link: https://web.archive.org/web/20220626030803/https://www.mongodb.com/docs/v4.0/release-notes/1.4/ - releaseCycle: "1.2" releaseDate: 2009-12-10 eol: 2011-06-30 latest: "1.2.5" latestReleaseDate: 2010-04-07 link: https://web.archive.org/web/20220626030803/https://www.mongodb.com/docs/v4.0/release-notes/1.2/ - releaseCycle: "1.0" releaseDate: 2009-08-27 eol: 2010-08-31 latest: "1.0.1" latestReleaseDate: 2009-10-22 link: null --- > [MongoDB Server](https://www.mongodb.com/) is a general purpose, document-based, distributed > database built for modern application developers and for the cloud era. Rapid Releases are made available approximately once each quarter that does not contain a Major Release and introduce new features and improvements. Rapid Releases are only supported within MongoDB Atlas and are not supported for on-premises deployments. GA Major releases of the MongoDB Server are supported for 30 months. Compatibility of the MongoDB Stable API with the MongoDB Server is supported. Each GA release of the Stable API is compatible with all GA Major Releases of the MongoDB Server that are released on or within five years of the Release Date of that version of the Stable API. Lifecycle Schedule is documented at . Extended support by MongoDB for up to 2 years is available through the commercial [MongoDB Extended Lifecycle Support Add-On](https://www.mongodb.com/services/support/enterprise-advanced-support-plans). {: .note } > [MongoBleed](https://www.mongodb.com/company/blog/news/mongodb-server-security-update-december-2025) (CVE-2025-14847) > is an unauthenticated out-of-bounds read vulnerability in MongoDB that was disclosed in December 2025. > MongoDB has published the following releases with a fix: > 8.2.3, 8.0.17, 7.0.28, 6.0.27, 5.0.32, 4.4.30. ================================================ FILE: products/moodle.md ================================================ --- title: Moodle addedAt: 2021-10-28 category: server-app tags: php-runtime iconSlug: moodle permalink: /moodle releasePolicyLink: https://moodledev.io/general/releases changelogTemplate: "https://moodledev.io/general/releases/__RELEASE_CYCLE__{% if '__RELEASE_CYCLE__.0'!='__LATEST__' %}/__LATEST__{% endif %}" eoasColumn: true customFields: - name: supportedPhpVersions display: api-only label: PHP description: Supported PHP versions link: https://moodledev.io/general/development/policies/php identifiers: - repology: moodle - cpe: cpe:/a:moodle:moodle - cpe: cpe:2.3:a:moodle:moodle auto: methods: - git: https://github.com/moodle/moodle.git - release_table: https://moodledev.io/general/releases fields: releaseCycle: column: "Version" regex: '^(?P\d+\.\d+).*$' releaseDate: "Initial release date" eoas: "General support ends" eol: "Security support ends" # dates see https://moodledev.io/general/releases # supportedPhpVersions can be found in the release notes and https://moodledev.io/general/development/policies/php releases: - releaseCycle: "5.1" releaseDate: 2025-10-06 eoas: 2026-10-05 eol: 2027-04-19 supportedPhpVersions: 8.2 - 8.4 latest: "5.1.3" latestReleaseDate: 2026-02-11 - releaseCycle: "5.0" releaseDate: 2025-04-14 eoas: 2026-04-20 eol: 2026-10-05 supportedPhpVersions: 8.1 - 8.4 latest: "5.0.6" latestReleaseDate: 2026-02-11 - releaseCycle: "4.5" lts: true releaseDate: 2024-10-07 eoas: 2025-10-06 eol: 2027-10-04 supportedPhpVersions: 8.1 - 8.3 latest: "4.5.10" latestReleaseDate: 2026-02-11 - releaseCycle: "4.4" releaseDate: 2024-04-22 eoas: 2025-04-21 eol: 2025-12-08 supportedPhpVersions: 8.1 - 8.3 latest: "4.4.12" latestReleaseDate: 2025-12-07 - releaseCycle: "4.3" releaseDate: 2023-10-07 eoas: 2024-10-07 eol: 2025-04-21 supportedPhpVersions: 8.0 - 8.2 latest: "4.3.12" latestReleaseDate: 2025-04-13 - releaseCycle: "4.2" releaseDate: 2023-04-22 eoas: 2024-04-22 eol: 2024-10-07 supportedPhpVersions: 8.0 - 8.2 latest: "4.2.11" latestReleaseDate: 2024-10-05 - releaseCycle: "4.1" lts: true releaseDate: 2022-11-28 eoas: 2023-12-11 eol: 2025-12-08 supportedPhpVersions: 7.4 - 8.1 latest: "4.1.22" latestReleaseDate: 2025-12-07 - releaseCycle: "4.0" releaseDate: 2022-04-17 eoas: 2023-05-08 eol: 2023-11-13 supportedPhpVersions: 7.3 - 8.0 latest: "4.0.12" latestReleaseDate: 2023-12-08 - releaseCycle: "3.11" releaseDate: 2021-05-15 eoas: 2022-11-14 eol: 2023-11-13 supportedPhpVersions: 7.3 - 8.0 latest: "3.11.18" latestReleaseDate: 2023-12-08 - releaseCycle: "3.10" releaseDate: 2020-11-07 eoas: 2021-11-08 eol: 2022-05-09 supportedPhpVersions: 7.2 - 7.4 latest: "3.10.11" latestReleaseDate: 2022-05-07 - releaseCycle: "3.9" lts: true releaseDate: 2020-06-13 eoas: 2021-05-10 eol: 2023-11-13 supportedPhpVersions: 7.2 - 7.4 latest: "3.9.25" latestReleaseDate: 2023-12-08 - releaseCycle: "3.8" releaseDate: 2019-11-16 eoas: 2020-11-09 eol: 2021-05-10 supportedPhpVersions: 7.1 - 7.4 latest: "3.8.9" latestReleaseDate: 2021-05-08 --- > [Moodle](https://moodle.org/) is a Learning Platform or course management system (CMS) — a free > Open Source software package designed to help educators create effective online courses based on > sound pedagogical principles. Major (e.g. 4.x) releases are made every 6 months, Second Monday of May and November. Minor (e.g. 4.x.y) releases are made every 2 months, Second Monday of July, September, November, January, March and May. The end of support, both general and security, happens on the second Monday of May and November, observing the 12, 18... month periods, no matter if the major release was delayed or not. ## PHP Support {%- assign collapsedCycles = page.releases | collapse_cycles:"supportedPhpVersions"," - " %} {% include table.html labels="Release,Supported PHP versions" fields="releaseCycle,supportedPhpVersions" types="string,string" rows=collapsedCycles %} For details about PHP support, see [Moodle's PHP page](https://moodledev.io/general/development/policies/php). ================================================ FILE: products/motorola-mobility.md ================================================ --- title: Motorola Mobility addedAt: 2024-01-13 category: device tags: mobile-phone motorola iconSlug: motorola permalink: /motorola-mobility alternate_urls: - /motorola - /motorolamobility releasePolicyLink: https://en-us.support.motorola.com/app/software-security-update latestColumn: false eolColumn: Security Updates auto: methods: - motorola-security: https://en-us.support.motorola.com/app/software-security-update releases: - releaseCycle: motorola-edge-70-fusion+ releaseLabel: "Motorola edge 70 fusion+" releaseDate: 2026-02-01 eol: 2031-11-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12535 - releaseCycle: motorola-edge-70-fusion releaseLabel: "Motorola edge 70 fusion" releaseDate: 2026-02-01 eol: 2031-11-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12531 - releaseCycle: moto-g77 releaseLabel: "Moto G77" releaseDate: 2026-01-01 eol: 2030-01-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12520 - releaseCycle: moto-g67 releaseLabel: "Moto G67" releaseDate: 2026-01-01 eol: 2030-01-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12519 - releaseCycle: moto-g17-power releaseLabel: "Moto G17 Power" releaseDate: 2026-01-01 eol: 2028-01-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12521 - releaseCycle: moto-g17 releaseLabel: "Moto G17" releaseDate: 2026-01-01 eol: 2028-01-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12522 - releaseCycle: motorola-signature releaseLabel: "Motorola Signature" releaseDate: 2026-01-01 eol: 2032-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12430 - releaseCycle: moto-g-power-2026 releaseLabel: "Moto G Power (2026)" releaseDate: 2026-01-01 eol: 2029-01-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12452 - releaseCycle: moto-g-2026 releaseLabel: "Moto G (2026)" releaseDate: 2025-12-01 eol: 2028-12-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12431 - releaseCycle: moto-g57-power releaseLabel: "Moto G57 Power" releaseDate: 2025-11-01 eol: 2028-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12451 - releaseCycle: moto-g57 releaseLabel: "Moto G57" releaseDate: 2025-11-01 eol: 2028-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12453 - releaseCycle: moto-g-play-2026 releaseLabel: "Moto G Play (2026)" releaseDate: 2025-11-01 eol: 2028-12-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12428 - releaseCycle: motorola-edge-70 releaseLabel: "Motorola edge 70" releaseDate: 2025-10-01 eol: 2031-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12433 - releaseCycle: moto-g67-power-5g releaseLabel: "moto g67 power 5G" releaseDate: 2025-09-01 eol: 2028-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12403 - releaseCycle: motorola-edge-60-neo releaseLabel: "Motorola edge 60 neo" releaseDate: 2025-09-01 eol: 2031-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12388 - releaseCycle: moto-g06-power releaseLabel: "Moto g06 power" releaseDate: 2025-08-01 eol: 2027-08-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12387 - releaseCycle: moto-g06 releaseLabel: "Moto g06" releaseDate: 2025-08-01 eol: 2027-08-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12386 - releaseCycle: motorola-edge-2025 releaseLabel: "Motorola edge 2025" releaseDate: 2025-06-01 eol: 2028-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12238 - releaseCycle: moto-g96-5g releaseLabel: "Moto G96 5G" releaseDate: 2025-06-01 eol: 2028-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12265 - releaseCycle: moto-g86-power-5g releaseLabel: "Moto G86 Power 5G" releaseDate: 2025-06-01 eol: 2029-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12266 - releaseCycle: moto-g86-5g releaseLabel: "Moto G86 5G" releaseDate: 2025-06-01 eol: 2029-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12218 - releaseCycle: moto-g66-5g releaseLabel: "Moto G66 5G" releaseDate: 2025-05-01 eol: 2029-05-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12389 - releaseCycle: moto-g56-5g releaseLabel: "Moto G56 5G" releaseDate: 2025-05-01 eol: 2029-05-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12217 - releaseCycle: "motorola-edge-60s-pro" releaseLabel: "Motorola Edge 60s Pro" releaseDate: 2025-04-01 eol: 2029-04-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12400 - releaseCycle: "motorola-edge-60-pro" releaseLabel: "Motorola Edge 60 Pro" releaseDate: 2025-04-01 eol: 2029-04-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12219 - releaseCycle: motorola-razr-60s releaseLabel: "Motorola Razr 60s" releaseDate: 2025-03-01 eol: 2029-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12402 - releaseCycle: motorola-razr-60d releaseLabel: "Motorola Razr 60d" releaseDate: 2025-03-01 eol: 2029-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12401 - releaseCycle: motorola-razr+-2025 releaseLabel: "Motorola Razr+ 2025" releaseDate: 2025-03-01 eol: 2029-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12221 - releaseCycle: motorola-razr-2025 releaseLabel: "Motorola Razr 2025" releaseDate: 2025-03-01 eol: 2029-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12222 - releaseCycle: "motorola-edge-60-fusion" releaseLabel: "Motorola Edge 60 Fusion" releaseDate: 2025-03-01 eol: 2029-03-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12206 - releaseCycle: "motorola-edge-60-stylus" releaseLabel: "Motorola Edge 60 Stylus" releaseDate: 2025-03-01 eol: 2028-03-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12205 - releaseCycle: "motorola-edge-60" releaseLabel: "Motorola Edge 60" releaseDate: 2025-03-01 eol: 2029-03-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12207 - releaseCycle: "motorola-razr-60" releaseLabel: "Motorola Razr 60" releaseDate: 2025-03-01 eol: 2029-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12220 - releaseCycle: moto-g-stylus-2025 releaseLabel: "Moto G Stylus 5G (2025)" releaseDate: 2025-03-01 eol: 2028-03-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12204 - releaseCycle: "motorola-razr-ultra-2025" releaseLabel: "Motorola Razr Ultra 2025" releaseDate: 2025-02-01 eol: 2029-02-28 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12208 - releaseCycle: "motorola-razr-60-ultra" releaseLabel: "Motorola Razr 60 Ultra" releaseDate: 2025-02-01 eol: 2029-02-28 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12209 - releaseCycle: moto-g-power-2025 releaseLabel: "Moto G Power 5G (2025)" releaseDate: 2025-01-01 eol: 2028-01-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12162 - releaseCycle: moto-g-2025 releaseLabel: "Moto G (2025)" releaseDate: 2024-12-01 eol: 2027-12-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12163 - releaseCycle: "moto-e15" releaseLabel: "Motorola Moto E15" releaseDate: 2024-12-01 eol: 2026-12-31 # until 12/2026, see https://www.motorola.com/gb/en/p/phones/moto-e/15/pmipmhk40mb?pn=PB6S0012GB link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12161 - releaseCycle: moto-g15-power releaseLabel: "Moto G15 Power" releaseDate: 2024-12-01 eol: 2026-12-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12182 - releaseCycle: moto-g15 releaseLabel: "Moto G15" releaseDate: 2024-12-01 eol: 2026-12-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12159 - releaseCycle: moto-g05 releaseLabel: "Moto G05" releaseDate: 2024-12-01 eol: 2026-12-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12160 - releaseCycle: moto-g75-5g releaseLabel: "Moto G75 5G" releaseDate: 2024-10-01 eol: 2030-10-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12117 - releaseCycle: moto-g55-5g releaseLabel: "Moto G55 5G" releaseDate: 2024-09-01 eol: 2028-09-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12119 - releaseCycle: moto-g45-5g releaseLabel: "Moto G45 5G" link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12122 releaseDate: 2024-09-01 eol: 2026-09-30 - releaseCycle: moto-g35-5g releaseLabel: "Moto G35 5G" link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12118 releaseDate: 2024-08-01 eol: 2027-08-31 - releaseCycle: "thinkphone-25-by-motorola" releaseLabel: "ThinkPhone 25 by motorola" releaseDate: 2024-08-01 eol: 2029-08-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12121 - releaseCycle: motorola-edge-50-neo releaseLabel: "Motorola Edge 50 Neo" releaseDate: 2024-08-01 eol: 2029-08-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12047 - releaseCycle: motorola-edge-50 releaseLabel: "Motorola Edge 50" releaseDate: 2024-07-01 eol: 2027-07-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12037 - releaseCycle: moto-g85-5g releaseLabel: "Moto G85 5G" releaseDate: 2024-06-01 eol: 2028-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12038 - releaseCycle: motorola-razr+-2024 releaseLabel: "Motorola Razr+ 2024" releaseDate: 2024-06-01 eol: 2028-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12041 - releaseCycle: motorola-razr-2024 releaseLabel: "Motorola Razr 2024" releaseDate: 2024-06-01 eol: 2028-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12042 - releaseCycle: "motorola-razr-50-ultra" releaseLabel: "Motorola Razr 50 Ultra" releaseDate: 2024-06-01 eol: 2028-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12039 - releaseCycle: "motorola-razr-50s" releaseLabel: "Motorola Razr 50s" releaseDate: 2024-06-01 eol: 2028-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12155 - releaseCycle: "motorola-razr-50d" releaseLabel: "Motorola Razr 50d" releaseDate: 2024-06-01 eol: 2028-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12198 - releaseCycle: "motorola-razr-50" releaseLabel: "Motorola Razr 50" releaseDate: 2024-06-01 eol: 2028-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12040 - releaseCycle: moto-g-stylus-5g-2024 releaseLabel: "Moto G Stylus 5G (2024)" releaseDate: 2024-05-01 eol: 2027-05-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11850 - releaseCycle: motorola-edge-2024 releaseLabel: "Motorola edge 2024" releaseDate: 2024-05-01 eol: 2027-05-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12028 - releaseCycle: motorola-edge-50-ultra releaseLabel: "Motorola Edge 50 Ultra" releaseDate: 2024-05-01 eol: 2028-05-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11991 - releaseCycle: moto-g64y-5g releaseLabel: "Moto G64Y 5G" releaseDate: 2024-04-01 eol: 2027-04-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12111 - releaseCycle: moto-g64-5g releaseLabel: "Moto G64 5G" releaseDate: 2024-04-01 eol: 2027-04-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11873 - releaseCycle: "moto-e14" releaseLabel: "Motorola Moto E14" releaseDate: 2024-04-01 eol: 2026-04-30 # until 04/2026, see https://www.motorola.com/gb/en/p/phones/moto-e/14/pmipmhb38m2?pn=PB3C0002GB link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/12029 - releaseCycle: motorola-edge-50-fusion releaseLabel: "Motorola Edge 50 Fusion" releaseDate: 2024-04-01 eol: 2028-04-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11871 - releaseCycle: moto-g-power-5g-2024 releaseLabel: "Moto G Power 5G (2024)" releaseDate: 2024-03-01 eol: 2027-03-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11644 - releaseCycle: moto-g-5g-2024 releaseLabel: "Moto G 5G (2024)" releaseDate: 2024-03-01 eol: 2027-03-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11643 - releaseCycle: motorola-edge-50-pro releaseLabel: "Motorola Edge 50 Pro" releaseDate: 2024-03-01 eol: 2028-02-29 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11849 - releaseCycle: moto-g-play-2024 releaseLabel: "Moto G Play (2024)" releaseDate: 2024-01-01 eol: 2027-01-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11642 - releaseCycle: moto-g34-5g releaseLabel: "Moto G34 5G" releaseDate: 2024-01-01 eol: 2027-01-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11653 - releaseCycle: moto-g24-power releaseLabel: "Moto G24 Power" releaseDate: 2024-01-01 eol: 2027-01-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11646 - releaseCycle: moto-g04 releaseLabel: "Moto G04" releaseDate: 2024-01-01 eol: 2026-01-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11648 - releaseCycle: "motorola-razr-40s" releaseLabel: "Motorola Razr 40S" releaseDate: 2023-11-01 eol: 2027-11-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11651 - releaseCycle: "moto-g84-5g" releaseLabel: "Motorola Moto G84 5G" releaseDate: 2023-09-01 eol: 2026-09-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11601 - releaseCycle: "moto-g54-5g" releaseLabel: "Moto G54 5G" releaseDate: 2023-09-01 eol: 2027-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11600 - releaseCycle: "motorola-edge-2023" releaseLabel: "Motorola Edge (2023)" releaseDate: 2023-09-01 eol: 2026-09-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11576 - releaseCycle: "motorola-edge-40-neo" releaseLabel: "Motorola Edge 40 Neo" releaseDate: 2023-09-01 eol: 2027-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11590 - releaseCycle: "motorola-razr-2023" releaseLabel: "Motorola Razr (2023)" releaseDate: 2023-09-01 eol: 2027-09-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11592 - releaseCycle: "moto-g14" releaseLabel: "Motorola Moto G14" releaseDate: 2023-08-01 eol: 2026-08-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11597 - releaseCycle: "motorola-razr-40" releaseLabel: "Motorola Razr 40" releaseDate: 2023-07-01 eol: 2027-07-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11591 - releaseCycle: moto-g53s-5g releaseLabel: "Moto G53s 5G" releaseDate: 2023-06-01 eol: 2026-12-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11602 - releaseCycle: "moto-g-stylus-5g-2023" releaseLabel: "Moto G Stylus 5G (2023)" releaseDate: 2023-06-01 eol: 2026-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11492 - releaseCycle: "moto-g53y-5g" releaseLabel: "Moto G53Y 5G" releaseDate: 2023-06-01 eol: 2026-12-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11599 - releaseCycle: "moto-g53j-5g" releaseLabel: "Moto G53J 5G" releaseDate: 2023-06-01 eol: 2026-12-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11585 - releaseCycle: "motorola-razr-40-ultra" releaseLabel: "Motorola Razr 40 Ultra" releaseDate: 2023-06-01 eol: 2027-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11577 - releaseCycle: "motorola-razr+-2023" releaseLabel: "Motorola Razr+ (2023)" releaseDate: 2023-06-01 eol: 2027-06-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11489 - releaseCycle: "moto-g-5g-2023" releaseLabel: "Moto G 5G (2023)" releaseDate: 2023-05-01 eol: 2026-05-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11494 - releaseCycle: "motorola-edge+-2023" releaseLabel: "Motorola Edge+ (2023)" releaseDate: 2023-05-01 eol: 2027-05-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11495 - releaseCycle: "motorola-edge-40" releaseLabel: "Motorola Edge 40" releaseDate: 2023-05-01 eol: 2027-05-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11533 - releaseCycle: "moto-g-stylus-2023" releaseLabel: "Moto G Stylus (2023)" releaseDate: 2023-04-01 eol: 2026-04-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11493 - releaseCycle: "moto-g-power-5g-2023" releaseLabel: "Moto G Power 5G (2023)" releaseDate: 2023-04-01 eol: 2026-04-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11490 - releaseCycle: "motorola-edge-40-pro" releaseLabel: "Motorola Edge 40 Pro" releaseDate: 2023-04-01 eol: 2027-04-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11491 - releaseCycle: "moto-g-play-2023" releaseLabel: "Moto G Play (2023)" releaseDate: 2023-01-01 eol: 2025-12-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11403 - releaseCycle: "moto-g73-5g" releaseLabel: "Moto G73 5G" releaseDate: 2023-01-01 eol: 2026-12-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11431 - releaseCycle: "moto-g53-5g" releaseLabel: "Moto G53 5G" releaseDate: 2023-01-01 eol: 2027-01-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11426 - releaseCycle: "moto-g23" releaseLabel: "Moto G23" releaseDate: 2023-01-01 eol: 2026-01-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11430 - releaseCycle: "moto-g13" releaseLabel: "Moto G13" releaseDate: 2023-01-01 eol: 2026-01-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11429 - releaseCycle: "moto-e13" releaseLabel: "Moto E13" releaseDate: 2023-01-01 eol: 2025-01-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11427 - releaseCycle: "thinkphone-by-motorola" releaseLabel: "ThinkPhone by Motorola" releaseDate: 2023-01-01 eol: 2027-01-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11418 - releaseCycle: "moto-g72" releaseLabel: "Moto G72" releaseDate: 2022-10-01 eol: 2025-10-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11372 - releaseCycle: "moto-e22s" releaseLabel: "Moto E22S" releaseDate: 2022-10-01 eol: 2024-10-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11369 - releaseCycle: "moto-e22i" releaseLabel: "Moto E22I" releaseDate: 2022-10-01 eol: 2024-10-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11356 - releaseCycle: "moto-e22" releaseLabel: "Moto E22" releaseDate: 2022-10-01 eol: 2024-10-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11357 - releaseCycle: "motorola-razr-2022" releaseLabel: "Motorola Razr (2022)" releaseDate: 2022-10-01 eol: 2025-10-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11371 - releaseCycle: "motorola-edge-30-ultra" releaseLabel: "Motorola Edge 30 Ultra" releaseDate: 2022-09-01 eol: 2026-09-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11368 - releaseCycle: "motorola-edge-30-neo" releaseLabel: "Motorola Edge 30 Neo" releaseDate: 2022-09-01 eol: 2025-09-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11373 - releaseCycle: "motorola-edge-30-fusion" releaseLabel: "Motorola Edge 30 Fusion" releaseDate: 2022-09-01 eol: 2025-09-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11358 - releaseCycle: "moto-g32" releaseLabel: "Moto G32" releaseDate: 2022-08-01 eol: 2025-08-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11354 - releaseCycle: "motorola-edge-2022" releaseLabel: "Motorola Edge (2022)" releaseDate: 2022-08-01 eol: 2026-08-31 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11319 - releaseCycle: "moto-g62-5g" releaseLabel: "Moto G62 5G" releaseDate: 2022-06-01 eol: 2025-06-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11297 - releaseCycle: "moto-g52j-5g" releaseLabel: "Moto G52J 5G" releaseDate: 2022-06-01 eol: 2025-06-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11299 - releaseCycle: "moto-g42" releaseLabel: "Moto G42" releaseDate: 2022-06-01 eol: 2025-06-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11309 - releaseCycle: "moto-e32s" releaseLabel: "Moto E32S" releaseDate: 2022-06-01 eol: 2024-06-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11248 - releaseCycle: "moto-g82-5g" releaseLabel: "Moto G82 5G" releaseDate: 2022-05-01 eol: 2025-05-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11292 - releaseCycle: "moto-e32" releaseLabel: "Moto E32" releaseDate: 2022-05-01 eol: 2024-05-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11249 - releaseCycle: "motorola-edge-30" releaseLabel: "Motorola Edge 30" releaseDate: 2022-05-01 eol: 2025-05-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11247 - releaseCycle: "moto-g-stylus-5g-2022" releaseLabel: "Moto G Stylus 5G (2022)" releaseDate: 2022-04-01 eol: 2025-04-30 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11246 - releaseCycle: "moto-g-5g-2022" releaseLabel: "Moto G 5G (2022)" releaseDate: 2022-04-01 eol: 2025-04-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11241 - releaseCycle: "moto-g52" releaseLabel: "Moto G52" releaseDate: 2022-04-01 eol: 2025-04-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11240 - releaseCycle: "moto-g22" releaseLabel: "Moto G22" releaseDate: 2022-03-01 eol: 2025-03-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11235 - releaseCycle: "moto-g-stylus-2022" releaseLabel: "Moto G Stylus (2022)" releaseDate: 2022-02-01 eol: 2024-02-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11225 - releaseCycle: "motorola-edge-30-pro" releaseLabel: "Motorola Edge 30 Pro" releaseDate: 2022-02-01 eol: 2025-02-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11220 - releaseCycle: "motorola-edge+-2022" releaseLabel: "Motorola Edge+ (2022)" releaseDate: 2022-02-01 eol: 2025-02-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11221 - releaseCycle: "moto-g-power-2022" releaseLabel: "Moto G Power (2022)" releaseDate: 2021-11-01 eol: 2023-11-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11208 - releaseCycle: "moto-g200-5g" releaseLabel: "Moto G200 5G" releaseDate: 2021-11-01 eol: 2023-11-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11210 - releaseCycle: "moto-g71-5g" releaseLabel: "Moto G71 5G" releaseDate: 2021-11-01 eol: 2023-11-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11207 - releaseCycle: "moto-g51-5g" releaseLabel: "Moto G51 5G" releaseDate: 2021-11-01 eol: 2023-11-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11211 - releaseCycle: "moto-g41" releaseLabel: "Moto G41" releaseDate: 2021-11-01 eol: 2023-11-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11198 - releaseCycle: "moto-g31" releaseLabel: "Moto G31" releaseDate: 2021-11-01 eol: 2023-11-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11197 - releaseCycle: "moto-g-pure-2021" releaseLabel: "Moto G Pure (2021)" releaseDate: 2021-11-01 eol: 2023-11-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11179 - releaseCycle: "moto-g-pure" releaseLabel: "Moto G Pure" releaseDate: 2021-09-01 eol: 2023-09-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11179 - releaseCycle: "moto-e40" releaseLabel: "Moto E40" releaseDate: 2021-09-01 eol: 2023-09-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11178 - releaseCycle: "moto-e30" releaseLabel: "Moto E30" releaseDate: 2021-09-01 eol: 2023-09-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11177 - releaseCycle: "moto-e20" releaseLabel: "Moto E20" releaseDate: 2021-09-01 eol: 2023-09-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11168 - releaseCycle: "motorola-edge-20-lite" releaseLabel: "Motorola Edge 20 Lite" releaseDate: 2021-08-01 eol: 2023-07-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11166 - releaseCycle: "motorola-edge-20-fusion" releaseLabel: "Motorola Edge 20 Fusion" releaseDate: 2021-08-01 eol: 2023-08-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11166 - releaseCycle: "motorola-edge-20" releaseLabel: "Motorola Edge 20" releaseDate: 2021-08-01 eol: 2023-08-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11167 - releaseCycle: "motorola-edge-2021" releaseLabel: "Motorola Edge (2021)" releaseDate: 2021-08-01 eol: 2023-08-01 link: https://en-us.support.motorola.com/app/software-security-update/g_id/7112/productid/11170 --- > [Motorola Mobility](https://motorola.com) is an American smartphone manufacturer, known for the > Moto and Razr brands. It is a subsidiary of Lenovo. Motorola devices typically receive security updates for 2–3 years. Phones that launch on any version of Android will typically be supported for one upgrade to the next major version of Android. Channels and regions may have different launch dates and support cycle may vary. All dates are to the nearest month. ================================================ FILE: products/msexchange.md ================================================ --- title: Microsoft Exchange addedAt: 2021-12-03 category: server-app tags: microsoft permalink: /msexchange versionCommand: Get-ExchangeServer | Format-List Name,Edition,AdminDisplayVersion releasePolicyLink: https://learn.microsoft.com/lifecycle/products/?terms=Exchange%20Server eoasColumn: true identifiers: - cpe: cpe:/a:microsoft:exchange_server - cpe: cpe:2.3:a:microsoft:exchange_server releases: - releaseCycle: "subscription" releaseLabel: "Subscription Edition SU5" releaseDate: 2025-07-01 eoas: false eol: false latest: "15.2.2562.37" latestReleaseDate: 2026-02-10 link: https://support.microsoft.com/help/5074992 - releaseCycle: "2019" releaseLabel: "2019 CU15 SU7" releaseDate: 2018-10-22 eoas: 2024-01-09 eol: 2025-10-14 latest: "15.2.1748.43" latestReleaseDate: 2026-02-10 link: https://support.microsoft.com/help/5074993 - releaseCycle: "2016" releaseLabel: "2016 CU23 SU21" releaseDate: 2015-10-01 eoas: 2020-10-13 eol: 2025-10-14 latest: "15.1.2507.66" latestReleaseDate: 2026-02-10 link: https://support.microsoft.com/help/5074995 - releaseCycle: "2013" releaseLabel: "2013 CU23 SU21" releaseDate: 2013-01-09 eoas: 2018-04-10 eol: 2023-04-11 latest: "15.0.1497.48" latestReleaseDate: 2023-03-14 link: https://support.microsoft.com/help/5024296 - releaseCycle: "2010" releaseLabel: "2010 SP3 UR32" releaseDate: 2009-11-09 eoas: 2015-01-13 eol: 2020-10-13 latest: "14.3.513.0" latestReleaseDate: 2021-03-02 - releaseCycle: "2007" releaseLabel: "2007 SP3 UR23" releaseDate: 2007-03-08 eoas: 2012-04-10 eol: 2017-04-11 latest: "8.3.517.0" latestReleaseDate: 2017-03-21 - releaseCycle: "2003" releaseLabel: "2003 SP2" releaseDate: 2003-09-28 eoas: 2009-04-14 eol: 2014-04-08 latest: "6.5.7654.4" latestReleaseDate: 2008-08-01 - releaseCycle: "2000" releaseLabel: "2000 SP3" releaseDate: 2000-11-29 eoas: 2005-12-31 eol: 2011-01-11 latest: "6.0.6620.7" latestReleaseDate: 2008-08-01 - releaseCycle: "5.5" releaseLabel: "5.5 SP4" releaseDate: 1998-02-03 eoas: 2003-12-31 eol: 2006-01-10 latest: "5.5.2653" latestReleaseDate: 2000-11-01 - releaseCycle: "5.0" releaseLabel: "5.0 SP2" releaseDate: 1997-05-23 eoas: 2003-12-31 eol: 2006-01-10 latest: "5.0.1460" latestReleaseDate: 1998-02-19 - releaseCycle: "4.0" releaseLabel: "4.0 SP5" releaseDate: 1996-06-11 eoas: true eol: true latest: "4.0.996" latestReleaseDate: 1998-05-05 --- > [Microsoft Exchange Server](https://en.wikipedia.org/wiki/Microsoft_Exchange_Server) is a mail > server and calendaring server developed by Microsoft. [Exchange Server build numbers and release dates](https://learn.microsoft.com/exchange/new-features/build-numbers-and-release-dates) CU: Cumulative Update SU: Security Update HU: Hotfix Update UR: Update Rollup The 2013 version was the last to which Service Pack (SP) appeared. As of 2016 onwards, only CU and SU updates will be available. ================================================ FILE: products/mssqlserver.md ================================================ --- title: Microsoft SQL Server addedAt: 2019-12-17 category: database tags: microsoft iconSlug: microsoftsqlserver permalink: /mssqlserver alternate_urls: - /mssql - /microsoftsqlserver versionCommand: select @@version releasePolicyLink: https://learn.microsoft.com/lifecycle/products/?terms=SQL%20Server eoasColumn: true eoesColumn: Extended Security Updates customFields: - name: latestGdr display: api-only label: Latest General Distribution Release - name: latestGdrLink display: api-only label: Latest General Distribution Release link identifiers: - cpe: cpe:/a:microsoft:sql_server - cpe: cpe:2.3:a:microsoft:sql_server # releaseDate/support/eol/extendedSupport: https://learn.microsoft.com/lifecycle/products/?terms=SQL%20Server # Overview over all versions: https://learn.microsoft.com/troubleshoot/sql/releases/download-and-install-latest-updates releases: - releaseCycle: "17.0" codename: SQL25 releaseLabel: "2025" releaseDate: 2025-11-18 eoas: 2031-01-06 eol: 2036-01-06 latestGdr: "17.0.1105.2" latestGdrLink: https://support.microsoft.com/help/5077468 latest: "17.0.4025.3 CU3" latestReleaseDate: 2026-03-12 link: https://learn.microsoft.com/troubleshoot/sql/releases/sqlserver-2025/cumulativeupdate3 - releaseCycle: "16.0" codename: Dallas releaseLabel: "2022 '__CODENAME__'" releaseDate: 2022-11-16 eoas: 2028-01-11 eol: 2033-01-11 latestGdr: "16.0.1170.5" latestGdrLink: https://support.microsoft.com/help/5077465 latest: "16.0.4245.2 CU24" latestReleaseDate: 2026-03-12 link: https://learn.microsoft.com/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate24 - releaseCycle: "13.0-sp3" codename: SQL16 releaseLabel: "2016 SP3" releaseDate: 2021-09-15 eoas: 2026-07-14 eol: 2026-07-14 latestGdr: "13.0.6480.4" latestGdrLink: https://support.microsoft.com/help/5077474 # GDR for SP3 latest: "13.0.7075.5 Azure Connect pack+GDR" latestReleaseDate: 2026-03-10 # SP3 link: https://learn.microsoft.com/troubleshoot/sql/releases/sqlserver-2016/servicepack3 # Azure Connect pack link: https://learn.microsoft.com/troubleshoot/sql/releases/sqlserver-2016/servicepack3-azureconnect link: https://support.microsoft.com/help/5077473 # GDR for Azure Connect pack - releaseCycle: "15.0" codename: Aris/Seattle releaseLabel: "2019 '__CODENAME__'" releaseDate: 2019-11-04 eoas: 2025-02-28 eol: 2030-01-08 latestGdr: "15.0.2160.4" latestGdrLink: https://support.microsoft.com/help/5077470 latest: "15.0.4460.4 CU32+GDR" latestReleaseDate: 2026-03-10 # CU32 link: https://learn.microsoft.com/troubleshoot/sql/releases/sqlserver-2019/cumulativeupdate32 link: https://support.microsoft.com/help/5077469 # GDR for CU32 - releaseCycle: "12.0-sp3" codename: Hekaton releaseLabel: "2014 '__CODENAME__' SP3" releaseDate: 2018-10-30 eoas: 2019-07-09 eol: 2024-07-09 eoes: 2027-07-12 latestGdr: "12.0.6179.1" latestGdrLink: https://support.microsoft.com/help/5029184 latest: "12.0.6449.1 CU4+GDR" latestReleaseDate: 2023-10-10 # SP3 link: https://support.microsoft.com/help/4022619 # CU4 link: https://support.microsoft.com/help/4500181 link: https://support.microsoft.com/help/5029185 # GDR for SP3 CU4 - releaseCycle: "13.0-sp2" codename: SQL16 releaseLabel: "2016 SP2" releaseDate: 2018-04-24 eoas: 2022-10-11 eol: 2022-10-11 latestGdr: "13.0.5108.50" latestGdrLink: https://support.microsoft.com/help/5014365 latest: "13.0.5893.48 CU17+GDR" latestReleaseDate: 2019-07-09 link: https://support.microsoft.com/help/5014351 - releaseCycle: "11.0-sp4" codename: Denali releaseLabel: "2012 '__CODENAME__' SP4" releaseDate: 2017-10-05 eoas: 2022-07-12 eol: 2022-07-12 eoes: 2025-07-08 latestGdr: "11.0.7512.11" latestGdrLink: https://support.microsoft.com/help/5021123 latest: "11.0.7512.11 GDR" latestReleaseDate: 2023-02-14 link: https://support.microsoft.com/help/5021123 - releaseCycle: "14.0" codename: Helsinki releaseLabel: "2017 '__CODENAME__'" releaseDate: 2017-09-29 eoas: 2022-10-11 eol: 2027-10-12 latestGdr: "14.0.2100.4" latestGdrLink: https://support.microsoft.com/help/5077472 latest: "14.0.3520.4 CU31+GDR" latestReleaseDate: 2026-03-10 # CU31 link: https://learn.microsoft.com/troubleshoot/sql/releases/sqlserver-2017/cumulativeupdate31 # Azure Connect Pack link: https://learn.microsoft.com/troubleshoot/sql/releases/sqlserver-2017/azureconnect link: https://support.microsoft.com/help/5077471 # GDR for CU31 - releaseCycle: "13.0-sp1" codename: SQL16 releaseLabel: "2016 SP1" releaseDate: 2016-11-16 eoas: 2019-07-09 eol: 2019-07-09 latestGdr: "13.0.4259.0" latestGdrLink: https://support.microsoft.com/help/4505219 latest: "13.0.4604.0 CU15+GDR" latestReleaseDate: 2019-07-09 link: https://support.microsoft.com/help/4505221 - releaseCycle: "12.0-sp2" codename: Hekaton releaseLabel: "2014 '__CODENAME__' SP2" releaseDate: 2016-07-14 eoas: 2020-01-14 eol: 2020-01-14 latestGdr: "12.0.5223.6" latestGdrLink: https://support.microsoft.com/help/4505217 latest: "12.0.5687.1 CU18" latestReleaseDate: 2019-07-29 link: https://support.microsoft.com/help/4500180 - releaseCycle: "13.0" codename: SQL16 releaseLabel: "2016" releaseDate: 2016-06-01 eoas: 2018-01-09 eol: 2018-01-09 latestGdr: "13.0.1745.2" latestGdrLink: https://support.microsoft.com/help/4058560 latest: "13.0.2218.0 CU9+GDR" latestReleaseDate: 2018-01-06 link: https://support.microsoft.com/help/4058559 - releaseCycle: "11.0-sp3" codename: Denali releaseLabel: "2012 '__CODENAME__' SP3" releaseDate: 2015-12-01 eoas: 2018-10-09 eol: 2018-10-09 latestGdr: "11.0.6260.1" latestGdrLink: https://support.microsoft.com/help/4057115 latest: "11.0.6614.2 CU10+QFE" latestReleaseDate: 2018-01-16 link: https://support.microsoft.com/help/4057121 - releaseCycle: "12.0-sp1" codename: Hekaton releaseLabel: "2014 '__CODENAME__' SP1" releaseDate: 2015-04-14 eoas: 2017-10-10 eol: 2017-10-10 latestGdr: "12.0.4237.0" latestGdrLink: https://support.microsoft.com/help/4019091 latest: "12.0.4522.0 CU13" latestReleaseDate: 2017-08-08 link: https://support.microsoft.com/help/4019099 - releaseCycle: "10.50-sp3" codename: Kilimanjaro releaseLabel: "2008 R2 '__CODENAME__' SP3" releaseDate: 2014-07-07 eoas: 2014-07-08 eol: 2019-07-09 eoes: 2022-07-12 latestGdr: "10.50.6785.2" latestGdrLink: https://support.microsoft.com/help/5021112 latest: "10.50.6785.2 GDR" latestReleaseDate: 2023-02-14 link: https://support.microsoft.com/help/5021112 - releaseCycle: "10.0-sp4" codename: Katmai releaseLabel: "2008 '__CODENAME__' SP4" releaseDate: 2014-07-07 eoas: 2014-07-08 eol: 2019-07-09 eoes: 2022-07-12 latestGdr: "10.0.6814.4" latestGdrLink: https://support.microsoft.com/help/5020863 latest: "10.0.6814.4 CU17+GDR" latestReleaseDate: 2023-02-14 link: https://support.microsoft.com/help/5020863 - releaseCycle: "11.0-sp2" codename: Denali releaseLabel: "2012 '__CODENAME__' SP2" releaseDate: 2014-06-10 eoas: 2017-01-10 eol: 2017-01-10 latestGdr: "11.0.5388.0" latestGdrLink: https://support.microsoft.com/help/3194719 latest: "11.0.5678.0 CU16" latestReleaseDate: 2016-11-17 link: https://support.microsoft.com/help/3205054 - releaseCycle: "12.0" codename: Hekaton releaseLabel: "2014 '__CODENAME__'" releaseDate: 2014-06-05 eoas: 2016-07-12 eol: 2016-07-12 latestGdr: "12.0.2269.0" latestGdrLink: https://support.microsoft.com/help/3045324 latest: "12.0.2569.0 CU14" latestReleaseDate: 2016-06-20 link: https://support.microsoft.com/help/3158271 - releaseCycle: "11.0-sp1" codename: Denali releaseLabel: "2012 '__CODENAME__' SP1" releaseDate: 2012-11-07 eoas: 2015-07-14 eol: 2015-07-14 latestGdr: "11.0.3156.0" latestGdrLink: https://support.microsoft.com/help/3045318 latest: "11.0.3513.0 CU13+QFE" latestReleaseDate: 2015-07-14 link: https://support.microsoft.com/help/3045317 - releaseCycle: "10.50-sp2" codename: Kilimanjaro releaseLabel: "2008 R2 '__CODENAME__' SP2" releaseDate: 2012-07-26 eoas: 2015-10-13 eol: 2015-10-13 latestGdr: "10.50.4042.0" latestGdrLink: https://support.microsoft.com/help/3045313 latest: "10.50.4339.0 CU13+QFE" latestReleaseDate: 2015-07-14 link: https://support.microsoft.com/help/3045312 - releaseCycle: "11.0" codename: Denali releaseLabel: "2012 '__CODENAME__'" releaseDate: 2012-05-20 eoas: 2014-01-14 eol: 2014-01-14 latest: "11.0.2424.0 CU11" latestReleaseDate: 2012-12-16 link: https://support.microsoft.com/help/2908007 - releaseCycle: "10.00-sp3" codename: Katmai releaseLabel: "2008 '__CODENAME__' SP3" releaseDate: 2011-10-06 eoas: 2015-10-13 eol: 2015-10-13 latestGdr: "10.0.5500.0" latestGdrLink: https://support.microsoft.com/help/3045305 latest: "10.00.5861 CU16+QFE" latestReleaseDate: 2015-07-14 link: https://support.microsoft.com/help/3045303 - releaseCycle: "10.50-sp1" codename: Kilimanjaro releaseLabel: "2008 R2 '__CODENAME__' SP1" releaseDate: 2011-07-12 eoas: 2013-10-08 eol: 2013-10-08 latest: "10.50.2881.0 CU14" latestReleaseDate: 2013-08-08 link: https://support.microsoft.com/help/2868244 - releaseCycle: "9.0-sp4" codename: Yukon releaseLabel: "2005 '__CODENAME__' SP4" releaseDate: 2010-12-13 eoas: 2011-04-12 eol: 2016-04-12 latest: "9.0.5324.0 QFE" latestReleaseDate: 2012-10-09 link: https://support.microsoft.com/help/2716427 - releaseCycle: "10.00-sp2" codename: Katmai releaseLabel: "2008 '__CODENAME__' SP2" releaseDate: 2010-09-24 eoas: 2012-10-09 eol: 2012-10-09 latest: "10.00.4371 CU10+QFE" latestReleaseDate: 2012-10-09 link: https://support.microsoft.com/help/2716433 - releaseCycle: "10.50-r2" codename: Kilimanjaro releaseLabel: "2008 '__CODENAME__' R2" releaseDate: 2010-07-20 eoas: 2012-07-10 eol: 2012-07-10 latest: "10.50.1815.0 CU13" latestReleaseDate: 2012-04-16 link: https://support.microsoft.com/help/2679366 - releaseCycle: "10.00-sp1" codename: Katmai releaseLabel: "2008 '__CODENAME__' SP1" releaseDate: 2009-03-31 eoas: 2011-10-11 eol: 2011-10-11 latest: "10.00.2850 CU16" latestReleaseDate: 2011-09-19 link: https://support.microsoft.com/help/2582282 - releaseCycle: "9.00-sp3" codename: Yukon releaseLabel: "2005 '__CODENAME__' SP3" releaseDate: 2008-12-15 eoas: 2012-01-10 eol: 2012-01-10 latest: "9.00.4309 CU11" latestReleaseDate: 2010-08-16 link: https://support.microsoft.com/help/2258854 - releaseCycle: "10.00" codename: Katmai releaseLabel: "2008 '__CODENAME__'" releaseDate: 2008-11-06 eoas: 2010-04-13 eol: 2010-04-13 latest: "10.00.1835 CU10" latestReleaseDate: 2010-03-15 link: https://support.microsoft.com/help/979064 - releaseCycle: "9.00-sp2" codename: Yukon releaseLabel: "2005 '__CODENAME__' SP2" releaseDate: 2007-02-19 eoas: 2010-01-12 eol: 2010-01-12 latest: "9.00.3325 CU13" latestReleaseDate: 2009-04-20 link: https://support.microsoft.com/help/967908 - releaseCycle: "9.0-sp1" codename: Yukon releaseLabel: "2005 '__CODENAME__' SP1" releaseDate: 2006-04-18 eoas: 2008-04-08 eol: 2008-04-08 latest: "9.0.2233" latestReleaseDate: 2007-05-16 # Original KB937545 but 404 in the meantime: https://support.microsoft.com/help/937545 link: https://www.betaarchive.com/wiki/index.php?title=Microsoft_KB_Archive/937545 - releaseCycle: "9.0" codename: Yukon releaseLabel: "2005 '__CODENAME__'" releaseDate: 2006-01-14 eoas: 2007-07-10 eol: 2007-07-10 latest: "9.0.1399" latestReleaseDate: 2006-01-14 link: https://learn.microsoft.com/lifecycle/products/microsoft-sql-server-2005 - releaseCycle: "8.0-sp4" codename: Shiloh releaseLabel: "2000 '__CODENAME__' SP4" releaseDate: 2005-05-06 eoas: 2008-04-08 eol: 2013-04-09 latest: "8.0.2305 QFE" latestReleaseDate: 2012-08-14 link: https://support.microsoft.com/help/983811 - releaseCycle: "7.0-sp4" codename: Sphinx releaseLabel: "7.0 '__CODENAME__' SP4" releaseDate: 2002-04-26 eoas: 2005-12-31 eol: 2011-01-11 latest: "7.0.1152" latestReleaseDate: 2012-05-09 link: https://support.microsoft.com/help/941203 - releaseCycle: "6.50-sp5a" codename: Hydra releaseLabel: "6.5 '__CODENAME__' SP5a" releaseDate: 1998-12-24 eoas: 2002-01-01 eol: 2002-01-01 latest: "6.50.480" latestReleaseDate: 2005-10-07 # Original KB238621 but 404 in the meantime: https://support.microsoft.com/help/238621 link: https://www.betaarchive.com/wiki/index.php?title=Microsoft_KB_Archive/238621 - releaseCycle: "6.0-sp3" codename: SQL95 releaseLabel: "6.0 '__CODENAME__' SP3" releaseDate: 1995-06-13 # release date of SP3 unknown, using initial release date eoas: 1999-03-31 eol: 1999-03-31 latest: "6.0.151" latestReleaseDate: 2000-12-22 # Original KB152616 but 404 in the meantime: https://support.microsoft.com/help/152616 link: https://www.betaarchive.com/wiki/index.php?title=Microsoft_KB_Archive/152616 --- > [SQLServer](https://www.microsoft.com/sql-server/): Microsoft SQL Server is a relational database management system developed by Microsoft. [Latest updates and version history](https://learn.microsoft.com/troubleshoot/sql/releases/download-and-install-latest-updates) ## [Servicing models](https://learn.microsoft.com/en-us/troubleshoot/sql/releases/servicing-models-sql-server) - Cumulative Update (CU) contains all functional fixes and security updates for the given baseline. - On-demand fixes (OD) can be requested by any customer and can contain one or more fixes. - General Distribution Release (GDR) only contains security updates for the given baseline. - Quick Fix Engineering (QFE) are used for the majority of fixes where the effects of the problem are not widespread or severe enough to warrant a GDR. The 2016 version was the last to which Service Pack (SP) appeared. As of 2017, only CU updates will be available. ## Extended Security Updates (ESU) For some releases, customers also have the option to purchase [Extended Security Updates (ESU)](https://learn.microsoft.com/lifecycle/faq/extended-security-updates). It includes Critical and/or Important security updates for a maximum of three years after the product's End of Extended Support date. Customers can also get technical support for the ESU period as long as they also have an active support plan. ================================================ FILE: products/mule-runtime.md ================================================ --- title: Mule Runtime addedAt: 2022-11-09 category: server-app tags: java-runtime iconSlug: mulesoft permalink: /mulesoft-runtime alternate_urls: - /mule-runtime - /mulesoft-runtimes - /mule-runtimes releasePolicyLink: https://docs.mulesoft.com/release-notes/mule-runtime/lts-edge-release-cadence changelogTemplate: "https://docs.mulesoft.com/release-notes/mule-runtime/mule-{{'__RELEASE_CYCLE__'|split:'-'|first}}.0-release-notes" eoasColumn: Standard Support eolColumn: Extended Support auto: methods: - version_table: https://repository.mulesoft.org/nexus/content/repositories/releases/org/mule/runtime/mule-core/ header_selector: "tr:nth-of-type(1)" name_column: "Name" regex: '^(?P\d+\.\d+\.\d+(-\d+))/$' template: "{{value}}" date_column: "Last Modified" - release_table: https://docs.mulesoft.com/release-notes/mule-runtime/lts-edge-release-cadence selector: "table" fields: releaseCycle: column: "Mule Version" regex: '^(?P\d+\.\d+)(?P LTS)?.*$' template: "{{value}}{%if lts %}-lts{%endif%}" releaseLabel: "Mule Version" releaseDate: "Release Date" eoas: "End of Standard Support" eol: "End of Extended Support" # Release dates can be found on https://docs.mulesoft.com/release-notes/mule-runtime/mule-esb. # Support and EOL dates can be found on https://www.mulesoft.com/legal/versioning-back-support-policy#mule-runtimes. releases: - releaseCycle: "4.10" releaseLabel: '4.10 Edge' releaseDate: 2025-10-31 eoas: 2026-03-31 eol: 2026-06-30 latest: "4.10.0" latestReleaseDate: 2025-10-31 - releaseCycle: "4.9-lts" releaseLabel: '4.9 LTS' lts: true releaseDate: 2025-02-28 eoas: 2026-08-31 eol: 2027-02-28 latest: "4.9.9" # should be at least equal to latest of 4.9 Edge, but don't know how to automate that yet latestReleaseDate: 2025-09-02 - releaseCycle: "4.9" releaseLabel: '4.9 Edge' releaseDate: 2025-02-28 eoas: 2025-11-30 eol: 2026-02-28 latest: "4.9.9" latestReleaseDate: 2025-09-02 - releaseCycle: "4.8" releaseLabel: '4.8 Edge' releaseDate: 2024-10-31 eoas: 2025-03-31 eol: 2025-06-30 latest: "4.8.6" latestReleaseDate: 2025-06-03 - releaseCycle: "4.7" releaseLabel: '4.7 Edge' releaseDate: 2024-06-30 eoas: 2024-10-31 eol: 2025-02-28 latest: "4.7.4" latestReleaseDate: 2024-10-05 - releaseCycle: "4.6-lts" releaseLabel: "4.6 LTS" releaseDate: 2024-02-29 eoas: 2026-02-28 eol: 2026-10-31 latest: "4.6.22" # should be at least equal to latest of 4.6 Edge, but don't know how to automate that yet latestReleaseDate: 2025-09-02 - releaseCycle: "4.6" releaseLabel: '4.6 Edge' releaseDate: 2024-02-29 eoas: 2024-06-30 eol: 2024-10-31 latest: "4.6.22" latestReleaseDate: 2025-09-02 - releaseCycle: "4.5" releaseLabel: '4.5 Edge' releaseDate: 2023-10-31 eoas: 2024-02-29 eol: 2024-06-30 latest: "4.5.3" latestReleaseDate: 2024-02-22 - releaseCycle: "4.4" releaseDate: 2021-09-07 eoas: 2024-10-08 eol: 2025-10-08 latest: "4.4.0-20250919" latestReleaseDate: 2025-11-04 - releaseCycle: "4.3" releaseDate: 2020-04-30 eoas: 2023-03-07 eol: 2025-03-07 latest: "4.3.0-20240424" latestReleaseDate: 2024-04-24 - releaseCycle: "4.2" releaseDate: 2019-05-02 eoas: 2021-05-02 eol: 2023-05-02 latest: "4.2.2-20221027" latestReleaseDate: 2022-10-27 link: https://archive.docs.mulesoft.com/release-notes/mule-runtime/mule-4.2.2-release-notes - releaseCycle: "4.1" releaseDate: 2018-03-20 eoas: 2020-11-02 eol: 2022-11-02 latest: "4.1.6-20240112" latestReleaseDate: 2024-08-10 link: https://archive.docs.mulesoft.com/release-notes/mule-runtime/mule-4.1.6-release-notes - releaseCycle: "3.9" lts: true releaseDate: 2017-10-09 eoas: 2021-03-20 eol: 2024-03-20 latest: "3.9.5-20240122" latestReleaseDate: 2024-01-22 link: https://archive.docs.mulesoft.com/release-notes/mule-runtime/mule-3.9.5-release-notes - releaseCycle: "3.8" lts: true releaseDate: 2016-05-16 eoas: 2018-11-16 eol: 2021-11-16 latest: "3.8.7" latestReleaseDate: 2018-05-28 link: https://archive.docs.mulesoft.com/release-notes/mule-runtime/mule-3.8.7-release-notes --- > [Mule Runtime engine](https://docs.mulesoft.com/mule-runtime/latest/) (Mule) is a lightweight > integration engine that runs Mule applications and supports domains and policies. Mule > applications, domains, and policies share an XML DSL (domain-specific language). [Starting with Mule 4.5](https://docs.mulesoft.com/release-notes/mule-runtime/lts-edge-release-cadence), MuleSoft introduces two new release channels: Edge and Long-term Support (LTS). There are up to three Edge releases per year. Edge releases are supported with Standard Support, which includes bug and security fixes, for 1 month after the next Edge version is released. This is followed by 3 months of Extended Support, which includes critical bug and security fixes. There is one LTS release per year (around February). LTS releases are supported with a minimum of 18 months of Standard Support, followed by a minimum of 6 months of Extended Support. It is possible to switch from an Edge version to an LTS version and vice versa. However, when moving from Edge to LTS, a later LTS version must be chosen. ================================================ FILE: products/mxlinux.md ================================================ --- title: MX Linux addedAt: 2022-10-31 category: os tags: linux-distribution iconSlug: mxlinux permalink: /mxlinux alternate_urls: - /mx_linux - /mx-linux - /mx versionCommand: cat /etc/lsb-release releasePolicyLink: https://mxlinux.org/release-cycle/ releaseLabel: "__RELEASE_CYCLE__ (__CODENAME__)" eoasColumn: true auto: methods: - distrowatch: mx regex: '^Distribution Release: MX Linux (?P\d+)(\.(?P\d+))?$' # EOL dates documented on https://mxlinux.org/previous-releases/. # If not documented yet, use Debian eol for support, and eoes for eol. releases: - releaseCycle: "25" codename: "Infinity" releaseDate: 2025-11-09 eoas: 2028-08-31 eol: 2030-06-30 latest: "25.1" latestReleaseDate: 2026-01-19 link: https://mxlinux.org/blog/mx-25-infinity-isos-now-available/ - releaseCycle: "23" codename: "Libretto" releaseDate: 2023-07-31 eoas: 2026-06-10 eol: 2028-06-10 latest: "23.6" latestReleaseDate: 2025-04-14 link: https://mxlinux.org/blog/mx-23-libretto-now-available/ - releaseCycle: "21" codename: "Wildflower" releaseDate: 2021-10-21 eoas: 2024-06-30 eol: 2026-06-30 latest: "21.3" latestReleaseDate: 2023-01-15 link: https://mxlinux.org/blog/mx-21-3-wildflower-released/ - releaseCycle: "19" codename: "Patito Feo" releaseDate: 2019-10-22 eoas: 2022-09-10 eol: 2024-06-30 latest: "19.4" latestReleaseDate: 2021-04-01 link: https://mxlinux.org/blog/mx-19-4-now-available/ - releaseCycle: "18" codename: "Continuum" releaseDate: 2018-12-20 eoas: 2020-06-05 eol: 2022-06-30 latest: "18.3" latestReleaseDate: 2019-05-28 link: https://mxlinux.org/blog/mx-18-3-refreshed-isos-now-available/ - releaseCycle: "17" codename: "Horizon" releaseDate: 2017-12-15 eoas: 2020-06-05 eol: 2022-06-30 latest: "17.1" latestReleaseDate: 2018-03-15 link: https://mxlinux.org/blog/mx-17-1-released/ - releaseCycle: "16" codename: "Metamorphosis" releaseDate: 2016-12-14 eoas: 2018-06-23 eol: 2020-06-30 latest: "16.1" latestReleaseDate: 2017-06-08 link: https://mxlinux.org/blog/mx-16-1-now-available/ - releaseCycle: "15" codename: "Fusion" releaseDate: 2015-12-24 eoas: 2018-06-23 eol: 2020-06-30 latest: "15" latestReleaseDate: 2015-12-24 link: https://web.archive.org/web/20160105095436/http://antix.mepis.org/index.php?title=Main_Page - releaseCycle: "14" codename: "Symbiosis" releaseDate: 2014-03-25 eoas: 2016-06-04 eol: 2018-05-31 latest: "14.4" latestReleaseDate: 2015-03-24 link: https://web.archive.org/web/20150402080108/http://antix.mepis.org/index.php?title=Main_Page --- > [MX Linux](https://mxlinux.org/) is a desktop-oriented GNU/Linux distribution based on Debian's > stable branch releases. MX Linux uses the [XFCE](https://xfce.org/) by default and aims for "an > elegant and efficient desktop with simple configuration, high stability, solid performance and > medium-sized footprint." There are several releases of MX Linux supported concurrently. These typically follow Debian's periods of active development and extended long-term support, which provides security patches to a limited set of packages. Often this equates to ~2 years of active support and 2 years of long-term security patch support. MX Linux matches the year of release (21 was released in 2021, for example) for versioning. MX offers releases supporting x86 32-bit PAE (i686-compatible) processors, x86 64-bit processors, and the Raspberry Pi's 32-bit armhf architecture. ================================================ FILE: products/mysql.md ================================================ --- title: MySQL addedAt: 2021-05-12 category: database tags: oracle iconSlug: mysql permalink: /mysql versionCommand: mysqld --version releasePolicyLink: https://www.oracle.com/us/support/library/lifetime-support-technology-069183.pdf releaseImage: https://blogs.oracle.com/content/published/api/v1.1/assets/CONT32EABEA4FBCC4464BD35F58CEEA2EAFD/Medium?format=jpg&channelToken=32954b2a813146c9b9a4fa99364eba8e changelogTemplate: "https://dev.mysql.com/doc/relnotes/mysql/__RELEASE_CYCLE__/en/news-{{'__LATEST__'|replace:'.','-'}}.html" eoasColumn: Premier Support eolColumn: Extended Support # Regexes take into account the first GA release in each cycle. # https://dev.mysql.com/doc/refman/9.4/en/faqs-general.html#faq-mysql-version-ga auto: methods: - git: https://github.com/mysql/mysql-server.git regex: - ^mysql-(?P5\.5\.([8-9]|\d{2}))$ - ^mysql-(?P5\.6\.\d{2})$ - ^mysql-(?P5\.7\.([9]|\d{2}))$ - ^mysql-(?P8\.0\.(1[1-9]|[2-9]\d))$ - ^mysql-(?P8\.[1-9]\.\d+)$ - ^mysql-(?P9\.[0-9]\.[0-9]+)$ template: "{{v}}" identifiers: - repology: mysql - purl: pkg:generic/mysql - purl: pkg:docker/library/mysql - purl: pkg:deb/ubuntu/mysql-server - purl: pkg:deb/debian/mysql - cpe: cpe:2.3:a:oracle:mysql # For LTS: see https://www.oracle.com/us/support/library/lifetime-support-technology-069183.pdf # For Non-LTS (Innovation): eoas(x)/eol(x) = releaseDate(x+1) releases: - releaseCycle: "9.6" releaseDate: 2026-01-20 eoas: false # releaseDate(x+1) eol: false # releaseDate(x+1) latest: "9.6.0" latestReleaseDate: 2025-12-23 link: https://dev.mysql.com/doc/relnotes/mysql/9.6/en/news-9-6-0.html - releaseCycle: "9.5" releaseDate: 2025-10-21 eoas: 2026-01-20 eol: 2026-01-20 latest: "9.5.2" latestReleaseDate: 2025-11-20 link: https://dev.mysql.com/doc/relnotes/mysql/9.6/en/news-9-5-0.html - releaseCycle: "9.4" releaseDate: 2025-07-09 eoas: 2025-10-21 eol: 2025-10-21 latest: "9.4.2" latestReleaseDate: 2025-09-04 link: https://dev.mysql.com/doc/relnotes/mysql/9.6/en/news-9-4-0.html - releaseCycle: "9.3" releaseDate: 2025-03-31 eoas: 2025-07-22 eol: 2025-07-22 latest: "9.3.2" latestReleaseDate: 2025-06-10 link: https://dev.mysql.com/doc/relnotes/mysql/9.6/en/news-9-3-0.html - releaseCycle: "9.2" releaseDate: 2024-12-15 eoas: 2025-04-15 eol: 2025-04-15 latest: "9.2.2" latestReleaseDate: 2025-02-21 link: https://dev.mysql.com/doc/relnotes/mysql/9.6/en/news-9-2-0.html - releaseCycle: "9.1" releaseDate: 2024-09-24 eoas: 2025-01-21 eol: 2025-01-21 latest: "9.1.2" latestReleaseDate: 2024-11-26 link: https://dev.mysql.com/doc/relnotes/mysql/9.6/en/news-9-1-0.html - releaseCycle: "9.0" releaseDate: 2024-06-07 eoas: 2024-10-15 eol: 2024-10-15 latest: "9.0.1" latestReleaseDate: 2024-07-12 - releaseCycle: "8.4" releaseDate: 2024-04-10 lts: true eoas: 2029-04-30 eol: 2032-04-30 latest: "8.4.8" latestReleaseDate: 2025-12-24 - releaseCycle: "8.3" releaseDate: 2023-12-14 eoas: 2024-04-10 eol: 2024-04-10 latest: "8.3.0" latestReleaseDate: 2023-12-14 - releaseCycle: "8.2" releaseDate: 2023-10-12 eoas: 2023-12-14 eol: 2023-12-14 latest: "8.2.0" latestReleaseDate: 2023-10-12 - releaseCycle: "8.1" releaseDate: 2023-06-21 eoas: 2023-10-25 eol: 2023-10-25 latest: "8.1.0" latestReleaseDate: 2023-06-21 - releaseCycle: "8.0" releaseDate: 2018-04-08 lts: 2023-07-18 eoas: 2025-04-30 eol: 2026-04-30 latest: "8.0.45" latestReleaseDate: 2026-01-20 - releaseCycle: "5.7" releaseDate: 2015-10-09 eoas: 2020-10-31 eol: 2023-10-31 latest: "5.7.44" latestReleaseDate: 2023-09-20 - releaseCycle: "5.6" releaseDate: 2013-02-01 eoas: 2018-02-28 eol: 2021-02-28 latest: "5.6.51" latestReleaseDate: 2021-01-05 link: https://web.archive.org/web/20211229071247/https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-51.html - releaseCycle: "5.5" releaseDate: 2010-12-03 eoas: 2015-12-31 eol: 2018-12-31 latest: "5.5.63" latestReleaseDate: 2018-12-21 link: null --- > [MySQL](https://www.mysql.com/about/) is an open-source database developed by Oracle. With its > proven performance, reliability, and ease-of-use, MySQL has become the leading database choice for > web-based applications, used by high-profile web properties including Facebook, Twitter, YouTube, > Yahoo! and many more. Oracle offers two release streams for MySQL: [**Innovation** and **LTS** releases](https://blogs.oracle.com/mysql/post/introducing-mysql-innovation-and-longterm-support-lts-versions). Innovation releases are similar to MySQL 8.0 continuous development model (< 8.0.34) and include bugfixes, security patches, and new features. Support for Innovation releases is limited until the next minor release (Innovation or LTS). Patch releases within Innovation releases are possible but are less likely to happen. Innovation releases are production-grade quality and can be safely used in production environments. LTS releases have a 5-year premier and 3-year extended support, the same as the previously supported releases. The last version of a major release cycle will be designated as LTS (except for 8.0). Features can be removed (& added) only in the first LTS release (e.g., 8.4.0 LTS) but not later. 8.1 is the first Innovation release, and 8.0.34+ (LTS) has transitioned to only bug fixes until 8.0 End-Of-Life (EOL) in April 2026. Around July 2024, the last 8.x release will eventually become LTS to let users migrate from 8.0.x to the 8.x LTS version. ## Release Cadence - Innovation releases will likely happen quarterly. - About every 2 years a new Long-Term Support version will be released. An exception is the 8.x LTS release, which will happen well before EOL of 8.0. ## Support Levels [Oracle's Lifetime Support Policy](https://www.mysql.com/support/) has three options: ### Premier Support 5 years of updates, fixes (error correction), and security alerts. ### Extended Support 3 years of updates, fixes, security alerts, data fixes, and critical patch updates. ### Sustaining Support Any time, beyond the Premier Support period. Support only. No new releases, no new fixes (no error correction for new issues), no new updates. Only pre-existing updates, fixes, and alerts are available. ## Community Edition [MySQL Community Edition](https://www.mysql.com/products/community/) is freely available under GPLv2 licensing. Historically, patches have been released at the same time as for the commercial offerings, but no official commitment is made that such a policy will remain. *[GA]: General Availability ================================================ FILE: products/neo4j.md ================================================ --- title: Neo4j addedAt: 2022-12-28 category: database tags: java-runtime iconSlug: neo4j permalink: /neo4j versionCommand: "call dbms.components() yield versions unwind versions as version return version;" releasePolicyLink: https://neo4j.com/terms/support-terms/ changelogTemplate: https://neo4j.com/release-notes/database/neo4j-{{'__RELEASE_CYCLE__'|replace:'.','-'}}/ eolColumn: Support Status identifiers: - purl: pkg:github/neo4j/neo4j - cpe: cpe:2.3:a:neo4j:neo4j auto: methods: - git: https://github.com/neo4j/neo4j.git # Neo4j 5.0 was a Limited Availability release only and tag date is wrong. # See https://neo4j.com/developer/kb/neo4j-supported-versions/#_notes. regex_exclude: '^5\.0\.\d+$' - release_table: https://support.neo4j.com/s/article/115013134648-Neo4j-Supported-Versions#1 render_javascript: true render_javascript_wait_for: "table" fields: releaseCycle: column: "Release" regex: '^(?P\d+\.\d+).*$' regex_exclude: '^5\.0 LA$' # Limited Availability release only, see https://support.neo4j.com/s/article/115013134648-Neo4j-Supported-Versions. releaseDate: "Release Date" - release_table: https://support.neo4j.com/s/article/115013134648-Neo4j-Supported-Versions#2 render_javascript: true render_javascript_wait_for: "table" fields: releaseCycle: column: "Release" regex: '^(?P\d+\.\d+).*$' releaseDate: "Release Date" eol: column: "End of Support Date" regex: '^(?P\w+ \d+, \d+).*$' - declare: neo4j versions: - {name: "1.0.0", date: 2010-02-23} # wrong tag date # eol(x) = releaseDate(x+1) # See https://support.neo4j.com/s/article/115013134648-Neo4j-Supported-Versions releases: - releaseCycle: "2026.02" releaseDate: 2026-03-06 eol: false latest: "2026.02.3" latestReleaseDate: 2026-03-18 - releaseCycle: "2026.01" releaseDate: 2026-02-10 eol: 2026-03-06 latest: "2026.01.4" latestReleaseDate: 2026-02-04 - releaseCycle: "2025.12" releaseDate: 2026-01-16 eol: 2026-02-03 latest: "2025.12.1" latestReleaseDate: 2026-01-14 - releaseCycle: "2025.11" releaseDate: 2025-12-19 eol: 2026-01-16 latest: "2025.11.2" latestReleaseDate: 2025-12-18 - releaseCycle: "2025.10" releaseDate: 2025-10-30 eol: 2025-12-19 latest: "2025.10.1" latestReleaseDate: 2025-10-23 - releaseCycle: "2025.09" releaseDate: 2025-09-29 eol: 2025-10-30 latest: "2025.09.0" latestReleaseDate: 2025-09-18 - releaseCycle: "2025.08" releaseDate: 2025-08-27 eol: 2025-09-29 latest: "2025.08.0" latestReleaseDate: 2025-08-15 - releaseCycle: "2025.07" releaseDate: 2025-07-31 eol: 2025-08-15 latest: "2025.07.1" latestReleaseDate: 2025-08-01 - releaseCycle: "2025.06" releaseDate: 2025-07-02 eol: 2025-07-31 latest: "2025.06.2" latestReleaseDate: 2025-07-11 - releaseCycle: "2025.05" releaseDate: 2025-06-03 eol: 2025-07-02 latest: "2025.05.1" latestReleaseDate: 2025-06-19 - releaseCycle: "2025.04" releaseDate: 2025-04-30 eol: 2025-06-03 latest: "2025.04.0" latestReleaseDate: 2025-04-17 - releaseCycle: "2025.03" releaseDate: 2025-03-27 eol: 2025-04-30 latest: "2025.03.0" latestReleaseDate: 2025-03-20 - releaseCycle: "2025.02" releaseDate: 2025-02-27 eol: 2025-03-27 # releaseDate(2025.03) latest: "2025.02.0" latestReleaseDate: 2025-02-24 - releaseCycle: "2025.01" releaseDate: 2025-02-06 eol: 2025-02-27 # releaseDate(2025.02) latest: "2025.01.0" latestReleaseDate: 2025-02-04 - releaseCycle: "5.26" releaseDate: 2024-12-06 eol: 2028-06-06 # https://support.neo4j.com/s/article/115013134648-Neo4j-Supported-Versions lts: true latest: "5.26.23" latestReleaseDate: 2026-03-16 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "5.25" releaseDate: 2024-10-31 eol: 2024-12-06 # releaseDate(5.26) latest: "5.25.1" latestReleaseDate: 2024-10-30 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "5.24" releaseDate: 2024-09-27 eol: 2024-10-31 # releaseDate(5.25) latest: "5.24.2" latestReleaseDate: 2024-10-10 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "5.23" releaseDate: 2024-08-22 eol: 2024-09-27 # releaseDate(5.24) latest: "5.23.0" latestReleaseDate: 2024-08-27 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "5.22" releaseDate: 2024-07-24 eol: 2024-08-22 latest: "5.22.0" latestReleaseDate: 2024-07-11 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "5.21" releaseDate: 2024-06-28 eol: 2024-07-24 latest: "5.21.2" latestReleaseDate: 2024-07-02 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "5.20" releaseDate: 2024-05-23 eol: 2024-06-28 latest: "5.20.0" latestReleaseDate: 2024-05-31 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "5.19" releaseDate: 2024-04-12 eol: 2024-05-23 latest: "5.19.0" latestReleaseDate: 2024-04-12 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "5.18" releaseDate: 2024-03-13 eol: 2024-04-12 latest: "5.18.1" latestReleaseDate: 2024-03-18 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "5.17" releaseDate: 2024-02-23 eol: 2024-03-13 latest: "5.17.0" latestReleaseDate: 2024-02-23 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "5.16" releaseDate: 2024-01-22 eol: 2024-02-23 latest: "5.16.0" latestReleaseDate: 2024-01-22 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "5.15" releaseDate: 2023-12-15 eol: 2024-01-22 latest: "5.15.0" latestReleaseDate: 2023-12-15 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "5.14" releaseDate: 2023-11-24 eol: 2023-12-15 latest: "5.14.0" latestReleaseDate: 2023-11-24 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "5.13" releaseDate: 2023-10-23 eol: 2023-11-24 latest: "5.13.0" latestReleaseDate: 2023-10-23 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "5.12" releaseDate: 2023-09-15 eol: 2023-10-23 latest: "5.12.0" latestReleaseDate: 2023-09-14 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "5.11" releaseDate: 2023-08-14 eol: 2023-09-14 latest: "5.11.0" latestReleaseDate: 2023-08-15 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "5.10" releaseDate: 2023-07-19 eol: 2023-08-15 latest: "5.10.0" latestReleaseDate: 2023-07-19 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "5.9" releaseDate: 2023-06-15 eol: 2023-07-19 latest: "5.9.0" latestReleaseDate: 2023-06-14 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "5.8" releaseDate: 2023-05-16 eol: 2023-06-15 latest: "5.8.0" latestReleaseDate: 2023-05-16 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "5.7" releaseDate: 2023-04-20 eol: 2023-05-16 latest: "5.7.0" latestReleaseDate: 2023-04-20 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "5.6" releaseDate: 2023-03-24 eol: 2023-04-20 latest: "5.6.0" latestReleaseDate: 2023-03-24 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "5.5" releaseDate: 2023-02-16 eol: 2023-03-24 latest: "5.5.0" latestReleaseDate: 2023-02-16 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "5.4" releaseDate: 2023-01-26 eol: 2023-02-16 latest: "5.4.0" latestReleaseDate: 2023-01-26 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "5.3" releaseDate: 2022-12-15 eol: 2023-01-26 latest: "5.3.0" latestReleaseDate: 2022-12-15 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "5.2" releaseDate: 2022-11-21 eol: 2022-12-15 latest: "5.2.0" latestReleaseDate: 2022-11-21 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "5.1" releaseDate: 2022-10-24 eol: 2022-11-21 latest: "5.1.0" latestReleaseDate: 2022-10-21 link: https://neo4j.com/release-notes/database/neo4j-5/ - releaseCycle: "4.4" releaseDate: 2021-12-02 eol: 2025-11-30 latest: "4.4.48" lts: true latestReleaseDate: 2026-02-03 link: https://neo4j.com/release-notes/database/neo4j-{{'__LATEST__'|replace:'.','-'}}/ - releaseCycle: "4.3" releaseDate: 2021-06-17 eol: 2022-12-16 latest: "4.3.23" latestReleaseDate: 2022-12-21 link: https://neo4j.com/release-notes/database/neo4j-{{'__LATEST__'|replace:'.','-'}}/ - releaseCycle: "4.2" releaseDate: 2020-11-17 eol: 2022-05-16 latest: "4.2.19" latestReleaseDate: 2022-08-11 link: https://neo4j.com/release-notes/database/neo4j-{{'__LATEST__'|replace:'.','-'}}/ - releaseCycle: "4.1" releaseDate: 2020-06-23 eol: 2021-12-22 latest: "4.1.12" latestReleaseDate: 2022-08-11 link: https://neo4j.com/release-notes/database/neo4j-{{'__LATEST__'|replace:'.','-'}}/ - releaseCycle: "4.0" releaseDate: 2020-01-15 eol: 2021-07-14 latest: "4.0.12" latestReleaseDate: 2021-07-06 link: https://neo4j.com/release-notes/database/neo4j-{{'__LATEST__'|replace:'.','-'}}/ - releaseCycle: "3.5" releaseDate: 2018-11-29 eol: 2022-05-27 latest: "3.5.35" latestReleaseDate: 2022-08-11 link: https://neo4j.com/release-notes/database/neo4j-{{'__LATEST__'|replace:'.','-'}}/ - releaseCycle: "3.4" releaseDate: 2018-05-17 eol: 2020-03-31 latest: "3.4.18" latestReleaseDate: 2020-04-29 link: https://neo4j.com/release-notes/database/neo4j-{{'__LATEST__'|replace:'.','-'}}/ - releaseCycle: "3.3" releaseDate: 2017-10-24 eol: 2019-04-28 latest: "3.3.9" latestReleaseDate: 2018-11-02 link: https://neo4j.com/release-notes/database/neo4j-{{'__LATEST__'|replace:'.','-'}}/ - releaseCycle: "3.2" releaseDate: 2017-05-11 eol: 2018-11-30 latest: "3.2.14" latestReleaseDate: 2019-02-26 link: https://neo4j.com/release-notes/database/neo4j-{{'__LATEST__'|replace:'.','-'}}/ - releaseCycle: "3.1" releaseDate: 2016-12-13 eol: 2018-06-13 latest: "3.1.9" latestReleaseDate: 2018-06-05 link: https://neo4j.com/release-notes/database/neo4j-{{'__LATEST__'|replace:'.','-'}}/ - releaseCycle: "3.0" releaseDate: 2016-04-16 eol: 2017-10-31 latest: "3.0.12" latestReleaseDate: 2017-10-03 link: https://neo4j.com/release-notes/database/neo4j-{{'__LATEST__'|replace:'.','-'}}/ - releaseCycle: "2.3" releaseDate: 2015-10-21 eol: 2017-04-21 latest: "2.3.12" latestReleaseDate: 2017-12-12 link: https://neo4j.com/release-notes/database/neo4j-{{'__LATEST__'|replace:'.','-'}}/ - releaseCycle: "2.2" releaseDate: 2015-03-25 eol: 2016-09-25 latest: "2.2.10" latestReleaseDate: 2016-06-16 link: https://neo4j.com/release-notes/database/neo4j-{{'__LATEST__'|replace:'.','-'}}/ - releaseCycle: "2.1" releaseDate: 2014-05-29 eol: 2015-11-29 latest: "2.1.8" latestReleaseDate: 2015-04-01 link: https://neo4j.com/release-notes/database/neo4j-{{'__LATEST__'|replace:'.','-'}}/ - releaseCycle: "2.0" releaseDate: 2013-12-11 eol: 2015-06-11 latest: "2.0.5" latestReleaseDate: 2015-04-30 link: https://neo4j.com/release-notes/database/neo4j-{{'__LATEST__'|replace:'.','-'}}/ - releaseCycle: "1.9" releaseDate: 2013-05-21 eol: 2014-11-21 latest: "1.9.9" latestReleaseDate: 2014-10-13 link: https://neo4j.com/release-notes/database/neo4j-{{'__LATEST__'|replace:'.','-'}}/ - releaseCycle: "1.8" releaseDate: 2012-09-28 eol: 2014-03-28 latest: "1.8.3" latestReleaseDate: 2013-06-26 link: https://neo4j.com/release-notes/database/neo4j-{{'__LATEST__'|replace:'.','-'}}/ - releaseCycle: "1.7" releaseDate: 2012-04-18 eol: 2013-10-18 latest: "1.7.2" latestReleaseDate: 2012-11-21 link: null - releaseCycle: "1.6" releaseDate: 2012-01-22 eol: 2013-07-22 latest: "1.6.3" latestReleaseDate: 2012-11-21 link: null - releaseCycle: "1.5" releaseDate: 2011-11-09 eol: 2013-03-09 latest: "1.5.3" latestReleaseDate: 2012-11-21 link: null - releaseCycle: "1.4" releaseDate: 2011-07-08 eol: 2013-01-08 latest: "1.4.2" latestReleaseDate: 2012-11-21 link: null - releaseCycle: "1.3" releaseDate: 2011-04-12 eol: 2012-09-12 latest: "1.3.0" latestReleaseDate: 2011-04-12 link: null - releaseCycle: "1.2" releaseDate: 2010-12-29 eol: 2012-06-29 latest: "1.2.0" latestReleaseDate: 2010-12-29 link: null - releaseCycle: "1.1" releaseDate: 2010-07-30 eol: 2012-01-30 latest: "1.1.0" latestReleaseDate: 2010-07-30 link: null - releaseCycle: "1.0" releaseDate: 2010-02-23 eol: 2011-08-23 latest: "1.0.0" latestReleaseDate: 2010-02-23 link: null --- > [Neo4j](https://neo4j.com/) is a high-performance graph database with a friendly query language and ACID transactions. Neo4j follows [Calendar Versioning](https://calver.org/) ([semver](https://semver.org) before January 2025) It has separate policies for different versions. ### [Latest Support Terms](https://neo4j.com/terms/support-terms/) for 5.x and above Only the latest minor version is supported. A LTS release is supported until a separate published End-of-Life date. This page tracks End-of-Life as per the Neo4j Enterprise Edition. Support or fixes are [not guaranteed for the Community Edition](https://neo4j.com/developer/kb/neo4j-supported-versions/). AuraDB, the hosted offering by Neo4j, is automatically updated, and support is available depending on the plan. A high-level overview of different Neo4j editions: | Edition | Details | Feature | Support | | ------------------- | ---------- | ------------------------------------------------ | -------------------------------------- | | Community (Free) | On-premise | Single-node, no clustering | Community Support | | Enterprise | On-premise | Clustering, hot-backups, monitoring | ??? | | AuraDB Free | Cloud-only | GCP only, Limits on node and relationship counts | Community Support | | AuraDB Professional | Cloud-only | GCP only, 1GB-64GB (RAM) | Support Portal, no SLA | | AuraDB Enterprise | Cloud-only | AWS, Azure, GCP. 4GB-384GB (RAM) | Premium ticket-based support, with SLA | ### [Version 4.x and below](https://neo4j.com/terms/support-terms-pre-neo4j-5/) Each minor release is supported for 18 months from the GA date, except for the final minor release (currently 4.4), which is supported for 36 months. ## References - [Neo4j Supported Versions](https://neo4j.com/developer/kb/neo4j-supported-versions/) - [Features in various AuraDB Editions](https://neo4j.com/docs/aura/auradb/) - [Support differences in AuraDB Editions](https://neo4j.com/docs/aura/auradb/support/) - [Calendar Versioning](https://neo4j.com/docs/upgrade-migration-guide/current/#_version_numbers) ================================================ FILE: products/neos.md ================================================ --- title: Neos addedAt: 2024-06-11 category: server-app tags: php-runtime permalink: /neos alternate_urls: - /neoscms versionCommand: ./flow releasePolicyLink: https://www.neos.io/features/release-process.html changelogTemplate: https://neos.readthedocs.io/en/__RELEASE_CYCLE__/Appendixes/ChangeLogs/{{"__LATEST__" | replace:'.',''}}.html eoasColumn: true identifiers: - purl: pkg:composer/neos/neos - cpe: cpe:2.3:a:neos:neos_cms auto: methods: - git: https://github.com/neos/neos.git # Dates available at https://www.neos.io/features/release-process.html. releases: - releaseCycle: "9.1" releaseDate: 2025-12-17 eoas: 2027-04-01 eol: 2028-04-01 latest: "9.1.4" latestReleaseDate: 2026-03-20 - releaseCycle: "8.4" releaseDate: 2025-10-10 lts: true eoas: 2026-09-01 eol: 2027-09-01 latest: "8.4.5" latestReleaseDate: 2026-03-20 - releaseCycle: "9.0" releaseDate: 2025-04-03 eoas: 2027-04-01 eol: 2028-04-01 latest: "9.0.11" latestReleaseDate: 2026-03-20 - releaseCycle: "8.3" releaseDate: 2023-04-24 lts: true eoas: 2026-09-01 eol: 2027-09-01 latest: "8.3.33" latestReleaseDate: 2026-03-20 - releaseCycle: "8.2" releaseDate: 2022-12-01 lts: false eoas: 2024-03-31 eol: 2025-03-31 latest: "8.2.14" latestReleaseDate: 2024-04-19 - releaseCycle: "8.1" releaseDate: 2022-09-02 lts: false eoas: 2024-03-31 eol: 2025-03-31 latest: "8.1.14" latestReleaseDate: 2024-04-19 - releaseCycle: "8.0" releaseDate: 2022-04-01 lts: false eoas: 2024-03-31 eol: 2025-03-31 latest: "8.0.19" latestReleaseDate: 2024-04-19 - releaseCycle: "7.3" releaseDate: 2021-12-08 lts: true eoas: 2024-03-31 eol: 2025-03-31 latest: "7.3.21" latestReleaseDate: 2024-04-19 --- > [Neos](https://www.neos.io) is a highly extensible web-based content management system (CMS) written in PHP. ## Release schedule Neos releases follow Semantic Versioning, and the team strives for a regular Neos release every four months: - Three minor releases per year, with patch level releases as needed in between - Major releases happen yearly, assuming there will be breaking changes - Each release receives bug fixes for at least 1 year (extended by previous LTS) and security fixes for 1 additional year (at least 2 in total) - Each Long-Term Support (LTS) version receives bug fixes for 2 years and security fixes for 1 additional year (3 in total) ## [PHP Support](https://docs.neos.io/guide/installation-development-setup/system-requirements) | Version | PHP | | ------- --| --------- | | 9.x | 8.2 - 8.5 | | 8.3 (LTS) | 8.0 - 8.3 | ================================================ FILE: products/netapp-ontap.md ================================================ --- title: NetApp ONTAP addedAt: 2025-04-14 category: os tags: netapp iconSlug: netapp permalink: /netapp-ontap alternate_urls: - /ontap - /ontap-os versionCommand: system-get-version releasePolicyLink: https://mysupport.netapp.com/site/info/version-support changelogTemplate: "https://docs.netapp.com/us-en/ontap/release-notes/whats-new-{{'__RELEASE_CYCLE__'|replace:'.',''}}.html" eolColumn: Full Support latestColumn: false # no public access to the latest patches # Releases are documented on https://mysupport.netapp.com/site/info/version-support. releases: - releaseCycle: "9.18.1" releaseDate: 2026-02-04 # estimated date from https://docs.netapp.com/us-en/ontap/release-notes/release-support-reference.html eol: 2028-09-30 - releaseCycle: "9.17.1" releaseDate: 2026-01-15 # estimated date from https://docs.netapp.com/us-en/ontap/release-notes/release-support-reference.html eol: 2028-09-30 - releaseCycle: "9.16.1" releaseDate: 2025-01-01 # estimated date from https://docs.netapp.com/us-en/ontap/release-notes/release-support-reference.html eol: 2028-01-31 - releaseCycle: "9.15.1" releaseDate: 2024-05-01 # estimated date from https://docs.netapp.com/us-en/ontap/release-notes/release-support-reference.html eol: 2027-07-31 - releaseCycle: "9.14.1" releaseDate: 2024-01-01 # estimated date from https://docs.netapp.com/us-en/ontap/release-notes/release-support-reference.html eol: 2027-01-31 - releaseCycle: "9.13.1" releaseDate: 2023-06-01 # estimated date from https://docs.netapp.com/us-en/ontap/release-notes/release-support-reference.html eol: 2026-06-30 - releaseCycle: "9.12.1" releaseDate: 2023-02-01 # estimated date from https://docs.netapp.com/us-en/ontap/release-notes/release-support-reference.html eol: 2026-02-28 - releaseCycle: "9.11.1" releaseDate: 2022-07-01 # estimated date from https://docs.netapp.com/us-en/ontap/release-notes/release-support-reference.html eol: 2025-07-31 - releaseCycle: "9.10.1" releaseDate: 2022-01-01 # estimated date from https://docs.netapp.com/us-en/ontap/release-notes/release-support-reference.html eol: 2025-01-31 - releaseCycle: "9.9.1" releaseDate: 2021-06-01 # estimated date from https://docs.netapp.com/us-en/ontap/release-notes/release-support-reference.html eol: 2024-06-30 --- > [NetApp ONTAP](https://www.netapp.com/data-storage/ontap/) is a storage operating system designed for managing and > protecting data across hybrid cloud environments. It offers features like data protection, storage efficiency, > and seamless scalability. NetApp typically provides major releases of ONTAP twice per year. Each release is supported for 3 years (Full support), with technical support, root cause analysis, security vulnerability evaluation, BlueXP Digital Advisor, documentation, software available online and service Updates (P-releases). Following the full support phase, there is also 2 years of limited support and 3 years of self-service support. Given those do not provide any software update, they are not documented on this page and versions in those phases are considered EOL. ================================================ FILE: products/netbackup-appliance-os.md ================================================ --- title: NetBackup Appliance OS addedAt: 2025-08-18 category: os tags: veritas iconSlug: veritas permalink: /netbackup-appliance-os releasePolicyLink: https://sort.veritas.com/eosl eolColumn: Primary Support # - eol(x) = "Extended Support Starts" for "Appliance - Netbackup" on https://sort.veritas.com/eosl releases: - releaseCycle: "5.5" releaseDate: 2025-07-31 eol: false latest: "5.5.0.1 MR1" latestReleaseDate: 2025-07-31 - releaseCycle: "5.3" staleReleaseThresholdDays: 730 # still supported according to https://sort.veritas.com/eosl releaseDate: 2023-11-27 eol: false latest: "5.3.0.1 MR4" latestReleaseDate: 2025-01-27 - releaseCycle: "5.1" releaseDate: 2023-02-08 eol: 2025-09-08 latest: "5.1.1 MR5" latestReleaseDate: 2024-08-28 - releaseCycle: "5.0" releaseDate: 2022-04-25 eol: 2025-03-28 latest: "5.0.0.1 MR5" latestReleaseDate: 2023-11-08 - releaseCycle: "4.1" releaseDate: 2021-07-19 eol: 2024-06-07 latest: "4.1.0.1 MR5" latestReleaseDate: 2023-02-14 - releaseCycle: "4.0" releaseDate: 2021-03-01 eol: 2024-01-01 latest: "4.0.0.1 MR4" latestReleaseDate: 2022-06-13 - releaseCycle: "3.3" releaseDate: 2020-10-05 eol: 2024-07-29 latest: "3.3.0.2 MR2" latestReleaseDate: 2021-11-12 - releaseCycle: "3.2" releaseDate: 2019-11-04 eol: 2023-06-28 latest: "3.2" latestReleaseDate: 2019-11-04 - releaseCycle: "3.1" releaseDate: 2017-09-26 eol: 2022-06-28 latest: "3.1.2" latestReleaseDate: 2018-09-21 - releaseCycle: "3.0" releaseDate: 2016-12-04 eol: 2020-10-01 latest: "3.0" latestReleaseDate: 2016-12-04 - releaseCycle: "2.7" releaseDate: 2015-12-06 eol: 2020-10-01 latest: "2.7.3" latestReleaseDate: 2016-06-05 --- > [Veritas NetBackup Appliance OS](https://www.veritas.com/protection/netbackup) is an operating system designed by Veritas Technologies > specifically for their NetBackup Appliance hardware. {: .note } The table above only documents the Primary phase because there is no new bug fixes in the Extended and Sustaining phases. Veritas NetBackup Appliance OS support is split into three phases, each with different support levels and durations: Primary, Extended, and Sustaining. The Primary Phase begins with the general availability of a release and typically lasts for a period of 2 to 3 years. During this phase releases are supported with bug fixes, as well as patches for the software to establish or restore substantial conformity with the software’s documentation The Extended Phase starts after the Primary Phase and lasts for 1 to 2 years. During this phase no new bug fixes are provided, but customers can still access existing patches and receive technical support. The Sustaining Phase follows the Extended Phase and can last from 1 to 6 years. It is similar to the Extended Phase, but with a focus on on addressing severe service restoration or data retrieval issues. ================================================ FILE: products/netbsd.md ================================================ --- title: NetBSD addedAt: 2022-10-31 category: os tags: bsd-distribution unix-distribution iconSlug: netbsd permalink: /netbsd versionCommand: uname -r releasePolicyLink: https://www.netbsd.org/releases/ changelogTemplate: https://www.netbsd.org/releases/formal-__RELEASE_CYCLE__/NetBSD-__LATEST__.html eoasColumn: true staleReleaseThresholdDays: 1095 # OSes have a longer support window identifiers: - cpe: cpe:/o:netbsd:netbsd - cpe: cpe:2.3:o:netbsd:netbsd auto: methods: - netbsd: https://www.netbsd.org/releases/formal.html # eoas(x) = releaseDate(x+1) # For eol see https://www.netbsd.org/releases/formal.html releases: - releaseCycle: "10" releaseDate: 2024-03-28 eoas: false eol: false latest: "10.1" latestReleaseDate: 2024-12-16 - releaseCycle: "9" releaseDate: 2020-02-14 eoas: 2024-03-28 eol: false latest: "9.4" latestReleaseDate: 2024-04-20 - releaseCycle: "8" releaseDate: 2018-07-17 eoas: 2022-02-14 eol: 2024-05-04 latest: "8.3" latestReleaseDate: 2024-05-04 - releaseCycle: "7" releaseDate: 2015-09-25 eoas: 2018-07-17 eol: 2020-06-30 latest: "7.2" latestReleaseDate: 2018-08-29 - releaseCycle: "6" releaseDate: 2012-10-17 eoas: 2015-09-25 eol: 2018-08-23 latest: "6.1.5" latestReleaseDate: 2014-09-22 - releaseCycle: "5" releaseDate: 2009-04-29 eoas: 2012-10-17 eol: 2015-11-11 latest: "5.2.3" latestReleaseDate: 2014-11-15 - releaseCycle: "4" releaseDate: 2007-12-19 eoas: 2009-04-29 eol: true # not documented on https://www.netbsd.org/releases/formal.html latest: "4.0.1" latestReleaseDate: 2008-10-14 - releaseCycle: "3" releaseDate: 2005-12-23 eoas: 2007-12-19 eol: 2009-05-30 latest: "3.1" latestReleaseDate: 2006-11-04 - releaseCycle: "2" releaseDate: 2004-12-09 eoas: 2005-12-23 eol: 2008-08-21 latest: "2.1" latestReleaseDate: 2005-11-02 link: null - releaseCycle: "1" releaseDate: 1994-10-26 eoas: 2004-12-09 eol: 2006-05-17 latest: "1.6.2" latestReleaseDate: 2004-03-01 link: null --- > [NetBSD](https://www.netbsd.org/) is a free, fast, secure, and extremely portable UNIX-like > operating system. NetBSD makes new major [releases](https://www.netbsd.org/releases/) approximately every 2–3 years, with point releases occurring every 6–12 months for the latest and prior major release. One month after a new major release, support typically ends for the NetBSD major release 2 versions prior. NetBSD also releases daily snapshots of the development source code tree as [NetBSD-current][current]. ## [Supported Branches](https://releng.netbsd.org/ "NetBSD Release Engineering Status Site") At any given time, typically [3 branches](https://www.netbsd.org/releases/release-map.html#maintenance "NetBSD Maintenance Branches") of NetBSD are [supported with security patches](https://www.netbsd.org/support/security/ "Security and NetBSD") and bug fixes: - [NetBSD-current][current]: Snapshots of the development branch. - [The Latest Major Release](https://www.netbsd.org/releases/#formal "NetBSD Latest Formal Release"): The latest major [formal release][formal] of NetBSD. - [The Prior Major Release](https://www.netbsd.org/releases/#supported "NetBSD Supported Releases"): The previous major [formal release][formal] of NetBSD (the release before the previous release is typically supported for one month after a new major release, leading to 4 releases being currently supported). NetBSD publishes security advisories on the [announcement mailing list](https://www.netbsd.org/mailinglists/#netbsd-announce "General NetBSD Announcements Mailing List"), the [security announcements mailing list](https://www.netbsd.org/mailinglists/#security-announce "Announcements of NetBSD Security Advisories"), and the [tech-security discussion mailing list](https://www.netbsd.org/mailinglists/#tech-security "NetBSD Security Discussion Mailing List"). [RSS feeds](https://netbsd.org/changes/rss.html "NetBSD RSS Feeds") providing [news](https://www.netbsd.org/changes/rss-netbsd.xml "NetBSD News RSS Feed") and [security](https://www.netbsd.org/support/security/rss-advisories.xml "NetBSD Security RSS Feed") information are also available. [formal]: https://www.netbsd.org/releases/formal.html "NetBSD Formal Releases" [current]: https://www.netbsd.org/releases/current.html "NetBSD-current" ================================================ FILE: products/nextcloud.md ================================================ --- title: Nextcloud addedAt: 2022-07-27 category: server-app tags: php-runtime iconSlug: nextcloud permalink: /nextcloud versionCommand: su -m www -c 'php $WEBROOT/occ config:system:get version' releasePolicyLink: https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule changelogTemplate: "https://nextcloud.com/changelog/#latest__RELEASE_CYCLE__" identifiers: - cpe: cpe:2.3:a:nextcloud:nextcloud_server auto: methods: - git: https://github.com/nextcloud/server.git regex: ^v(?P\d+)\.(?P\d+)\.(?P\d+)$ - release_table: https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule fields: releaseCycle: "Version code" releaseDate: "Release date" eol: "End of life" releases: - releaseCycle: "33" releaseDate: 2026-02-18 eol: 2027-02-28 latest: "33.0.0" latestReleaseDate: 2026-02-17 - releaseCycle: "32" releaseDate: 2025-09-27 eol: 2026-09-30 latest: "32.0.6" latestReleaseDate: 2026-02-12 - releaseCycle: "31" releaseDate: 2025-02-25 eol: 2026-02-28 latest: "31.0.14" latestReleaseDate: 2026-02-12 - releaseCycle: "30" releaseDate: 2024-09-11 eol: 2025-10-31 latest: "30.0.17" latestReleaseDate: 2025-10-23 - releaseCycle: "29" releaseDate: 2024-04-24 eol: 2025-04-30 latest: "29.0.16" latestReleaseDate: 2025-04-17 - releaseCycle: "28" releaseDate: 2023-12-12 eol: 2024-12-31 latest: "28.0.14" latestReleaseDate: 2024-12-12 - releaseCycle: "27" releaseDate: 2023-06-13 eol: 2024-06-30 latest: "27.1.11" latestReleaseDate: 2024-06-25 - releaseCycle: "26" releaseDate: 2023-03-21 eol: 2024-03-31 latest: "26.0.13" latestReleaseDate: 2024-03-28 - releaseCycle: "25" releaseDate: 2022-10-19 eol: 2023-10-31 latest: "25.0.13" latestReleaseDate: 2023-10-26 - releaseCycle: "24" releaseDate: 2022-05-03 eol: 2023-04-30 latest: "24.0.12" latestReleaseDate: 2023-04-19 - releaseCycle: "23" releaseDate: 2021-11-30 eol: 2022-12-31 latest: "23.0.12" latestReleaseDate: 2022-12-08 - releaseCycle: "22" releaseDate: 2021-07-06 eol: 2022-07-31 latest: "22.2.10" latestReleaseDate: 2022-07-18 - releaseCycle: "21" releaseDate: 2021-02-22 eol: 2022-02-28 latest: "21.0.9" latestReleaseDate: 2022-02-15 - releaseCycle: "20" releaseDate: 2020-10-03 eol: 2021-11-30 latest: "20.0.14" latestReleaseDate: 2021-11-11 - releaseCycle: "19" releaseDate: 2020-06-03 eol: 2021-06-30 latest: "19.0.13" latestReleaseDate: 2021-07-01 - releaseCycle: "18" releaseDate: 2020-01-16 eol: 2021-01-31 latest: "18.0.14" latestReleaseDate: 2021-01-25 - releaseCycle: "17" releaseDate: 2019-09-30 eol: 2020-10-31 latest: "17.0.10" latestReleaseDate: 2020-10-08 - releaseCycle: "16" releaseDate: 2019-04-25 eol: 2020-06-30 latest: "16.0.11" latestReleaseDate: 2020-06-04 - releaseCycle: "15" releaseDate: 2018-12-10 eol: 2019-12-31 latest: "15.0.14" latestReleaseDate: 2019-12-19 - releaseCycle: "14" releaseDate: 2018-09-10 eol: 2019-09-30 latest: "14.0.14" latestReleaseDate: 2019-08-14 - releaseCycle: "13" releaseDate: 2018-02-06 eol: 2019-02-28 latest: "13.0.12" latestReleaseDate: 2019-02-27 - releaseCycle: "12" releaseDate: 2017-05-22 eol: 2018-11-30 latest: "12.0.13" latestReleaseDate: 2018-11-22 - releaseCycle: "11" releaseDate: 2016-12-13 eol: 2018-03-31 latest: "11.0.8" latestReleaseDate: 2018-03-13 - releaseCycle: "10" releaseDate: 2016-08-25 eol: 2017-08-31 latest: "10.0.6" latestReleaseDate: 2017-08-06 - releaseCycle: "9" releaseDate: 2016-08-03 eol: 2017-08-31 latest: "9.1.3" latestReleaseDate: 2016-12-12 --- > [Nextcloud](https://nextcloud.com/) is a suite of client-server software for creating and using file hosting services. > It is enterprise-ready with comprehensive support options. > It is licensed with Affero General Public License v3.0 (AGPL-v3.0). ## [Release Channels][channels] | Channel | Use case | | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | | Production | Only available to [Nextcloud Enterprise][enterprise] customers | | [Stable][stable] | Latest feature releases ready for most users at minimal risk. Rollouts are staged, making releases incrementally available to all users over time | | [Beta][beta] | A short-term-stable point to report bugs against. Around big releases the Beta channel delivers the new major version. | | Daily | Daily builds are meant to reproduce bugs as well as to enable testers to follow the development of the next major version. | ## Upgrades Skipping major versions when upgrading and downgrading to older versions is not supported. If you went via ‘beta’ to 14.0.0rc4 and stable is on 13.0.5, you have to wait until 14.0.0 or later is in stable until a new update will become available. The safest way to upgrade is to always update to the latest minor release before upgrading to a new version. The Nextcloud updater does this automatically whenever possible. ## Cadence Nextcloud makes new versions incrementally available to user installations in the Stable channel. When a major new version comes out, the project waits for one week, and only when no problems are found the roll-out is started in steps of about 20% of the user base per week. If you maintain several servers, this means some get it sooner than others. If an issue is found that was not caught during pre-release testing, the roll-out might be delayed. As a result, new releases are typically only available in the stable channel after the first minor release. Users can always upgrade sooner by choosing the beta channel, which typically tracks stable releases immediately after publishing. [stable]: https://nextcloud.com/install/ [enterprise]: https://nextcloud.com/enterprise/ "Nextcloud Enterprise" [beta]: https://download.nextcloud.com/server/prereleases/ "Beta releases" [channels]: https://nextcloud.com/release-channels/ ================================================ FILE: products/nextjs.md ================================================ --- title: Next.js addedAt: 2023-08-27 category: framework tags: javascript-runtime vercel iconSlug: nextdotjs permalink: /nextjs alternate_urls: - /next-js - /nextdotjs versionCommand: npx next --version changelogTemplate: https://github.com/vercel/next.js/releases/tag/v__LATEST__ identifiers: - purl: pkg:npm/next - purl: pkg:github/vercel/next.js auto: methods: - npm: next # eol(x) = MAX(releaseDate(x+1), latestReleaseDate(x)) releases: - releaseCycle: "16" lts: true releaseDate: 2025-10-22 eol: false latest: "16.2.1" latestReleaseDate: 2026-03-20 - releaseCycle: "15" lts: true releaseDate: 2024-10-21 eol: 2026-10-21 latest: "15.5.14" latestReleaseDate: 2026-03-19 - releaseCycle: "14" lts: true releaseDate: 2023-10-26 eol: 2025-10-26 latest: "14.2.35" latestReleaseDate: 2025-12-11 - releaseCycle: "13" releaseDate: 2022-10-25 eol: 2024-12-21 latest: "13.5.11" latestReleaseDate: 2025-03-27 - releaseCycle: "12" releaseDate: 2021-10-26 eol: 2022-11-21 latest: "12.3.7" latestReleaseDate: 2025-03-28 - releaseCycle: "11" releaseDate: 2021-06-15 eol: 2022-01-27 latest: "11.1.4" latestReleaseDate: 2022-01-27 - releaseCycle: "10" releaseDate: 2020-10-27 eol: 2021-06-15 latest: "10.2.3" latestReleaseDate: 2021-05-24 - releaseCycle: "9" releaseDate: 2019-07-08 eol: 2020-10-27 latest: "9.5.5" latestReleaseDate: 2020-10-10 --- > [Next.js](https://nextjs.org/) is an open-source React framework developed by Vercel. It offers > server-side rendering, static site generation, and client-side rendering capabilities, enabling > developers to build performant and scalable web applications. The framework is designed to be > developer-friendly, with a focus on fast refresh and an optimized production build. Next.js follows [semantic versioning](https://semver.org/). Major versions seem to be released on average twice per year, minor versions more frequently, and patch versions very frequently. Important patches are sometimes backported to past major versions, but it's not clear which past versions are supported. Next.js has [two release channels](https://github.com/vercel/next.js/blob/canary/contributing/repository/release-channels-publishing.md): stable and canary. Only stable releases are suitable for production. ================================================ FILE: products/nexus.md ================================================ --- title: Nexus Repository addedAt: 2022-12-22 category: server-app tags: java-runtime iconSlug: sonatype # https://github.com/simple-icons/simple-icons/issues/7924 permalink: /nexus alternate_urls: - /nexus-repository - /nexus-repository-oss - /nexus-repository-pro releasePolicyLink: https://help.sonatype.com/en/sonatype-sunsetting-information.html changelogTemplate: https://help.sonatype.com/en/sonatype-nexus-repository-{{'__RELEASE_CYCLE__.0'|replace:'.','-'}}-release-notes.html eoasColumn: Full Support eolColumn: Extended Maintenance identifiers: - purl: pkg:github/sonatype/nexus-public - cpe: cpe:2.3:a:sonatype:nexus_repository_manager auto: methods: - git: https://github.com/sonatype/nexus-public.git regex: '^release-(?P\d+)\.(?P\d+)\.(?P\d+)-(?P\d+)$' template: "{{major}}.{{minor}}.{{patch}}-{{tiny}}" - release_table: https://help.sonatype.com/en/sonatype-nexus-repository-3-versions-status.html selector: "table" header_selector: "tr:nth-of-type(1)" fields: releaseCycle: column: "Version" regex: '^(?P\d+\.\d+)\.0.*$' regex_exclude: "^3.53" # Invalid Beginning of Extended Maintenance date releaseDate: column: "Initial Release Date" regex: '^.*?(?P\w+\s*\d+,\s*\d+)(\s*\(\d+\.\d+\.0\)\s*)?$' eoas: column: "Extended Maintenance" regex: '^(?P\w+\s*\d+,\s*\d+).*$' eol: column: "Sunset Date" regex: '^(?P\w+\s*\d+,\s*\d+).*$' # eoas(x) = releaseDate(x) + 12 months # eol(x) = releaseDate(x) + 18 months # Dates can also be found on https://help.sonatype.com/en/sonatype-nexus-repository-3-versions-status.html releases: - releaseCycle: "3.90" releaseDate: 2026-03-05 eoas: 2027-03-05 eol: 2027-09-05 latest: "3.90.1-01" latestReleaseDate: 2026-03-06 - releaseCycle: "3.89" releaseDate: 2026-02-03 eoas: 2027-02-03 eol: 2027-08-03 latest: "3.89.1-02" latestReleaseDate: 2026-02-12 - releaseCycle: "3.88" releaseDate: 2026-01-13 eoas: 2027-01-13 eol: 2027-07-13 latest: "3.88.0-08" latestReleaseDate: 2026-01-13 - releaseCycle: "3.87" releaseDate: 2025-12-02 eoas: 2026-12-02 eol: 2027-06-02 latest: "3.87.2-01" latestReleaseDate: 2026-01-16 - releaseCycle: "3.86" releaseDate: 2025-11-05 eoas: 2026-11-05 eol: 2027-05-05 latest: "3.86.3-01" latestReleaseDate: 2026-01-16 - releaseCycle: "3.85" releaseDate: 2025-10-07 eoas: 2026-10-07 eol: 2027-04-07 latest: "3.85.1-01" latestReleaseDate: 2026-01-16 - releaseCycle: "3.84" releaseDate: 2025-09-09 eoas: 2026-09-09 eol: 2027-03-09 latest: "3.84.2-01" latestReleaseDate: 2026-01-16 - releaseCycle: "3.83" releaseDate: 2025-08-12 eoas: 2026-08-12 eol: 2027-02-12 latest: "3.83.2-01" latestReleaseDate: 2025-09-03 - releaseCycle: "3.82" releaseDate: 2025-07-09 eoas: 2026-07-09 eol: 2027-01-09 latest: "3.82.1-08" latestReleaseDate: 2025-08-26 - releaseCycle: "3.81" releaseDate: 2025-06-10 eoas: 2026-06-10 eol: 2026-12-10 latest: "3.81.1-01" latestReleaseDate: 2025-06-11 - releaseCycle: "3.80" releaseDate: 2025-05-06 eoas: 2026-05-06 eol: 2026-11-06 latest: "3.80.0-06" latestReleaseDate: 2025-05-07 - releaseCycle: "3.79" releaseDate: 2025-04-01 eoas: 2026-04-01 eol: 2026-10-01 latest: "3.79.1-04" latestReleaseDate: 2025-04-10 - releaseCycle: "3.78" releaseDate: 2025-03-04 eoas: 2026-03-04 eol: 2026-09-04 latest: "3.78.2-04" latestReleaseDate: 2025-03-18 - releaseCycle: "3.77" releaseDate: 2025-02-04 eoas: 2026-02-04 eol: 2026-08-04 latest: "3.77.2-02" latestReleaseDate: 2025-02-25 - releaseCycle: "3.76" releaseDate: 2025-01-07 eoas: 2026-01-07 eol: 2026-07-07 latest: "3.76.1-01" latestReleaseDate: 2025-01-23 - releaseCycle: "3.75" releaseDate: 2024-12-03 eoas: 2025-12-03 eol: 2026-06-03 latest: "3.75.1-01" latestReleaseDate: 2024-12-06 - releaseCycle: "3.74" releaseDate: 2024-11-05 eoas: 2025-11-05 eol: 2026-05-05 latest: "3.74.0-05" latestReleaseDate: 2024-11-05 - releaseCycle: "3.73" releaseDate: 2024-10-10 eoas: 2025-10-10 eol: 2026-04-10 latest: "3.73.0-12" latestReleaseDate: 2024-10-10 - releaseCycle: "3.72" releaseDate: 2024-09-04 eoas: 2025-09-04 eol: 2026-03-04 latest: "3.72.0-04" latestReleaseDate: 2024-09-05 - releaseCycle: "3.71" releaseDate: 2024-08-08 eoas: 2025-08-08 eol: 2026-02-08 latest: "3.71.0-06" latestReleaseDate: 2024-08-09 - releaseCycle: "3.70" releaseLabel: "3.70 (Latest for OrientDB)" releaseDate: 2024-07-09 eoas: 2025-07-09 eol: 2026-01-09 latest: "3.70.4-02" latestReleaseDate: 2025-02-13 link: https://help.sonatype.com/en/orientdb-downloads.html - releaseCycle: "3.69" releaseDate: 2024-06-04 eoas: 2025-06-04 eol: 2025-12-04 latest: "3.69.0-02" latestReleaseDate: 2024-06-04 - releaseCycle: "3.68" releaseDate: 2024-05-07 eoas: 2025-05-07 eol: 2025-11-07 latest: "3.68.1-02" latestReleaseDate: 2024-05-24 - releaseCycle: "3.67" releaseDate: 2024-04-02 eoas: 2025-04-02 eol: 2025-10-02 latest: "3.67.1-01" latestReleaseDate: 2024-04-10 - releaseCycle: "3.66" releaseDate: 2024-03-05 eoas: 2025-03-05 eol: 2025-09-05 latest: "3.66.0-02" latestReleaseDate: 2024-03-06 - releaseCycle: "3.65" releaseDate: 2024-02-06 eoas: 2025-02-06 eol: 2025-08-06 latest: "3.65.0-02" latestReleaseDate: 2024-02-06 - releaseCycle: "3.64" releaseDate: 2024-01-09 eoas: 2025-01-09 eol: 2025-07-09 latest: "3.64.0-04" latestReleaseDate: 2024-01-15 - releaseCycle: "3.63" releaseDate: 2023-12-05 eoas: 2024-12-05 eol: 2025-06-05 latest: "3.63.0-01" latestReleaseDate: 2023-12-05 - releaseCycle: "3.62" releaseDate: 2023-11-07 eoas: 2024-11-07 eol: 2025-05-07 latest: "3.62.0-01" latestReleaseDate: 2023-11-07 - releaseCycle: "3.61" releaseDate: 2023-10-03 eoas: 2024-10-03 eol: 2025-04-03 latest: "3.61.0-02" latestReleaseDate: 2023-10-04 - releaseCycle: "3.60" releaseDate: 2023-09-07 eoas: 2024-09-07 eol: 2025-03-07 latest: "3.60.0-02" latestReleaseDate: 2023-09-08 - releaseCycle: "3.59" releaseDate: 2023-08-15 eoas: 2024-08-15 eol: 2025-02-15 latest: "3.59.0-01" latestReleaseDate: 2023-08-15 - releaseCycle: "3.58" releaseDate: 2023-07-17 eoas: 2024-07-17 eol: 2025-01-17 latest: "3.58.1-02" latestReleaseDate: 2023-07-27 link: https://help.sonatype.com/en/sonatype-nexus-repository-3-58-0---3-58-1-release-notes.html - releaseCycle: "3.57" releaseDate: 2023-07-05 eoas: 2024-07-05 eol: 2025-01-05 latest: "3.57.1-03" latestReleaseDate: 2023-07-27 link: https://help.sonatype.com/en/sonatype-nexus-repository-3-57-0---3-57-1-release-notes.html - releaseCycle: "3.56" releaseDate: 2023-06-19 eoas: 2024-06-19 eol: 2024-12-29 latest: "3.56.0-01" latestReleaseDate: 2023-06-19 - releaseCycle: "3.55" releaseDate: 2023-06-05 eoas: 2024-06-05 eol: 2024-12-05 latest: "3.55.0-01" latestReleaseDate: 2023-06-06 - releaseCycle: "3.54" releaseDate: 2023-05-22 eoas: 2024-05-22 eol: 2024-11-22 latest: "3.54.1-01" latestReleaseDate: 2023-05-23 link: https://help.sonatype.com/en/sonatype-nexus-repository-3-54-0---3-54-1-release-notes.html - releaseCycle: "3.53" releaseDate: 2023-05-03 eoas: 2024-05-03 eol: 2024-11-02 latest: "3.53.1-02" latestReleaseDate: 2023-05-13 link: https://help.sonatype.com/en/sonatype-nexus-repository-3-53-0---3-53-1-release-notes.html - releaseCycle: "3.52" releaseDate: 2023-04-18 eoas: 2024-04-17 eol: 2024-10-14 latest: "3.52.0-01" latestReleaseDate: 2023-04-19 - releaseCycle: "3.51" releaseDate: 2023-04-05 eoas: 2024-04-04 eol: 2024-10-01 latest: "3.51.0-01" latestReleaseDate: 2023-04-05 - releaseCycle: "3.50" releaseDate: 2023-03-27 eoas: 2024-03-26 eol: 2024-09-22 latest: "3.50.0-01" latestReleaseDate: 2023-03-27 - releaseCycle: "3.49" releaseDate: 2023-03-17 eoas: 2024-03-16 eol: 2024-09-12 latest: "3.49.0-02" latestReleaseDate: 2023-03-06 - releaseCycle: "3.48" releaseDate: 2023-02-27 eoas: 2024-02-27 eol: 2024-08-25 latest: "3.48.0-01" latestReleaseDate: 2023-02-27 - releaseCycle: "3.47" releaseDate: 2023-02-08 eoas: 2024-02-08 eol: 2024-08-06 latest: "3.47.1-01" latestReleaseDate: 2023-02-13 link: https://help.sonatype.com/en/nexus-repository-3-47-0---3-47-1-release-notes.html - releaseCycle: "3.46" releaseDate: 2023-01-30 eoas: 2024-01-30 eol: 2024-07-28 latest: "3.46.0-01" latestReleaseDate: 2023-01-30 link: https://help.sonatype.com/en/nexus-repository-3-46-0-release-notes.html - releaseCycle: "3.45" releaseDate: 2022-12-28 eoas: 2023-12-28 eol: 2024-06-28 latest: "3.45.1" latestReleaseDate: 2023-01-18 link: https://help.sonatype.com/en/nexus-repository-3-45-0---3-45-1-release-notes.html - releaseCycle: "3.44" releaseDate: 2022-12-15 eoas: 2023-12-15 eol: 2024-06-12 latest: "3.44.0-01" latestReleaseDate: 2022-12-19 link: https://help.sonatype.com/en/nexus-repository-3-44-0-release-notes.html - releaseCycle: "3.43" releaseDate: 2022-11-07 eoas: 2023-11-07 eol: 2024-05-05 latest: "3.43.0-01" latestReleaseDate: 2022-11-09 link: https://help.sonatype.com/en/nexus-repository-3-43-0-release-notes.html - releaseCycle: "3.42" releaseDate: 2022-09-26 eoas: 2023-09-26 eol: 2024-03-24 latest: "3.42.0-01" latestReleaseDate: 2022-09-26 link: https://help.sonatype.com/en/nexus-repository-3-42-0-release-notes.html - releaseCycle: "3.41" releaseDate: 2022-07-27 eoas: 2023-08-03 eol: 2024-01-27 latest: "3.41.1-01" latestReleaseDate: 2022-08-19 link: https://help.sonatype.com/en/nexus-repository-3-41-0---3-41-1-release-notes.html - releaseCycle: "3.40" releaseDate: 2022-06-22 eoas: 2023-08-03 eol: 2023-12-22 latest: "3.40.1-01" latestReleaseDate: 2022-06-27 link: https://help.sonatype.com/en/nexus-repository-3-40-0---3-40-1-release-notes.html - releaseCycle: "3.39" releaseDate: 2022-05-23 eoas: 2023-08-03 eol: 2023-11-19 latest: "3.39.0-01" latestReleaseDate: 2022-05-23 link: https://help.sonatype.com/en/nexus-repository-3-39-0-release-notes.html - releaseCycle: "3.38" releaseDate: 2022-03-03 eoas: 2023-08-03 eol: 2023-09-25 latest: "3.38.1-01" latestReleaseDate: 2022-03-29 link: https://help.sonatype.com/en/nexus-repository-3-38-0---3-38-1-release-notes.html - releaseCycle: "3.37" releaseDate: 2021-11-14 eoas: true eol: 2023-05-24 latest: "3.37.3-02" latestReleaseDate: 2021-12-29 link: https://help.sonatype.com/en/nexus-repository-3-37-0---3-37-3-release-notes.html - releaseCycle: "3.36" releaseDate: 2021-10-29 eoas: true eol: 2023-04-29 latest: "3.36.0-01" latestReleaseDate: 2021-10-29 link: https://help.sonatype.com/en/nexus-repository-3-36-0-release-notes.html - releaseCycle: "3.35" releaseDate: 2021-10-13 eoas: true eol: 2023-04-13 latest: "3.35.0-02" latestReleaseDate: 2021-10-12 link: https://help.sonatype.com/en/nexus-repository-3-35-0-release-notes.html - releaseCycle: "3.34" releaseDate: 2021-08-31 eoas: true eol: 2023-03-03 latest: "3.34.1-01" latestReleaseDate: 2021-09-22 link: https://help.sonatype.com/en/nexus-repository-3-34-0---3-34-1-release-notes.html - releaseCycle: "3.33" releaseDate: 2021-08-04 eoas: true eol: 2023-02-04 latest: "3.33.1-01" latestReleaseDate: 2021-08-18 link: https://help.sonatype.com/en/nexus-repository-3-33-0---3-33-1-release-notes.html - releaseCycle: "3.32" releaseDate: 2021-07-08 eoas: true eol: 2023-01-08 latest: "3.32.1" latestReleaseDate: 2021-12-20 link: https://help.sonatype.com/en/nexus-repository-3-32-0---3-32-1-release-notes.html - releaseCycle: "3.31" releaseDate: 2021-06-16 eoas: true eol: 2022-12-16 latest: "3.31.1-01" latestReleaseDate: 2021-06-23 link: https://help.sonatype.com/en/nexus-repository-3-31-0---3-31-1-release-notes.html - releaseCycle: "3.30" releaseDate: 2021-03-04 eoas: true eol: 2022-09-04 latest: "3.30.1-01" latestReleaseDate: 2021-04-22 link: https://help.sonatype.com/en/nexus-repository-3-30-0---3-30-1-release-notes.html - releaseCycle: "3.29" releaseDate: 2020-12-04 eoas: true eol: 2022-06-04 latest: "3.29.2-02" latestReleaseDate: 2021-01-07 link: https://help.sonatype.com/en/nexus-repository-3-29-0---3-29-2-release-notes.html # From https://help.sonatype.com/docs/sonatype-sunsetting-information/sonatype-nexus-repository-2-versions-status - releaseCycle: "2" # closest date I found is for 2.0.6 on https://help.sonatype.com/repomanager2/download/download-archives---repository-manager-2#DownloadArchivesRepositoryManager2-NexusProfessional2.0.6 releaseDate: 2017-03-31 eoas: true eol: 2025-06-30 # https://help.sonatype.com/en/sonatype-nexus-repository-2-sunsetting-information.html latest: "2.15.2-03" latestReleaseDate: 2024-11-14 link: https://help.sonatype.com/repomanager2/release-notes --- > [Nexus Repository](https://help.sonatype.com/repomanager3) is a repository manager developed by Sonatype > that supports many artifact formats, including Docker, Java, and npm. All minor releases are typically supported for 18 months. This includes 12 months of full support, with updates and bug fixes, followed by 6 months of extended maintenance, with only critical and security fixes. After this, the release is considered sunset. In release 3.71.0, Sonatype Nexus Repository began using H2 as its default embedded database. Users not able to migrate to H2 or PostgreSQL need to remain on the [3.70.x](https://help.sonatype.com/en/orientdb-downloads.html) release line, which will receive only critical bug fixes. Sonatype provides [commercial support](https://www.sonatype.com/usage/software-support-policy) with additional features with [Nexus Repository Pro](https://www.sonatype.com/products/sonatype-nexus-oss-vs-pro-features). ================================================ FILE: products/nginx.md ================================================ --- title: nginx addedAt: 2022-01-13 category: server-app tags: web-server iconSlug: nginx permalink: /nginx versionCommand: nginx -v releasePolicyLink: https://www.nginx.com/blog/nginx-1-18-1-19-released/#NGINX-Versioning-Explained changelogTemplate: https://nginx.org/en/CHANGES-__RELEASE_CYCLE__ identifiers: - repology: nginx - purl: pkg:generic/nginx - purl: pkg:deb/debian/nginx - purl: pkg:deb/ubuntu/nginx - purl: pkg:rpm/amzn/nginx - purl: pkg:rpm/redhat/nginx - purl: pkg:rpm/centos/nginx - purl: pkg:apk/alpine/nginx - purl: pkg:rpm/opensuse/nginx - purl: pkg:github/nginx/nginx - cpe: cpe:2.3:a:f5:nginx auto: methods: - git: https://github.com/nginx/nginx.git regex: ^release-(?P\d+)\.(?P\d+)\.(?P\d+)$ # eol(x) = releaseDate(x+2) releases: - releaseCycle: "1.29" releaseDate: 2025-06-24 eol: false link: https://nginx.org/en/CHANGES latest: "1.29.6" latestReleaseDate: 2026-03-10 - releaseCycle: "1.28" releaseDate: 2025-04-23 eol: false latest: "1.28.2" latestReleaseDate: 2026-02-04 - releaseCycle: "1.27" releaseDate: 2024-05-28 eol: 2025-06-24 link: https://nginx.org/en/CHANGES latest: "1.27.5" latestReleaseDate: 2025-04-16 - releaseCycle: "1.26" releaseDate: 2024-04-23 eol: 2025-04-23 latest: "1.26.3" latestReleaseDate: 2025-02-05 - releaseCycle: "1.25" releaseDate: 2023-05-23 eol: 2024-05-29 link: https://nginx.org/en/CHANGES latest: "1.25.5" latestReleaseDate: 2024-04-16 - releaseCycle: "1.24" releaseDate: 2023-04-11 eol: 2024-04-23 latest: "1.24.0" latestReleaseDate: 2023-04-11 - releaseCycle: "1.23" releaseDate: 2022-06-21 eol: 2023-05-23 link: https://nginx.org/en/CHANGES latest: "1.23.4" latestReleaseDate: 2023-03-28 - releaseCycle: "1.22" releaseDate: 2022-05-24 eol: 2023-04-11 latest: "1.22.1" latestReleaseDate: 2022-10-19 - releaseCycle: "1.21" releaseDate: 2021-05-25 eol: 2022-06-21 link: https://nginx.org/en/CHANGES latest: "1.21.6" latestReleaseDate: 2022-01-25 - releaseCycle: "1.20" releaseDate: 2021-04-20 eol: 2022-05-24 latest: "1.20.2" latestReleaseDate: 2021-11-16 - releaseCycle: "1.19" releaseDate: 2020-05-26 eol: 2021-05-25 latest: "1.19.10" latestReleaseDate: 2021-04-13 link: https://nginx.org/en/CHANGES # https://nginx.org/en/CHANGES-1.19 does not exist - releaseCycle: "1.18" releaseDate: 2020-04-21 eol: 2021-04-20 latest: "1.18.0" latestReleaseDate: 2020-04-21 - releaseCycle: "1.16" releaseDate: 2019-04-23 eol: 2020-04-20 latest: "1.16.1" latestReleaseDate: 2019-08-13 - releaseCycle: "1.14" releaseDate: 2018-04-17 eol: 2019-04-23 latest: "1.14.2" latestReleaseDate: 2018-12-04 - releaseCycle: "1.12" releaseDate: 2017-04-12 eol: 2018-04-17 latest: "1.12.2" latestReleaseDate: 2017-10-17 - releaseCycle: "1.10" releaseDate: 2016-04-26 eol: 2017-04-12 latest: "1.10.3" latestReleaseDate: 2017-01-31 - releaseCycle: "1.8" releaseDate: 2015-04-21 eol: 2016-04-26 latest: "1.8.1" latestReleaseDate: 2016-01-26 - releaseCycle: "1.6" releaseDate: 2014-04-24 eol: 2015-04-21 latest: "1.6.3" latestReleaseDate: 2015-04-07 - releaseCycle: "1.4" releaseDate: 2013-04-24 eol: 2014-04-24 latest: "1.4.7" latestReleaseDate: 2014-03-18 - releaseCycle: "1.2" releaseDate: 2012-04-23 eol: 2013-04-24 latest: "1.2.9" latestReleaseDate: 2013-05-13 - releaseCycle: "1.0" releaseDate: 2011-04-12 eol: 2012-04-23 latest: "1.0.15" latestReleaseDate: 2012-04-12 --- > [NGINX](https://nginx.org/) is an HTTP and reverse proxy server, a mail proxy server, and a > generic TCP/UDP proxy server. ## Versioning Scheme The open-source NGINX project maintains two branches: mainline and stable. - **mainline**: Mainline is the active development branch where the latest features and bug fixes get added. It is denoted by an odd number in the second part of the version number, for example 1.21.0. - **stable**: Stable receives fixes for high‑severity bugs but is not updated with new features. It is denoted by an even number in the second part of the version number, for example 1.22.0. The stable branch never receives new functionality during its lifecycle and typically receives just one or two updates, for critical bug fixes. Every April, the current stable branch is retired, after which no further bug fixes are made. The current mainline branch is forked to create the next stable branch. ================================================ FILE: products/nix.md ================================================ --- title: nix addedAt: 2022-03-29 category: app iconSlug: nixos permalink: /nix alternate_urls: - /nixlang versionCommand: nix --version releasePolicyLink: https://nixos.org/blog/announcements.html changelogTemplate: https://nix.dev/manual/nix/latest/release-notes/rl-__RELEASE_CYCLE__ identifiers: - repology: nix auto: methods: - git: https://github.com/NixOS/nix.git # eol(x) = releaseDate(x+1) (except if any minor update exists, the eol became the date of related latestReleaseDate) # for example if 2.5 released 2.4 became eol on the other hand if 2.4.2 releases after 2.5 release then EOL of the 2.4 will become # equal to 2.4.2's release date instead of 2.5's release date # policy is provided - https://github.com/NixOS/nix/issues/6063 releases: - releaseCycle: "2.34" releaseDate: 2026-02-27 eol: false # releaseDate(2.35) latest: "2.34.2" latestReleaseDate: 2026-03-20 - releaseCycle: "2.33" releaseDate: 2025-12-10 eol: 2026-02-27 latest: "2.33.3" latestReleaseDate: 2026-02-13 - releaseCycle: "2.32" releaseDate: 2025-10-07 eol: 2025-12-10 # releaseDate(2.33) latest: "2.32.6" latestReleaseDate: 2026-02-25 - releaseCycle: "2.31" releaseDate: 2025-08-25 eol: 2025-10-07 latest: "2.31.3" latestReleaseDate: 2026-01-07 - releaseCycle: "2.30" releaseDate: 2025-07-07 eol: 2025-08-25 latest: "2.30.3" latestReleaseDate: 2025-09-02 - releaseCycle: "2.29" releaseDate: 2025-05-14 eol: 2025-07-07 latest: "2.29.2" latestReleaseDate: 2025-09-01 - releaseCycle: "2.28" releaseDate: 2025-04-04 eol: 2025-05-14 latest: "2.28.5" latestReleaseDate: 2025-09-01 - releaseCycle: "2.27" releaseDate: 2025-03-21 eol: 2025-04-04 latest: "2.27.1" latestReleaseDate: 2025-03-24 - releaseCycle: "2.26" releaseDate: 2025-01-22 eol: 2025-03-21 latest: "2.26.4" latestReleaseDate: 2025-06-24 - releaseCycle: "2.25" releaseDate: 2024-11-11 eol: 2025-01-22 # releaseDate(2.26) latest: "2.25.5" latestReleaseDate: 2025-01-22 - releaseCycle: "2.24" releaseDate: 2024-08-01 eol: 2025-01-22 # releaseDate(last release date of 2.24 series because 2.25 released) latest: "2.24.15" latestReleaseDate: 2025-06-24 - releaseCycle: "2.23" releaseDate: 2024-06-12 eol: 2024-10-31 latest: "2.23.4" latestReleaseDate: 2024-10-31 - releaseCycle: "2.22" releaseDate: 2024-04-23 eol: 2024-10-31 latest: "2.22.4" latestReleaseDate: 2024-10-31 - releaseCycle: "2.21" releaseDate: 2024-03-11 eol: 2024-10-31 latest: "2.21.5" latestReleaseDate: 2024-10-31 - releaseCycle: "2.20" releaseDate: 2024-01-29 eol: 2024-10-31 latest: "2.20.9" latestReleaseDate: 2024-10-31 - releaseCycle: "2.19" releaseDate: 2023-11-20 eol: 2024-10-31 latest: "2.19.7" latestReleaseDate: 2024-10-31 - releaseCycle: "2.18" releaseDate: 2023-09-20 eol: 2024-10-31 latest: "2.18.9" latestReleaseDate: 2024-10-31 - releaseCycle: "2.17" releaseDate: 2023-07-24 eol: 2024-03-15 latest: "2.17.2" latestReleaseDate: 2024-03-15 - releaseCycle: "2.16" releaseDate: 2023-05-31 eol: 2024-03-15 latest: "2.16.3" latestReleaseDate: 2024-03-15 - releaseCycle: "2.15" releaseDate: 2023-04-11 eol: 2023-10-19 latest: "2.15.3" latestReleaseDate: 2023-10-19 - releaseCycle: "2.14" releaseDate: 2023-02-28 eol: 2023-03-02 latest: "2.14.1" latestReleaseDate: 2023-03-02 - releaseCycle: "2.13" releaseDate: 2023-01-17 eol: 2023-10-18 latest: "2.13.6" latestReleaseDate: 2023-10-18 - releaseCycle: "2.12" releaseDate: 2022-12-06 eol: 2023-02-27 latest: "2.12.1" latestReleaseDate: 2023-02-27 - releaseCycle: "2.11" releaseDate: 2022-08-29 eol: 2022-09-15 latest: "2.11.1" latestReleaseDate: 2022-09-15 - releaseCycle: "2.10" releaseDate: 2022-07-11 eol: 2022-07-15 latest: "2.10.3" latestReleaseDate: 2022-07-15 - releaseCycle: "2.9" releaseDate: 2022-05-30 eol: 2022-07-11 latest: "2.9.2" latestReleaseDate: 2022-06-29 - releaseCycle: "2.8" releaseDate: 2022-04-19 eol: 2022-05-30 latest: "2.8.1" latestReleaseDate: 2022-05-14 - releaseCycle: "2.7" releaseDate: 2022-03-07 eol: 2022-04-19 latest: "2.7.0" latestReleaseDate: 2022-03-07 - releaseCycle: "2.6" releaseDate: 2022-01-25 eol: 2022-03-07 latest: "2.6.1" latestReleaseDate: 2022-02-17 - releaseCycle: "2.5" releaseDate: 2021-12-13 eol: 2022-01-25 latest: "2.5.1" latestReleaseDate: 2021-12-17 - releaseCycle: "2.4" releaseDate: 2021-11-01 eol: 2021-12-13 latest: "2.4" latestReleaseDate: 2021-11-01 - releaseCycle: "2.3" releaseDate: 2019-09-04 eol: 2021-11-01 latest: "2.3.18" latestReleaseDate: 2024-03-07 - releaseCycle: "2.2" releaseDate: 2019-01-11 eol: 2019-09-04 latest: "2.2.2" latestReleaseDate: 2019-04-15 - releaseCycle: "2.1" releaseDate: 2018-09-03 eol: 2019-01-11 latest: "2.1.3" latestReleaseDate: 2018-10-02 - releaseCycle: "2.0" releaseDate: 2018-02-22 eol: 2018-09-03 latest: "2.0.4" latestReleaseDate: 2018-05-31 - releaseCycle: "1" releaseDate: 2012-05-11 eol: 2018-02-22 link: https://nixos.org/manual/nix/stable/release-notes/rl-1.11 latest: "1.11.16" latestReleaseDate: 2017-12-20 --- > [nix](https://nixos.org/) is a cross-platform package manager that uses a purely functional deployment model > where software is installed into unique directories generated through cryptographic hashes. > It is also the name of the tool's programming language. > A package's hash takes into account the dependencies, which is claimed to eliminate dependency hell. > This package management model advertises more reliable, reproducible, and portable packages. **If you're looking for NixOS, the Linux distribution powered by nix, click [here](./nixos)** ================================================ FILE: products/nixos.md ================================================ --- title: NixOS addedAt: 2022-03-29 category: os tags: linux-distribution iconSlug: nixos permalink: /nixos alternate_urls: - /nixoslinux versionCommand: cat /etc/os-release releasePolicyLink: https://nixos.org/blog/announcements.html changelogTemplate: https://nixos.org/manual/nixos/stable/release-notes.html#sec-release-__RELEASE_CYCLE__ releaseLabel: "__RELEASE_CYCLE__ '__CODENAME__'" latestColumn: false identifiers: - cpe: cpe:/o:nixos:nixos - cpe: cpe:2.3:o:nixos:nixos releases: - releaseCycle: "25.11" codename: "Xantusia" releaseDate: 2025-11-30 eol: 2026-06-30 - releaseCycle: "25.05" codename: "Warbler" releaseDate: 2025-05-23 eol: 2025-12-31 - releaseCycle: "24.11" codename: "Vicuña" releaseDate: 2024-11-30 eol: 2025-06-30 - releaseCycle: "24.05" codename: "Uakari" releaseDate: 2024-05-31 eol: 2024-12-31 - releaseCycle: "23.11" codename: "Tapir" releaseDate: 2023-11-29 eol: 2024-06-30 - releaseCycle: "23.05" codename: "Stoat" releaseDate: 2023-05-31 eol: 2023-12-31 - releaseCycle: "22.11" codename: "Raccoon" releaseDate: 2022-11-30 eol: 2023-06-30 - releaseCycle: "22.05" codename: "Quokka" releaseDate: 2022-05-30 eol: 2022-12-31 - releaseCycle: "21.11" codename: "Porcupine" releaseDate: 2021-11-30 eol: 2022-06-30 - releaseCycle: "21.05" codename: "Okapi" releaseDate: 2021-05-31 eol: 2021-12-31 - releaseCycle: "20.09" codename: "Nightingale" releaseDate: 2020-10-27 eol: 2021-06-30 - releaseCycle: "20.03" codename: "Markhor" releaseDate: 2020-04-20 eol: 2020-10-30 - releaseCycle: "19.09" codename: "Lori" releaseDate: 2019-10-09 eol: 2020-04-30 - releaseCycle: "19.03" codename: "Koi" releaseDate: 2019-04-11 eol: 2019-10-30 - releaseCycle: "18.09" codename: "Jellyfish" releaseDate: 2018-10-05 eol: 2019-04-30 - releaseCycle: "18.03" codename: "Impala" releaseDate: 2018-04-04 eol: 2018-10-30 - releaseCycle: "17.09" codename: "Hummingbird" releaseDate: 2017-09-29 eol: 2018-04-30 - releaseCycle: "17.03" codename: "Gorilla" releaseDate: 2017-03-31 eol: 2017-10-30 - releaseCycle: "16.09" codename: "Flounder" releaseDate: 2016-09-30 eol: 2017-04-30 - releaseCycle: "16.03" codename: "Emu" releaseDate: 2016-03-31 eol: 2016-10-30 - releaseCycle: "15.09" codename: "Dingo" releaseDate: 2015-09-30 eol: 2016-04-30 - releaseCycle: "14.12" codename: "Caterpillar" releaseDate: 2014-12-30 eol: 2015-09-30 - releaseCycle: "14.04" codename: "Baboon" releaseDate: 2014-04-30 eol: 2015-01-31 - releaseCycle: "13.10" codename: "Aardvark" releaseDate: 2013-10-31 eol: 2014-05-31 --- > [NixOS](https://nixos.org/) is a Linux distribution built on top of the Nix package manager. > It uses declarative configuration and allows reliable system upgrades. There is also the Unstable release that is always supported and receives updates most frequently. **If you're looking for nix, the package manager NixOS is based-on [click here](/nix)**. ================================================ FILE: products/nodejs.md ================================================ --- title: Node.js addedAt: 2019-05-27 category: framework tags: javascript-runtime herodevs linux-foundation iconSlug: nodedotjs permalink: /nodejs alternate_urls: - /node versionCommand: node --version releasePolicyLink: https://nodejs.org/en/about/previous-releases releaseImage: https://raw.githubusercontent.com/nodejs/Release/main/schedule.svg?sanitize=true changelogTemplate: https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V__RELEASE_CYCLE__.md#__LATEST__ eoasColumn: true eoesColumn: "Commercial Support" identifiers: - purl: pkg:generic/node - purl: pkg:docker/circleci/node - purl: pkg:docker/library/node - purl: pkg:docker/cimg/node - purl: pkg:docker/bitnami/node - cpe: cpe:2.3:a:nodejs:node.js - repology: nodejs auto: methods: - git: https://github.com/nodejs/node.git # See https://github.com/nodejs/release#release-schedule. releases: - releaseCycle: "25" releaseDate: 2025-10-15 eoas: 2026-04-01 eol: 2026-06-01 latest: "25.8.1" latestReleaseDate: 2026-03-11 - releaseCycle: "24" releaseDate: 2025-05-06 lts: 2025-10-28 eoas: 2026-10-20 eol: 2028-04-30 latest: "24.14.0" latestReleaseDate: 2026-02-24 - releaseCycle: "23" releaseDate: 2024-10-16 eoas: 2025-04-01 eol: 2025-06-01 latest: "23.11.1" latestReleaseDate: 2025-05-14 - releaseCycle: "22" releaseDate: 2024-04-24 lts: 2024-10-29 eoas: 2025-10-21 eol: 2027-04-30 eoes: false latest: "22.22.1" latestReleaseDate: 2026-03-05 - releaseCycle: "21" releaseDate: 2023-10-17 eoas: 2024-04-01 eol: 2024-06-01 latest: "21.7.3" latestReleaseDate: 2024-04-10 - releaseCycle: "20" releaseDate: 2023-04-18 lts: 2023-10-24 eoas: 2024-10-22 eol: 2026-04-30 eoes: false latest: "20.20.1" latestReleaseDate: 2026-03-05 - releaseCycle: "19" releaseDate: 2022-10-18 eoas: 2023-04-01 eol: 2023-06-01 latest: "19.9.0" latestReleaseDate: 2023-04-10 - releaseCycle: "18" releaseDate: 2022-04-19 lts: 2022-10-25 eoas: 2023-10-18 eol: 2025-04-30 eoes: false latest: "18.20.8" latestReleaseDate: 2025-03-27 - releaseCycle: "17" releaseDate: 2021-10-19 eoas: 2022-04-01 eol: 2022-06-01 latest: "17.9.1" latestReleaseDate: 2022-06-01 - releaseCycle: "16" releaseDate: 2021-04-20 lts: 2021-10-26 eoas: 2022-10-18 eol: 2023-09-11 eoes: false latest: "16.20.2" latestReleaseDate: 2023-08-09 - releaseCycle: "15" releaseDate: 2020-10-20 eoas: 2021-04-01 eol: 2021-06-01 latest: "15.14.0" latestReleaseDate: 2021-04-06 - releaseCycle: "14" releaseDate: 2020-04-21 lts: 2020-10-27 eoas: 2021-10-19 eol: 2023-04-30 eoes: false latest: "14.21.3" latestReleaseDate: 2023-02-16 - releaseCycle: "13" releaseDate: 2019-10-22 eoas: 2020-04-01 eol: 2020-06-01 latest: "13.14.0" latestReleaseDate: 2020-04-29 - releaseCycle: "12" releaseDate: 2019-04-23 lts: 2019-10-21 eoas: 2020-10-20 eol: 2022-04-30 eoes: false latest: "12.22.12" latestReleaseDate: 2022-04-05 - releaseCycle: "11" releaseDate: 2018-10-23 eoas: 2019-04-01 eol: 2019-06-30 latest: "11.15.0" latestReleaseDate: 2019-04-30 - releaseCycle: "10" releaseDate: 2018-04-24 lts: 2018-10-30 eoas: 2020-05-19 eol: 2021-04-30 latest: "10.24.1" latestReleaseDate: 2021-04-06 - releaseCycle: "9" releaseDate: 2017-10-31 eoas: 2018-06-30 eol: 2018-06-30 latest: "9.11.2" latestReleaseDate: 2018-06-12 - releaseCycle: "8" releaseDate: 2017-05-30 lts: 2017-10-31 eoas: 2019-01-01 eol: 2019-12-31 latest: "8.17.0" latestReleaseDate: 2019-12-17 - releaseCycle: "7" releaseDate: 2016-10-25 eoas: 2017-06-30 eol: 2017-06-30 latest: "7.10.1" latestReleaseDate: 2017-07-11 - releaseCycle: "6" releaseDate: 2016-04-26 lts: 2016-10-18 eoas: 2018-04-30 eol: 2019-04-30 latest: "6.17.1" latestReleaseDate: 2019-04-03 - releaseCycle: "5" releaseDate: 2015-10-30 eoas: 2016-06-30 eol: 2016-06-30 latest: "5.12.0" latestReleaseDate: 2016-06-23 - releaseCycle: "4" releaseDate: 2015-09-09 lts: 2015-10-01 eoas: 2017-04-01 eol: 2018-04-30 latest: "4.9.1" latestReleaseDate: 2018-03-29 - releaseCycle: "3" releaseDate: 2015-08-04 eoas: true eol: true link: https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_IOJS.md#__LATEST__ latest: "3.3.1" latestReleaseDate: 2015-09-15 - releaseCycle: "2" releaseDate: 2015-05-04 eoas: true eol: true link: https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_IOJS.md#__LATEST__ latest: "2.5.0" latestReleaseDate: 2015-07-28 - releaseCycle: "1" releaseDate: 2015-01-20 eoas: true eol: true link: https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_IOJS.md#__LATEST__ latest: "1.8.4" latestReleaseDate: 2015-07-09 --- > [Node.js](https://nodejs.org/) is an open-source, cross-platform JavaScript run-time environment > built on Chrome's V8 JavaScript engine that executes JavaScript code outside a browser. Major Node.js versions enter Current release status for six months, which gives library authors time to add support for them. After six months, odd-numbered releases (9, 11, etc.) become unsupported, and even-numbered releases (10, 12, etc.) move to Active LTS status and are ready for general use. LTS release status is "long-term support", which typically guarantees that critical bugs will be fixed for a total of 30 months. Production applications should only use Active LTS or Maintenance LTS releases. If an even-numbered release above is _not marked as LTS_, then it has not entered "Active LTS" and is not recommended for Production use. Node.js is part of the [OpenJS Foundation's Ecosystem Sustainability Program](https://openjsf.org/ecosystem-sustainability-program) (ESP). Commercial support is available for some deprecated LTS versions of Node.js through the [HeroDevs Never-Ending Support](https://www.herodevs.com/support/node-nes) initiative. ================================================ FILE: products/nokia.md ================================================ --- title: Nokia Mobile addedAt: 2022-08-01 category: device tags: mobile-phone iconSlug: nokia permalink: /nokia alternate_urls: - /hmd - /nokiamobile releasePolicyLink: https://www.nokia.com/phones/en_int/security-updates latestColumn: false # EOL estimation if not explicitly announced by Nokia on the product page # - for C line: eol(x) = releaseDate(x) + 2 years # - for rest: eol(x) = releaseDate(x) + 3 years releases: - releaseCycle: "c210" releaseLabel: "Nokia C210" releaseDate: 2023-09-14 eol: 2025-09-14 # estimated releaseDate(x) + 2 years link: https://www.nokia.com/phones/en_us/nokia-c-210 - releaseCycle: "g310-5g" releaseLabel: "Nokia G310 5G" releaseDate: 2023-08-24 eol: 2026-08-24 # estimated releaseDate(x) + 3 years link: https://www.nokia.com/phones/en_us/nokia-g-310 - releaseCycle: "g42-5g" releaseLabel: "Nokia G42 5G" releaseDate: 2023-06-28 eol: 2026-06-28 # Product page: 3 years of monthly security updates and 2 years of OS upgrades. link: https://www.nokia.com/phones/en_int/nokia-g-42 - releaseCycle: "c300" releaseLabel: "Nokia C300" releaseDate: 2023-06-14 eol: 2025-06-14 # estimated releaseDate(x) + 2 years link: https://www.nokia.com/phones/en_us/nokia-c-300 - releaseCycle: "c110" releaseLabel: "Nokia C110" releaseDate: 2023-06-14 eol: 2025-06-14 # estimated releaseDate(x) + 2 years link: https://www.nokia.com/phones/en_us/nokia-c-110 - releaseCycle: "xr21" releaseLabel: "Nokia XR21" releaseDate: 2023-05-24 eol: 2027-05-24 # Product page: With 4 years of monthly security updates link: https://www.nokia.com/phones/en_int/nokia-xr-21 - releaseCycle: "c32" releaseLabel: "Nokia C32" releaseDate: 2023-02-25 eol: 2025-02-25 link: https://www.nokia.com/phones/en_int/nokia-c-32 - releaseCycle: "g22" releaseLabel: "Nokia G22" releaseDate: 2023-02-17 eol: 2026-04-01 link: https://www.nokia.com/phones/en_int/nokia-g-22 - releaseCycle: "t21" releaseLabel: "Nokia T21" releaseDate: 2022-09-01 eol: 2025-09-01 # Product page: 3 years of monthly security updates link: https://www.nokia.com/phones/en_int/nokia-t-21 - releaseCycle: "x30-5g" releaseLabel: "Nokia X30 5G" releaseDate: 2022-09-01 eol: 2026-01-01 link: https://www.nokia.com/phones/en_int/nokia-x-30 - releaseCycle: "g60-5g" releaseLabel: "Nokia G60 5G" releaseDate: 2022-08-05 eol: 2025-12-01 link: https://www.nokia.com/phones/en_int/nokia-g-60 - releaseCycle: "c21" releaseLabel: "Nokia C21" releaseDate: 2022-05-03 eol: 2024-06-01 link: https://www.nokia.com/phones/en_int/nokia-c-21 - releaseCycle: "c21-plus" releaseLabel: "Nokia C21 Plus" releaseDate: 2022-04-29 eol: 2024-06-01 link: https://www.nokia.com/phones/en_int/nokia-c-21-plus - releaseCycle: "c2-2nd-edition" releaseLabel: "Nokia C2 2nd Edition" releaseDate: 2022-04-19 eol: 2024-05-01 link: https://www.nokia.com/phones/en_int/nokia-c-2-2nd-edition - releaseCycle: "g11" releaseLabel: "Nokia G11" releaseDate: 2022-03-24 eol: 2025-05-01 link: https://www.nokia.com/phones/en_int/nokia-g-11 - releaseCycle: "g21" releaseLabel: "Nokia G21" releaseDate: 2022-02-15 eol: 2025-03-01 link: https://www.nokia.com/phones/en_int/nokia-g-21 - releaseCycle: "t20" releaseLabel: "Nokia T20" releaseDate: 2021-11-02 eol: 2024-11-01 link: https://www.nokia.com/phones/en_int/nokia-t-20 - releaseCycle: "g50" releaseLabel: "Nokia G50" releaseDate: 2021-10-13 eol: 2024-12-01 link: https://www.nokia.com/phones/en_int/nokia-g-50 - releaseCycle: "c30" releaseLabel: "Nokia C30" releaseDate: 2021-10-12 eol: 2023-10-01 link: https://www.nokia.com/phones/en_int/nokia-c-30 - releaseCycle: "c1-2nd-edition" releaseLabel: "Nokia C1 2nd Edition" releaseDate: 2021-08-27 eol: 2023-09-01 link: https://www.nokia.com/phones/en_int/nokia-c-1-2nd-edition - releaseCycle: "xr20" releaseLabel: "Nokia XR20" releaseDate: 2021-08-04 eol: 2025-11-01 link: https://www.nokia.com/phones/en_int/nokia-xr-20 - releaseCycle: "c10" releaseLabel: "Nokia C10" releaseDate: 2021-06-29 eol: 2023-08-01 link: https://www.nokia.com/phones/en_int/nokia-c-10 - releaseCycle: "c01-plus" releaseLabel: "Nokia C01 Plus" releaseDate: 2021-06-28 eol: 2023-08-01 link: https://www.nokia.com/phones/en_int/nokia-c-01-plus - releaseCycle: "c20-plus" releaseLabel: "Nokia C20 Plus" releaseDate: 2021-06-16 eol: 2023-09-01 link: https://www.nokia.com/phones/en_in/nokia-c-20-plus - releaseCycle: "x10" releaseLabel: "Nokia X10" releaseDate: 2021-06-07 eol: 2024-09-01 link: https://www.nokia.com/phones/en_int/nokia-x-10 - releaseCycle: "c20" releaseLabel: "Nokia C20" releaseDate: 2021-06-06 eol: 2023-06-01 link: https://www.nokia.com/phones/en_int/nokia-c-20 - releaseCycle: "g20" releaseLabel: "Nokia G20" releaseDate: 2021-05-17 eol: 2024-07-01 link: https://www.nokia.com/phones/en_int/nokia-g-20 - releaseCycle: "x20" releaseLabel: "Nokia X20" releaseDate: 2021-05-12 eol: 2024-07-01 link: https://www.nokia.com/phones/en_int/nokia-x-20 - releaseCycle: "g10" releaseLabel: "Nokia G10" releaseDate: 2021-04-26 eol: 2024-07-01 link: https://www.nokia.com/phones/en_int/nokia-g-10 - releaseCycle: "1.4" releaseLabel: "Nokia 1.4" releaseDate: 2021-02-03 eol: 2024-04-01 link: https://www.nokia.com/phones/en_int/nokia-1-4 - releaseCycle: "c1-plus" releaseLabel: "Nokia C1 Plus" releaseDate: 2021-01-29 eol: 2023-01-01 link: https://www.nokia.com/phones/en_int/nokia-c-1-plus - releaseCycle: "5.4" releaseLabel: "Nokia 5.4" releaseDate: 2020-12-25 eol: 2024-01-01 link: https://www.nokia.com/phones/en_int/nokia-5-4 - releaseCycle: "3.4" releaseLabel: "Nokia 3.4" releaseDate: 2020-10-26 eol: 2023-11-01 link: https://www.nokia.com/phones/en_int/nokia-3-4 - releaseCycle: "2.4" releaseLabel: "Nokia 2.4" releaseDate: 2020-09-30 eol: 2023-10-01 link: https://www.nokia.com/phones/en_int/nokia-2-4 - releaseCycle: "8.3-5g" releaseLabel: "Nokia 8.3 5G" releaseDate: 2020-09-15 eol: 2023-11-01 link: https://www.nokia.com/phones/en_us/nokia-8-3-5g - releaseCycle: "c3" releaseLabel: "Nokia C3" releaseDate: 2020-08-13 eol: 2022-11-01 link: https://www.nokia.com/phones/en_int/nokia-c-3 - releaseCycle: "1.3" releaseLabel: "Nokia 1.3" releaseDate: 2020-04-02 eol: 2023-06-01 link: https://www.nokia.com/phones/en_int/nokia-1-3 - releaseCycle: "5.3" releaseLabel: "Nokia 5.3" releaseDate: 2020-04-02 eol: 2023-06-01 link: https://www.nokia.com/phones/en_int/nokia-5-3 - releaseCycle: "c2" releaseLabel: "Nokia C2" releaseDate: 2020-03-22 eol: 2022-02-01 link: https://www.nokia.com/phones/en_int/nokia-c-2 - releaseCycle: "2.3" releaseLabel: "Nokia 2.3" releaseDate: 2019-12-19 eol: 2022-12-01 link: https://www.nokia.com/phones/en_int/nokia-2-3 - releaseCycle: "c1" releaseLabel: "Nokia C1" releaseDate: 2019-12-11 eol: 2021-12-01 link: https://www.nokia.com/phones/en_int/nokia-c-1 - releaseCycle: "6.2" releaseLabel: "Nokia 6.2" releaseDate: 2019-10-17 eol: 2022-10-01 link: https://www.nokia.com/phones/en_int/nokia-6-2 - releaseCycle: "7.2" releaseLabel: "Nokia 7.2" releaseDate: 2019-09-23 eol: 2022-09-01 link: https://www.nokia.com/phones/en_int/nokia-7-2 - releaseCycle: "2.2" releaseLabel: "Nokia 2.2" releaseDate: 2019-06-11 eol: 2022-05-01 link: https://www.nokia.com/phones/en_int/nokia-2-2 - releaseCycle: "3.2" releaseLabel: "Nokia 3.2" releaseDate: 2019-05-22 eol: 2022-04-01 link: https://www.nokia.com/phones/en_int/nokia-3-2 - releaseCycle: "4.2" releaseLabel: "Nokia 4.2" releaseDate: 2019-05-07 eol: 2022-04-01 link: https://www.nokia.com/phones/en_int/nokia-4-2 - releaseCycle: "x71" releaseLabel: "Nokia X71" releaseDate: 2019-04-17 eol: 2019-05-01 link: https://www.nokia.com/phones/zh_tw/nokia-x71 - releaseCycle: "9-pureview" releaseLabel: "Nokia 9 Pureview" releaseDate: 2019-03-13 eol: 2022-03-01 link: https://www.nokia.com/phones/en_int/nokia-9-pureview - releaseCycle: "1-plus" releaseLabel: "Nokia 1 Plus" releaseDate: 2019-02-24 eol: 2022-02-01 link: https://www.nokia.com/phones/en_int/nokia-1-plus - releaseCycle: "5.1-plus" releaseLabel: "Nokia 5.1 Plus" releaseDate: 2018-12-05 eol: 2021-10-01 link: https://www.nokia.com/phones/en_int/nokia-5-plus - releaseCycle: "8.1" releaseLabel: "Nokia 8.1" releaseDate: 2018-12-05 eol: 2021-12-01 link: https://www.nokia.com/phones/en_int/nokia-8-1 - releaseCycle: "7.1" releaseLabel: "Nokia 7.1" releaseDate: 2018-10-28 eol: 2021-11-01 link: https://www.nokia.com/phones/en_int/nokia-7-1 - releaseCycle: "6.1-plus" releaseLabel: "Nokia 6.1 Plus" releaseDate: 2018-08-21 eol: 2021-08-01 link: https://www.nokia.com/phones/en_int/nokia-6-plus - releaseCycle: "2.1" releaseLabel: "Nokia 2.1" releaseDate: 2018-08-01 eol: 2021-08-01 link: https://www.nokia.com/phones/en_int/nokia-2-1 - releaseCycle: "5.1" releaseLabel: "Nokia 5.1" releaseDate: 2018-08-01 eol: 2021-08-01 link: https://www.nokia.com/phones/en_int/nokia-5-1 - releaseCycle: "6.1" releaseLabel: "Nokia 6.1" releaseDate: 2018-05-06 eol: 2021-04-01 link: https://www.nokia.com/phones/en_int/nokia-6-1 - releaseCycle: "3.1" releaseLabel: "Nokia 3.1" releaseDate: 2018-05-01 eol: 2021-07-01 link: https://www.nokia.com/phones/en_int/nokia-3-1 - releaseCycle: "7-plus" releaseLabel: "Nokia 7 Plus" releaseDate: 2018-04-30 eol: 2021-04-01 link: https://www.nokia.com/phones/en_int/nokia-7-plus - releaseCycle: "8-sirocco" releaseLabel: "Nokia 8 Sirocco" releaseDate: 2018-04-23 eol: 2021-05-01 link: https://www.nokia.com/phones/en_int/nokia-8-sirocco - releaseCycle: "1" releaseLabel: "Nokia 1" releaseDate: 2018-04-01 eol: 2021-04-01 link: https://www.nokia.com/phones/en_int/nokia-1-0 - releaseCycle: "3.1-plus" releaseLabel: "Nokia 3.1 Plus" releaseDate: 2018-04-01 eol: 2021-10-01 link: https://www.nokia.com/phones/en_int/nokia-3-plus - releaseCycle: "2" releaseLabel: "Nokia 2" releaseDate: 2017-11-01 eol: 2019-11-01 link: https://www.nokia.com/phones/en_int/nokia-2-0 - releaseCycle: "8" releaseLabel: "Nokia 8" releaseDate: 2017-09-07 eol: 2020-10-01 link: https://www.nokia.com/phones/en_int/nokia-8-0 - releaseCycle: "5" releaseLabel: "Nokia 5" releaseDate: 2017-07-17 eol: 2020-10-01 link: https://www.nokia.com/phones/en_int/nokia-5-0 - releaseCycle: "3" releaseLabel: "Nokia 3" releaseDate: 2017-06-17 eol: 2020-09-01 link: https://www.nokia.com/phones/en_int/nokia-3-0 - releaseCycle: "6" releaseLabel: "Nokia 6" releaseDate: 2017-01-19 eol: 2020-10-01 link: https://www.hmd.com/en_int/support/nokia-6-user-guide/ --- > [HMD Global Oy](https://en.wikipedia.org/wiki/HMD_Global) branded as **HMD** and **Nokia Mobile** > is a mobile phone company based in Espoo, Finland. The [Nokia](https://en.wikipedia.org/wiki/Nokia) > brand has been licensed by former Nokia employees who founded HMD Global and introduced > Nokia-branded Android-based devices to the market in 2017. Most likely, new phone models will be supported for 3 years (except the C line which seems to be supported for 2 years only). All Nokia smartphones run either [Android One](https://www.android.com/one/) or [Android Go](https://www.android.com/versions/go-edition/). Warranty information for a device can be validated at the [Warranty finder](https://www.nokia.com/phones/en_int/support/topics/warranty-finder) on the Nokia website. ================================================ FILE: products/nomad.md ================================================ --- title: Nomad addedAt: 2021-10-20 category: server-app tags: hashicorp iconSlug: nomad permalink: /nomad versionCommand: nomad --version releasePolicyLink: https://support.hashicorp.com/hc/en-us/articles/360021185113-Support-Period-and-End-of-Life-EOL-Policy changelogTemplate: https://github.com/hashicorp/nomad/blob/v__LATEST__/CHANGELOG.md identifiers: - repology: nomad-scheduler - cpe: cpe:/a:hashicorp:nomad - cpe: cpe:2.3:a:hashicorp:nomad auto: methods: - git: https://github.com/hashicorp/nomad.git # eol(x) = releaseDate(x+3) releases: - releaseCycle: "1.11" releaseDate: 2025-11-11 eol: false latest: "1.11.3" latestReleaseDate: 2026-03-11 - releaseCycle: "1.10" releaseDate: 2025-04-09 eol: false latest: "1.10.5" latestReleaseDate: 2025-09-09 - releaseCycle: "1.9" staleReleaseThresholdDays: 500 releaseDate: 2024-10-10 eol: false latest: "1.9.7" latestReleaseDate: 2025-03-11 - releaseCycle: "1.8" releaseDate: 2024-05-28 eol: 2025-11-11 # releaseDate(1.11) latest: "1.8.4" latestReleaseDate: 2024-09-17 - releaseCycle: "1.7" releaseDate: 2023-12-07 eol: 2025-04-09 # releaseDate(1.10) latest: "1.7.7" latestReleaseDate: 2024-04-16 - releaseCycle: "1.6" releaseDate: 2023-07-18 eol: 2024-10-10 # releaseDate(1.9) latest: "1.6.10" latestReleaseDate: 2024-04-16 - releaseCycle: "1.5" releaseDate: 2023-03-01 eol: 2024-05-28 latest: "1.5.17" latestReleaseDate: 2024-04-16 - releaseCycle: "1.4" releaseDate: 2022-10-04 eol: 2023-12-07 latest: "1.4.14" latestReleaseDate: 2023-10-30 - releaseCycle: "1.3" releaseDate: 2022-05-11 eol: 2023-07-18 latest: "1.3.16" latestReleaseDate: 2023-08-18 - releaseCycle: "1.2" releaseDate: 2021-11-15 eol: 2023-03-01 latest: "1.2.16" latestReleaseDate: 2023-02-14 - releaseCycle: "1.1" releaseDate: 2021-05-17 eol: 2022-10-04 latest: "1.1.18" latestReleaseDate: 2022-08-31 - releaseCycle: "1.0" releaseDate: 2020-12-08 eol: 2022-05-11 latest: "1.0.18" latestReleaseDate: 2022-02-10 - releaseCycle: "0.12" releaseDate: 2020-07-09 eol: 2021-11-15 latest: "0.12.12" latestReleaseDate: 2021-05-11 --- > [Hashicorp Nomad](https://www.nomadproject.io/) is a simple and flexible workload orchestrator to > deploy and manage containers and non-containerized applications across on-prem and clouds at scale. Generally Available (GA) releases of active products are supported for up to two (2) years. Eligible code-fixes and hot-fixes are provided via a new minor release (Z) on top of the latest "major release" branch, for up to two (2) releases from the most current major release. A major release is identified by a change in the first (X) or second (Y) digit in the following versioning nomenclature: `Version X.Y.Z.` Hashicorp uses the same support period and EoL Policy for all its products. ================================================ FILE: products/notepad-plus-plus.md ================================================ --- title: Notepad++ addedAt: 2025-05-30 category: app iconSlug: notepadplusplus permalink: /notepad-plus-plus changelogTemplate: "https://notepad-plus-plus.org/downloads/v__LATEST__/" auto: methods: - git: https://github.com/notepad-plus-plus/notepad-plus-plus identifiers: - repology: notepad%2B%2B # eol(x) = releaseDate(x+1) releases: - releaseCycle: "8.9" releaseDate: 2025-12-27 eol: false latest: "8.9.2" latestReleaseDate: 2026-02-16 - releaseCycle: "8.8" releaseDate: 2025-04-28 eol: 2025-12-27 latest: "8.8.9" latestReleaseDate: 2025-12-09 - releaseCycle: "8.7" releaseDate: 2024-09-17 eol: 2025-04-28 latest: "8.7.9" latestReleaseDate: 2025-04-02 - releaseCycle: "8.6" releaseDate: 2023-11-23 eol: 2024-09-17 latest: "8.6.9" latestReleaseDate: 2024-07-14 - releaseCycle: "8.5" releaseDate: 2023-03-06 eol: 2023-11-23 latest: "8.5.8" latestReleaseDate: 2023-10-17 - releaseCycle: "8.4" releaseDate: 2022-04-26 eol: 2023-03-06 latest: "8.4.9" latestReleaseDate: 2023-01-31 - releaseCycle: "8.3" releaseDate: 2022-02-03 eol: 2022-04-26 latest: "8.3.3" latestReleaseDate: 2022-03-15 - releaseCycle: "8.2" releaseDate: 2022-01-01 eol: 2022-02-03 latest: "8.2.1" latestReleaseDate: 2022-01-24 - releaseCycle: "8.1" releaseDate: 2021-06-17 eol: 2022-01-01 latest: "8.1.9.3" latestReleaseDate: 2021-12-08 - releaseCycle: "7.9" releaseDate: 2020-09-28 eol: 2021-06-17 latest: "7.9.5" latestReleaseDate: 2021-03-22 --- > [Notepad++](https://notepad-plus-plus.org) (sometimes npp or NPP) is a text and source code for use with Microsoft Windows. Notepad++ does not have a documented release policy. According to [this comment](https://community.notepad-plus-plus.org/post/88471), only the latest release is maintained. ================================================ FILE: products/numpy.md ================================================ --- title: NumPy addedAt: 2022-10-17 category: framework tags: python-runtime iconSlug: numpy permalink: /numpy releasePolicyLink: https://numpy.org/neps/nep-0029-deprecation_policy.html versionCommand: python -c "import numpy; print(numpy.__version__)" changelogTemplate: https://github.com/numpy/numpy/releases/tag/v__LATEST__ identifiers: - purl: pkg:pypi/numpy - purl: pkg:github/numpy/numpy - cpe: cpe:2.3:a:numpy:numpy auto: methods: - pypi: numpy # EOL(x) = releaseDate(x) + 2 year + 1 day # But at no point should any of the last 3 releases become unsupported. releases: - releaseCycle: "2.4" releaseDate: 2025-12-20 eol: 2027-12-21 latest: "2.4.3" latestReleaseDate: 2026-03-09 - releaseCycle: "2.3" releaseDate: 2025-06-07 eol: 2027-06-08 latest: "2.3.5" latestReleaseDate: 2025-11-16 - releaseCycle: "2.2" releaseDate: 2024-12-08 eol: 2026-12-09 latest: "2.2.6" latestReleaseDate: 2025-05-17 - releaseCycle: "2.1" releaseDate: 2024-08-18 eol: 2026-08-19 latest: "2.1.3" latestReleaseDate: 2024-11-02 - releaseCycle: "2.0" releaseDate: 2024-06-16 eol: 2026-06-17 latest: "2.0.2" latestReleaseDate: 2024-08-26 - releaseCycle: "1.26" releaseDate: 2023-09-16 eol: 2025-09-17 latest: "1.26.4" latestReleaseDate: 2024-02-05 - releaseCycle: "1.25" releaseDate: 2023-06-17 eol: 2025-06-18 latest: "1.25.2" latestReleaseDate: 2023-07-31 - releaseCycle: "1.24" releaseDate: 2022-12-18 eol: 2024-12-19 latest: "1.24.4" latestReleaseDate: 2023-06-26 - releaseCycle: "1.23" releaseDate: 2022-06-22 eol: 2024-06-24 latest: "1.23.5" latestReleaseDate: 2022-11-20 - releaseCycle: "1.22" releaseDate: 2021-12-31 eol: 2024-01-01 latest: "1.22.4" latestReleaseDate: 2022-05-20 - releaseCycle: "1.21" releaseDate: 2021-06-22 eol: 2023-06-23 latest: "1.21.6" latestReleaseDate: 2022-04-12 - releaseCycle: "1.20" releaseDate: 2021-01-30 eol: 2023-01-31 latest: "1.20.3" latestReleaseDate: 2021-05-10 - releaseCycle: "1.19" releaseDate: 2020-06-20 eol: 2022-06-21 latest: "1.19.5" latestReleaseDate: 2021-01-05 - releaseCycle: "1.18" releaseDate: 2019-12-22 eol: 2021-12-22 latest: "1.18.5" latestReleaseDate: 2020-06-04 - releaseCycle: "1.17" releaseDate: 2019-07-26 eol: 2021-07-26 latest: "1.17.5" latestReleaseDate: 2020-01-01 - releaseCycle: "1.16" releaseDate: 2019-01-14 eol: 2021-01-13 latest: "1.16.6" latestReleaseDate: 2019-12-29 - releaseCycle: "1.15" releaseDate: 2018-07-23 eol: 2020-07-23 latest: "1.15.4" latestReleaseDate: 2018-11-04 - releaseCycle: "1.14" releaseDate: 2018-01-06 eol: 2020-01-07 latest: "1.14.6" latestReleaseDate: 2018-09-23 --- > [NumPy](https://numpy.org/) offers comprehensive mathematical functions, random number generators, > linear algebra routines, Fourier transforms, and more. All minor versions of NumPy released in the prior 24 months, and at minimum the last three minor versions are supported. NumPy follows SemVer. NumPy's support policy is defined via [SPEC 0](https://scientific-python.org/specs/spec-0000/), which is also followed by other tooling in the Scientific Python Ecosystem. ## Python Support All minor versions of Python released 42 months prior, and at minimum the two latest minor versions are supported. Python support is only dropped in a major/minor version, and never on a patch release. | NumPy | Python | | ----- | -------- | | 2.4 | 3.11-3.14| | 2.3 | 3.11-3.14| | 2.2 | 3.10-3.13| | 2.1 | 3.10-3.13| | 2.0 | 3.9-3.12 | ================================================ FILE: products/nutanix-aos.md ================================================ --- title: Nutanix AOS addedAt: 2022-10-17 category: os tags: nutanix iconSlug: nutanix permalink: /nutanix-aos versionCommand: ncli cluster version releasePolicyLink: https://www.nutanix.com/support-services/product-support/support-policies-and-faqs eoasColumn: End of Maintenance eolColumn: End of Support Life auto: methods: - nutanix: NOS # Releases can be found at https://portal.nutanix.com/page/documents/eol/list?type=aos. releases: - releaseCycle: "7.5" releaseDate: 2025-12-08 eoas: 2027-03-31 eol: 2027-12-31 latest: "7.5.1" latestReleaseDate: 2026-03-17 - releaseCycle: "7.3" releaseDate: 2025-06-24 eoas: 2026-09-30 eol: 2027-06-30 latest: "7.3.1.5" latestReleaseDate: 2026-03-02 - releaseCycle: "7.0" releaseDate: 2024-12-04 eoas: 2026-03-31 eol: 2026-12-31 latest: "7.0.1.14" latestReleaseDate: 2026-03-02 - releaseCycle: "6.10" releaseDate: 2024-10-07 eoas: 2026-01-31 eol: 2026-10-31 lts: true latest: "6.10.1.14" latestReleaseDate: 2026-02-11 - releaseCycle: "6.8" releaseDate: 2024-05-15 eoas: 2025-05-31 eol: 2025-08-31 latest: "6.8.1.9" latestReleaseDate: 2025-06-30 - releaseCycle: "6.7" releaseDate: 2023-08-28 eoas: 2024-05-31 eol: 2024-08-31 latest: "6.7.1.8" latestReleaseDate: 2024-05-14 - releaseCycle: "6.6" releaseDate: 2023-01-23 eoas: 2023-08-31 eol: 2023-11-30 latest: "6.6.2.8" latestReleaseDate: 2023-08-01 - releaseCycle: "6.5" releaseDate: 2022-07-25 eoas: 2024-10-31 eol: 2025-06-30 lts: true latest: "6.5.6.7" latestReleaseDate: 2024-12-12 - releaseCycle: "6.1" releaseDate: 2022-02-24 eoas: 2022-07-31 eol: 2022-10-31 latest: "6.1.1.5" latestReleaseDate: 2022-06-28 - releaseCycle: "6.0" releaseDate: 2021-06-14 eoas: 2022-02-28 eol: 2022-05-31 latest: "6.0.2.6" latestReleaseDate: 2022-04-19 - releaseCycle: "5.20" releaseDate: 2021-05-17 eoas: 2022-10-31 eol: 2023-07-31 lts: true latest: "5.20.5.1" latestReleaseDate: 2023-08-02 - releaseCycle: "5.19" releaseDate: 2020-12-16 eoas: 2021-05-31 eol: 2021-08-31 latest: "5.19.2" latestReleaseDate: 2021-04-27 - releaseCycle: "5.18" releaseDate: 2020-08-25 eoas: 2020-12-31 eol: 2021-03-31 latest: "5.18.1.2" latestReleaseDate: 2020-11-23 - releaseCycle: "5.17" releaseDate: 2020-05-01 eoas: 2020-08-31 eol: 2020-11-30 latest: "5.17.1.5" latestReleaseDate: 2020-08-10 - releaseCycle: "5.16" releaseDate: 2020-01-06 eoas: 2020-05-31 eol: 2020-08-31 latest: "5.16.1.3" latestReleaseDate: 2020-05-18 - releaseCycle: "5.15" outOfOrder: true # wrong data on https://portal.nutanix.com/api/v1/eol/find?type=NOS releaseDate: 2020-03-31 eoas: 2021-08-31 eol: 2022-05-31 lts: true latest: "5.15.7" latestReleaseDate: 2021-09-21 - releaseCycle: "5.11" releaseDate: 2019-08-05 eoas: 2020-01-31 eol: 2020-04-30 latest: "5.11.2.3" latestReleaseDate: 2020-02-06 - releaseCycle: "5.10" releaseDate: 2018-11-26 eoas: 2020-06-30 eol: 2021-04-30 lts: true latest: "5.10.11.1" latestReleaseDate: 2020-07-23 - releaseCycle: "5.9" releaseDate: 2018-10-04 eoas: 2019-01-31 eol: 2019-04-30 latest: "5.9.2.4" latestReleaseDate: 2019-02-06 - releaseCycle: "5.8" releaseDate: 2018-07-03 eoas: 2018-10-31 eol: 2019-01-31 latest: "5.8.2" latestReleaseDate: 2018-09-05 - releaseCycle: "5.6" releaseDate: 2018-04-16 eoas: 2018-07-31 eol: 2018-10-31 latest: "5.6.2" latestReleaseDate: 2018-07-18 - releaseCycle: "5.5" releaseDate: 2017-12-06 eoas: 2019-10-31 eol: 2020-09-30 lts: true latest: "5.5.9.5" latestReleaseDate: 2019-08-08 --- > [Nutanix AOS](https://www.nutanixbible.com/4a-book-of-aos-architecture.html) is an operating system > that provides the core functionality leveraged by workloads and services running on the Nutanix platform. Nutanix AOS versions are designated using the following format: `X.Y.Z.n`, where `X` is the major version, `Y` is the minor version, `Z` is the maintenance version, and `n` is the patch version. Since AOS 7.0, Nutanix [transitioned](https://portal.nutanix.com/page/documents/kbs/details?targetId=kA00e000000LIi9CAG) from the LTS/STS/eSTS release model to a Unified 'NCI Release Model'. Under this model, major or minor releases are typically made available every 6–9 months. All releases are actively maintained with bug and security fixes for 15 months, followed by an additional 9 months of troubleshooting with only security fixes. ================================================ FILE: products/nutanix-files.md ================================================ --- title: Nutanix Files addedAt: 2022-10-17 category: server-app tags: nutanix iconSlug: nutanix permalink: /nutanix-files releasePolicyLink: "https://www.nutanix.com/support-services/product-support/support-policies-and-faqs" eoasColumn: End of Maintenance eolColumn: End of Support Life auto: methods: - nutanix: FILES # Releases can be found on https://portal.nutanix.com/page/documents/eol/list?type=files. releases: - releaseCycle: "5.3" releaseDate: 2026-01-30 eoas: false # not yet documented on https://portal.nutanix.com/page/documents/eol/list?type=files eol: false # not yet documented on https://portal.nutanix.com/page/documents/eol/list?type=files latest: "5.3" latestReleaseDate: 2026-01-30 - releaseCycle: "5.2" releaseDate: 2025-07-30 eoas: 2026-05-31 eol: 2027-01-31 latest: "5.2.1" latestReleaseDate: 2025-10-29 - releaseCycle: "5.1" releaseDate: 2024-12-16 eoas: 2025-10-31 eol: 2026-07-31 latest: "5.1.1.2" latestReleaseDate: 2025-07-03 - releaseCycle: "5.0" releaseDate: 2024-05-15 eoas: 2025-03-31 eol: 2025-12-31 latest: "5.0.0.3" latestReleaseDate: 2024-10-14 - releaseCycle: "4.4" releaseDate: 2023-09-13 eoas: 2024-08-31 eol: 2025-05-31 latest: "4.4.0.3" latestReleaseDate: 2024-03-26 - releaseCycle: "4.3" releaseDate: 2023-04-24 eoas: 2023-12-31 eol: 2024-09-30 latest: "4.3.0.1" latestReleaseDate: 2023-07-18 - releaseCycle: "4.2" releaseDate: 2022-09-28 eoas: 2023-07-31 eol: 2024-04-30 latest: "4.2.1.1" latestReleaseDate: 2023-03-16 - releaseCycle: "4.1" releaseDate: 2022-04-13 eoas: 2022-12-31 eol: 2023-09-30 latest: "4.1.0.3" latestReleaseDate: 2022-08-29 - releaseCycle: "4.0" releaseDate: 2021-10-04 eoas: 2022-07-31 eol: 2023-04-30 latest: "4.0.4" latestReleaseDate: 2022-04-27 - releaseCycle: "3.8" releaseDate: 2021-01-25 eoas: 2022-01-31 eol: 2022-10-31 latest: "3.8.1.3" latestReleaseDate: 2021-10-11 - releaseCycle: "3.7" releaseDate: 2020-07-22 eoas: 2021-04-30 eol: 2022-01-31 latest: "3.7.3.1" latestReleaseDate: 2021-04-21 - releaseCycle: "3.6" releaseDate: 2019-10-17 eoas: 2020-10-31 eol: 2021-07-31 latest: "3.6.5" latestReleaseDate: 2020-07-08 - releaseCycle: "3.5" releaseDate: 2019-03-21 # https://next.nutanix.com/community-blog-154/nutanix-files-3-5-31952 eoas: 2020-01-31 eol: 2020-10-31 latest: "3.5.6" latestReleaseDate: 2019-12-15 --- > [Nutanix Files](https://www.nutanix.com/uk/products/files) is a simple, scalable and smart > cloud-based file management platform. Nutanix Files versions are designated using the following format: `X.Y.Z.n`, where `X` is the major version, `Y` is the minor version, `Z` is the maintenance version, and `n` is the patch version. Major or minor releases are typically made available every 6–9 months. All releases are actively maintained with bug and security fixes until 3 months after the next major or minor release, followed by an additional 9 months of troubleshooting with only security fixes. ================================================ FILE: products/nutanix-prism.md ================================================ --- title: Nutanix Prism Central addedAt: 2022-10-17 category: server-app tags: nutanix iconSlug: nutanix permalink: /nutanix-prism alternate_urls: - /nutanixprismcentral - /prism - /prismcentral versionCommand: ncli cluster version releasePolicyLink: "https://www.nutanix.com/support-services/product-support/support-policies-and-faqs" eoasColumn: End of Maintenance eolColumn: End of Support Life auto: methods: - nutanix: PC # Support and EOL dates can be found at https://portal.nutanix.com/page/documents/eol/list?type=pc. releases: - releaseCycle: "pc.7.5" releaseDate: 2025-12-09 eoas: 2027-02-28 eol: 2027-11-30 latest: "pc.7.5.0.1" latestReleaseDate: 2025-12-17 - releaseCycle: "pc.7.3" releaseDate: 2025-06-24 eoas: 2026-09-30 eol: 2027-06-30 latest: "pc.7.3.1.5" latestReleaseDate: 2026-02-24 - releaseCycle: "pc.2024.3" releaseDate: 2024-12-05 eoas: 2026-03-31 eol: 2026-12-31 latest: "pc.2024.3.1.13" latestReleaseDate: 2026-03-03 - releaseCycle: "pc.2024.2" releaseDate: 2024-09-17 eoas: 2026-01-31 eol: 2026-10-31 latest: "pc.2024.2.0.15" latestReleaseDate: 2026-02-10 - releaseCycle: "pc.2024.1" releaseDate: 2024-05-15 eoas: 2024-11-30 eol: 2025-02-28 latest: "pc.2024.1.0.2" latestReleaseDate: 2024-08-05 - releaseCycle: "pc.2023.4" releaseDate: 2023-08-28 eoas: 2024-10-31 eol: 2025-06-30 latest: "pc.2023.4.0.5" latestReleaseDate: 2024-11-20 - releaseCycle: "pc.2023.3" releaseDate: 2023-08-28 eoas: 2024-02-29 eol: 2024-08-31 latest: "pc.2023.3.0.1" latestReleaseDate: 2023-11-28 - releaseCycle: "pc.2023.1" releaseDate: 2023-03-15 eoas: 2023-10-31 eol: 2024-01-31 latest: "pc.2023.1.0.2" latestReleaseDate: 2023-07-17 - releaseCycle: "pc.2022.9" releaseDate: 2023-01-23 eoas: 2023-06-30 eol: 2023-09-30 latest: "pc.2022.9" latestReleaseDate: 2023-01-23 - releaseCycle: "pc.2022.6" releaseDate: 2022-08-03 eoas: 2024-08-31 eol: 2025-06-30 latest: "pc.2022.6.0.11" latestReleaseDate: 2024-06-05 - releaseCycle: "pc.2022.4" releaseDate: 2022-05-16 eoas: 2022-10-31 eol: 2023-01-31 latest: "pc.2022.4.0.2" latestReleaseDate: 2022-07-25 - releaseCycle: "pc.2022.1" releaseDate: 2022-02-24 eoas: 2022-07-31 eol: 2022-10-31 latest: "pc.2022.1.0.2" latestReleaseDate: 2022-03-21 - releaseCycle: "pc.2021.9" releaseDate: 2021-10-06 eoas: 2022-04-30 eol: 2022-10-31 latest: "pc.2021.9.0.6" latestReleaseDate: 2022-07-29 - releaseCycle: "pc.2021.8" releaseDate: 2021-08-31 eoas: 2021-12-31 eol: 2022-03-31 latest: "pc.2021.8.0.1" latestReleaseDate: 2021-09-14 - releaseCycle: "pc.2021.7" releaseDate: 2021-08-04 eoas: 2021-11-30 eol: 2022-02-28 latest: "pc.2021.7" latestReleaseDate: 2021-08-04 - releaseCycle: "pc.2021.5" releaseDate: 2021-06-14 eoas: 2021-10-31 eol: 2022-01-31 latest: "pc.2021.5.0.1" latestReleaseDate: 2021-07-01 - releaseCycle: "pc.2021.3" releaseDate: 2021-04-13 eoas: 2021-08-31 eol: 2021-11-30 latest: "pc.2021.3.0.2" latestReleaseDate: 2021-05-19 - releaseCycle: "pc.2021.1" releaseDate: 2021-02-04 eoas: 2021-06-30 eol: 2021-09-30 latest: "pc.2021.1.0.1" latestReleaseDate: 2021-02-22 - releaseCycle: "pc.2020.11" releaseDate: 2020-12-16 eoas: 2021-04-30 eol: 2021-07-31 latest: "pc.2020.11.0.1" latestReleaseDate: 2020-12-31 - releaseCycle: "pc.2020.9" releaseDate: 2020-10-01 eoas: 2021-02-28 eol: 2021-05-31 latest: "pc.2020.9.0.1" latestReleaseDate: 2020-10-19 - releaseCycle: "pc.2020.8" releaseDate: 2020-08-25 eoas: 2020-12-31 eol: 2021-03-31 latest: "pc.2020.8.0.1" latestReleaseDate: 2020-09-09 - releaseCycle: "pc.2020.7" releaseDate: 2020-07-27 eoas: 2020-10-31 eol: 2021-01-31 latest: "pc.2020.7" latestReleaseDate: 2020-07-27 - releaseCycle: "5.17" releaseDate: 2020-05-31 eoas: 2020-08-31 eol: 2020-11-30 latest: "5.17.1.1" latestReleaseDate: 2020-05-31 - releaseCycle: "5.16" releaseDate: 2020-01-31 eoas: 2020-05-31 eol: 2020-08-31 latest: "5.16.2" latestReleaseDate: 2020-01-31 - releaseCycle: "5.11" releaseDate: 2019-08-31 eoas: 2020-01-31 eol: 2020-04-30 latest: "5.11.3" latestReleaseDate: 2019-08-31 - releaseCycle: "5.10" releaseDate: 2018-11-30 eoas: 2019-08-31 eol: 2019-11-30 latest: "5.10.6" latestReleaseDate: 2018-11-30 --- > [Nutanix Prism](https://www.nutanix.com/uk/products/prism) is the control plane > that simplifies and streamlines common workflows to make hypervisor and VM setup as easy as checking your email. Nutanix Prism versions are designated using the following format: `pc.X.Y.Z.n`, where `X` is the major version, `Y` is the minor version, `Z` is the maintenance version, and `n` is the patch version. Since Prism pc.2024.3, Nutanix [transitioned](https://portal.nutanix.com/page/documents/kbs/details?targetId=kA00e000000LIi9CAG) from the LTS/STS/eSTS release model to a Unified 'NCI Release Model'. Under this model, major or minor releases are typically made available every 6–9 months. All releases are actively maintained with bug and security fixes for 15 months, followed by an additional 9 months of troubleshooting with only security fixes. ================================================ FILE: products/nuxt.md ================================================ --- title: Nuxt addedAt: 2023-03-31 category: framework tags: javascript-runtime herodevs iconSlug: nuxt permalink: /nuxt versionCommand: npm list nuxt releasePolicyLink: https://nuxt.com/docs/community/roadmap changelogTemplate: https://github.com/nuxt/nuxt/releases/tag/v__LATEST__ eoasColumn: true eoesColumn: Commercial Support identifiers: - cpe: cpe:/a:nuxt:framework - cpe: cpe:2.3:a:nuxt:framework auto: methods: - npm: nuxt - release_table: https://nuxt.com/docs/community/roadmap render_javascript: true render_javascript_wait_for: table fields: releaseCycle: column: "Release" regex: '^(?P\d+)\.x.*$' releaseDate: "Initial release" eol: column: "End Of Life" regex: '^(?P\d+-\d+-\d+).*$' releases: - releaseCycle: "4" releaseDate: 2025-07-16 eoas: false eol: false latest: "4.4.2" latestReleaseDate: 2026-03-12 - releaseCycle: "3" releaseDate: 2022-11-16 eoas: false eol: 2026-07-31 latest: "3.21.2" latestReleaseDate: 2026-03-12 - releaseCycle: "2" releaseDate: 2018-09-21 eoas: 2022-11-16 eol: 2024-06-30 eoes: false latest: "2.18.1" latestReleaseDate: 2024-06-28 - releaseCycle: "1" releaseDate: 2018-01-08 eoas: 2018-09-21 eol: 2019-09-21 latest: "1.4.5" latestReleaseDate: 2018-11-27 --- > [Nuxt](https://nuxt.com/) is a free and open-source framework with an intuitive and extendable way > to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js. Nuxt follows [Semantic Versioning](https://semver.org/). The roadmap plans for a major release every year, with an expectation of patch releases every week or so and minor releases every month or so. Minor and Patch releases should never contain breaking changes except for features marked as _experimental_. All supported versions should run on [all currently supported Node.js](/nodejs) releases. Commercial security support for Nuxt 2 is available through the [HeroDevs Never-Ending Support](https://www.herodevs.com/support) initiative. For more information, see [Nuxt v2](https://v2.nuxt.com/lts) docs. ================================================ FILE: products/nvidia-driver.md ================================================ --- title: NVIDIA Driver addedAt: 2021-09-02 category: app tags: nvidia iconSlug: nvidia permalink: /nvidia alternate_urls: - /nvidia-driver versionCommand: nvidia-smi releasePolicyLink: https://www.nvidia.com/Download/index.aspx LTSLabel: "LTSB" eoasColumn: true auto: methods: - nvidia-releases: https://docs.nvidia.com/datacenter/tesla/drivers/releases.json - declare: nvidia-driver releases: - name: "r470-windows" latest: "475.14" latestReleaseDate: 2024-07-09 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-475-14/ - name: "r495-linux" latest: "495.46" latestReleaseDate: 2021-12-13 link: https://www.nvidia.com/Download/driverResults.aspx/184248/ - name: "r510-windows" latest: "514.08" latestReleaseDate: 2022-12-20 link: https://www.nvidia.com/download/driverResults.aspx/197675/ # Branch type see https://docs.nvidia.com/datacenter/tesla/drivers/releases.json # # eoas(x) is: # - true for NFB releases # - releaseDate(x) + 1 year for PB and LTS releases # # eol(x) is: # - releaseDate(x) + 1 year for NFB and PB releases # - releaseDate(x) + 3 years for LTS releases releases: - releaseCycle: "r590-windows" releaseLabel: "R590-Windows" releaseDate: 2025-12-22 eoas: 2026-12-22 eol: 2026-12-22 latest: "591.59" latestReleaseDate: 2025-12-22 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-590-48-01/index.html - releaseCycle: "r590-linux" releaseLabel: "R590-Linux" releaseDate: 2025-12-22 eoas: 2026-12-22 eol: 2026-12-22 latest: "590.48.01" latestReleaseDate: 2025-12-22 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-590-48-01/index.html - releaseCycle: "r580-linux" releaseLabel: "R580-Linux" lts: true releaseDate: 2025-08-04 eoas: 2026-08-04 eol: 2028-08-04 latest: "580.126.20" latestReleaseDate: 2026-02-23 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-580-126-20/index.html - releaseCycle: "r580-windows" releaseLabel: "R580-Windows" lts: true releaseDate: 2025-06-03 eoas: 2026-08-04 eol: 2028-08-04 latest: "581.80" latestReleaseDate: 2025-11-06 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-580-105-08/index.html - releaseCycle: "r575-linux" releaseLabel: "R575-Linux (NFB)" releaseDate: 2025-06-03 eoas: true eol: 2026-06-03 latest: "575.57.08" latestReleaseDate: 2025-06-03 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-575-57-08/index.html - releaseCycle: "r575-windows" releaseLabel: "R575-Windows (NFB)" releaseDate: 2025-06-03 eoas: true eol: 2026-06-03 latest: "576.57" latestReleaseDate: 2025-06-03 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-575-57-08/index.html - releaseCycle: "r570-linux" releaseLabel: "R570-Linux (PB)" releaseDate: 2025-01-27 eoas: 2026-01-27 eol: 2026-01-27 latest: "570.211.01" latestReleaseDate: 2026-01-13 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-211-01/index.html - releaseCycle: "r570-windows" releaseLabel: "R570-Windows (PB)" releaseDate: 2025-01-27 eoas: 2026-01-27 eol: 2026-01-27 latest: "573.76" latestReleaseDate: 2025-09-30 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-195-03/index.html - releaseCycle: "r565-linux" releaseLabel: "R565-Linux (PB)" releaseDate: 2024-10-29 eoas: 2025-10-01 eol: 2025-10-01 latest: "565.57.01" latestReleaseDate: 2024-10-29 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-565-57-01/index.html - releaseCycle: "r565-windows" releaseLabel: "R565-Windows (PB)" releaseDate: 2024-10-22 eoas: 2025-10-01 eol: 2025-10-01 latest: "566.03" latestReleaseDate: 2024-10-29 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-565-57-01/index.html - releaseCycle: "r560-linux" releaseLabel: "R560-Linux (PB)" releaseDate: 2024-08-22 eoas: 2025-08-22 eol: 2025-08-22 latest: "560.35.03" latestReleaseDate: 2024-08-22 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-560-35-03/index.html - releaseCycle: "r560-windows" releaseLabel: "R560-Windows (PB)" releaseDate: 2024-07-30 eoas: 2025-07-30 eol: 2025-07-30 latest: "560.94" latestReleaseDate: 2024-08-22 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-560-35-03/index.html - releaseCycle: "r555-linux" releaseLabel: "R555-Linux (NFB)" releaseDate: 2024-06-04 eoas: true eol: 2025-06-01 latest: "555.58.02" latestReleaseDate: 2024-07-01 link: https://www.nvidia.com/Download/driverResults.aspx/228410/ - releaseCycle: "r555-windows" releaseLabel: "R555-Windows (NFB)" releaseDate: 2024-06-04 eoas: true eol: 2025-06-01 latest: "555.99" latestReleaseDate: 2024-06-04 link: https://www.nvidia.com/download/driverResults.aspx/228179/ - releaseCycle: "r550-linux" releaseLabel: "R550-Linux (PB)" releaseDate: 2024-02-23 eoas: 2025-02-01 eol: 2025-04-17 latest: "550.163.01" latestReleaseDate: 2025-04-17 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-550-163-01/index.html - releaseCycle: "r550-windows" releaseLabel: "R550-Windows (PB)" releaseDate: 2024-02-22 eoas: 2025-02-01 eol: 2025-04-17 latest: "553.74" latestReleaseDate: 2025-04-17 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-550-163-01/index.html - releaseCycle: "r545-linux" releaseLabel: "R545-Linux (NFB)" releaseDate: 2023-10-31 eoas: true eol: 2024-10-01 latest: "545.29.06" latestReleaseDate: 2023-11-22 link: https://www.nvidia.com/download/driverResults.aspx/216530/ - releaseCycle: "r545-windows" releaseLabel: "R545-Windows (NFB)" releaseDate: 2023-10-17 eoas: true eol: 2024-10-01 latest: "546.01" latestReleaseDate: 2023-10-31 link: https://www.nvidia.com/Download/driverResults.aspx/216365/ - releaseCycle: "r535-linux" releaseLabel: "R535-Linux" lts: true releaseDate: 2023-06-14 eoas: 2024-06-01 eol: 2026-06-01 latest: "535.288.01" latestReleaseDate: 2026-01-13 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-535-288-01/index.html - releaseCycle: "r535-windows" releaseLabel: "R535-Windows" lts: true releaseDate: 2023-05-30 eoas: 2024-06-01 eol: 2026-06-01 latest: "539.56" latestReleaseDate: 2025-09-30 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-535-274-02/index.html - releaseCycle: "r530-linux" releaseLabel: "R530-Linux (NFB)" releaseDate: 2023-03-23 eoas: true eol: 2023-06-24 latest: "530.41.03" latestReleaseDate: 2023-03-23 link: https://www.nvidia.com/Download/driverResults.aspx/200481/ - releaseCycle: "r530-windows" releaseLabel: "R530-Windows (NFB)" releaseDate: 2023-02-28 eoas: true eol: 2023-06-24 latest: "531.79" latestReleaseDate: 2023-05-02 link: https://www.nvidia.com/Download/driverResults.aspx/204772/ - releaseCycle: "r525-windows" releaseLabel: "R525-Windows (PB)" releaseDate: 2022-11-10 eoas: 2023-12-01 eol: 2023-12-01 latest: "529.19" latestReleaseDate: 2023-10-31 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-525-147-05/index.html - releaseCycle: "r525-linux" releaseLabel: "R525-Linux (PB)" releaseDate: 2022-11-10 eoas: 2023-12-01 eol: 2023-12-01 latest: "525.147.05" latestReleaseDate: 2023-10-31 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-525-147-05/index.html - releaseCycle: "r520-linux" releaseLabel: "R520-Linux (NFB)" releaseDate: 2022-10-12 eoas: true eol: 2023-10-01 latest: "520.56.06" latestReleaseDate: 2022-10-07 link: https://download.nvidia.com/XFree86/Linux-x86_64/520.56.06/README/ - releaseCycle: "r515-windows" releaseLabel: "R515-Windows (PB)" releaseDate: 2022-05-11 eoas: 2023-05-01 eol: 2023-05-01 latest: "518.03" latestReleaseDate: 2023-03-30 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-515-105-01/index.html - releaseCycle: "r515-linux" releaseLabel: "R515-Linux (PB)" releaseDate: 2022-05-11 eoas: 2023-05-01 eol: 2023-05-01 latest: "515.105.01" latestReleaseDate: 2023-03-30 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-515-105-01/index.html - releaseCycle: "r510-windows" releaseLabel: "R510-Windows (PB)" releaseDate: 2022-01-14 eoas: 2023-01-01 eol: 2023-01-01 latest: "514.08" latestReleaseDate: 2022-12-20 link: https://www.nvidia.com/download/driverResults.aspx/197675/ - releaseCycle: "r510-linux" releaseLabel: "R510-Linux (PB)" releaseDate: 2022-01-14 eoas: 2023-01-01 eol: 2023-01-01 latest: "510.108.03" latestReleaseDate: 2022-11-22 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-510-108-03/index.html - releaseCycle: "r495-linux" releaseLabel: "R495-Linux (NFB)" releaseDate: 2021-10-26 eoas: true eol: 2022-10-12 latest: "495.46" latestReleaseDate: 2021-12-13 link: https://www.nvidia.com/Download/driverResults.aspx/184248/ - releaseCycle: "r495-windows" releaseLabel: "R495-Windows (NFB)" releaseDate: 2021-10-12 eoas: true eol: 2022-01-14 latest: "497.29" latestReleaseDate: 2021-12-20 link: https://www.nvidia.com/Download/driverResults.aspx/184717/ - releaseCycle: "r470-linux" releaseLabel: "R470-Linux" lts: true releaseDate: 2021-07-19 eoas: 2021-10-26 eol: 2024-07-20 latest: "470.256.02" latestReleaseDate: 2024-06-04 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-470-256-02/index.html - releaseCycle: "r470-windows" releaseLabel: "R470-Windows" lts: true releaseDate: 2021-06-22 eoas: 2021-09-20 eol: 2024-07-09 latest: "475.14" latestReleaseDate: 2024-07-09 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-475-14/ - releaseCycle: "r465-linux" releaseLabel: "R465-Linux (NFB)" releaseDate: 2021-04-19 eoas: true eol: 2022-04-19 latest: "465.24.02" latestReleaseDate: 2021-04-19 link: https://download.nvidia.com/XFree86/Linux-x86_64/465.24.02/README/ - releaseCycle: "r460-linux" releaseLabel: "R460-Linux (PB)" releaseDate: 2021-01-07 eoas: 2021-07-19 eol: 2022-01-01 latest: "460.106.00" latestReleaseDate: 2021-10-26 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-460-106-00/index.html - releaseCycle: "r460-windows" releaseLabel: "R460-Windows (PB)" releaseDate: 2020-12-15 eoas: 2021-06-23 eol: 2022-01-01 latest: "463.15" latestReleaseDate: 2021-10-26 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-460-106-00/index.html - releaseCycle: "r450-windows" releaseLabel: "R450-Windows" lts: true releaseDate: 2020-06-24 eoas: 2020-12-15 eol: 2023-07-01 latest: "454.23" latestReleaseDate: 2023-06-26 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-450-248-02/index.html - releaseCycle: "r450-linux" releaseLabel: "R450-Linux" lts: true releaseDate: 2020-06-24 eoas: 2020-10-07 eol: 2023-07-01 latest: "450.248.02" latestReleaseDate: 2023-06-26 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-450-248-02/index.html - releaseCycle: "r418-windows" releaseLabel: "R418-Windows" lts: true releaseDate: 2019-02-04 eoas: 2019-04-23 eol: 2022-03-01 latest: "427.45" latestReleaseDate: 2021-04-20 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-418-19702/ - releaseCycle: "r418-linux" releaseLabel: "R418-Linux" lts: true releaseDate: 2019-01-30 eoas: 2019-03-20 eol: 2022-03-01 latest: "418.197.02" latestReleaseDate: 2021-04-19 link: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-418-19702/ - releaseCycle: "r390-windows" releaseLabel: "R390-Windows" lts: true releaseDate: 2018-01-08 eoas: 2018-07-31 eol: 2021-10-26 latest: "392.68" latestReleaseDate: 2021-10-26 link: https://www.nvidia.com/download/driverResults.aspx/181267/ - releaseCycle: "r390-linux" releaseLabel: "R390-Linux" lts: true releaseDate: 2018-01-04 eoas: 2018-03-10 eol: 2022-11-22 latest: "390.157" latestReleaseDate: 2022-11-22 link: https://www.nvidia.com/Download/driverResults.aspx/196214/ --- > Nvidia designs graphics processing units (GPUs) for the gaming and professional markets, as well > as system on a chip units (SoCs) for the mobile computing and automotive market. This page tracks > Nvidia drivers, which provide support for their various GPU lineups and are [available for Windows, > Linux, Solaris, and FreeBSD](https://www.nvidia.com/Download/index.aspx). Nvidia drivers are released in various release branches, with varying support timelines and GPU support. - 32-bit operating systems are [no longer supported.](https://nvidia.custhelp.com/app/answers/detail/a_id/4604) 32-bit applications running on x86_64 are still supported. - There is a well-defined release cadence and software lifecycle for [datacenter GPU drivers](https://docs.nvidia.com/datacenter/tesla/drivers/#lifecycle). - A feature deprecation schedule is [available for Unix drivers](https://forums.developer.nvidia.com/t/unix-graphics-feature-deprecation-schedule/60588). Since LTSB branches are also production branches, it may be listed as a production branch in driver searches until the next driver branch is released. It is best to use the latest driver branch supported by your hardware. ## GPU Support GPUs supported by any given branch are dependent on the operating system. - GKxxx ("Kepler") Desktop GPUs are supported on Windows and Linux via the `R470` [legacy driver series](https://nvidia.custhelp.com/app/answers/detail/a_id/5202/kw/kepler%20support) through September 2024. - A list of [GPUs no longer supported on Windows](https://nvidia.custhelp.com/app/answers/detail/a_id/3473) is available. - Usually on Linux driver support per branch is indicated by architecture, but on Windows only specific models are supported. For example, the R390 branch mainly existed simply to provide security updates to the Fermi architecture, but while on [Linux all Fermi GPUs were supported](https://us.download.nvidia.com/XFree86/Linux-x86_64/390.144/README/supportedchips.html), on Windows very [few specific GPUs were supported](https://uk.download.nvidia.com/Windows/Quadro_Certified/392.65/392.65-win10-quadro-release-notes.pdf). ## Cadence The following table explains the release cadence and lifecycle for [datacenter GPU drivers](https://docs.nvidia.com/datacenter/tesla/drivers/#lifecycle): | | New Feature Branch (NFB) | Production Branch (PB) | Long Term Support Branch | | --------------------- | ------------------------------------------------ | ---------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | | Target Customers | Early adopters who want to evaluate new features | Use in production for enterprise/datacenter GPUs | Use in production for enterprise/datacenter GPUs and for customers looking for a longer cycle of support. | | Major Release Cadence | At least once every 3 months | Twice a year. | At least once per hardware architecture. | | Length of support | N/A | 1 year | 3 years | | Minor release | N/A | Yes. Quarterly bug and security releases for 1 year. | Yes. Quarterly bug and security releases for 1 year. | ================================================ FILE: products/nvidia-gpu.md ================================================ --- title: NVIDIA GPUs addedAt: 2021-09-27 category: device tags: nvidia iconSlug: nvidia permalink: /nvidia-gpu alternate_urls: - /nvidia-products - /nvidia-gpus releasePolicyLink: https://www.nvidia.com/en-us/geforce/graphics-cards/ latestColumn: false discontinuedColumn: true eoasColumn: true staleReleaseThresholdDays: 2920 # GPUs have a long support window, and https://en.wikipedia.org/wiki/Turing_(microarchitecture) not EOL yet # Support can be found on Wikipedia. # Example of a documented deprecated architecture (support status): https://en.wikipedia.org/wiki/Pascal_(microarchitecture). releases: - releaseCycle: "mobile-professional-ada-lovelace" releaseLabel: "Mobile Professional Blackwell (GB20x)" releaseDate: 2025-01-30 eoas: false eol: false discontinued: false - releaseCycle: "professional-blackwell" releaseLabel: "Professional Blackwell (GB20x)" releaseDate: 2025-01-30 eoas: false eol: false discontinued: false - releaseCycle: "mobile-consumer-blackwell" releaseLabel: "Mobile Consumer Blackwell (GB20x)" releaseDate: 2025-01-30 eoas: false eol: false discontinued: false - releaseCycle: "consumer-blackwell" releaseLabel: "Consumer Blackwell (GB20x)" releaseDate: 2025-01-30 eoas: false eol: false discontinued: false - releaseCycle: "mobile-consumer-ada-lovelace" releaseLabel: "Mobile Consumer Ada Lovelace (AD10x)" releaseDate: 2023-02-08 eoas: false eol: false discontinued: false - releaseCycle: "professional-ada-lovelace" releaseLabel: "Professional Ada Lovelace (AD1xx)" releaseDate: 2022-10-13 eoas: false eol: false discontinued: false - releaseCycle: "consumer-ada-lovelace" releaseLabel: "Consumer Ada Lovelace (AD1xx)" releaseDate: 2022-09-20 eoas: false eol: false discontinued: false - releaseCycle: "mobile-professional-ampere" releaseLabel: "Mobile Professional Ampere (GA10x)" releaseDate: 2021-04-12 eoas: false eol: false discontinued: false - releaseCycle: "mobile-consumer-ampere" releaseLabel: "Mobile Consumer Ampere (GA10x)" releaseDate: 2021-01-12 eoas: false eol: false discontinued: false - releaseCycle: "professional-ampere" releaseLabel: "Professional Ampere (GA10x)" releaseDate: 2020-10-05 eoas: false eol: false discontinued: false - releaseCycle: "consumer-ampere" releaseLabel: "Consumer Ampere (GA10x)" releaseDate: 2020-09-01 eoas: false eol: false discontinued: false - releaseCycle: "mobile-professional-turing" releaseLabel: "Mobile Professional Turing (TU1xX)" releaseDate: 2019-05-27 eoas: false eol: false discontinued: false - releaseCycle: "mobile-consumer-turing" releaseLabel: "Mobile Consumer Turing (TU1xX)" releaseDate: 2019-01-29 eoas: false eol: false discontinued: false - releaseCycle: "consumer-turing" releaseLabel: "Consumer Turing (TU1xX)" releaseDate: 2018-09-20 eoas: false eol: false discontinued: false - releaseCycle: "professional-turing" releaseLabel: "Professional Turing (TU1xX)" releaseDate: 2018-08-13 eoas: false eol: false discontinued: false - releaseCycle: "professional-volta" releaseLabel: "Professional Volta (GV100)" releaseDate: 2017-12-07 eoas: 2025-10-31 eol: 2028-10-31 discontinued: true - releaseCycle: "mobile-professional-pascal" releaseLabel: "Mobile Professional Pascal (GP10x)" releaseDate: 2017-02-06 eoas: 2025-10-31 eol: 2028-10-31 discontinued: true - releaseCycle: "mobile-consumer-pascal" releaseLabel: "Mobile Consumer Pascal (GP10x)" eoas: 2025-10-31 eol: 2028-10-31 discontinued: true releaseDate: 2016-08-15 - releaseCycle: "consumer-pascal" releaseLabel: "Consumer Pascal (GP10x)" releaseDate: 2016-05-27 eoas: 2025-10-31 eol: 2028-10-31 discontinued: true - releaseCycle: "professional-pascal" releaseLabel: "Professional Pascal (GP10x)" releaseDate: 2016-04-05 eoas: 2025-10-31 eol: 2028-10-31 discontinued: true - releaseCycle: "mobile-professional-maxwell" releaseLabel: "Mobile Professional Maxwell (GMxxx)" releaseDate: 2015-08-18 eoas: 2025-10-31 eol: 2028-10-31 discontinued: true - releaseCycle: "professional-maxwell" releaseLabel: "Professional Maxwell (GMxxx)" releaseDate: 2015-06-29 eoas: 2025-10-31 eol: 2028-10-31 discontinued: true - releaseCycle: "mobile-consumer-maxwell" releaseLabel: "Mobile Consumer Maxwell (GMxxx)" releaseDate: 2014-10-07 eoas: 2025-10-31 eol: 2028-10-31 discontinued: true - releaseCycle: "consumer-maxwell" releaseLabel: "Consumer Maxwell (GMxxx)" releaseDate: 2014-09-19 eoas: 2025-10-31 eol: 2028-10-31 discontinued: true - releaseCycle: "professional-kepler" releaseLabel: "Professional Kepler (GKxxx)" releaseDate: 2013-03-01 eoas: 2021-09-20 eol: 2024-09-01 discontinued: true - releaseCycle: "consumer-kepler" releaseLabel: "Consumer Kepler (GKxxx)" releaseDate: 2012-03-22 eoas: 2021-09-20 eol: 2024-09-01 discontinued: true - releaseCycle: "mobile-professional-kepler" releaseLabel: "Mobile Professional Kepler (GKxxx)" releaseDate: 2012-03-22 eoas: 2019-04-23 eol: 2022-03-01 discontinued: true - releaseCycle: "mobile-consumer-kepler" releaseLabel: "Mobile Consumer Kepler (GKxxx)" releaseDate: 2012-03-22 eoas: 2019-03-11 eol: 2019-04-11 discontinued: true - releaseCycle: "professional-fermi" releaseLabel: "Professional Fermi (GF1xx)**" releaseDate: 2010-07-23 eoas: 2018-07-31 eol: 2022-12-31 discontinued: true - releaseCycle: "consumer-fermi" releaseLabel: "Consumer Fermi (GF1xx)*" releaseDate: 2010-03-26 eoas: 2018-03-10 eol: 2018-03-10 discontinued: true - releaseCycle: "consumer-tesla" releaseLabel: "Consumer Tesla (Cxx, G8x, G9x, GT2xx, ION)" releaseDate: 2006-11-08 eoas: 2016-04-01 eol: 2016-12-14 discontinued: true - releaseCycle: "consumer-curie" releaseLabel: "Consumer Curie (NV4x, G7x)" releaseDate: 2004-04-14 eoas: 2013-02-25 eol: 2015-02-24 discontinued: true - releaseCycle: "consumer-rankine" releaseLabel: "Consumer Rankine (NV3x)" releaseDate: 2003-01-27 eoas: 2008-06-23 # Verify the support date. eol: 2008-06-23 discontinued: true - releaseCycle: "consumer-kelvin" releaseLabel: "Consumer Kelvin (NV1x, NV2x)" releaseDate: 2001-02-27 eoas: 2006-11-02 # Verify the support date. eol: 2006-11-02 discontinued: true - releaseCycle: "consumer-celsius" releaseLabel: "Consumer Celsius (NV1x)" releaseDate: 1999-10-11 eoas: 2005-04-14 # Verify the support date. eol: 2005-04-14 discontinued: true - releaseCycle: "consumer-fahrenheit" releaseLabel: "Consumer Fahrenheit (NVx)" releaseDate: 1998-06-15 eoas: 2005-03-11 # Verify the support date. eol: 2005-03-11 discontinued: true --- > Nvidia designs Graphics Processing Unit (GPUs) for the gaming and professional markets, as well > as System on a Chip units (SoCs) for the mobile computing and automotive market. This page tracks > Nvidia GPUs, which provide support for their various GPU lineups and are [available for Windows, > Linux, Solaris, and FreeBSD](https://www.nvidia.com/Download/index.aspx). ## Naming scheme - Professional cards include cards under their `NVS`, `Quadro`, `Quadro RTX`, `GRID`, and `Tesla` lineups. - Consumer cards include their `GeForce` and `Titan` lineups. ## Common misconceptions There are multiple GPUs with the same name but part of a different architecture (therefore different support status length), and there are other cases to be careful of: ### Desktop - `GT730`: Has a `GF108` (Fermi) and a `GK208` (Kepler) variant. - `GT625`: Has a `GF108` (Fermi) and a `GK107`/`GK208` (Kepler) variant. - `GT640`: Has a `GF116` (Fermi) and a `GK107`/`GK208` (Kepler) variant. - `GT645/620` is a Fermi card, even though all other 600 series are Kepler variants (except the above) - `GT705` has a `GF119` (Fermi) and a `GK208` (Kepler) variant. - `GTX745`, `GTX750` and `GTX750 Ti` are Maxwell, even though all other `700` series are Kepler variant (except the above) - `GT1030`: Has a `GK107` (Kepler) and a `GP108` (Pascal) variant. - All-in-one **desktops** are known to feature Mobile GPUs, which would make them fall under a different (and often shorter) support cycle. ### Laptop - `GT810M`/`GT820M` are Fermi cards. - `GT825M`/`GT870M`/`GT880M` are Kepler cards. - `GT920M` is a Kepler card. - Most cards in the `800M` series have multiple variant with varying architectures (A card in this series can be Fermi, Kepler, or Maxwell). ## Identifying your GPU Due to this confusing naming scheme, one should not look at just the model name when seeing their support status, but instead their architecture. ### Windows 1. [Download and run GPU-Z](https://www.techpowerup.com/gpuz/). 2. First, identify if you have a consumer or a professional card. See the "Naming scheme" section above. 3. Next, identify the card architecture. This will be the GPU textbox. You can cross-reference this with the support table at the top of this page. ### Linux 1. Install the `lshw` package from your distribution's repositories. 2. Run the command `sudo lshw -C display`, your GPU code is the `product` column. 3. Next, identify the card architecture. This will be the GPU textbox. You can cross-reference this with the support table at the top of this page. This GPU Code follows a similar pattern for most cards, for example we have `GA102`: - `G`: This means generation - `A`: This means it belongs to the **Ampere** generation. Most GPU codes follow this same pattern, with the exceptions of `TUxxx` which means Turing architecture, and `AD1xx` which means Ada Lovelace architecture. ## Driver Support Exceptions - GKxxx ("Kepler") Desktop GPUs are supported on Windows and Linux via the `R470` [legacy driver series](https://nvidia.custhelp.com/app/answers/detail/a_id/5202/kw/kepler%20support) until September 2024. - Consumer `GF1xx` ("Fermi") GPUs are supported on Linux via the `R390` [legacy driver series](https://nvidia.custhelp.com/app/answers/detail/a_id/3142/~/support-timeframes-for-unix-legacy-gpu-releases) until the end of 2022. - Not all Professional Fermi (`GF1xx`) GPUs are still supported on Windows, see the [official GPU support list](https://us.download.nvidia.com/Windows/Quadro_Certified/392.67/392.67-win10-quadro-release-notes.pdf) for specific models. On Linux there support is for all Fermi GPUs. ================================================ FILE: products/nvm.md ================================================ --- title: nvm addedAt: 2024-12-06 category: app tags: herodevs javascript-runtime linux-foundation iconSlug: nvm permalink: /nvm releasePolicyLink: https://github.com/nvm-sh/nvm changelogTemplate: https://github.com/nvm-sh/nvm/releases/tag/v__LATEST__ versionCommand: nvm --version eolColumn: Community Support auto: methods: - git: https://github.com/nvm-sh/nvm.git regex: ^v(?P\d+\.\d+\.\d+)$ template: "{{version}}" identifiers: - purl: pkg:github/nvm-sh/nvm # eol(x) = releaseDate(x+1) releases: - releaseCycle: "0.40" releaseDate: 2024-07-30 eol: false latest: "0.40.4" latestReleaseDate: 2026-01-29 - releaseCycle: "0.39" releaseDate: 2021-10-07 eol: 2024-07-30 latest: "0.39.7" latestReleaseDate: 2023-12-05 - releaseCycle: "0.38" releaseDate: 2021-03-29 eol: 2021-10-07 latest: "0.38.0" latestReleaseDate: 2021-03-29 - releaseCycle: "0.37" releaseDate: 2020-11-06 eol: 2021-03-29 latest: "0.37.2" latestReleaseDate: 2020-11-27 - releaseCycle: "0.36" releaseDate: 2020-09-24 eol: 2020-11-06 latest: "0.36.0" latestReleaseDate: 2020-09-23 - releaseCycle: "0.35" releaseDate: 2019-10-02 eol: 2020-09-24 latest: "0.35.3" latestReleaseDate: 2020-03-05 - releaseCycle: "0.34" releaseDate: 2019-01-08 eol: 2019-10-02 latest: "0.34.0" latestReleaseDate: 2019-01-08 - releaseCycle: "0.33" releaseDate: 2016-12-30 eol: 2019-01-08 latest: "0.33.11" latestReleaseDate: 2018-04-25 - releaseCycle: "0.32" releaseDate: 2016-09-16 eol: 2016-12-30 latest: "0.32.1" latestReleaseDate: 2016-10-18 - releaseCycle: "0.31" releaseDate: 2016-02-15 eol: 2016-09-16 latest: "0.31.7" latestReleaseDate: 2016-09-02 - releaseCycle: "0.30" releaseDate: 2015-12-28 eol: 2016-02-15 latest: "0.30.2" latestReleaseDate: 2016-01-21 - releaseCycle: "0.29" releaseDate: 2015-10-09 eol: 2015-12-28 latest: "0.29.0" latestReleaseDate: 2015-10-09 - releaseCycle: "0.28" releaseDate: 2015-10-02 eol: 2015-10-09 latest: "0.28.0" latestReleaseDate: 2015-10-02 - releaseCycle: "0.27" releaseDate: 2015-09-26 eol: 2015-10-02 latest: "0.27.1" latestReleaseDate: 2015-09-27 - releaseCycle: "0.26" releaseDate: 2015-08-14 eol: 2015-09-26 latest: "0.26.1" latestReleaseDate: 2015-08-22 - releaseCycle: "0.25" releaseDate: 2015-04-26 eol: 2015-08-14 latest: "0.25.4" latestReleaseDate: 2015-05-29 - releaseCycle: "0.24" releaseDate: 2015-03-06 eol: 2015-04-26 latest: "0.24.2" latestReleaseDate: 2015-05-22 - releaseCycle: "0.23" releaseDate: 2015-01-20 eol: 2015-03-06 latest: "0.23.3" latestReleaseDate: 2015-02-02 - releaseCycle: "0.22" releaseDate: 2014-12-27 eol: 2015-01-20 latest: "0.22.2" latestReleaseDate: 2015-01-14 - releaseCycle: "0.21" releaseDate: 2014-12-22 eol: 2014-12-27 latest: "0.21.0" latestReleaseDate: 2014-12-22 - releaseCycle: "0.20" releaseDate: 2014-11-29 eol: 2014-12-22 latest: "0.20.0" latestReleaseDate: 2014-11-29 - releaseCycle: "0.19" releaseDate: 2014-11-23 eol: 2014-11-29 latest: "0.19.0" latestReleaseDate: 2014-11-23 - releaseCycle: "0.18" releaseDate: 2014-11-05 eol: 2014-11-23 latest: "0.18.0" latestReleaseDate: 2014-11-05 - releaseCycle: "0.17" releaseDate: 2014-09-24 eol: 2014-11-05 latest: "0.17.3" latestReleaseDate: 2014-10-20 - releaseCycle: "0.16" releaseDate: 2014-09-11 eol: 2014-09-24 latest: "0.16.1" latestReleaseDate: 2014-09-14 - releaseCycle: "0.15" releaseDate: 2014-09-03 eol: 2014-09-11 latest: "0.15.0" latestReleaseDate: 2014-09-03 - releaseCycle: "0.14" releaseDate: 2014-08-27 eol: 2014-09-03 latest: "0.14.0" latestReleaseDate: 2014-08-27 - releaseCycle: "0.13" releaseDate: 2014-08-03 eol: 2014-08-27 latest: "0.13.1" latestReleaseDate: 2014-08-08 - releaseCycle: "0.12" releaseDate: 2014-07-23 eol: 2014-08-03 latest: "0.12.2" latestReleaseDate: 2014-07-29 - releaseCycle: "0.11" releaseDate: 2014-07-15 eol: 2014-07-23 latest: "0.11.2" latestReleaseDate: 2014-07-20 - releaseCycle: "0.10" releaseDate: 2014-06-27 eol: 2014-07-15 latest: "0.10.0" latestReleaseDate: 2014-06-26 - releaseCycle: "0.9" releaseDate: 2014-06-26 eol: 2014-06-27 latest: "0.9.0" latestReleaseDate: 2014-06-26 - releaseCycle: "0.8" releaseDate: 2014-06-20 eol: 2014-06-26 latest: "0.8.0" latestReleaseDate: 2014-06-20 - releaseCycle: "0.7" releaseDate: 2014-05-08 eol: 2014-06-20 latest: "0.7.0" latestReleaseDate: 2014-05-08 - releaseCycle: "0.6" releaseDate: 2014-05-04 eol: 2014-05-08 latest: "0.6.1" latestReleaseDate: 2014-05-04 - releaseCycle: "0.5" releaseDate: 2014-04-20 eol: 2014-05-04 latest: "0.5.1" latestReleaseDate: 2014-04-25 - releaseCycle: "0.4" releaseDate: 2014-03-27 eol: 2014-04-20 latest: "0.4.0" latestReleaseDate: 2014-03-26 - releaseCycle: "0.3" releaseDate: 2014-03-21 eol: 2014-03-27 latest: "0.3.0" latestReleaseDate: 2014-03-20 - releaseCycle: "0.2" releaseDate: 2013-11-29 eol: 2014-03-21 latest: "0.2.0" latestReleaseDate: 2013-11-29 - releaseCycle: "0.1" releaseDate: 2011-02-25 eol: 2013-11-29 latest: "0.1.0" latestReleaseDate: 2011-02-25 --- > [nvm](https://github.com/nvm-sh/nvm) is a shell script that allows you to quickly install and use different versions of Node via the command line. nvm supports the latest major/minor release line. The nvm team has indicated that they will be participating in the [OpenJS Foundation’s Ecosystem Sustainability Program](https://openjsf.org/ecosystem-sustainability-program) (ESP) and have announced that [commercial support for deprecated versions of nvm](https://github.com/nvm-sh/nvm?tab=readme-ov-file#enterprise-support) is now available through [HeroDevs](https://www.herodevs.com/support/). ================================================ FILE: products/office.md ================================================ --- title: Microsoft Office addedAt: 2020-02-01 category: app tags: microsoft permalink: /office alternate_urls: - /msoffice releasePolicyLink: https://learn.microsoft.com/lifecycle/products/?terms=Office latestColumn: false eoasColumn: true identifiers: - cpe: cpe:/a:microsoft:office - cpe: cpe:2.3:a:microsoft:office # Release dates can be found on subpages of https://en.wikipedia.org/wiki/Microsoft_Office. releases: - releaseCycle: "2024" releaseDate: 2024-10-01 eoas: 2029-10-09 eol: 2029-10-09 link: https://learn.microsoft.com/lifecycle/products/office-2024 - releaseCycle: "2024-ltsc" releaseLabel: "2024 LTSC" releaseDate: 2024-09-18 lts: true eoas: 2029-10-09 eol: 2029-10-09 link: https://learn.microsoft.com/en-us/lifecycle/products/office-ltsc-2024 - releaseCycle: "2021" releaseDate: 2021-10-05 eoas: 2026-10-13 eol: 2026-10-13 link: https://learn.microsoft.com/lifecycle/products/office-2021 - releaseCycle: "2019" releaseDate: 2018-09-24 eoas: 2023-10-10 eol: 2025-10-14 link: https://learn.microsoft.com/lifecycle/products/microsoft-office-2019 - releaseCycle: "2016" releaseDate: 2015-09-22 eoas: 2020-10-13 eol: 2025-10-14 link: https://learn.microsoft.com/lifecycle/products/microsoft-office-2016 - releaseCycle: "2013" releaseLabel: "2013 SP1" releaseDate: 2013-01-09 eoas: 2018-04-10 eol: 2023-04-11 link: https://learn.microsoft.com/lifecycle/products/microsoft-office-2013 - releaseCycle: "2011-for-mac" releaseLabel: "2011 for Mac SP3" releaseDate: 2010-12-09 eoas: 2017-10-10 eol: 2017-10-10 link: https://learn.microsoft.com/lifecycle/products/microsoft-office-for-mac-2011 - releaseCycle: "2010" releaseLabel: "2010 SP2" releaseDate: 2010-07-15 eoas: 2015-10-13 eol: 2020-10-13 link: https://learn.microsoft.com/lifecycle/products/microsoft-office-2010 - releaseCycle: "2008-for-mac" releaseLabel: "2008 for Mac SP2" releaseDate: 2008-01-15 eoas: 2013-04-09 eol: 2013-04-09 link: https://learn.microsoft.com/lifecycle/products/microsoft-office-2008-for-mac - releaseCycle: "2007" releaseLabel: "2007 SP3" releaseDate: 2007-01-27 eoas: 2012-10-09 eol: 2017-10-10 link: https://learn.microsoft.com/lifecycle/products/microsoft-office-2007 --- > Microsoft Office, or simply Office, is a family of client software, server software, and services > developed by Microsoft. Microsoft Office 2016 and 2019 are [only supported for connecting to Microsoft 365 services until 2023-10-10](https://learn.microsoft.com/deployoffice/endofsupport/microsoft-365-services-connectivity). Microsoft Office 2019 for Mac is [only supported until 2023-10-10](https://learn.microsoft.com/lifecycle/products/microsoft-office-2019-for-mac). ================================================ FILE: products/omnissa-horizon.md ================================================ --- title: Omnissa Horizon addedAt: 2021-12-16 category: app permalink: /horizon alternate_urls: - /vmwarehorizon - /vmware-horizon - /omnissahorizon - /omnissa-horizon releasePolicyLink: https://docs.omnissa.com/bundle/Product-Lifecycle-Matrix/page/lifecyclematrix.html changelogTemplate: https://docs.omnissa.com/bundle/horizon8-rnV{{ "__LATEST__"|replace_first:'.','' }}/page/Horizon8-ReleaseNotes.html LTSLabel: "ESB" eolColumn: General Support customFields: - name: technicalGuidance display: api-only label: Technical Guidance Ends releases: - releaseCycle: "8.2512" releaseDate: 2025-12-16 eol: 2028-12-16 technicalGuidance: 2029-12-16 latest: "8.2512.1" latestReleaseDate: 2026-03-02 link: https://docs.omnissa.com/bundle/horizon8-rnV2512.x/page/Horizon8-ReleaseNotes.html - releaseCycle: "8.2506" releaseDate: 2025-07-31 eol: 2028-07-31 technicalGuidance: 2029-07-31 latest: "8.2506.1" latestReleaseDate: 2025-11-03 link: https://docs.omnissa.com/bundle/horizon8-rnV2506.1/page/Horizon8-ReleaseNotes.html - releaseCycle: "8.2503" releaseDate: 2025-04-15 eol: 2028-08-14 lts: true technicalGuidance: 2028-04-15 latest: "8.2503.1" latestReleaseDate: 2025-08-14 link: https://docs.omnissa.com/bundle/horizon8-rnV2503.1/page/Horizon8-ReleaseNotes.html - releaseCycle: "8.2412" releaseDate: 2025-01-28 eol: 2028-01-28 technicalGuidance: 2029-01-28 latest: "8.2412" latestReleaseDate: 2024-01-25 link: https://docs.omnissa.com/bundle/horizon8-rnV2412/page/Horizon8-ReleaseNotes.html - releaseCycle: "8.2406" releaseDate: 2024-06-25 eol: 2027-07-25 technicalGuidance: 2028-07-25 latest: "8.2406" latestReleaseDate: 2024-06-25 link: https://docs.omnissa.com/bundle/horizon8-rnV2406/page/Horizon8-ReleaseNotes.html - releaseCycle: "8.2312" releaseDate: 2024-01-23 eol: 2027-01-23 lts: true technicalGuidance: 2028-01-23 latest: "8.2312.1" latestReleaseDate: 2024-04-04 link: https://docs.omnissa.com/bundle/horizon8-rnV2312.1/page/Horizon8-ReleaseNotes.html - releaseCycle: "8.2309" releaseDate: 2023-10-26 eol: 2026-10-26 technicalGuidance: 2027-10-26 latest: "8.2309" latestReleaseDate: 2023-10-26 - releaseCycle: "8.2306" releaseDate: 2023-07-06 eol: 2026-07-06 technicalGuidance: 2027-07-06 latest: "8.2306" latestReleaseDate: 2023-07-06 - releaseCycle: "8.2303" releaseDate: 2023-03-30 eol: 2026-03-30 technicalGuidance: 2027-03-30 latest: "8.2303" latestReleaseDate: 2023-03-30 - releaseCycle: "8.2212" releaseDate: 2023-01-12 eol: 2026-07-12 technicalGuidance: 2027-07-12 lts: true latest: "8.2212.2" latestReleaseDate: 2023-11-30 - releaseCycle: "8.2209" releaseDate: 2022-10-20 eol: 2025-10-20 technicalGuidance: 2026-10-20 latest: "8.2209.1" latestReleaseDate: 2023-04-11 - releaseCycle: "8.2206" releaseDate: 2022-07-19 eol: 2025-07-19 technicalGuidance: 2026-07-19 latest: "8.2206" latestReleaseDate: 2022-07-19 - releaseCycle: "8.2203" releaseDate: 2022-04-05 eol: 2025-04-05 technicalGuidance: 2026-04-05 latest: "8.2203" latestReleaseDate: 2022-04-05 - releaseCycle: "8.2111" releaseDate: 2021-11-30 eol: 2024-11-30 technicalGuidance: 2025-11-30 lts: true latest: "8.2111.2" latestReleaseDate: 2023-07-27 - releaseCycle: "8.2106" releaseDate: 2021-07-15 eol: 2024-07-15 technicalGuidance: 2025-07-15 latest: "8.2106" latestReleaseDate: 2021-07-05 link: https://docs.vmware.com/en/VMware-Horizon/2106/rn/horizon-2106-release-notes.html - releaseCycle: "8.2103" releaseDate: 2021-03-23 eol: 2024-03-23 technicalGuidance: 2025-03-23 latest: "8.2103" latestReleaseDate: 2021-03-23 link: https://docs.vmware.com/en/VMware-Horizon/2103/rn/horizon-2103-release-notes.html - releaseCycle: "8.2012" releaseDate: 2021-01-07 eol: 2024-01-07 technicalGuidance: 2025-01-07 latest: "8.2012" latestReleaseDate: 2021-01-07 link: https://docs.vmware.com/en/VMware-Horizon/2012/rn/horizon-2012-release-notes.html - releaseCycle: "8.2006" releaseDate: 2020-08-11 eol: 2025-08-11 technicalGuidance: 2027-08-11 latest: "8.2006" latestReleaseDate: 2020-08-11 link: https://docs.vmware.com/en/VMware-Horizon/8-2006/rn/vmware-horizon-8-2006-release-notes/index.html - releaseCycle: "7.10" lts: true releaseDate: 2019-09-17 eol: 2022-03-17 technicalGuidance: 2023-03-22 latest: "7.10.3" latestReleaseDate: 2020-10-22 link: null - releaseCycle: "7.5" lts: true releaseDate: 2018-05-29 eol: 2020-11-30 technicalGuidance: 2023-03-22 latest: "7.5.4" latestReleaseDate: 2019-12-19 link: null - releaseCycle: "7" releaseLabel: "7.X NonLTS branch" releaseDate: 2016-03-22 eol: 2022-10-15 technicalGuidance: 2023-03-23 latest: "7.13.2" latestReleaseDate: 2022-03-10 link: https://docs.vmware.com/en/VMware-Horizon-7/7.13.2/rn/vmware-horizon-7-7132-release-notes/index.html --- > [Omnissa Horizon](https://www.omnissa.com/horizon-8/) (earlier VMWare Horizon) > enables a digital workspace with the efficient delivery of virtual desktops > and applications that equips workers anywhere, anytime, and on any device. {: .note } > After [Broadcom's acquisition of VMWare](https://investors.broadcom.com/news-releases/news-release-details/broadcom-completes-acquisition-vmware), > Broadcom [divested the End-User Computing Division (which includes Horizon) to KKR](https://media.kkr.com/news-details/?news_id=48701629-ae4d-4d88-b1a9-90a438c6bf6c) > and branded it as [Omnissa](https://www.omnissa.com/introducing-omnissa-the-former-vmware-end-user-computing-business/) as part of the restructuring — which is still in process. > Omnissa and Broadcom have entered into [a reseller agreement enabling EUC to offer the "combined offering"](https://www.omnissa.com/setting-the-record-straight-euc-to-continue-to-offer-horizon-with-vsphere-and-vsan/) > versions of Horizon SaaS and Horizon Term SKUs with vSphere Foundation for VDI. > This [combined offering](https://kb.omnissa.com/s/article/14804) will be available in both Named User and Concurrent User license metrics > and for 1-, 3-, and 5-year terms. > EUC has no plans to increase Horizon list prices beyond normal annual adjustments. [Starting in Q2 2018,](https://kb.vmware.com/s/article/52845) Horizon introduced an option of Extended Service Branch (ESB) in addition to the Current Release (CR) branch. ESBs receive three planned periodic maintenance updates – typically 6 months, 9 months, and 15 months after the base version release. A new ESB release is made every 12 months. ## [General Support](https://docs.omnissa.com/bundle/Product-Lifecycle-Matrix/page/lifecyclematrix.html) The last date on which you can request support; the end of regular VMware maintenance updates and upgrades, _bug and security fixes,_ and technical assistance as per the Support and Subscription Terms and Conditions. ## Technical Guidance The last date on which you can access support and workarounds for low-severity issues on supported configurations only. During the Technical Guidance phase, VMware does not offer new hardware support, server/client/guest OS updates, new security patches, or bug fixes unless otherwise noted. {% include table.html labels="Release,Technical Guidance Ends" fields="releaseCycle,technicalGuidance" types="raw,date" rows=page.releases %} ================================================ FILE: products/oneplus.md ================================================ --- title: OnePlus addedAt: 2024-07-21 category: device tags: mobile-phone iconSlug: oneplus permalink: /oneplus versionCommand: "Settings -> About device" releasePolicyLink: https://community.oneplus.com/thread/1462181 changelogTemplate: "https://www.oneplus.com/us/oneplus-{{'__RELEASE_CYCLE__'|downcase}}" releaseLabel: "OnePlus __RELEASE_CYCLE__" latestColumn: false activeSupportColumn: Active Major Updates discontinuedColumn: true eoasColumn: Android Updates eolColumn: Security Updates customFields: - name: supportedOxygenOSVersions display: after-release-column label: Supported OxygenOS description: Supported OxygenOS versions range link: https://wikipedia.org/wiki/OxygenOS # Use Support/Spec pages from https://www.oneplus.com/global/support/spec pages for older phones releases: - releaseCycle: "15r" releaseLabel: "15R" releaseDate: 2025-12-22 eoas: 2029-12-22 # approximation "4 major Android updates" eol: 2031-12-31 # 6 years of security updates discontinued: false supportedOxygenOSVersions: "16" - releaseCycle: "15" releaseDate: 2025-11-13 eoas: 2029-11-13 # approximation "4 major Android updates" eol: 2031-11-13 # 6 years of security updates discontinued: false supportedOxygenOSVersions: "16" - releaseCycle: "pad3" releaseLabel: "Pad 3" releaseDate: 2025-06-05 eoas: 2029-06-05 # approximation "4 major Android updates" eol: 2031-06-19 discontinued: false supportedOxygenOSVersions: "15 - 16" - releaseCycle: "13t" releaseLabel: "13T" releaseDate: 2025-04-24 eoas: 2029-04-24 # approximation "4 major Android updates" eol: 2031-04-24 # approximation "6 years of security updates" discontinued: false supportedOxygenOSVersions: "15 - 16" - releaseCycle: "13r" releaseLabel: "13R" releaseDate: 2025-01-07 eoas: 2029-01-07 # approximation "4 major Android updates" eol: 2031-01-07 # 6 years of security updates discontinued: false supportedOxygenOSVersions: "15 - 16" - releaseCycle: "13" releaseDate: 2024-10-31 eoas: 2028-10-31 # approximation "4 major Android updates" eol: 2030-10-31 # 6 years of security updates discontinued: false supportedOxygenOSVersions: "15 - 16" - releaseCycle: "pad2" releaseLabel: "Pad 2" releaseDate: 2024-07-16 eoas: 2027-07-16 # approximation "3 major Android updates" eol: 2028-07-16 # approximation "4 years of security updates" discontinued: false supportedOxygenOSVersions: "14 - 16" - releaseCycle: "12r" releaseLabel: "12R" releaseDate: 2024-01-23 eoas: 2028-01-23 # approximation "4 major Android updates" eol: 2029-01-23 discontinued: true # supportedOxygenOSVersions: "14 - 16" - releaseCycle: "12" releaseDate: 2024-01-23 eoas: 2028-01-23 # approximation "4 major Android updates" eol: 2029-01-23 discontinued: true # supportedOxygenOSVersions: "14 - 16" - releaseCycle: "pad1" releaseLabel: "Pad" releaseDate: 2023-05-01 eoas: 2026-05-01 # 3 years Android updates eol: 2026-05-01 # Security updates end discontinued: true supportedOxygenOSVersions: "13 - 16" - releaseCycle: "11r" releaseLabel: "11R" releaseDate: 2023-02-07 eoas: 2027-02-07 # approximation "4 major Android updates" eol: 2028-02-07 discontinued: true link: https://www.oneplus.in/11r supportedOxygenOSVersions: "13 - 16" - releaseCycle: "11" releaseDate: 2023-02-07 eoas: 2027-02-07 # approximation "4 major Android updates" eol: 2028-02-07 discontinued: true link: https://service.oneplus.com/us/search/search-detail?id=2123192&articleIndex=2 supportedOxygenOSVersions: "13 - 16" --- > OnePlus is a manufacturer of Android phones and other consumer electronics. OnePlus phones run OxygenOS, which is based on Android. It receives updates every two months. The OnePlus 13 & 13R support [four major Android updates](https://community.oneplus.com/thread/1809805181760569353) and six years of security updates. OnePlus supports [four major Android updates](https://community.oneplus.com/thread/1211291251581124608) and five years of security updates on their flagship lineup (starting from OnePlus 11 onwards, including T & R series), [three major Android updates](https://community.oneplus.com/thread/1356800969827942405) and four years of security updates for the Nord series (starting from the Nord 3 onwards), [two major Android updates](https://community.oneplus.com/thread/1462181) and three years of security updates for the Nord CE series, and finally [one major Android updates](https://community.oneplus.com/thread/1462181) and three years of security updates for the Nord N series. OxygenOS updates can be tracked at [Oxygen Updater](https://oxygenupdater.com/news/all/) and [Android Update Tracker](https://www.androidupdatetracker.com/policy/oneplus). ================================================ FILE: products/openbao.md ================================================ --- title: OpenBao addedAt: 2025-09-12 category: server-app tags: linux-foundation permalink: /openbao alternate_urls: - /open-bao - /bao releasePolicyLink: https://openbao.org/docs/policies/support/ changelogTemplate: https://github.com/openbao/openbao/releases/tag/v__LATEST__ eolColumn: Standard Maintenance versionCommand: bao version identifiers: - repology: openbao - purl: pkg:github/openbao/openbao - purl: pkg:docker/openbao/openbao - purl: pkg:docker/openbao/openbao-ubi - purl: pkg:oci/openbao?repository_url=ghcr.io/openbao - purl: pkg:oci/openbao-ubi?repository_url=ghcr.io/openbao - purl: pkg:oci/openbao?repository_url=quay.io/openbao - purl: pkg:oci/openbao-ubi?repository_url=quay.io/openbao - purl: pkg:brew/openbao auto: methods: - git: https://github.com/openbao/openbao.git # eol(x) = releaseDate(x+1) releases: - releaseCycle: "2.5" releaseDate: 2026-02-05 eol: false latest: "2.5.1" latestReleaseDate: 2026-02-23 - releaseCycle: "2.4" releaseDate: 2025-08-28 eol: 2026-02-05 latest: "2.4.4" latestReleaseDate: 2025-11-24 - releaseCycle: "2.3" releaseDate: 2025-06-25 eol: 2025-08-29 latest: "2.3.2" latestReleaseDate: 2025-08-07 - releaseCycle: "2.2" releaseDate: 2025-03-05 eol: 2025-06-26 latest: "2.2.2" latestReleaseDate: 2025-05-29 - releaseCycle: "2.1" releaseDate: 2024-11-29 eol: 2025-03-06 latest: "2.1.1" latestReleaseDate: 2025-01-21 - releaseCycle: "2.0" releaseDate: 2024-07-17 eol: 2024-11-30 latest: "2.0.3" latestReleaseDate: 2024-11-15 --- > [OpenBao](https://openbao.org/) is an open source, community-driven fork of [Hashicorp Vault](/hashicorp-vault) managed by the Linux Foundation. Only the latest release cycle is maintained at any given time. ## Versioning and Release Cadence A major release is identified by a change in the first (X) or second (Y) digit in the following versioning nomenclature: `Version X.Y.Z.`. A new major release is usually made once every few months, but there's no strict cadence. ================================================ FILE: products/openbsd.md ================================================ --- title: OpenBSD addedAt: 2022-03-11 category: os tags: bsd-distribution unix-distribution iconSlug: openbsd permalink: /openbsd versionCommand: uname -r changelogTemplate: "https://www.openbsd.org/{{'__RELEASE_CYCLE__'|replace:'.',''}}.html" latestColumn: false identifiers: - cpe: cpe:2.3:o:openbsd:openbsd # eol(x) = releaseDate(x+2), Estimation releaseDate(x) + 1 year -> round to the first of next month releases: - releaseCycle: "7.8" releaseDate: 2025-10-22 eol: 2026-11-01 # estimated from releaseDate: 2025-10-22 - releaseCycle: "7.7" releaseDate: 2025-04-28 eol: 2026-05-01 # estimated from releaseDate: 2025-04-28 - releaseCycle: "7.6" releaseDate: 2024-10-08 eol: 2025-10-22 - releaseCycle: "7.5" releaseDate: 2024-04-05 eol: 2025-04-28 - releaseCycle: "7.4" releaseDate: 2023-10-16 eol: 2024-10-08 - releaseCycle: "7.3" releaseDate: 2023-04-10 eol: 2024-04-05 - releaseCycle: "7.2" releaseDate: 2022-10-20 eol: 2023-10-16 - releaseCycle: "7.1" releaseDate: 2022-04-21 eol: 2023-04-10 - releaseCycle: "7.0" releaseDate: 2021-10-14 eol: 2022-10-20 - releaseCycle: "6.9" releaseDate: 2021-05-01 eol: 2022-04-21 - releaseCycle: "6.8" releaseDate: 2020-10-18 eol: 2021-10-14 - releaseCycle: "6.7" releaseDate: 2020-05-19 eol: 2021-05-01 - releaseCycle: "6.6" releaseDate: 2019-10-17 eol: 2020-10-18 - releaseCycle: "6.5" releaseDate: 2019-04-24 eol: 2020-05-19 - releaseCycle: "6.4" releaseDate: 2018-10-18 eol: 2019-10-17 - releaseCycle: "6.3" releaseDate: 2018-04-02 eol: 2019-05-03 - releaseCycle: "6.2" releaseDate: 2017-10-09 eol: 2018-10-18 - releaseCycle: "6.1" releaseDate: 2017-04-11 eol: 2018-04-15 - releaseCycle: "6.0" releaseDate: 2016-09-01 eol: 2017-10-09 - releaseCycle: "5.9" releaseDate: 2016-03-29 eol: 2017-04-11 - releaseCycle: "5.8" releaseDate: 2015-10-18 eol: 2016-09-01 - releaseCycle: "5.7" releaseDate: 2015-05-01 eol: 2016-03-29 - releaseCycle: "5.6" releaseDate: 2014-11-01 eol: 2015-10-18 - releaseCycle: "5.5" releaseDate: 2014-05-01 eol: 2015-05-01 - releaseCycle: "5.4" releaseDate: 2013-11-01 eol: 2014-11-01 - releaseCycle: "5.3" releaseDate: 2013-05-01 eol: 2014-05-01 - releaseCycle: "5.2" releaseDate: 2012-11-01 eol: 2013-11-01 - releaseCycle: "5.1" releaseDate: 2012-05-01 eol: 2013-05-01 - releaseCycle: "5.0" releaseDate: 2011-11-01 eol: 2012-11-01 - releaseCycle: "4.9" releaseDate: 2011-05-01 eol: 2012-05-01 - releaseCycle: "4.8" releaseDate: 2010-11-01 eol: 2011-11-01 - releaseCycle: "4.7" releaseDate: 2010-05-19 eol: 2011-05-01 - releaseCycle: "4.6" releaseDate: 2009-10-18 eol: 2010-11-01 - releaseCycle: "4.5" releaseDate: 2009-05-01 eol: 2010-05-19 - releaseCycle: "4.4" releaseDate: 2008-11-01 eol: 2009-10-18 - releaseCycle: "4.3" releaseDate: 2008-05-01 eol: 2009-05-01 - releaseCycle: "4.2" releaseDate: 2007-11-01 eol: 2008-11-01 - releaseCycle: "4.1" releaseDate: 2007-05-01 eol: 2008-05-01 - releaseCycle: "4.0" releaseDate: 2006-11-01 eol: 2007-11-01 - releaseCycle: "3.9" releaseDate: 2006-05-01 eol: 2007-05-01 - releaseCycle: "3.8" releaseDate: 2005-11-01 eol: 2006-11-01 - releaseCycle: "3.7" releaseDate: 2005-05-19 eol: 2006-05-01 - releaseCycle: "3.6" releaseDate: 2004-11-01 eol: 2005-11-01 - releaseCycle: "3.5" releaseDate: 2004-05-01 eol: 2005-05-19 - releaseCycle: "3.4" releaseDate: 2003-11-01 eol: 2004-11-01 - releaseCycle: "3.3" releaseDate: 2003-05-01 eol: 2004-05-01 - releaseCycle: "3.2" releaseDate: 2002-11-01 eol: 2003-11-01 - releaseCycle: "3.1" releaseDate: 2002-05-19 eol: 2003-05-01 - releaseCycle: "3.0" releaseDate: 2001-12-01 eol: 2002-11-01 - releaseCycle: "2.9" releaseDate: 2001-06-01 eol: 2002-05-19 - releaseCycle: "2.8" releaseDate: 2000-12-01 eol: 2001-12-01 - releaseCycle: "2.7" releaseDate: 2000-06-15 eol: 2001-06-01 - releaseCycle: "2.6" releaseDate: 1999-12-01 eol: 2000-12-01 - releaseCycle: "2.5" releaseDate: 1999-05-19 eol: 2000-06-15 - releaseCycle: "2.4" releaseDate: 1998-12-01 eol: 1999-12-01 - releaseCycle: "2.3" releaseDate: 1998-05-19 eol: 1999-05-19 - releaseCycle: "2.2" releaseDate: 1997-12-01 eol: 1998-12-01 - releaseCycle: "2.1" releaseDate: 1997-06-01 eol: 1998-05-19 --- > [The OpenBSD project](https://www.openbsd.org/) produces a free, multi-platform 4.4BSD-based > UNIX-like operating system. Portability, standardization, correctness, proactive > security and integrated cryptography are emphasized. OpenBSD has a new release every six months. Only the two most recent releases receive security and reliability fixes for the base system. ## [Release Flavors](https://www.openbsd.org/faq/faq5.html#Flavors "OpenBSD FAQ, Flavors Section") - `-release`: The version of OpenBSD shipped every six months. - `-current`: The development branch. Every six months, `-current` is tagged and becomes the next `-release`. - `-stable`: The `-release` branch, plus patches found on the [OpenBSD errata page](https://www.openbsd.org/errata.html). Very important fixes are backported to the supported `-stable` branches. OpenBSD publishes announcements and security advisories on the [announcement mailing list](https://lists.openbsd.org/cgi-bin/mj_wwwusr?func=lists-long-full&extra=announce). There's an RSS feed for [errata](https://undeadly.org/errata/errata.rss "Undeadly Errata RSS feed") as well. ================================================ FILE: products/openjdk-builds-from-oracle.md ================================================ --- title: OpenJDK builds from Oracle addedAt: 2023-09-24 category: lang tags: java-distribution oracle iconSlug: openjdk permalink: /openjdk-builds-from-oracle alternate_urls: - /oracle-openjdk versionCommand: java -version releasePolicyLink: https://jdk.java.net/ changelogTemplate: https://openjdk.org/projects/jdk/__RELEASE_CYCLE__/ supportColumn: false identifiers: - cpe: cpe:/a:oracle:openjdk - cpe: cpe:2.3:a:oracle:openjdk # eol(x) = releaseDate(x+1) # Release dates can be found on https://wiki.openjdk.org/. # Usually only two patch versions are released during the support period. releases: - releaseCycle: "26" releaseDate: 2026-03-17 eol: 2026-09-18 # attempted EOL date as per https://www.java.com/releases/, update when 27 is released latest: "26" latestReleaseDate: 2026-03-17 - releaseCycle: "25" releaseDate: 2025-09-16 eol: 2026-03-17 latest: "25" latestReleaseDate: 2025-09-16 - releaseCycle: "24" releaseDate: 2025-03-18 eol: 2025-09-16 latest: "24" latestReleaseDate: 2025-03-18 - releaseCycle: "23" releaseDate: 2024-09-17 eol: 2025-03-18 latest: "23.0.2" latestReleaseDate: 2025-01-21 - releaseCycle: "22" releaseDate: 2024-03-19 eol: 2024-09-17 latest: "22.0.2" latestReleaseDate: 2024-07-16 - releaseCycle: "21" releaseDate: 2023-09-19 eol: 2024-03-19 latest: "21.0.2" latestReleaseDate: 2024-01-16 - releaseCycle: "20" releaseDate: 2023-03-21 eol: 2023-09-19 latest: "20.0.2" latestReleaseDate: 2023-07-18 - releaseCycle: "19" releaseDate: 2022-09-20 eol: 2023-03-21 latest: "19.0.2" latestReleaseDate: 2023-01-17 - releaseCycle: "18" releaseDate: 2022-03-22 eol: 2022-09-20 latest: "18.0.2.1" latestReleaseDate: 2022-08-18 - releaseCycle: "17" releaseDate: 2021-09-14 eol: 2022-03-22 latest: "17.0.2" latestReleaseDate: 2022-01-18 - releaseCycle: "16" releaseDate: 2021-03-16 eol: 2021-09-14 latest: "16.0.2" latestReleaseDate: 2021-07-20 - releaseCycle: "15" releaseDate: 2020-09-15 eol: 2021-03-16 latest: "15.0.2" latestReleaseDate: 2021-01-19 - releaseCycle: "14" releaseDate: 2020-03-17 eol: 2020-09-16 latest: "14.0.2" latestReleaseDate: 2020-07-14 - releaseCycle: "13" releaseDate: 2019-09-17 eol: 2020-03-17 latest: "13.0.2" latestReleaseDate: 2020-01-14 - releaseCycle: "12" releaseDate: 2019-03-19 eol: 2019-09-17 latest: "12.0.2" latestReleaseDate: 2019-07-16 - releaseCycle: "11" releaseDate: 2018-09-25 eol: 2019-03-19 latest: "11.0.2" latestReleaseDate: 2019-01-15 - releaseCycle: "10" releaseDate: 2018-03-20 eol: 2018-09-25 latest: "10.0.2" latestReleaseDate: 2018-07-17 - releaseCycle: "9" releaseDate: 2017-09-21 eol: 2018-03-20 latest: "9.0.4" latestReleaseDate: 2018-01-16 link: https://openjdk.org/projects/jdk9/ # Not sure if this applies to 7 and 8, so didn't include those versions. --- > [OpenJDK builds from Oracle](https://jdk.java.net/) is a [GPLv2 with CPE](https://openjdk.org/legal/gplv2+ce.html) > licensed build of the Open Java Development Kit (OpenJDK) provided by Oracle. OpenJDK builds from > Oracle are certified using the Java Technical Compatibility Kit (TCK) to ensure it meets the Java > SE standard. It is available on Linux, Windows, macOS. OpenJDK builds from Oracle follows the same cadence as OpenJDK, with a 6-month rapid-release cycle (since the release of Java 10). All releases, including LTS release of OpenJDK, are supported for 6 months, meaning the release of a new major version of OpenJDK will end support for the previous major version. OpenJDK builds from Oracle is one of the many builds of OpenJDK. For recommendations on which JDK build to use, check out [whichjdk.com](https://whichjdk.com/#openjdk-builds-by-oracle-jdkjavanet). ================================================ FILE: products/opensearch.md ================================================ --- title: OpenSearch addedAt: 2022-08-26 category: database tags: amazon java-runtime linux-foundation iconSlug: opensearch permalink: /opensearch releasePolicyLink: https://www.opensearch.org/releases.html changelogTemplate: "https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-__LATEST__.md" eoasColumn: Active Development eolColumn: Maintenance Support auto: methods: - github_releases: opensearch-project/OpenSearch - release_table: https://opensearch.org/releases.html fields: releaseCycle: "Major Version" releaseDate: column: "Initial GA Release" regex: '^(?P\w+) (?P\d+)(st|nd|rd|th)?,? (?P\d{4}).*$' template: "{{month}} {{day}} {{year}}" eoas: column: "Maintenance Window Start" regex: '^(?P\w+) (?P\d+)(st|nd|rd|th)?,? (?P\d{4}).*$' template: "{{month}} {{day}} {{year}}" eol: column: "Maintenance Window End" regex: '^(?P\w+) (?P\d+)(st|nd|rd|th)?,? (?P\d{4}).*$' template: "{{month}} {{day}} {{year}}" identifiers: - repology: opensearch - purl: pkg:docker/opensearchproject/opensearch - cpe: cpe:2.3:a:amazon:opensearch releases: - releaseCycle: "3" releaseDate: 2025-05-06 eoas: false eol: false latest: "3.5.0" latestReleaseDate: 2026-02-12 link: https://opensearch.org/blog/opensearch-3-5-is-live/ - releaseCycle: "2" releaseDate: 2022-05-26 eoas: 2025-05-06 eol: false latest: "2.19.4" latestReleaseDate: 2025-11-06 - releaseCycle: "1" releaseDate: 2021-07-12 eoas: 2022-05-26 eol: 2025-05-06 # upcoming support(2) at least 1 year latest: "1.3.20" latestReleaseDate: 2024-12-11 --- > [OpenSearch](https://opensearch.org/) is a community-driven, Apache 2.0-licensed open source > search and analytics suite that makes it easy to ingest, search, visualize, and analyze data. > Developers build with OpenSearch for use cases such as application search, log analytics, data > observability, data ingestion, and more. ## Support **Active Development**: The latest major version receives new features, bug fixes, and security patches. **Maintenance Support**: includes bug fixes and security patches. New features might be back-ported as community contributions, but will not result in new releases. By default, versions remain under maintenance until the next major version enters maintenance with a minimum guarantee of a year. Therefore, at any given time, the current major version and previous major version are both supported, as well as older major versions that have been in maintenance for less than 12 months. OpenSearch 1.x has been deprecated since 2025-05-06. OpenSearch 2.x will end Maintenance Support once 4.0 is released. ## Versioning OpenSearch only releases breaking changes in major versions. All minor versions are compatible with every other minor version for that major release. When new major versions are released, the previous major version enters maintenance, with only bug fixes and security patches. The duration of the maintenance window will vary from release to release. By default, versions will remain under maintenance until the next major version enters maintenance, or 1 year passes, whichever is longer. ## Elasticsearch Compatibility OpenSearch is a fork of Elasticsearch 7.10 and maintains backwards compatibility with the Elasticsearch APIs for ingest, search, and management. OpenSearch indices are backwards-compatible with Elasticsearch indices from versions 6.0 up to 7.10. While the OpenSearch API is backwards-compatible, some clients or tools may include code, such as version checks, that may cause the client or tool to not work with OpenSearch. An [Upgrade Guide](https://opensearch.org/faq/#q3.1) is available. All future OpenSearch 1.x releases will be backwards compatible with Elasticsearch 7.10. [Compatibility Matrices](https://opensearch.org/docs/latest/clients/agents-and-ingestion-tools/index/#compatibility-matrices) are provided for compatibility with Beats and Logstash. Beats version >= 7.13 does not support OpenSearch. ================================================ FILE: products/openssl.md ================================================ --- title: OpenSSL addedAt: 2022-05-10 category: framework iconSlug: openssl permalink: /openssl versionCommand: openssl version releasePolicyLink: https://openssl-library.org/policies/releasestrat/index.html changelogTemplate: https://openssl-library.org/news/openssl-__RELEASE_CYCLE__-notes/index.html eolColumn: Supported eoesColumn: Premium support identifiers: - repology: openssl - cpe: cpe:/a:openssl:openssl - cpe: cpe:2.3:a:openssl:openssl auto: methods: - git: https://github.com/openssl/openssl.git regex: '^[o|O]pen[s|S][s|S][l|L][-|_](?P\d+)[\.|_](?P\d+)[\.|_](?P\d+\w{0,2})?$' - release_table: https://openssl-library.org/source/index.html fields: releaseCycle: column: "Series" regex: '^(?P\d+\.\d+).*$' #releaseDate: "Release" # release dates are wrong eol: "End-of-Life" # EOL dates and LTS infos on https://www.openssl.org/policies/releasestrat.html # Starting with 3.5, product plans to designate an LTS every two years. # In essence that means an LTS will be released every April in odd-numbered years # Non-LTS releases after 3.5 will be full supported for 13 months releases: - releaseCycle: "3.6" releaseDate: 2025-10-01 eol: 2026-11-01 latest: "3.6.1" latestReleaseDate: 2026-01-27 link: https://github.com/openssl/openssl/blob/master/CHANGES.md#openssl-36 - releaseCycle: "3.5" lts: true releaseDate: 2025-04-08 eol: 2030-04-08 # documented on https://openssl-library.org/source/ latest: "3.5.5" latestReleaseDate: 2026-01-27 link: https://github.com/openssl/openssl/blob/master/CHANGES.md#openssl-35 - releaseCycle: "3.4" releaseDate: 2024-10-22 eol: 2026-10-22 latest: "3.4.4" latestReleaseDate: 2026-01-27 - releaseCycle: "3.3" releaseDate: 2024-04-09 eol: 2026-04-09 latest: "3.3.6" latestReleaseDate: 2026-01-27 - releaseCycle: "3.2" releaseDate: 2023-11-23 eol: 2025-11-23 latest: "3.2.6" latestReleaseDate: 2025-09-30 - releaseCycle: "3.1" releaseDate: 2023-03-14 eol: 2025-03-14 latest: "3.1.8" latestReleaseDate: 2025-02-11 - releaseCycle: "3.0" lts: true releaseDate: 2021-09-07 eol: 2026-09-07 eoes: false latest: "3.0.19" latestReleaseDate: 2026-01-27 - releaseCycle: "1.1.1" lts: true releaseDate: 2018-09-11 eol: 2023-09-11 eoes: false latest: "1.1.1w" latestReleaseDate: 2023-09-12 link: https://openssl-library.org/news/vulnerabilities-1.1.1/ - releaseCycle: "1.1.0" releaseDate: 2016-08-25 eol: 2019-09-11 latest: "1.1.0l" latestReleaseDate: 2019-09-10 link: https://openssl-library.org/news/vulnerabilities-1.1.0/ - releaseCycle: "1.0.2" lts: true releaseDate: 2015-01-22 eol: 2019-12-31 eoes: false latest: "1.0.2u" latestReleaseDate: 2019-12-20 link: https://openssl-library.org/news/vulnerabilities-1.0.2/ - releaseCycle: "1.0.1" releaseDate: 2012-03-14 eol: 2016-12-31 latest: "1.0.1u" latestReleaseDate: 2016-09-22 link: https://openssl-library.org/news/vulnerabilities-1.0.1/ - releaseCycle: "1.0.0" releaseDate: 2010-03-29 eol: 2015-12-31 latest: "1.0.0t" latestReleaseDate: 2015-12-03 link: https://openssl-library.org/news/vulnerabilities-1.0.0/ - releaseCycle: "0.9.8" releaseDate: 2005-07-05 eol: 2015-12-31 latest: "0.9.8zh" latestReleaseDate: 2015-12-03 link: https://openssl-library.org/news/vulnerabilities-0.9.8/ --- > [OpenSSL](https://openssl-library.org/) is a software library for applications that secure > communications over computer networks against eavesdropping or need to identify the party at the > other end. It is widely used by Internet servers, including the majority of HTTPS websites. It is supported for [UNIX-like platforms](https://github.com/openssl/openssl/blob/master/NOTES-UNIX.md), [Android](https://github.com/openssl/openssl/blob/master/NOTES-ANDROID.md), [Windows](https://github.com/openssl/openssl/blob/master/NOTES-WINDOWS.md), [DOS platform with DJGPP](https://github.com/openssl/openssl/blob/master/NOTES-DJGPP.md), [OpenVMS](https://github.com/openssl/openssl/blob/master/NOTES-VMS.md), [Perl](https://github.com/openssl/openssl/blob/master/NOTES-PERL.md) and [Valgrind](https://github.com/openssl/openssl/blob/master/NOTES-VALGRIND.md). LTS releases will be supported for at least five years, and they will specify one at least every four years. Non-LTS releases will be supported for at least two years. As of release 3.0.0, the OpenSSL versioning scheme is changing to a more contemporary format: `MAJOR.MINOR.PATCH`. With this format, API/ABI compatibility will be guaranteed for the same `MAJOR` version number. Previously they guaranteed API/ABI compatibility across the same `MAJOR.MINOR` combination. - `MAJOR`: API/ABI incompatible changes will increase this number - `MINOR`: API/ABI compatible feature releases will change this - `PATCH`: Bug fix releases will increment this number. We also allow backporting of accessor functions in these releases. In addition to community support, the _OpenSSL Software Services_ provide commercial extended support through the [Premium Enterprise Level Support contract](https://openssl-corporation.org/support/#premium). With this contract, LTS releases remain supported beyond the public EOL date for as long as it remains commercially viable for OpenSSL Software Services. ================================================ FILE: products/opensuse.md ================================================ --- title: openSUSE addedAt: 2021-07-15 category: os tags: linux-distribution iconSlug: opensuse permalink: /opensuse alternate_urls: - /opensuseleap versionCommand: cat /usr/lib/os-release releasePolicyLink: https://en.opensuse.org/Lifetime releaseImage: https://upload.wikimedia.org/wikipedia/en/timeline/slucio84mdla0deffiv2vrszinbrlek.png changelogTemplate: https://doc.opensuse.org/release-notes/x86_64/openSUSE/Leap/__RELEASE_CYCLE__/ releaseLabel: "Leap __RELEASE_CYCLE__" latestColumn: false eolColumn: End of Life identifiers: - cpe: cpe:/o:opensuse:opensuse - cpe: cpe:/o:opensuse:leap - cpe: cpe:2.3:o:opensuse:opensuse - cpe: cpe:2.3:o:opensuse:leap releases: - releaseCycle: "16.0" releaseDate: 2025-10-01 eol: 2027-10-31 link: https://en.opensuse.org/openSUSE:Roadmap#Leap_16.0 - releaseCycle: "15.6" releaseDate: 2024-06-12 eol: 2026-04-30 link: https://en.opensuse.org/openSUSE:Roadmap#Leap_15.6 - releaseCycle: "15.5" releaseDate: 2023-06-07 eol: 2024-12-31 - releaseCycle: "15.4" releaseDate: 2022-06-09 eol: 2023-12-07 - releaseCycle: "15.3" releaseDate: 2021-06-02 eol: 2022-12-31 link: https://web.archive.org/web/20230521063245/https://doc.opensuse.org/release-notes/x86_64/openSUSE/Leap/15.3/ - releaseCycle: "15.2" releaseDate: 2020-07-02 eol: 2022-01-04 link: https://web.archive.org/web/20230529015218/https://doc.opensuse.org/release-notes/x86_64/openSUSE/Leap/15.2/ - releaseCycle: "15.1" releaseDate: 2019-05-22 eol: 2021-02-02 link: https://web.archive.org/web/20220210183008/https://doc.opensuse.org/release-notes/x86_64/openSUSE/Leap/15.1/ - releaseCycle: "15.0" releaseDate: 2018-05-25 eol: 2019-12-03 link: https://web.archive.org/web/20220210191659/https://doc.opensuse.org/release-notes/x86_64/openSUSE/Leap/15.0/ - releaseCycle: "42.3" releaseDate: 2017-07-26 eol: 2019-07-01 link: https://web.archive.org/web/20210415073632/https://doc.opensuse.org/release-notes/x86_64/openSUSE/Leap/42.3/ - releaseCycle: "42.2" releaseDate: 2016-11-16 eol: 2018-01-26 link: https://web.archive.org/web/20211005130439/https://doc.opensuse.org/release-notes/x86_64/openSUSE/Leap/42.2/ - releaseCycle: "42.1" releaseDate: 2015-11-04 eol: 2017-05-17 link: https://web.archive.org/web/20211005130439/https://doc.opensuse.org/release-notes/x86_64/openSUSE/Leap/42.1/ - releaseCycle: "13.2" releaseLabel: "__RELEASE_CYCLE__" releaseDate: 2014-11-04 eol: 2017-01-17 link: https://web.archive.org/web/20231128204444/https://doc.opensuse.org/release-notes/x86_64/openSUSE/13.2/ - releaseCycle: "13.1" releaseLabel: "__RELEASE_CYCLE__" releaseDate: 2014-01-08 eol: 2016-02-03 link: https://web.archive.org/web/20240229083418/https://doc.opensuse.org/release-notes/x86_64/openSUSE/13.1/ - releaseCycle: "12.3" releaseLabel: "__RELEASE_CYCLE__" releaseDate: 2013-03-13 eol: 2015-01-29 link: https://web.archive.org/web/20230716101428/https://doc.opensuse.org/release-notes/x86_64/openSUSE/12.3/ - releaseCycle: "12.2" releaseLabel: "__RELEASE_CYCLE__" releaseDate: 2012-09-05 eol: 2014-01-15 link: https://web.archive.org/web/20240519013538/https://doc.opensuse.org/release-notes/x86_64/openSUSE/12.2/ - releaseCycle: "12.1" releaseLabel: "__RELEASE_CYCLE__" releaseDate: 2011-11-16 eol: 2013-05-15 link: https://web.archive.org/web/20240519012550/https://doc.opensuse.org/release-notes/x86_64/openSUSE/12.1/ - releaseCycle: "11.4" releaseLabel: "__RELEASE_CYCLE__" releaseDate: 2011-03-10 eol: 2012-11-05 link: https://en.opensuse.org/Archive:Product_highlights_11.4 - releaseCycle: "11.3" releaseLabel: "__RELEASE_CYCLE__" releaseDate: 2010-07-15 eol: 2012-01-20 link: https://en.opensuse.org/Archive:Product_highlights_11.3 - releaseCycle: "11.2" releaseLabel: "__RELEASE_CYCLE__" releaseDate: 2009-11-12 eol: 2011-05-12 link: https://en.opensuse.org/Archive:Product_highlights_11.2 - releaseCycle: "11.1" releaseLabel: "__RELEASE_CYCLE__" releaseDate: 2008-12-18 eol: 2011-01-14 link: https://www.suse.com/releasenotes/x86_64/openSUSE/11.1/index.html - releaseCycle: "11.0" releaseLabel: "__RELEASE_CYCLE__" releaseDate: 2008-06-19 eol: 2010-07-26 link: https://www.suse.com/releasenotes/x86_64/openSUSE/11.0/index.html --- > [openSUSE](https://www.opensuse.org/) is a linux distribution developed by the community-supported > openSUSE Project and aimed at sysadmins, developers and desktop users. openSUSE Leap is the name for openSUSE's regular releases, which were previously known as just 'openSUSE' for versions 13.2 and earlier. A Leap Minor Release (42.1, 42.2, 15.1, 15.2, etc.) is expected to be released annually. Users are expected to upgrade to the latest minor release within 12 months of its availability, leading to a _maintenance life cycle of 24 months_. Support is defined as: - security updates for all included packages - critical bugfix updates A Leap major release (e.g. 16.x) is supported until the next major release. The lifecycle of the previous major release (Leap 15) fully aligns with that of SUSE Linux Enterprise 15, except that SLES 15.7 did not have a corresponding Leap 15.7, and instead the lifetime of Leap 15.6 was slightly extended. ================================================ FILE: products/opentofu.md ================================================ --- title: OpenTofu addedAt: 2024-03-31 category: app tags: cncf linux-foundation iconSlug: opentofu permalink: /opentofu alternate_urls: - /tofu - /open-tofu versionCommand: tofu --version changelogTemplate: https://github.com/opentofu/opentofu/blob/v__LATEST__/CHANGELOG.md identifiers: - repology: opentofu - purl: pkg:github/opentofu/opentofu - purl: pkg:oci/opentofu?repository_url=ghcr.io/opentofu auto: methods: - git: https://github.com/opentofu/opentofu.git # eol(x) = releaseDate(x+3) releases: - releaseCycle: "1.11" releaseDate: 2025-12-09 eol: false # releaseDate(1.14) latest: "1.11.5" latestReleaseDate: 2026-02-12 - releaseCycle: "1.10" releaseDate: 2025-06-24 eol: false # releaseDate(1.13) latest: "1.10.9" latestReleaseDate: 2026-02-12 - releaseCycle: "1.9" releaseDate: 2025-01-09 eol: false # releaseDate(1.12) latest: "1.9.4" latestReleaseDate: 2025-09-03 - releaseCycle: "1.8" releaseDate: 2024-07-29 eol: 2025-12-09 latest: "1.8.11" latestReleaseDate: 2025-07-31 - releaseCycle: "1.7" releaseDate: 2024-04-30 eol: 2025-06-24 latest: "1.7.10" latestReleaseDate: 2025-07-31 - releaseCycle: "1.6" releaseDate: 2024-01-09 eol: 2025-01-09 # releaseDate(1.9) latest: "1.6.3" latestReleaseDate: 2024-07-09 --- > [OpenTofu](https://opentofu.org/) is a fork of Terraform that is open-source, community-driven, and managed by the Linux Foundation. In their 2024-01-22 meeting, the OpenTofu Technical Steering Committee (TSC) [decided to adopt the same support policy as Terraform](https://github.com/opentofu/opentofu/blob/v1.10.3/TSC_SUMMARY.md#2024-01-22-async): patches for the most recent major release, as well as up to two prior ones. So up to three releases will be supported at any given point in time. ================================================ FILE: products/openvpn.md ================================================ --- title: OpenVPN addedAt: 2024-07-27 category: app iconSlug: openvpn permalink: /openvpn releasePolicyLink: https://community.openvpn.net/openvpn/wiki/SupportedVersions changelogTemplate: https://github.com/OpenVPN/openvpn/blob/release/__RELEASE_CYCLE__/ChangeLog eoasColumn: Full Stable Support auto: methods: - git: https://github.com/OpenVPN/openvpn.git identifiers: - repology: openvpn # releaseDate and eol https://community.openvpn.net/openvpn/wiki/SupportedVersions releases: - releaseCycle: "2.7" releaseDate: 2026-02-11 eoas: false eol: false latest: "2.7.0" latestReleaseDate: 2026-02-11 - releaseCycle: "2.6" releaseDate: 2023-01-25 eoas: 2026-08-31 eol: 2028-08-31 latest: "2.6.19" latestReleaseDate: 2026-02-04 - releaseCycle: "2.5" releaseDate: 2020-10-27 eoas: 2024-07-18 eol: 2025-07-31 latest: "2.5.11" latestReleaseDate: 2024-07-18 - releaseCycle: "2.4" releaseDate: 2016-12-16 eoas: 2022-03-17 eol: 2023-03-31 latest: "2.4.12" latestReleaseDate: 2022-03-17 - releaseCycle: "2.3" releaseDate: 2013-01-02 eoas: 2017-09-25 eol: 2021-06-30 latest: "2.3.18" latestReleaseDate: 2017-09-25 - releaseCycle: "2.2" releaseDate: 2011-04-21 eoas: 2014-11-30 eol: 2015-11-30 latest: "2.2.3" latestReleaseDate: 2014-11-30 - releaseCycle: "2.1" releaseDate: 2009-12-11 eoas: 2010-11-06 eol: 2011-11-30 latest: "2.1.4" latestReleaseDate: 2010-11-06 --- > [OpenVPN](https://openvpn.net/) is a widely used virtual private networking system. OpenVPN Community Edition aka OpenVPN is a GPLv2 server and client. OpenVPN Access Server (OpenVPN-AS) provides additional paid and proprietary features. There is a strict dependency on [OpenSSL](https://endoflife.date/openssl) which is documented at [Supported OpenSSL versions](https://community.openvpn.net/openvpn/wiki/SupportedVersions#SuppportedOpenSSLversions). Windows versions older than 10 are not officially supported. ## Support - **Full Stable**: This includes full security and bug fix support. Recommended for packaging, and includes Windows binaries/snapshots. A release stays in Full Stable Support for minimum 6 months after next major release. - **Old Stable**: Releases are source-only, with no official binaries. Security and critical bug fix support. Other bug fixes may be delivered as appropriate. A minimum of 12 months long. - **Git Tree Only**: Releases are source-only. Only includes critical security updates. A minimum of 12 months long. This page uses the end of "Git Tree Only" support period as the End-of-Life date. ================================================ FILE: products/openwrt.md ================================================ --- title: OpenWrt addedAt: 2022-12-30 category: os tags: linux-distribution iconSlug: openwrt permalink: /openwrt alternate_urls: - /open-wrt versionCommand: cat /etc/os-release releasePolicyLink: https://openwrt.org/docs/guide-developer/security#support_status changelogTemplate: "https://openwrt.org/releases/{{'__LATEST__'|split:'.'|pop|join:'.'}}/start" eoasColumn: true auto: methods: - git: https://github.com/openwrt/openwrt.git # eol(x) = MAX(releaseDate(x+1)+6m, releaseDate(x)+1y) # eoas(x) = releaseDate(x+1) releases: - releaseCycle: "25.12" releaseDate: 2026-03-05 eoas: false eol: false latest: "25.12.1" latestReleaseDate: 2026-03-17 - releaseCycle: "24.10" releaseDate: 2025-02-04 eoas: 2026-03-05 eol: 2026-09-05 latest: "24.10.6" latestReleaseDate: 2026-03-17 - releaseCycle: "23.05" releaseDate: 2023-10-11 eoas: 2025-02-04 eol: 2025-08-16 latest: "23.05.6" latestReleaseDate: 2025-08-16 - releaseCycle: "22.03" releaseDate: 2022-09-03 eoas: 2023-10-11 eol: 2024-04-11 latest: "22.03.7" latestReleaseDate: 2024-07-23 - releaseCycle: "21.02" eol: 2023-04-30 eoas: 2022-09-03 releaseDate: 2021-09-01 latestReleaseDate: 2023-04-27 latest: "21.02.7" - releaseCycle: "19.07" eol: 2022-04-30 eoas: 2021-09-01 releaseDate: 2020-01-06 latestReleaseDate: 2022-04-17 latest: "19.07.10" - releaseCycle: "18.06" eol: 2021-07-01 eoas: 2020-01-06 releaseDate: 2018-07-30 latestReleaseDate: 2020-11-17 latest: "18.06.9" - releaseCycle: "17.01" eol: 2019-02-01 eoas: 2018-07-30 releaseDate: 2017-02-20 latestReleaseDate: 2019-06-21 latest: "17.01.7" --- > [OpenWrt](https://openwrt.org/) is a highly extensible GNU/Linux distribution for embedded devices > (typically wireless routers). The latest major release is fully supported with updates for the core packages, fixing security and other issues. The previous major release only receives security fixes till the End-of-Life date. Each major release becomes EoL 6 months after the release of the next major version, with a minimum of 1 year from its own release. ================================================ FILE: products/openzfs.md ================================================ --- title: OpenZFS addedAt: 2021-09-22 category: app iconSlug: openzfs permalink: /openzfs alternate_urls: - /zfs versionCommand: zpool get version [zpool name] releasePolicyLink: https://github.com/openzfs/zfs/blob/master/RELEASES.md changelogTemplate: https://github.com/openzfs/zfs/releases/tag/zfs-__LATEST__ eoasColumn: Active support eolColumn: LTS support customFields: - name: supportedLinux display: api-only label: Linux description: Supported Linux kernel versions - name: supportedFreeBSD display: api-only label: FreeBSD description: Supported FreeBSD versions identifiers: - repology: openzfs - cpe: cpe:/a:openzfs:openzfs - cpe: cpe:2.3:a:openzfs:openzfs auto: methods: - github_releases: openzfs/zfs regex: ^zfs-(?P[1-9]\d*)\.(?P\d+)\.(?P\d+)$ # eoas(x) = releaseDate(x+1) # eol(x) = releaseDate(x+2) # supportedLinux / supportedFreeBSD is available at the top of each release note and evolve even in patch versions. releases: - releaseCycle: "2.4" releaseDate: 2025-12-18 eoas: false eol: false latest: "2.4.1" latestReleaseDate: 2026-02-25 supportedLinux: "4.18 - 6.18" supportedFreeBSD: "14, 15, 16" - releaseCycle: "2.3" releaseDate: 2024-10-17 eoas: 2025-12-18 eol: false latest: "2.3.6" latestReleaseDate: 2026-02-25 supportedLinux: "4.18 - 6.15" supportedFreeBSD: "13.3+, 14.0+" - releaseCycle: "2.2" releaseDate: 2023-07-27 eoas: 2025-01-13 eol: 2025-12-18 latest: "2.2.9" latestReleaseDate: 2025-11-18 supportedLinux: "4.18 - 6.15" supportedFreeBSD: "13.3+, 14.0+" - releaseCycle: "2.1" releaseDate: 2021-04-19 eoas: 2023-10-12 eol: 2025-01-13 latest: "2.1.16" latestReleaseDate: 2024-12-06 supportedLinux: "3.10 - 6.7" supportedFreeBSD: "12.2+" - releaseCycle: "2.0" releaseDate: 2020-11-30 eoas: 2021-07-02 eol: 2021-12-23 latest: "2.0.7" latestReleaseDate: 2021-12-23 supportedLinux: "3.10 - 5.15" supportedFreeBSD: "12.2+" - releaseCycle: "0.8" releaseDate: 2019-05-21 eoas: 2020-12-14 eol: 2020-12-14 latest: "0.8.6" latestReleaseDate: 2020-12-14 supportedLinux: "2.6.32 - 5.9" supportedFreeBSD: "N/A" --- > [OpenZFS](https://openzfs.github.io/openzfs-docs/) is an open-source storage platform that > encompasses the functionality of traditional filesystems and volume manager. It includes > protection against data corruption, support for high storage capacities, efficient data > compression, snapshots and copy-on-write clones, continuous integrity checking and automatic > repair, encryption, remote replication with ZFS send and receive, and RAID-Z. Linux and FreeBSD > are officially supported, [with plans to support macOS in the future](https://github.com/openzfs/zfs/pull/12110). ## Release branches OpenZFS maintains two release branches corresponding to the latest two `MAJOR.MINOR` releases: _OpenZFS current_ and _OpenZFS LTS_. _OpenZFS current_ tracks the latest `MAJOR.MINOR` release. This branch receive active support for the latest OpenZFS features and recently releases kernels. _OpenZFS LTS_ tracks [the second latest](https://github.com/openzfs/zfs/issues/16945) `MAJOR.MINOR` release. This branch may get minor updates, but won't receive support for newer kernels or features. ## Officially supported distributions - [Fedora](https://openzfs.github.io/openzfs-docs/Getting%20Started/Fedora/index.html) - [RHEL-based distributions](https://openzfs.github.io/openzfs-docs/Getting%20Started/RHEL-based%20distro/index.html) - [FreeBSD](https://openzfs.github.io/openzfs-docs/Getting%20Started/FreeBSD.html) These distributions have repositories provided directly by the OpenZFS community. While other distributions likely will work, [they are not frequently tested and may exhibit issues](https://github.com/openzfs/zfs/issues/10333). ## Supported kernels [Every Linux release](https://zfsonlinux.org/ "ZFS On Linux") includes a range of supported kernels. Point releases are tagged as needed in order to support the stable kernel available from [kernel.org](https://kernel.org). {%- assign collapsedCycles = page.releases %} {% include table.html labels="Release,Linux,FreeBSD" fields="releaseCycle,supportedLinux,supportedFreeBSD" types="string,string,string" rows=collapsedCycles %} ================================================ FILE: products/opnsense.md ================================================ --- title: OPNsense addedAt: 2024-01-14 category: server-app tags: php-runtime iconSlug: opnsense permalink: /opnsense releasePolicyLink: https://opnsense.org/about/road-map/ changelogTemplate: "https://docs.opnsense.org/releases/CE___RELEASE_CYCLE__.html" releaseLabel: "__RELEASE_CYCLE__ '__CODENAME__'" identifiers: - cpe: cpe:/a:opnsense:opnsense - cpe: cpe:2.3:a:opnsense:opnsense auto: methods: - git: https://github.com/opnsense/core # eol(x) = releaseDate(x+1) releases: - releaseCycle: "26.1" codename: "Witty Woodpecker" releaseDate: 2026-01-28 eol: false latest: "26.1.4" latestReleaseDate: 2026-03-11 - releaseCycle: "25.7" codename: "Visionary Viper" releaseDate: 2025-07-22 eol: 2026-01-28 latest: "25.7.11" latestReleaseDate: 2026-01-15 - releaseCycle: "25.1" codename: "Ultimate Unicorn" releaseDate: 2025-01-28 eol: 2025-07-23 latest: "25.1.12" latestReleaseDate: 2025-07-21 - releaseCycle: "24.7" codename: "Thriving Tiger" releaseDate: 2024-07-23 eol: 2025-01-28 latest: "24.7.12" latestReleaseDate: 2025-01-14 - releaseCycle: "24.1" codename: "Savvy Shark" releaseDate: 2024-01-26 eol: 2024-07-25 latest: "24.1.10" latestReleaseDate: 2024-07-11 - releaseCycle: "23.7" codename: "Restless Roadrunner" releaseDate: 2023-07-28 eol: 2024-01-26 latest: "23.7.12" latestReleaseDate: 2024-01-16 - releaseCycle: "23.1" codename: "Quintessential Quail" releaseDate: 2023-01-25 eol: 2023-07-28 latest: "23.1.11" latestReleaseDate: 2023-06-27 - releaseCycle: "22.7" codename: "Powerful Panther" releaseDate: 2022-07-25 eol: 2023-01-25 latest: "22.7.11" latestReleaseDate: 2023-01-17 - releaseCycle: "22.1" codename: "Observant Owl" releaseDate: 2022-01-25 eol: 2022-07-25 latest: "22.1.10" latestReleaseDate: 2022-07-06 - releaseCycle: "21.7" codename: "Noble Nightingale" releaseDate: 2021-07-23 eol: 2022-01-25 latest: "21.7.8" latestReleaseDate: 2022-01-27 - releaseCycle: "21.1" codename: "Marvelous Meerkat" releaseDate: 2021-01-26 eol: 2021-07-23 latest: "21.1.9" latestReleaseDate: 2021-07-26 - releaseCycle: "20.7" codename: "Legendary Lion" releaseDate: 2020-07-28 eol: 2021-01-26 latest: "20.7.8" latestReleaseDate: 2021-01-18 - releaseCycle: "20.1" codename: "Keen Kingfisher" releaseDate: 2020-01-29 eol: 2020-07-28 latest: "20.1.9" latestReleaseDate: 2020-07-23 - releaseCycle: "19.7" codename: "Jazzy Jaguar" releaseDate: 2019-07-15 eol: 2020-01-29 latest: "19.7.10" latestReleaseDate: 2020-01-27 - releaseCycle: "19.1" codename: "Inspiring Iguana" releaseDate: 2019-01-28 eol: 2019-07-15 latest: "19.1.10" latestReleaseDate: 2019-07-02 - releaseCycle: "18.7" codename: "Happy Hippo" releaseDate: 2018-07-29 eol: 2019-01-28 latest: "18.7.10" latestReleaseDate: 2019-01-06 - releaseCycle: "18.1" codename: "Groovy Gecko" releaseDate: 2018-01-26 eol: 2018-07-29 latest: "18.1.13" latestReleaseDate: 2018-07-23 - releaseCycle: "17.7" codename: "Free Fox" releaseDate: 2017-07-26 eol: 2018-01-26 latest: "17.7.12" latestReleaseDate: 2018-01-17 - releaseCycle: "17.1" codename: "Eclectic Eagle" releaseDate: 2017-01-27 eol: 2017-07-26 latest: "17.1.11" latestReleaseDate: 2017-07-24 - releaseCycle: "16.7" codename: "Dancing Dolphin" releaseDate: 2016-07-26 eol: 2017-01-27 latest: "16.7.14" latestReleaseDate: 2017-01-24 - releaseCycle: "16.1" codename: "Crafty Coyote" releaseDate: 2016-01-28 eol: 2016-07-26 latest: "16.1.20" latestReleaseDate: 2016-07-22 - releaseCycle: "15.7" codename: "Brave Badger" releaseDate: 2015-07-02 eol: 2016-01-28 latest: "15.7.25" latestReleaseDate: 2016-01-18 - releaseCycle: "15.1" codename: "Ascending Albatross" releaseDate: 2015-01-02 eol: 2015-07-02 latest: "15.1.12" latestReleaseDate: 2015-06-17 --- > [OPNsense](https://opnsense.org/) is an open-source firewall and routing platform with a > user-friendly interface and robust features for network security. OPNsense follows a [Calendar Versioning scheme](https://docs.opnsense.org/manual/updates.html#updates) with two major releases per year: one in January and the other in July. [Only the latest release is supported](https://docs.opnsense.org/releases/CE_23.7.html#january-04-2024) with one update every two weeks containing non-breaking new features, bug fixes and security updates. ================================================ FILE: products/oracle-apex.md ================================================ --- title: Oracle APEX addedAt: 2024-01-05 category: framework tags: oracle iconSlug: oracle permalink: /oracle-apex alternate_urls: - /orclapex versionCommand: SELECT VERSION_NO FROM APEX_RELEASE; releasePolicyLink: https://www.oracle.com/database/technologies/appdev/apex/collateral/#assistance changelogTemplate: https://apex.oracle.com/en/platform/features/whats-new-{{"__RELEASE_CYCLE__" | replace:".",""}}/ latestColumn: false auto: methods: - release_table: https://www.oracle.com/database/technologies/appdev/apex/collateral/ render_javascript: true fields: releaseCycle: "Release" eol: "Support Ends" # Release dates come from the release announcements on https://blogs.oracle.com/apex/. # EOL dates are documented on https://www.oracle.com/database/technologies/appdev/apex/collateral/#assistance # or https://www.oracle.com/us/assets/lifetime-support-technology-069183.pdf. releases: - releaseCycle: "24.2" # https://blogs.oracle.com/apex/post/announcing-oracle-apex-242 releaseDate: 2025-01-15 eol: 2027-07-31 - releaseCycle: "24.1" # https://blogs.oracle.com/apex/post/announcing-oracle-apex-241 releaseDate: 2024-06-17 eol: 2026-12-31 - releaseCycle: "23.2" # https://blogs.oracle.com/apex/post/announcing-oracle-apex-232 releaseDate: 2023-11-14 eol: 2026-05-31 - releaseCycle: "23.1" # https://blogs.oracle.com/apex/post/announcing-oracle-apex-231 releaseDate: 2023-05-17 eol: 2024-12-31 - releaseCycle: "22.2" # https://blogs.oracle.com/apex/post/announcing-oracle-apex-222 releaseDate: 2022-11-10 eol: 2024-12-31 - releaseCycle: "22.1" # https://blogs.oracle.com/apex/post/announcing-oracle-apex-221 releaseDate: 2022-05-03 eol: 2024-12-31 - releaseCycle: "21.2" # https://blogs.oracle.com/apex/post/announcing-oracle-apex-212 releaseDate: 2021-11-04 eol: 2024-11-30 - releaseCycle: "21.1" # https://blogs.oracle.com/apex/post/announcing-oracle-apex-211 releaseDate: 2021-05-12 eol: 2024-05-31 - releaseCycle: "20.2" # https://blogs.oracle.com/apex/post/announcing-oracle-apex-202 releaseDate: 2020-10-21 eol: 2024-12-31 - releaseCycle: "20.1" # https://blogs.oracle.com/apex/post/announcing-oracle-apex-201 releaseDate: 2020-04-23 eol: 2024-12-31 - releaseCycle: "19.2" # https://blogs.oracle.com/apex/post/announcing-oracle-apex-192 releaseDate: 2019-11-01 eol: 2024-11-30 - releaseCycle: "19.1" # https://blogs.oracle.com/apex/post/announcing-oracle-apex-191 releaseDate: 2019-03-29 eol: 2024-03-31 - releaseCycle: "18.2" releaseDate: 2018-09-28 eol: 2023-09-01 link: https://blogs.oracle.com/apex/post/announcing-oracle-apex-182 - releaseCycle: "18.1" releaseDate: 2018-05-24 eol: 2023-05-01 link: https://docs.oracle.com/database/apex-18.1/HTMRN/toc.htm#HTMRN-GUID-540B73CB-08A7-4422-B6BF-CC785EC47694 - releaseCycle: "5.1" releaseDate: 2016-12-21 eol: 2021-12-01 link: https://blogs.oracle.com/apex/post/oracle-announces-oracle-application-express-51 --- > Oracle Application Express (also known as APEX) is an enterprise low-code application > development platform from Oracle Corporation. APEX is used for developing and deploying cloud, > mobile and desktop applications. The platform is a web-based integrated development > environment (IDE) with a range of features including wizards, drag-and-drop layout and property > editors to simplify the process of building applications and pages. Oracle APEX is a no-cost option for Oracle Database and has two major releases each year covered under the Oracle Database maintenance agreement. Each release receives 1.5 years of support. Instead of individual patch releases, Oracle provides cumulative [Patch Set Bundles](https://www.oracle.com/tools/downloads/apex-downloads/), which require a "My Oracle Support" account for download. The latest patches can be re-applied to the current installation, and announcements for new patches are made on [APEX's X account](https://twitter.com/OracleAPEX). For details on bug fixes for the current release, visit the [Known Issues](http://apex.oracle.com/known-issues) page. Support timeframes for versions < 19.1 are available in the [Lifetime Support Policy: Oracle Technology Products (PDF)](https://www.oracle.com/support/lifetime-support/resources.html). The [Roadmap](https://apex.oracle.com/sod) reveals planned features and explains release plans and naming convention. ================================================ FILE: products/oracle-database.md ================================================ --- title: Oracle Database addedAt: 2023-03-11 category: database tags: oracle iconSlug: oracle permalink: /oracle-database versionCommand: SELECT BANNER_FULL FROM V$VERSION; releasePolicyLink: https://support.oracle.com/knowledge/Oracle%20Database%20Products/742060_1.html LTSLabel: LTR latestColumn: false eolColumn: Premier Support eoesColumn: Extended Support auto: disabled: true # https://support.oracle.com now requires an account methods: - release_table: https://support.oracle.com/knowledgefs?docId=742060 header_selector: "tr:nth-of-type(1)" fields: releaseCycle: column: "Release" regex: '^(?P\d+)[a-z].*' # ignore x.y releases as the Premier Support date is not displayed eol: column: "Patching End Date" regex: '^(?P\w+( \d+,)? \d+).*' releases: - releaseCycle: "23" releaseLabel: "26ai" # see https://mikedietrichde.com/2025/10/14/oracle-ai-database-26ai-replaces-oracle-database-23ai/ releaseDate: 2023-09-19 lts: true eol: 2031-12-31 eoes: false link: https://docs.oracle.com/en/database/oracle/oracle-database/23/nfcoa/release_updates.html - releaseCycle: "21" releaseLabel: "21c" releaseDate: 2021-08-13 eol: 2027-07-31 link: https://docs.oracle.com/en/database/oracle/oracle-database/21/whats-new.html - releaseCycle: "19" releaseLabel: "19c" releaseDate: 2019-04-25 lts: true eol: 2029-12-31 eoes: 2032-12-31 link: https://docs.oracle.com/en/database/oracle/oracle-database/19/whats-new.html - releaseCycle: "18" releaseLabel: "18c" releaseDate: 2018-07-23 eol: 2021-06-30 link: https://docs.oracle.com/en/database/oracle/oracle-database/18/whats-new.html - releaseCycle: "12.2" releaseLabel: "12c Release 2" releaseDate: 2017-03-01 eol: 2022-03-31 link: https://docs.oracle.com/en/database/oracle/oracle-database/12.2/whats-new.html - releaseCycle: "12.1" releaseLabel: "12c Release 1" lts: true releaseDate: 2013-06-25 eol: 2018-07-31 eoes: 2022-07-31 link: https://docs.oracle.com/database/121/index.htm - releaseCycle: "11.2" releaseLabel: "11g Release 2" lts: true # https://www.orafaq.com/wiki/Oracle_11gR2 releaseDate: 2009-09-01 eol: 2015-01-31 eoes: 2020-12-31 link: https://docs.oracle.com/cd/E11882_01/index.htm - releaseCycle: "11.1" releaseLabel: "11g Release 1" lts: true # https://www.orafaq.com/wiki/Oracle_11gR1 releaseDate: 2007-08-09 # https://web.archive.org/web/20190516170139/https://support.oracle.com/knowledge/Oracle%20Database%20Products/742060_1.html#foot1 eol: 2012-08-31 eoes: 2015-08-31 link: https://docs.oracle.com/cd/B28359_01/index.htm - releaseCycle: "10.2" releaseLabel: "10g Release 2" lts: true # https://web.archive.org/web/20180405025608/http://www.oracle.com/us/corporate/press/017324_EN releaseDate: 2005-07-11 # https://web.archive.org/web/20190516170139/https://support.oracle.com/knowledge/Oracle%20Database%20Products/742060_1.html eol: 2010-07-31 eoes: 2015-07-31 link: https://docs.oracle.com/cd/B19306_01/nav/portal_1.htm - releaseCycle: "10.1" releaseLabel: "10g Release 1" lts: true # https://www.orafaq.com/wiki/2003 releaseDate: 2003-09-08 # https://www.orafaq.com/wiki/Oracle_10g eol: 2009-01-31 eoes: 2012-01-01 link: https://www.oracle.com/database/technologies/database10g-doc.html - releaseCycle: "9.2" releaseLabel: "9i Release 2" lts: true # https://www.orafaq.com/wiki/Oracle_9i releaseDate: 2002-05-01 eol: 2007-07-31 eoes: 2010-07-31 link: https://web.archive.org/web/20230921152724/https://www.oracle.com/database/technologies/oracle9i.html - releaseCycle: "9.0" releaseLabel: "9i Release 1" # https://www.orafaq.com/wiki/Oracle_9i releaseDate: 2001-06-01 eol: 2003-12-31 --- > Oracle Database is a commercial relational database management system (RDBMS) developed by Oracle > Corporation. It uses the Structured Query Language (SQL) for data manipulation and management, and > it provides features such as robust security, transactional consistency, and high availability. {: .note} > Because of the importance of the breakthrough AI technology in the 23 release, it was renamed from `23c` to `23ai`. > Moreover the [`23ai` release was later replaced by `26ai`](https://mikedietrichde.com/2025/10/14/oracle-ai-database-26ai-replaces-oracle-database-23ai/), > but `26ai` kept `23` for the first number of the release. Oracle Database is distributed in various flavors (multiple cloud and on-premises offers) and has [various support stages](https://www.oracle.com/support/lifetime-support/software.html "Lifetime Support for Oracle software") (such as Premier, Extended, Sustaining, or Custom Market Driven). Depending on these, release dates may vary. This page documents Premier and Extended support dates for Oracle Database On-Premises Server Releases for Linux x86-64. According to the [Release Schedule of Current Database Releases](https://support.oracle.com/knowledge/Oracle%20Database%20Products/742060_1.html) there are two types of Oracle Database releases: - Long-Term Releases (LTR), which are supported for 5 years with Premier Support, followed by 3 years with Extended Support. Note that Oracle Corporation may offer, for some LTR, one year of free Extended Support. - Innovation Releases, which are supported for at least 2 years with Premier Support and have no Extended Support. The version and patch policy is also complex and changing, but some guidance can be found on: - [Oracle Database - Wikipedia](https://wikipedia.org/wiki/Oracle_Database#Patch_updates_and_security_alerts), - [All You Need to Know about Oracle Database Patching — GotoDBA.com](https://gotodba.com/2019/10/17/all-you-need-to-know-about-oracle-database-patching/), - [Introducing Monthly Recommended Patches (MRPs) and FAQ (Doc ID 2898740.1) — support.oracle.com](https://web.archive.org/web/20230326170525/https://support.oracle.com/knowledge/Oracle%20Cloud/2898740_1.html), - [Oracle Database (RDBMS) Releases Support Status Summary (Doc ID 161818.1)](https://support.oracle.com/knowledge/Oracle%20Cloud/161818_1.html) (requires an Oracle account with appropriate permissions). ================================================ FILE: products/oracle-graalvm.md ================================================ --- title: Oracle GraalVM addedAt: 2025-06-02 category: lang tags: java-distribution oracle permalink: /oracle-graalvm releasePolicyLink: https://docs.oracle.com/en/graalvm/support-roadmap.html changelogTemplate: https://docs.oracle.com/en/graalvm/jdk/__RELEASE_CYCLE__/docs/release-notes/ eolColumn: Premier Support eoesColumn: Extended Support identifiers: - repology: graalvm auto: methods: - graalvm: https://www.graalvm.org/release-calendar/ versions_column: Oracle GraalVM - release_table: https://www.graalvm.org/release-calendar/ fields: releaseCycle: column: "Oracle GraalVM" regex: '^(?P\d+)$' # only target Feature releases releaseDate: "Date" # Release dates can be found on both https://www.graalvm.org/release-calendar/ and https://docs.oracle.com/en/graalvm/release-calendar.html. # For non-LTS, eol(x) = releaseDate(x+1). # For LTS, EOL can be found on https://docs.oracle.com/en/graalvm/support-roadmap.html. releases: - releaseCycle: "25" releaseDate: 2025-09-16 eol: 2030-09-30 eoes: 2033-09-30 latest: "25.0.2" latestReleaseDate: 2026-01-20 - releaseCycle: "24" releaseDate: 2025-03-18 eol: 2025-09-30 latest: "24.0.2" latestReleaseDate: 2025-07-15 - releaseCycle: "23" releaseDate: 2024-09-17 eol: 2025-03-31 latest: "23.0.2" latestReleaseDate: 2025-01-21 - releaseCycle: "22" releaseDate: 2024-03-19 eol: 2024-09-17 latest: "22.0.2" latestReleaseDate: 2024-07-16 - releaseCycle: "21" lts: true releaseDate: 2023-09-19 eol: 2028-09-30 eoes: 2031-09-30 latest: "21.0.10" latestReleaseDate: 2026-01-20 - releaseCycle: "20" releaseDate: 2023-06-13 eol: 2023-09-19 latest: "20.0.2" latestReleaseDate: 2023-07-25 - releaseCycle: "17" lts: true releaseDate: 2023-06-13 eol: 2026-09-30 eoes: 2029-09-30 latest: "17.0.18" latestReleaseDate: 2026-01-20 --- > [Oracle GraalVM](https://www.graalvm.org/community/) is a commercial and closed-source Java VM and JDK based on [Oracle JDK](/oracle-jdk). > It supports additional programming languages and execution modes, like ahead-of-time compilation of Java applications > for fast startup and low memory footprint. {: .note } > Prior to 2023, GraalVM release numbering was based on the calendar year, and Oracle GraalVM was named Oracle GraalVM Enterprise Edition. > Those releases are not listed here, as they conflict with our auto update mechanism. Oracle GraalVM follows [Oracle JDK](/oracle-jdk)'s six-month release cadence. There are three support levels: - Premier Support: includes minor improvements, bug and security fixes. LTS releases receive Premier Support for a minimum of 5 years from the general availability. Non-LTS releases receive Premier Support for 6 months from the general availability. - Extended Support (LTS releases only): includes minor improvements, bug and security fixes for an additional 3 years from the end of Premier Support. This level of support is only available for an additional fee. - Sustaining Support: includes assistance from Oracle for an indefinite period, but with no bug nor security fixes. This level of support is only available for an additional fee. Since June 2023, Oracle has also provided GraalVM under the [GraalVM Free Terms and Conditions (GFTC) including License for Early Adopter Versions](https://www.oracle.com/downloads/licenses/graal-free-license.html). The GFTC is intended to permit use by any user including commercial and production use. For more information about Oracle GraalVM licensing, [see the Oracle Java SE Licensing FAQ](https://www.oracle.com/java/technologies/javase/jdk-faqs.html#GraalVM-licensing). Oracle GraalVM must not be confused with [GraalVM Community Edition](/graalvm-ce), which is released under a different license. ================================================ FILE: products/oracle-jdk.md ================================================ --- title: Oracle JDK addedAt: 2019-05-28 category: lang tags: java-distribution oracle iconSlug: oracle permalink: /oracle-jdk alternate_urls: - /oracle-java versionCommand: java -version releasePolicyLink: https://www.oracle.com/java/technologies/java-se-support-roadmap.html changelogTemplate: "https://www.oracle.com/java/technologies/javase/{{'__LATEST__'|replace:'.','-'}}-{% if '__RELEASE_CYCLE__'=='__LATEST__' %}relnote-issues{% else %}relnotes{% endif %}.html" eolColumn: Premier Support eoesColumn: Extended Support identifiers: - cpe: cpe:/a:oracle:jdk - cpe: cpe:2.3:a:oracle:jdk - cpe: cpe:/a:oracle:jre - cpe: cpe:2.3:a:oracle:jre - cpe: cpe:/a:oracle:java_se - cpe: cpe:2.3:a:oracle:java_se auto: methods: - oracle-jdk: https://www.java.com/releases/ - release_table: https://www.oracle.com/java/technologies/java-se-support-roadmap.html render_javascript: true header_selector: "thead tr:nth-of-type(2)" fields: releaseCycle: column: "Release" regex: '^(?P\d+)\s+\(LTS\).*' # ignore x.y releases as the Premier Support date is not displayed releaseDate: "GA Date" # needed to exclude future releases eol: column: "Premier Support Until" regex: '^(?P\w+ \d+).*' eoes: column: "Extended Support Until" regex: '^(?P\w+ \d+).*' # Fix the release date, as only month-year dates are provided in the previous table. - release_table: https://www.java.com/releases/ render_javascript: true selector: "table.releaselist" header_selector: "tbody#released tr:nth-of-type(3)" rows_selector: "tbody#released tr" fields: releaseCycle: column: "Version" regex: '^(?P\d+)(\s+LTS)?$' releaseDate: "Date" # Release dates, including future release dates, can be found on https://www.java.com/releases/. # LTS EOL dates can be found on https://www.oracle.com/java/technologies/java-se-support-roadmap.html, # for non-LTS, eol(x) = releaseDate(x+1). releases: - releaseCycle: "26" releaseDate: 2026-03-17 eol: 2026-09-18 latest: "26.0.0" latestReleaseDate: 2026-03-17 link: https://www.oracle.com/java/technologies/javase/26all-relnotes.html - releaseCycle: "25" lts: true releaseDate: 2025-09-16 eol: 2030-09-30 eoes: 2033-09-30 latest: "25.0.2" latestReleaseDate: 2026-01-20 link: https://www.oracle.com/java/technologies/javase/25all-relnotes.html - releaseCycle: "24" releaseDate: 2025-03-18 eol: 2025-09-16 latest: "24.0.2" latestReleaseDate: 2025-07-15 link: https://www.oracle.com/java/technologies/javase/24all-relnotes.html - releaseCycle: "23" releaseDate: 2024-09-17 eol: 2025-03-18 latest: "23.0.2" latestReleaseDate: 2025-01-21 link: https://www.oracle.com/java/technologies/javase/23all-relnotes.html - releaseCycle: "22" releaseDate: 2024-03-19 eol: 2024-09-17 latest: "22.0.2" latestReleaseDate: 2024-07-16 - releaseCycle: "21" lts: true releaseDate: 2023-09-19 eol: 2028-09-30 eoes: 2031-09-30 latest: "21.0.10" latestReleaseDate: 2026-01-20 - releaseCycle: "20" releaseDate: 2023-03-21 eol: 2023-09-19 latest: "20.0.2" latestReleaseDate: 2023-07-18 - releaseCycle: "19" releaseDate: 2022-09-20 eol: 2023-03-21 latest: "19.0.2" latestReleaseDate: 2023-01-17 - releaseCycle: "18" releaseDate: 2022-03-22 eol: 2022-09-20 latest: "18.0.2.1" latestReleaseDate: 2022-08-18 - releaseCycle: "17" lts: true releaseDate: 2021-09-14 eol: 2026-09-30 eoes: 2029-09-30 latest: "17.0.18" latestReleaseDate: 2026-01-20 - releaseCycle: "16" releaseDate: 2021-03-16 eol: 2021-09-14 latest: "16.0.2" latestReleaseDate: 2021-07-20 - releaseCycle: "15" releaseDate: 2020-09-15 eol: 2021-03-16 latest: "15.0.2" latestReleaseDate: 2021-01-19 - releaseCycle: "14" releaseDate: 2020-03-17 eol: 2020-09-16 latest: "14.0.2" latestReleaseDate: 2020-07-14 - releaseCycle: "13" releaseDate: 2019-09-17 eol: 2020-03-17 latest: "13.0.2" latestReleaseDate: 2020-01-14 - releaseCycle: "12" releaseDate: 2019-03-19 eol: 2019-09-17 latest: "12.0.2" latestReleaseDate: 2019-07-16 - releaseCycle: "11" lts: true releaseDate: 2018-09-25 eol: 2023-09-30 eoes: 2032-01-31 latest: "11.0.30" latestReleaseDate: 2026-01-20 - releaseCycle: "10" releaseDate: 2018-03-20 eol: 2018-09-25 latest: "10.0.2" latestReleaseDate: 2018-07-17 - releaseCycle: "9" releaseDate: 2017-09-21 eol: 2018-03-20 latest: "9.0.4" latestReleaseDate: 2018-01-16 - releaseCycle: "8" lts: true releaseDate: 2014-03-18 eol: 2022-03-31 eoes: 2030-12-31 latest: "8u481" latestReleaseDate: 2026-01-20 - releaseCycle: "7" lts: true releaseDate: 2011-07-11 eol: 2019-07-31 eoes: 2022-07-19 link: https://www.oracle.com/java/technologies/javase/7-support-relnotes.html#R170_351 latest: "7u351" latestReleaseDate: 2022-07-19 - releaseCycle: "6" releaseDate: 2006-12-12 eol: 2018-12-31 link: https://www.oracle.com/java/technologies/javase/6u211-relnotes.html latest: "6u211" latestReleaseDate: 2018-10-16 - releaseCycle: "5" releaseDate: 2004-09-30 # https://web.archive.org/web/20081217100039/http://java.sun.com/products/archive/eol.policy.html eol: 2009-10-30 link: https://www.oracle.com/java/technologies/javase/advancedv5-support-relnotes.html latest: "5.0u85" latestReleaseDate: 2015-04-14 - releaseCycle: "1.4" releaseDate: 2002-02-13 # https://web.archive.org/web/20081217100039/http://java.sun.com/products/archive/eol.policy.html eol: 2008-10-30 link: https://www.oracle.com/java/technologies/javase/advanced-v142-support-relnotes.html latest: "1.4.2_42" latestReleaseDate: 2013-02-19 - releaseCycle: "1.3" releaseDate: 2000-05-08 # https://web.archive.org/web/20080410071627/http://java.sun.com/products/archive/eol.policy.html eol: 2006-03-31 link: https://www.oracle.com/java/technologies/javase/releasenote-v131.html latest: "1.3.1_32" latestReleaseDate: 2011-10-18 - releaseCycle: "1.2" releaseDate: 1998-12-04 # https://web.archive.org/web/20080410071627/http://java.sun.com/products/archive/eol.policy.html eol: 2003-11-30 link: https://web.archive.org/web/20080410071627/http://java.sun.com/products/archive/eol.policy.html latest: "1.2.2_18" latestReleaseDate: 2007-01-12 - releaseCycle: "1.1" releaseDate: 1997-02-18 eol: 2002-10-09 link: null latest: "1.1.8_010" latestReleaseDate: 2002-10-09 - releaseCycle: "1.0" releaseDate: 1996-01-23 eol: 1996-05-07 link: null latest: "1.0.2" latestReleaseDate: 1996-05-07 --- > [Oracle Java SE Development Kit (JDK)](https://www.oracle.com/java/) is a commercial, > closed-source, TCK-tested and certified build of OpenJDK. Builds of Oracle JDK are available for > multiple platforms, including Windows, macOS and Linux. Oracle JDK follows the same cadence as OpenJDK, with a 6-month rapid-release cycle (since the release of Java 10) and a new LTS release every 2 years (since OpenJDK 17, previously every 3 years). Oracle JDK follows the [Oracle Lifetime Support Policy](https://www.oracle.com/support/lifetime-support/), which defines 3 support levels: - Premier Support: includes minor improvements, bug and security fixes for a minimum of 5 years from the general availability. - Extended Support (LTS releases only): includes minor improvements, bug and security fixes for an additional 3 years from the end of Premier Support. - Sustaining Support (LTS releases only): includes assistance from Oracle for an indefinite period, but with no bug nor security fixes. Oracle JDK is free of charge for development and testing, but [may not be for production depending on the release](https://www.oracle.com/java/technologies/javase/jdk-faqs.html). In 2021, Oracle announced that [Oracle JDK 17 and later will be free for production](https://blogs.oracle.com/java/post/free-java-license), but you should be cautious [as the situation is not that simple](https://bell-sw.com/announcements/2022/02/24/java-licensing-changes-in-2021/). For example, support for LTS releases [is limited to a year after the next LTS release](https://www.oracle.com/java/technologies/downloads/). Oracle JDK is one of the many builds of OpenJDK. For recommendations on which JDK build to use, check out [whichjdk.com](https://whichjdk.com/#oracle-java-se-development-kit-jdk). {: .warning } > This page also lists deprecated releases 1.0 to 6 of the JDK for information purposes. > Those versions were released under the Sun Microsystems umbrella, before > [its acquisition by Oracle in 2010](https://wikipedia.org/wiki/Sun_Microsystems). > They were not based on OpenJDK and were following a different support policy. ================================================ FILE: products/oracle-linux.md ================================================ --- title: Oracle Linux addedAt: 2022-06-19 category: os tags: linux-distribution oracle iconSlug: oracle permalink: /oracle-linux alternate_urls: - /oraclelinux versionCommand: cat /etc/oracle-release # https://linux-audit.com/how-to-see-version-of-oracle-linux/ releasePolicyLink: https://www.oracle.com/a/ocom/docs/elsp-lifetime-069338.pdf changelogTemplate: https://docs.oracle.com/en/operating-systems/oracle-linux/__RELEASE_CYCLE__/relnotes__LATEST__/ eolColumn: Basic/Premier Support eoesColumn: Extended Support # https://regex101.com/r/fRdw9L/1 auto: methods: - distrowatch: oracle regex: '^Distribution Release: Oracle( Enterprise| Unbreakable)? Linux R?(?P\d+)(-U|\.| Update )?(?P\d+)?$' identifiers: - cpe: cpe:/o:oracle:linux - cpe: cpe:2.3:o:oracle:linux - purl: pkg:oci/oraclelinux?repository_url=container-registry.oracle.com/ords/ocr/ba/os - purl: pkg:oci/oraclelinux?repository_url=ghcr.io/oracle - purl: pkg:docker/library/oraclelinux releases: - releaseCycle: "10" releaseDate: 2025-06-26 eol: false eoes: false latest: "10.1" latestReleaseDate: 2025-12-06 - releaseCycle: "9" releaseDate: 2022-07-06 eol: 2032-06-30 eoes: 2035-06-30 latest: "9.7" latestReleaseDate: 2025-11-26 - releaseCycle: "8" releaseDate: 2019-07-19 eol: 2029-07-31 eoes: 2032-07-31 latest: "8.10" latestReleaseDate: 2024-05-28 - releaseCycle: "7" releaseDate: 2014-07-23 eol: 2024-12-31 eoes: 2028-06-30 latest: "7.9" latestReleaseDate: 2020-10-08 - releaseCycle: "6" releaseDate: 2011-02-12 eol: 2021-03-31 eoes: 2024-12-31 latest: "6.10" latestReleaseDate: 2018-07-02 --- > [Oracle Linux](https://www.oracle.com/linux/) is an Open Source, free RHEL derivative developed by Oracle > to be a 100% application binary compatible alternative to Red Hat Enterprise Linux. ## [Support Tiers](https://www.oracle.com/us/support/library/enterprise-linux-support-policies-069172.pdf) - **Basic Support**: Available for 10 years for versions 5–9 from date of release. Includes access to patches, fixes, security patches and security alerts. - **Premier Support**: Available for 10 years for versions 5–9 from date of release. Includes access to patches, fixes, security patches and security alerts. Additionally, includes live kernel patching (Certain security patches that may be applied without a reboot). - **Extended Support**: Available for a limited time, after Premier Support ends, as per agreement with Oracle. Includes patches and fixes for critical security errata and select high-impact critical bug fixes. Updates are limited to select packages listed at . Also includes live kernel patching. - **Sustaining Support**: Available after Extended support ends. Does not include any new security fixes or alerts. ## Differences with Upstream RHEL - Unlike RHEL, [Oracle Linux does not support point releases once a newer one is available](https://forums.oracle.com/ords/apexds/post/what-is-the-lifecycle-of-oracle-linux-for-minor-releases-2173). Once a new minor point release is available, the older one is immediately considered end of life and users must upgrade to continue receiving security updates. For example, once 8.5 gets a general release, 8.4 is immediately end of life. Whereas on RHEL [this is not the case](https://access.redhat.com/articles/rhel-eus). - Oracle Linux offers different support periods than upstream RHEL, with extra fees for using extended support, which is explained [here](https://www.oracle.com/a/ocom/docs/linux/oracle-linux-extended-support-ds.pdf). - By default, Oracle Linux does not use the same kernel upstream RHEL uses, instead they support their own kernel builds called [UEK](https://docs.oracle.com/en/operating-systems/uek/), which may not be compatible with upstream kernels. [There is a Red Hat Compatible Kernel (RHCK) available as an alternative](https://forums.oracle.com/ords/apexds/post/oracle-linux-how-to-change-default-kernel-3742). ================================================ FILE: products/oracle-solaris.md ================================================ --- title: Oracle Solaris addedAt: 2023-10-24 category: os tags: oracle unix-distribution iconSlug: oracle permalink: /oracle-solaris alternate_urls: - /solaris versionCommand: cat /etc/release releasePolicyLink: https://www.oracle.com/support/lifetime-support/ latestColumn: false eolColumn: Premier Support eoesColumn: Extended Support # No auto update, https://distrowatch.com/?newsid=02397 is outdated. identifiers: - cpe: cpe:/o:oracle:solaris # Release and end of support dates can be found in the "Oracle’s Solaris Releases" paragraph on https://www.oracle.com/a/ocom/docs/support/advanced-customer-support/solaris-linux-vm-lsp.pdf. # A version history can also be found on https://en.wikipedia.org/wiki/Oracle_Solaris#Version_history. releases: - releaseCycle: "11.4" releaseDate: 2018-08-28 eol: 2031-11-01 eoes: 2037-11-01 link: https://docs.oracle.com/en/operating-systems/solaris/oracle-solaris/ - releaseCycle: "11.3" releaseDate: 2015-10-26 eol: 2021-01-01 eoes: 2027-01-01 link: https://docs.oracle.com/cd/E53394_01/index.html - releaseCycle: "11.2" releaseDate: 2014-04-29 eol: true link: https://docs.oracle.com/cd/E36784_01/index.html - releaseCycle: "11.1" releaseDate: 2012-10-03 eol: true link: https://docs.oracle.com/cd/E26502_01/index.html - releaseCycle: "11" releaseDate: 2011-11-09 eol: true link: https://docs.oracle.com/cd/E23824_01/index.html - releaseCycle: "10" releaseDate: 2005-01-31 eol: 2018-01-01 eoes: 2027-01-01 link: https://docs.oracle.com/cd/F24622_01/index.html - releaseCycle: "9" releaseDate: 2002-05-28 eol: 2011-10-01 eoes: 2014-10-01 link: https://docs.oracle.com/cd/E19683-01/index.html - releaseCycle: "8" releaseDate: 2000-02-01 eol: 2009-03-01 eoes: 2012-03-01 link: https://docs.oracle.com/cd/E19455-01/index.html --- > [Oracle Solaris](https://www.oracle.com/solaris/) is a proprietary Unix operating system > originally developed by Sun Microsystems. After the Sun acquisition by Oracle in 2010, it was > renamed Oracle Solaris. It supports SPARC and x86-64 workstations and servers. It is known for > its stability, performance, scalability and innovative features such as DTrace or ZFS. The current Oracle Solaris support policy is based on _Oracle Lifetime Support Policy — Oracle and Sun System Software and Operating Systems_. This policy provides three stages of support: premier, extended and sustaining. **Premier Support** is available for a minimum of 10 years from the general availability. It provides access to bug and security fixes and is included with the purchase of an Oracle Solaris license. **Extended Support** is available for an additional 3 years from the end of the Premier Support. It provides access to bug and security fixes and requires an additional fee. **Sustaining Support** is available indefinitely from the end of the Extended Support period or, if Extended Support was not purchased, from the end of the Premier Support period. It provides access to critical patch updates created during the Premier and Extended Support periods and requires an additional fee. ================================================ FILE: products/otobo.md ================================================ --- title: OTOBO addedAt: 2026-03-12 category: server-app permalink: /otobo releasePolicyLink: https://otobo.io/en/service-management-platform/otobo-download/ changelogTemplate: https://github.com/RotherOSS/otobo/blob/rel-{{"__RELEASE_CYCLE__" | replace:'.','_'}}/CHANGES.md auto: methods: - git: https://github.com/RotherOSS/otobo.git regex: ^rel-(?P\d+)_(?P\d+)_(?P\d+)$ # EOL documented on https://otobo.io/en/service-management-platform/otobo-download/ releases: - releaseCycle: "11.0" releaseDate: 2024-05-13 eol: false latest: "11.0.15" latestReleaseDate: 2026-02-04 - releaseCycle: "10.1" releaseDate: 2022-03-02 eol: false latest: "10.1.16" latestReleaseDate: 2025-10-23 - releaseCycle: "10.0" releaseDate: 2020-07-13 eol: 2026-01-01 latest: "10.0.27" latestReleaseDate: 2025-10-23 --- > [OTOBO](https://otobo.io/) is a free and open-source ticketing system forked from OTRS Community > Edition. > It is mainly targeted at IT and departmental services, such as customer service, HR, and facility > management. Every OTOBO release is supported for a minimum of three years and a minimum of 6 months after the release of the next but one major/minor release. ================================================ FILE: products/ovirt.md ================================================ --- title: oVirt addedAt: 2024-01-08 category: server-app tags: java-runtime permalink: /ovirt releasePolicyLink: https://blogs.ovirt.org/2022/04/ovirt-4-4-end-of-life/ changelogTemplate: https://github.com/oVirt/ovirt-engine/releases/tag/ovirt-engine-__LATEST__ staleReleaseThresholdDays: 730 # looks like there are not much releases auto: methods: - git: https://github.com/oVirt/ovirt-engine regex: ^ovirt-engine-(?P\d+)\.(?P\d+)\.(?P\d{1,3})\.?(?P\d+)?$ # eol(x) = releaseDate(x+1) releases: - releaseCycle: "4.5" releaseDate: 2022-03-16 eol: false latest: "4.5.7" latestReleaseDate: 2025-12-17 - releaseCycle: "4.4" releaseDate: 2020-05-06 eol: 2022-05-20 latest: "4.4.10.7" latestReleaseDate: 2022-03-07 - releaseCycle: "4.3" releaseDate: 2019-01-22 eol: 2020-05-20 latest: "4.3.11.4" latestReleaseDate: 2020-08-18 - releaseCycle: "4.2" releaseDate: 2017-12-04 eol: 2019-02-04 latest: "4.2.8.9" latestReleaseDate: 2019-09-25 - releaseCycle: "4.1" releaseDate: 2017-01-12 eol: 2017-12-17 latest: "4.1.11.2" latestReleaseDate: 2018-04-17 - releaseCycle: "4.0" releaseDate: 2016-05-31 eol: 2017-01-12 latest: "4.0.7.5" latestReleaseDate: 2017-06-06 - releaseCycle: "3.6" releaseDate: 2015-09-25 eol: 2016-06-23 latest: "3.6.13.5" latestReleaseDate: 2018-05-25 --- > [oVirt](https://www.ovirt.org/) is an open-source > software for centralized virtualization management. It is a hosted hypervisor > that can run operating systems including Linux and Windows oVirt versions are supported until the new one is available. ================================================ FILE: products/pan-cortex-xdr.md ================================================ --- title: Palo Alto Networks Cortex XDR agent addedAt: 2022-01-10 category: app tags: palo-alto-networks permalink: /cortex-xdr alternate_urls: - /pan-xdr - /cortexxdr - /xdr - /pan-cortex-xdr releasePolicyLink: https://www.paloaltonetworks.com/services/support/end-of-life-announcements/end-of-life-summary changelogTemplate: https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/__RELEASE_CYCLE__/Cortex-XDR-Agent-Release-Notes/Cortex-XDR-Agent-__RELEASE_CYCLE__-Release-Information LTSLabel: CE iconSlug: paloaltonetworks latestColumn: false eolColumn: Support Status auto: methods: - release_table: https://www.paloaltonetworks.com/services/support/end-of-life-announcements/end-of-life-summary selector: "table#traps-esm-and-cortex" header_selector: "tr:nth-of-type(3)" rows_selector: "tr" fields: releaseCycle: column: "Version" # CE versions are ignored (not supported by release_table) regex: '^(?P\d+)(\.(?P\d+))?(\.(?P\d+))?( \(Cortex XDR agent\))?$' template: "{{major}}{% if minor %}.{{minor}}{% endif %}" releaseDate: column: "Release Date" regex: '^(?P\w+) (?P\d+)(st|nd|rd|th)?, (?P\d{4}).*$' template: "{{month}} {{day}} {{year}}" eol: column: "End-of-Life Date" regex: '^(?P\w+) (?P\d+)(st|nd|rd|th)?, (?P\d{4}).*$' template: "{{month}} {{day}} {{year}}" # EOL dates can be found on https://www.paloaltonetworks.com/services/support/end-of-life-announcements/end-of-life-summary#traps-esm-and-cortex # Latest can be found on https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Agent-Releases/Cortex-XDR-Agent-Releases releases: - releaseCycle: "9.1" releaseDate: 2026-01-25 eol: 2026-11-22 latest: "9.1.0" latestReleaseDate: 2026-01-25 - releaseCycle: "9.0" releaseDate: 2025-11-09 eol: 2026-08-23 latest: "9.0.0" latestReleaseDate: 2025-11-09 - releaseCycle: "8.9" releaseDate: 2025-07-21 eol: 2026-05-10 latest: "8.9" latestReleaseDate: 2025-07-21 - releaseCycle: "8.8" releaseDate: 2025-04-28 eol: 2026-02-18 latest: "8.8" latestReleaseDate: 2025-04-28 - releaseCycle: "8.7" releaseDate: 2025-02-02 eol: 2025-11-23 latest: "8.7" latestReleaseDate: 2025-02-02 - releaseCycle: "7.9.103-ce" releaseDate: 2024-11-11 eol: 2026-12-31 latest: "7.9.103-CE" latestReleaseDate: 2024-11-11 - releaseCycle: "8.6" releaseDate: 2024-09-30 eol: 2025-07-13 latest: "8.6.1" latestReleaseDate: 2024-12-03 # used Linux/Mac date - releaseCycle: "8.5" releaseDate: 2024-06-30 eol: 2025-04-21 latest: "8.5.2" latestReleaseDate: 2025-02-24 - releaseCycle: "8.3-ce" releaseDate: 2024-05-21 eol: 2026-05-21 latest: "8.3.101-CE" latestReleaseDate: 2025-01-13 # used Linux date - releaseCycle: "8.4" releaseDate: 2024-04-14 eol: 2025-02-05 latest: "8.4" latestReleaseDate: 2024-04-14 - releaseCycle: "8.3" releaseDate: 2024-02-11 eol: 2024-11-25 latest: "8.3" latestReleaseDate: 2024-02-11 - releaseCycle: "8.2" releaseDate: 2023-10-29 eol: 2024-08-12 latest: "8.2.1" latestReleaseDate: 2024-01-09 - releaseCycle: "8.1" releaseDate: 2023-06-25 eol: 2024-04-09 latest: "8.1.2" latestReleaseDate: 2023-11-27 - releaseCycle: "7.9-ce" lts: true releaseDate: 2023-03-19 eol: 2025-03-19 link: https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/7.9ce/Cortex-XDR-Agent-Release-Notes/Cortex-XDR-Agent-7.9-CE-Release-Information latest: "7.9-ce" latestReleaseDate: 2023-03-19 - releaseCycle: "8.0" releaseDate: 2023-03-05 eol: 2023-12-19 latest: "8.0.2" latestReleaseDate: 2023-07-19 - releaseCycle: "7.9" releaseDate: 2022-12-04 eol: 2023-09-11 latest: "7.9.101-ce" latestReleaseDate: 2023-07-10 - releaseCycle: "7.8" releaseDate: 2022-07-24 eol: 2023-04-24 latest: "7.8.2-HF2" latestReleaseDate: 2023-02-27 - releaseCycle: "7.7" releaseDate: 2022-03-27 eol: 2022-12-27 latest: "7.7.2-HF" latestReleaseDate: 2022-07-27 - releaseCycle: "7.5-ce" lts: true releaseDate: 2022-03-06 eol: 2024-03-06 latest: "7.5.102-ce" latestReleaseDate: 2023-01-24 link: https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/7.5ce/Cortex-XDR-Agent-Release-Notes/Cortex-XDR-Agent-7.5-CE-Release-Information - releaseCycle: "7.6" releaseDate: 2021-12-05 eol: 2022-09-05 latest: "7.6.3" latestReleaseDate: 2022-06-07 link: null - releaseCycle: "7.5" releaseDate: 2021-08-22 eol: 2022-08-22 latest: "7.5.3" latestReleaseDate: 2022-04-25 link: null - releaseCycle: "7.4" releaseDate: 2021-05-24 eol: 2022-05-24 latest: "7.4.4" latestReleaseDate: 2022-01-24 link: null - releaseCycle: "7.3" releaseDate: 2021-02-01 eol: 2022-02-01 latest: "7.3" latestReleaseDate: 2021-02-01 link: null - releaseCycle: "7.2" releaseDate: 2020-09-07 eol: 2022-03-07 latest: "7.2" latestReleaseDate: 2020-09-07 link: null - releaseCycle: "7.1" releaseDate: 2020-04-22 eol: 2021-06-04 latest: "7.1" latestReleaseDate: 2020-04-22 link: null - releaseCycle: "7.0" releaseDate: 2019-12-04 eol: 2021-06-04 latest: "7.0" latestReleaseDate: 2019-12-04 link: null - releaseCycle: "6.1" releaseDate: 2019-07-02 eol: 2022-07-01 latest: "6.1.9" latestReleaseDate: 2022-05-09 link: null - releaseCycle: "6.0" releaseDate: 2019-02-26 eol: 2020-02-26 latest: "6.0" latestReleaseDate: 2019-02-26 link: null - releaseCycle: "4.2" releaseDate: 2018-06-25 eol: 2022-03-01 latest: "4.2" latestReleaseDate: 2018-06-25 link: null - releaseCycle: "5.0" releaseDate: 2018-03-19 eol: 2024-06-01 latest: "5.0.12" latestReleaseDate: 2021-06-07 link: https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/5.0/Traps-Agent-Release-Notes/Traps-Agent-Release-Information - releaseCycle: "4.1" releaseDate: 2017-09-15 eol: 2019-09-15 latest: "4.1" latestReleaseDate: 2017-09-15 link: null - releaseCycle: "4.0" releaseDate: 2017-04-05 eol: 2018-04-05 latest: "4.0" latestReleaseDate: 2017-04-05 link: null - releaseCycle: "3.4" releaseDate: 2016-08-21 eol: 2019-08-21 latest: "3.4" latestReleaseDate: 2016-08-21 link: null - releaseCycle: "3.3" releaseDate: 2015-11-10 eol: 2017-02-28 latest: "3.3" latestReleaseDate: 2015-11-10 link: null - releaseCycle: "3.2" releaseDate: 2015-03-31 eol: 2016-03-31 latest: "3.2" latestReleaseDate: 2015-03-31 link: null - releaseCycle: "3.1" releaseDate: 2014-09-03 eol: 2015-09-03 latest: "3.1" latestReleaseDate: 2014-09-03 link: null --- > [Palo Alto Networks](https://www.paloaltonetworks.com/) [Cortex XDR agent](https://docs-cortex.paloaltonetworks.com/p/XDR) > protects endpoints by preventing known and unknown malware from running on those endpoints and by > halting any attempts to leverage software exploits and vulnerabilities. The agent can be installed > on a variety of operating systems including Windows, macOS, Android, and Linux. Software updates > are provided as part of a valid support agreement. ## Critical Environment (CE) The critical environment (CE) line, released every 12–18 months, is supported for 24 months. This CE line is based on an existing agent line, already available, and becomes a critical environment line only after its stability has been verified. The line receives content updates and minor version releases relating to high and critical-severity bug fixes alongside security fixes within the existing capabilities for its entire support cycle. The CE line is recommended for customers running in regulated environments, looking for less frequent upgrades and stability-focused versions. ================================================ FILE: products/pan-gp.md ================================================ --- title: Palo Alto Networks GlobalProtect App addedAt: 2022-01-05 category: app tags: palo-alto-networks iconSlug: paloaltonetworks permalink: /pangp alternate_urls: - /pan-gp releasePolicyLink: https://www.paloaltonetworks.com/services/support/end-of-life-announcements/end-of-life-summary eoasColumn: true eolColumn: End-of-life Date identifiers: - repology: globalprotect - cpe: cpe:/a:paloaltonetworks:globalprotect - cpe: cpe:2.3:a:paloaltonetworks:globalprotect auto: methods: - release_table: https://www.paloaltonetworks.com/services/support/end-of-life-announcements/end-of-life-summary selector: "table#globalprotect" header_selector: "tr:nth-of-type(3)" rows_selector: "tr" fields: releaseCycle: "GlobalProtect App version" releaseDate: "Release Date" eoas: "End-of-Engineering Date" eol: "End-of-Life Date" releases: - releaseCycle: "6.3" releaseDate: 2024-06-13 eol: 2028-06-30 eoas: 2028-06-30 latest: "6.3.3-c915" latestReleaseDate: 2026-03-06 link: https://docs.paloaltonetworks.com/globalprotect/6-3/globalprotect-app-release-notes/globalprotect-addressed-issues - releaseCycle: "6.2" releaseDate: 2023-05-23 eol: 2027-06-30 eoas: 2027-06-30 latest: "6.2.8-c814" latestReleaseDate: 2026-03-03 link: https://docs.paloaltonetworks.com/globalprotect/6-2/globalprotect-app-release-notes/globalprotect-addressed-issues - releaseCycle: "6.1" releaseDate: 2022-09-01 eol: 2025-12-31 eoas: 2025-03-01 latest: "6.1.5" latestReleaseDate: 2024-06-20 link: https://docs.paloaltonetworks.com/globalprotect/6-1/globalprotect-app-release-notes//globalprotect-addressed-issues - releaseCycle: "6.0" releaseDate: 2022-02-22 eol: 2025-12-31 eoas: 2025-12-31 latest: "6.0.12" latestReleaseDate: 2025-09-02 link: https://docs.paloaltonetworks.com/globalprotect/6-0/globalprotect-app-release-notes/globalprotect-addressed-issues - releaseCycle: "5.3" releaseDate: 2021-06-01 eol: 2023-06-01 eoas: 2022-12-01 latest: "5.3.4" latestReleaseDate: 2022-05-31 link: https://web.archive.org/web/20221203201532/https://docs.paloaltonetworks.com/globalprotect/5-3/globalprotect-app-release-notes/gp-app-release-information - releaseCycle: "5.2" releaseDate: 2020-07-30 eol: 2024-02-28 eoas: 2023-08-31 latest: "5.2.13-c418" latestReleaseDate: 2023-07-11 link: https://docs.paloaltonetworks.com/globalprotect/5-2/globalprotect-app-release-notes/globalprotect-known-and-addressed-issues/globalprotect-addressed-issues - releaseCycle: "5.1" releaseDate: 2019-12-12 eol: 2024-12-31 eoas: 2021-03-12 latest: "5.1.12" latestReleaseDate: 2024-02-12 link: https://docs.paloaltonetworks.com/globalprotect/5-1/globalprotect-app-release-notes - releaseCycle: "5.0" releaseDate: 2019-02-12 eol: 2021-02-12 eoas: 2020-05-12 latest: "5.0.10" link: https://web.archive.org/web/20220815074700/https://docs.paloaltonetworks.com/globalprotect/5-0/globalprotect-app-release-notes/gp-app-release-information/globalprotect-50-addressed-issues - releaseCycle: "4.1" releaseDate: 2018-03-01 eol: 2020-03-01 eoas: 2019-06-01 latest: "4.1.13" link: https://web.archive.org/web/20220813143321/https://docs.paloaltonetworks.com/globalprotect/4-1/globalprotect-app-release-notes/gp-app-release-information/globalprotect-app-4113-addressed-issues - releaseCycle: "4.0" releaseDate: 2017-01-30 eol: 2019-01-30 eoas: 2018-05-02 latest: "4.0" latestReleaseDate: 2017-01-30 - releaseCycle: "3.1" releaseDate: 2016-06-23 eol: 2018-06-23 eoas: 2017-09-23 latest: "3.1" latestReleaseDate: 2016-06-23 - releaseCycle: "3.0" releaseDate: 2016-02-16 eol: 2018-02-15 eoas: 2017-05-18 latest: "3.0" latestReleaseDate: 2016-02-16 --- > [Palo Alto Networks GlobalProtect App](https://docs.paloaltonetworks.com/globalprotect) is the > software client for the VPN service on Palo Alto Networks PAN-OS firewalls and Prisma Access > service. The app can be installed on a variety of operating systems including Windows, macOS, > Android, iOS, and Linux. Software updates are provided as part of a valid support agreement. ================================================ FILE: products/pan-os.md ================================================ --- title: Palo Alto Networks PAN-OS addedAt: 2022-01-10 category: os tags: palo-alto-networks iconSlug: paloaltonetworks permalink: /panos alternate_urls: - /pan-os versionCommand: show system info | match sw-version releasePolicyLink: https://www.paloaltonetworks.com/services/support/end-of-life-announcements/end-of-life-summary eolColumn: End-of-life Date auto: methods: # https://github.com/endoflife-date/release-data/blob/main/src/pan-os.py works great, but the update-product-data.py script does not # compute the latest version accurately, and the link is not updated either. So we better disable this for now. # See https://github.com/endoflife-date/endoflife.date/issues/5775. #- pan-os: https://raw.githubusercontent.com/mrjcap/panos-versions/master/PaloAltoVersions.json - release_table: https://www.paloaltonetworks.com/services/support/end-of-life-announcements/end-of-life-summary selector: "table#pan-os-panorama" header_selector: "tr:nth-of-type(3)" rows_selector: "tr" fields: releaseCycle: column: "Version" regex: '^(?P\d+\.\d+).*$' releaseDate: "Release Date" eol: "End-of-Life Date" releases: - releaseCycle: "12.1" releaseDate: 2025-08-28 eol: 2028-08-28 latest: "12.1.5" latestReleaseDate: 2026-03-05 link: https://docs.paloaltonetworks.com/ngfw/release-notes/12-1/pan-os-12-1-5-known-and-addressed-issues/pan-os-12-1-5-addressed-issues - releaseCycle: "11.2" releaseDate: 2024-05-02 eol: 2027-05-02 latest: "11.2.10-h4" latestReleaseDate: 2026-03-06 link: https://docs.paloaltonetworks.com/pan-os/11-2/pan-os-release-notes/pan-os-11-2-10-known-and-addressed-issues/pan-os-11-2-10-h4-addressed-issues - releaseCycle: "11.1" releaseDate: 2023-11-03 eol: 2027-05-03 latest: "11.1.13-h3" latestReleaseDate: 2026-03-18 link: https://docs.paloaltonetworks.com/pan-os/11-1/pan-os-release-notes/pan-os-11-1-13-known-and-addressed-issues/pan-os-11-1-13-h3-addressed-issues - releaseCycle: "11.0" releaseDate: 2022-11-17 eol: 2024-11-17 latest: "11.0.6-h1" latestReleaseDate: 2024-11-17 link: https://docs.paloaltonetworks.com/pan-os/11-0/pan-os-release-notes/pan-os-11-0-6-known-and-addressed-issues/pan-os-11-0-6-h1-addressed-issues - releaseCycle: "10.2" releaseDate: 2022-02-27 eol: 2025-08-27 latest: "10.2.18-h1" latestReleaseDate: 2025-12-02 link: https://docs.paloaltonetworks.com/pan-os/10-2/pan-os-release-notes/pan-os-10-2-18-known-and-addressed-issues/pan-os-10-2-18-h1-addressed-issues - releaseCycle: "10.1" releaseDate: 2021-05-31 eol: 2024-12-01 latest: "10.1.14-h20" latestReleaseDate: 2025-11-25 link: https://docs.paloaltonetworks.com/pan-os/10-1/pan-os-release-notes/pan-os-10-1-14-known-and-addressed-issues/pan-os-10-1-14-h20-addressed-issues - releaseCycle: "10.0" releaseDate: 2020-07-16 eol: 2022-07-16 latest: "10.0.12-h6" latestReleaseDate: 2024-05-29 link: https://docs.paloaltonetworks.com/pan-os/10-0/pan-os-release-notes/pan-os-10-0-addressed-issues/pan-os-10-0-12-h6-addressed-issues - releaseCycle: "9.1" releaseDate: 2019-12-13 eol: 2024-06-30 latest: "9.1.19" latestReleaseDate: 2024-05-22 link: https://docs.paloaltonetworks.com/pan-os/9-1/pan-os-release-notes/pan-os-9-1-addressed-issues/pan-os-9-1-19-addressed-issues - releaseCycle: "9.0-xfr" releaseLabel: "9.0-XFR (VM-Series only)" releaseDate: 2019-09-19 eol: 2020-09-19 latest: "9.0-XFR (VM-Series only)" latestReleaseDate: 2019-09-19 link: https://docs.paloaltonetworks.com/vm-series/9-0/pan-os-xfr-release-notes/pan-os-90-xfr/pan-os-9-0-xfr-addressed-issues - releaseCycle: "9.0" releaseDate: 2019-02-06 eol: 2022-03-01 latest: "9.0.17-h5" latestReleaseDate: 2023-12-30 link: https://docs.paloaltonetworks.com/pan-os/9-0/pan-os-release-notes/pan-os-9-0-addressed-issues/pan-os-9-0-17-h5-addressed-issues - releaseCycle: "8.1" releaseDate: 2018-03-01 eol: 2022-03-01 latest: "8.1.24" latestReleaseDate: 2022-10-11 link: https://docs.paloaltonetworks.com/pan-os/8-1/pan-os-release-notes/pan-os-8-1-addressed-issues/pan-os-8-1-24-addressed-issues - releaseCycle: "8.0" releaseDate: 2017-01-29 eol: 2019-10-31 latest: "8.0.20" latestReleaseDate: 2019-10-23 link: https://docs.paloaltonetworks.com/content/dam/techdocs/en_US/pdf/pan-os/8-0/pan-os-release-notes/pan-os-release-notes.pdf - releaseCycle: "7.1" releaseDate: 2016-03-29 eol: 2020-06-30 latest: "7.1.26" latestReleaseDate: 2020-04-30 link: https://docs.paloaltonetworks.com/content/dam/techdocs/en_US/pdf/pan-os/7-1/pan-os-release-notes/pan-os-release-notes.pdf - releaseCycle: "7.0" releaseDate: 2015-06-04 eol: 2017-12-04 latest: "7.0.19" latestReleaseDate: 2018-03-29 link: https://docs.paloaltonetworks.com/content/dam/techdocs/en_US/pdf/eol/pan-os-70-release-notes.pdf - releaseCycle: "6.1" releaseDate: 2014-10-25 eol: 2018-10-25 latest: "6.1.22" latestReleaseDate: 2018-10-22 link: https://docs.paloaltonetworks.com/content/dam/techdocs/en_US/pdf/eol/pan-os-61-release-notes.pdf - releaseCycle: "6.0" releaseDate: 2014-01-19 eol: 2017-03-19 latest: "6.0.15" latestReleaseDate: 2017-11-14 link: https://docs.paloaltonetworks.com/content/dam/techdocs/en_US/pdf/eol/pan-os-60-release-notes.pdf - releaseCycle: "5.1" releaseDate: 2013-05-09 eol: 2017-05-09 latest: "" - releaseCycle: "5.0" releaseDate: 2012-11-13 eol: 2016-11-13 latest: "" - releaseCycle: "4.1" releaseDate: 2011-10-31 eol: 2015-04-30 latest: "" - releaseCycle: "4.0" releaseDate: 2011-02-22 eol: 2014-12-31 latest: "" - releaseCycle: "3.1" releaseDate: 2010-03-15 eol: 2013-06-30 latest: "" - releaseCycle: "3.0" releaseDate: 2009-06-17 eol: 2010-12-17 latest: "" - releaseCycle: "2.1" releaseDate: 2009-01-05 eol: 2012-01-05 latest: "" - releaseCycle: "2.0" releaseDate: 2008-05-20 eol: 2009-05-20 latest: "" - releaseCycle: "1.3" releaseDate: 2007-11-15 eol: 2008-11-20 latest: "" --- > [Palo Alto Networks](https://www.paloaltonetworks.com/) [PAN-OS](https://docs.paloaltonetworks.com/pan-os) > is the software that runs all Palo Alto Networks next-generation firewalls. These firewalls are > deployed as physical appliances, virtual machines, containers, and cloud services. Software updates are provided as part of a valid support agreement with major releases of new features in the `.0` (e.g. `10.0`) release and minor releases of new features in the `.1` (e.g. `10.1`) release. Bug fixes and security fixes are provided for supported major and minor releases. ================================================ FILE: products/pci-dss.md ================================================ --- title: PCI-DSS addedAt: 2022-10-10 category: standard permalink: /pci-dss alternate_urls: - /pci releasePolicyLink: https://blog.pcisecuritystandards.org/updated-pci-dss-v4.0-timeline releasePolicyImage: https://blog.pcisecuritystandards.org/hs-fs/hubfs/Development.png?width=750&name=Development.png latestColumn: false eolColumn: Acceptance staleReleaseThresholdDays: 1095 # standards have a long lifespan releases: - releaseCycle: "4.0.1" releaseDate: 2024-06-11 eol: false link: https://blog.pcisecuritystandards.org/just-published-pci-dss-v4-0-1 - releaseCycle: "4.0" releaseDate: 2022-03-31 eol: 2024-12-31 link: https://blog.pcisecuritystandards.org/pci-dss-v4-0-resource-hub - releaseCycle: "3.2.1" releaseDate: 2018-05-01 eol: 2024-03-31 link: https://docs-prv.pcisecuritystandards.org/PCI%20DSS/Standard/PCI_DSS_Summary_of_Changes_3-2-1.pdf - releaseCycle: "3.2" releaseDate: 2016-04-01 eol: 2018-12-31 - releaseCycle: "3.1" releaseDate: 2015-04-01 eol: 2016-10-31 --- > [PCI DSS](https://www.pcisecuritystandards.org) is an information security standard for > organizations that handle branded credit cards from the major card schemes. {: .note } > The period for which an entity's PCI DSS assessment result is valid does not change > if the standard against which the entity was assessed has been retired[^1]. - Future-dated new requirements introduced in v4.0 will become effective on 31st March 2025. - PCI DSS v3.2.1 was retired on 31st March 2024. Changes from v3.2.1 to v4 are documented in the [Summary of Changes](https://docs-prv.pcisecuritystandards.org/PCI%20DSS/Standard/PCI-DSS-v3-2-1-to-v4-0-Summary-of-Changes-r2.pdf) - PCI DSS v3.2 remained valid till 31 December 2018 and was retired on 1 January 2019. - PCI DSS [v3.1 retired on 31 October 2016](https://listings.pcisecuritystandards.org/pdfs/PCI_DSS_Resource_Guide_%28003%29.pdf). The new requirements introduced in PCI DSS v3.2 were considered best practices until 31 January 2018. Starting 1 February 2018 they are effective as requirements and must be used. [^1]: ================================================ FILE: products/perl.md ================================================ --- title: Perl addedAt: 2020-11-20 category: lang iconSlug: perl permalink: /perl versionCommand: perl -v releaseImage: https://www.versio.io/img/product-release-version-end-of-life/Perl_Foundation-Perl.jpg releasePolicyLink: https://perldoc.perl.org/perlpolicy#MAINTENANCE-AND-SUPPORT changelogTemplate: "https://perldoc.perl.org/__LATEST__/perldelta" eoasColumn: true eolColumn: Critical security patches identifiers: - purl: pkg:apk/alpine/perl - purl: pkg:deb/debian/perl - purl: pkg:generic/perl - repology: perl - cpe: cpe:2.3:a:perl:perl - cpe: cpe:/a:perl:perl auto: methods: - git: https://github.com/Perl/perl5.git regex: # After 5.26 -> vx.y.z (odd versions are 'development' version since 5.6) # See https://regex101.com/r/eK40Ks/1. - '^v(?P\d+)\.(?P[1-9]*[02468])\.(?P\d+)?$' # Before 5.26 -> perl-x.00y, perl-x.00y_z, perl-x.00y.z, perl-x.00y.zabc # This regex is returning 5.7.x and 5.9.x versions even if it shouldn't (odd versions are 'development' version since 5.6). # But considering those are not listed on https://endoflife.date/perl, it's an acceptable inconvenient. # See https://regex101.com/r/wGccaP/1. - '^perl-(?P\d+)\.(?P\d+)([._](?P\d?\w+))?$' # Development releases are not listed here, and: # - eol dates are always releaseDate + 3 YEARS # - end of support dates are: # - false for the last 2 releases # - releaseDate(R+2) for other releases (e.g. support(5.34) = releaseDate(5.36)) releases: - releaseCycle: "5.42" releaseDate: 2025-07-03 eoas: false eol: 2028-07-03 latest: "5.42.1" latestReleaseDate: 2026-03-08 - releaseCycle: "5.40" releaseDate: 2024-06-09 eoas: false eol: 2027-06-09 latest: "5.40.3" latestReleaseDate: 2025-08-03 - releaseCycle: "5.38" releaseDate: 2023-07-02 eoas: 2025-07-03 eol: 2026-07-02 latest: "5.38.5" latestReleaseDate: 2025-08-03 - releaseCycle: "5.36" releaseDate: 2022-05-27 eoas: 2024-06-09 eol: 2025-05-27 latest: "5.36.3" latestReleaseDate: 2023-11-29 - releaseCycle: "5.34" releaseDate: 2021-05-20 eoas: 2023-07-02 eol: 2024-05-20 latest: "5.34.3" latestReleaseDate: 2023-11-29 - releaseCycle: "5.32" releaseDate: 2020-06-20 eoas: 2022-05-27 eol: 2023-06-20 latest: "5.32.1" latestReleaseDate: 2021-01-23 - releaseCycle: "5.30" releaseDate: 2019-05-22 eoas: 2021-05-20 eol: 2022-05-22 latest: "5.30.3" latestReleaseDate: 2020-05-29 - releaseCycle: "5.28" releaseDate: 2018-06-22 eoas: 2020-06-20 eol: 2021-06-23 latest: "5.28.3" latestReleaseDate: 2020-05-29 - releaseCycle: "5.26" releaseDate: 2017-05-30 eoas: 2019-05-22 eol: 2020-05-30 latest: "5.26.3" latestReleaseDate: 2018-11-28 --- > [Perl](https://www.perl.org/) is a highly capable, feature-rich programming language with over 30 > years of development. Perl used the following policy since the 5.6 release of Perl: - Maintenance releases (ready for production use) are even numbers, such as 5.8, 5.10, 5.12. - Development releases are odd numbers, such as 5.9, 5.11, 5.13. This page only lists maintenance releases. Moreover, as detailed in the [perlpolicy](https://perldoc.perl.org/perlpolicy#MAINTENANCE-AND-SUPPORT) man page, the Perl community will, to the best of its ability, attempt to: - Fix critical issues in the two most recent maintenance releases. - Provide critical security patches for any maintenance release within the past three years. ================================================ FILE: products/phoenix-framework.md ================================================ --- title: Phoenix Framework addedAt: 2025-07-21 category: framework iconSlug: phoenixframework permalink: /phoenix-framework alternate_urls: - /phoenix - /phoenixframework releasePolicyLink: https://github.com/phoenixframework/phoenix/security changelogTemplate: https://github.com/phoenixframework/phoenix/releases/tag/v__LATEST__ eoasColumn: Bug Fixes staleReleaseThresholdDays: 1500 # https://github.com/phoenixframework/phoenix/security identifiers: - purl: pkg:hex/phoenix - purl: pkg:github/phoenixframework/phoenix auto: methods: - git: https://github.com/phoenixframework/phoenix.git # eoas(x) = releaseDate(x+1) # eol(x) = releaseDate(x+4) releases: - releaseCycle: "1.8" releaseDate: 2025-08-05 eoas: false # releaseDate(1.9) eol: false # releaseDate(1.12) latest: "1.8.5" latestReleaseDate: 2026-03-05 - releaseCycle: "1.7" releaseDate: 2023-02-24 eoas: 2025-08-05 eol: false # releaseDate(1.11) latest: "1.7.21" latestReleaseDate: 2025-03-27 - releaseCycle: "1.6" releaseDate: 2021-08-26 eoas: 2023-02-24 eol: false # releaseDate(1.10) latest: "1.6.16" latestReleaseDate: 2023-02-17 - releaseCycle: "1.5" releaseDate: 2020-04-22 eoas: 2021-08-26 eol: false # releaseDate(1.9) latest: "1.5.14" latestReleaseDate: 2022-10-10 - releaseCycle: "1.4" releaseDate: 2018-11-07 eoas: 2020-04-22 eol: 2025-08-05 latest: "1.4.18" latestReleaseDate: 2022-10-10 - releaseCycle: "1.3" releaseDate: 2017-07-28 eoas: 2018-11-07 eol: 2023-02-24 latest: "1.3.5" latestReleaseDate: 2022-10-10 - releaseCycle: "1.2" releaseDate: 2016-06-23 eoas: 2017-07-28 eol: 2017-07-28 latest: "1.2.5" latestReleaseDate: 2017-07-27 - releaseCycle: "1.1" releaseDate: 2015-12-16 eoas: 2016-06-23 eol: 2017-05-15 latest: "1.1.9" latestReleaseDate: 2017-05-15 - releaseCycle: "1.0" releaseDate: 2015-08-28 eoas: 2015-12-16 eol: 2017-03-14 latest: "1.0.6" latestReleaseDate: 2017-03-14 --- > [Phoenix](https://www.phoenixframework.org/) is a real‑time web framework written in Elixir. Bug fixes are made only to the latest minor branch. Security patches are available for the last 4 minor branches, including the latest one. New _minor_ versions (e.g. **1.8 → 1.9**) are released roughly every 18–24 months. The [Changelog](https://github.com/phoenixframework/phoenix/blob/main/CHANGELOG.md) lists breaking changes between releases. ================================================ FILE: products/php.md ================================================ --- title: PHP addedAt: 2019-05-27 category: lang iconSlug: php permalink: /php versionCommand: php --version releasePolicyLink: https://www.php.net/supported-versions.php changelogTemplate: "https://www.php.net/ChangeLog-{{'__LATEST__'|split:'.'|first}}.php#__LATEST__" eoasColumn: true identifiers: - purl: pkg:deb/ubuntu/php - purl: pkg:deb/debian/php - purl: pkg:generic/php - purl: pkg:generic/php-cli - purl: pkg:generic/php-fpm - repology: php - cpe: cpe:2.3:a:php:php - cpe: cpe:/a:php:php auto: methods: - php: https://www.php.net/releases/index.php?json&max=-1 releases: - releaseCycle: "8.5" releaseDate: 2025-11-20 eoas: 2027-12-31 eol: 2029-12-31 latest: "8.5.4" latestReleaseDate: 2026-03-12 - releaseCycle: "8.4" releaseDate: 2024-11-21 eoas: 2026-12-31 eol: 2028-12-31 latest: "8.4.19" latestReleaseDate: 2026-03-12 - releaseCycle: "8.3" releaseDate: 2023-11-23 eoas: 2025-12-31 eol: 2027-12-31 latest: "8.3.30" latestReleaseDate: 2026-01-15 - releaseCycle: "8.2" releaseDate: 2022-12-08 eoas: 2024-12-31 eol: 2026-12-31 latest: "8.2.30" latestReleaseDate: 2025-12-18 - releaseCycle: "8.1" releaseDate: 2021-11-25 eoas: 2023-11-25 eol: 2025-12-31 latest: "8.1.34" latestReleaseDate: 2025-12-18 - releaseCycle: "8.0" releaseDate: 2020-11-26 eoas: 2022-11-26 eol: 2023-11-26 latest: "8.0.30" latestReleaseDate: 2023-08-03 - releaseCycle: "7.4" releaseDate: 2019-11-28 eoas: 2021-11-28 eol: 2022-11-28 latest: "7.4.33" latestReleaseDate: 2022-11-03 - releaseCycle: "7.3" releaseDate: 2018-12-06 eoas: 2020-12-06 eol: 2021-12-06 latest: "7.3.33" latestReleaseDate: 2021-11-18 - releaseCycle: "7.2" releaseDate: 2017-11-30 eoas: 2019-11-30 eol: 2020-11-30 latest: "7.2.34" latestReleaseDate: 2020-10-01 - releaseCycle: "7.1" releaseDate: 2016-12-01 eoas: 2018-12-01 eol: 2019-12-01 latest: "7.1.33" latestReleaseDate: 2019-10-24 - releaseCycle: "7.0" releaseDate: 2015-12-03 eoas: 2018-01-04 eol: 2019-01-10 latest: "7.0.33" latestReleaseDate: 2019-01-10 - releaseCycle: "5.6" releaseDate: 2014-08-28 eoas: 2017-01-19 eol: 2018-12-31 latest: "5.6.40" latestReleaseDate: 2019-01-10 - releaseCycle: "5.5" releaseDate: 2013-06-20 eoas: 2015-07-10 eol: 2016-07-21 latest: "5.5.38" latestReleaseDate: 2016-07-21 - releaseCycle: "5.4" releaseDate: 2012-03-01 eoas: 2014-09-14 eol: 2015-09-14 latest: "5.4.45" latestReleaseDate: 2015-09-03 - releaseCycle: "5.3" releaseDate: 2009-06-30 eoas: 2011-06-30 eol: 2014-08-14 latest: "5.3.29" latestReleaseDate: 2014-08-14 - releaseCycle: "5.2" releaseDate: 2006-11-02 eoas: 2008-11-02 eol: 2011-01-06 latest: "5.2.17" latestReleaseDate: 2011-01-06 - releaseCycle: "5.1" releaseDate: 2005-11-24 eoas: 2006-08-24 eol: 2006-08-24 latest: "5.1.6" latestReleaseDate: 2006-08-24 - releaseCycle: "5.0" releaseDate: 2004-07-13 eoas: 2005-09-05 eol: 2005-09-05 latest: "5.0.5" latestReleaseDate: 2005-09-05 --- > [PHP](https://www.php.net/): Hypertext Preprocessor (or simply PHP) is a general-purpose > programming language originally designed for web development. Each release branch of PHP is fully supported for two years from its initial stable release. During this period, bugs and security issues that have been reported are fixed and are released in regular point releases. After this two-year period of active support, each branch is then supported for an additional two years for critical security issues only. Releases during this period are made on an as-needed basis: there may be multiple point releases, or none, depending on the number of reports. The PHP Release Cycle was [extended in March 2024](https://wiki.php.net/rfc/release_cycle_update) from 3 to 4 years: 2 years of bug fixes, and 2 years of security fixes. ================================================ FILE: products/phpbb.md ================================================ --- title: phpBB addedAt: 2023-06-11 category: server-app tags: php-runtime iconSlug: phpbb permalink: /phpbb eoasColumn: true identifiers: - repology: phpbb - cpe: cpe:/a:phpbb:phpbb - cpe: cpe:2.3:a:phpbb:phpbb auto: methods: - git: https://github.com/phpbb/phpbb.git regex: ^release-(?P\d+)\.(?P\d+)\.(?P\d+)$ releases: - releaseCycle: "3.3" releaseDate: 2020-01-06 eoas: false eol: false latest: "3.3.15" latestReleaseDate: 2025-04-02 link: https://www.phpbb.com/community/viewtopic.php?t=2635986 - releaseCycle: "3.2" releaseDate: 2017-01-07 eoas: 2019-05-01 eol: 2019-11-01 latest: "3.2.11" latestReleaseDate: 2020-11-04 - releaseCycle: "3.1" releaseDate: 2014-10-28 eoas: 2017-06-01 eol: 2018-11-01 latest: "3.1.12" latestReleaseDate: 2018-01-07 - releaseCycle: "3.0" releaseDate: 2007-12-12 eoas: 2015-05-01 eol: 2015-11-01 latest: "3.0.14" latestReleaseDate: 2015-05-03 --- > [phpBB](https://www.phpbb.com/) is an open-source forum software written in PHP. phpBB [follows semantic versioning](https://area51.phpbb.com/docs/dev/master/development/processes.html#target-versions). The support policy is not clearly defined, but it seems only the latest minor release sees active development and gets bug and security fixes. ================================================ FILE: products/phpmyadmin.md ================================================ --- title: phpMyAdmin addedAt: 2022-12-28 category: server-app tags: php-runtime iconSlug: phpmyadmin permalink: /phpmyadmin releasePolicyLink: https://www.phpmyadmin.net/downloads/#support changelogTemplate: "https://github.com/phpmyadmin/phpmyadmin/blob/QA_{{'__RELEASE_CYCLE__'|replace:'.','_'}}/ChangeLog" eoasColumn: true auto: methods: - git: https://github.com/phpmyadmin/phpmyadmin.git regex: '^RELEASE_(?P\d+)_(?P\d+)_(?P\d+)(_(?P\d+))?$' identifiers: - repology: phpmyadmin - purl: pkg:apk/alpine/phpmyadmin - purl: pkg:composer/phpmyadmin/phpmyadmin - purl: pkg:deb/debian/phpmyadmin - purl: pkg:deb/ubuntu/phpmyadmin - purl: pkg:github/phpmyadmin/phpmyadmin - purl: pkg:rpm/redhat/phpmyadmin - purl: pkg:rpm/centos/phpmyadmin - purl: pkg:docker/library/phpmyadmin - cpe: cpe:2.3:a:phpmyadmin:phpmyadmin releases: - releaseCycle: "5.2" releaseDate: 2022-05-11 eoas: false eol: false latest: "5.2.3" latestReleaseDate: 2025-10-07 - releaseCycle: "5.1" releaseDate: 2021-02-24 eoas: 2022-05-11 eol: 2022-05-11 latest: "5.1.4" latestReleaseDate: 2022-05-11 - releaseCycle: "5.0" releaseDate: 2019-12-26 eoas: 2021-02-24 eol: 2021-02-24 latest: "5.0.4" latestReleaseDate: 2020-10-15 - releaseCycle: "4.9" staleReleaseThresholdDays: 1200 # https://www.phpmyadmin.net/downloads/#support lts: true releaseDate: 2019-06-04 eoas: 2019-12-31 eol: false latest: "4.9.11" latestReleaseDate: 2023-02-07 - releaseCycle: "4.8" releaseDate: 2018-04-07 eoas: 2019-06-04 eol: 2019-06-04 latest: "4.8.5" latestReleaseDate: 2019-01-25 - releaseCycle: "4.7" releaseDate: 2017-03-29 eoas: 2018-04-07 eol: 2018-04-07 latest: "4.7.9" latestReleaseDate: 2018-03-05 - releaseCycle: "4.6" releaseDate: 2016-03-17 eoas: 2017-04-01 eol: 2017-04-01 latest: "4.6.6" latestReleaseDate: 2017-01-23 - releaseCycle: "4.5" releaseDate: 2015-09-23 eoas: 2016-04-01 eol: 2016-04-01 link: https://www.phpmyadmin.net/files/__LATEST__/ latest: "4.5.5.1" latestReleaseDate: 2016-02-29 - releaseCycle: "4.4" releaseDate: 2015-04-01 eoas: 2016-10-01 eol: 2016-10-01 link: https://www.phpmyadmin.net/files/__LATEST__/ latest: "4.4.15.10" latestReleaseDate: 2017-01-23 - releaseCycle: "4.3" releaseDate: 2014-12-05 eoas: 2015-10-01 eol: 2015-10-01 link: https://www.phpmyadmin.net/files/__LATEST__/ latest: "4.3.13.3" latestReleaseDate: 2015-09-09 - releaseCycle: "4.2" releaseDate: 2014-05-08 eoas: 2015-07-01 eol: 2015-07-01 link: https://www.phpmyadmin.net/files/__LATEST__/ latest: "4.2.13.3" latestReleaseDate: 2015-05-13 - releaseCycle: "4.1" releaseDate: 2013-12-11 eoas: 2015-01-01 eol: 2015-01-01 link: https://www.phpmyadmin.net/files/__LATEST__/ latest: "4.1.14.8" latestReleaseDate: 2014-12-03 - releaseCycle: "4.0" lts: true releaseDate: 2013-05-03 eoas: 2013-12-31 eol: 2017-04-01 link: https://www.phpmyadmin.net/files/__LATEST__/ latest: "4.0.10.20" latestReleaseDate: 2017-03-28 --- > [PHPMyAdmin](https://www.phpmyadmin.net/) is a free software tool written in PHP, intended to > handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on > MySQL and MariaDB. Only the last release is usually supported. LTS branches are also maintained (security fixes only) to support older PHP versions. ## Compatibility Matrix | PHPMyAdmin | PHP | MySQL/MariaDB | | ---------- | ------------ | :------------ | | 5.2 | >=7.2 | >= 5.5 | | 5.0 - 5.1 | >=7.1 | >= 5.5 | | 4.9 | >=5.5, <=7.4 | >= 5.5 | | 4.8 | >=5.5, <=7.2 | >= 5.5 | | 4.6 - 4.7 | >=5.5, <=7.1 | >= 5.5 | | 4.5 | >=5.5, <=7.0 | >= 5.5 | | 4.4 | >=5.3, <=7.0 | >= 5.5 | | 4.1 - 4.3 | >=5.3, <=5.6 | >= 5.5 | | 4.0 | >=5.2, <=5.4 | >= 5 | ================================================ FILE: products/pigeonhole.md ================================================ --- title: Pigeonhole addedAt: 2025-08-24 category: server-app iconSlug: dovecot permalink: /pigeonhole alternate_urls: - /dovecot-pigeonhole changelogTemplate: https://github.com/dovecot/pigeonhole/releases/tag/__LATEST__ identifiers: - repology: dovecot-pigeonhole - cpe: cpe:2.3:a:dovecot:pigeonhole auto: methods: - git: https://github.com/dovecot/pigeonhole.git regex: '^(?P\d+)\.(?P\d+)\.(?P\d+)\.?(?P\d+)?$' # eol(x) = releaseDate(x+2) releases: - releaseCycle: "2.4" releaseDate: 2025-01-24 eol: false latest: "2.4.2" latestReleaseDate: 2025-10-28 - releaseCycle: "0.5" staleReleaseThresholdDays: 730 # Dovecot 2.3 still receive security support releaseDate: 2017-12-24 eol: false latest: "0.5.21.1" latestReleaseDate: 2024-08-14 - releaseCycle: "0.4" releaseDate: 2013-05-09 eol: 2025-01-24 latest: "0.4.24.2" latestReleaseDate: 2019-08-28 - releaseCycle: "0.3" releaseDate: 2012-02-16 eol: 2017-12-24 latest: "0.3.6" latestReleaseDate: 2013-09-26 - releaseCycle: "0.2" releaseDate: 2010-09-10 eol: 2013-05-09 latest: "0.2.5" latestReleaseDate: 2011-11-19 - releaseCycle: "0.1" releaseDate: 2008-10-23 eol: 2012-02-16 latest: "0.1.4" latestReleaseDate: 2009-03-21 --- > [Pigeonhole](https://pigeonhole.dovecot.org/) is the project that adds support for the Sieve > language and the ManageSieve protocol to the [Dovecot](https://dovecot.org/) Secure IMAP Server. Pigeonhole does not follow a documented release policy for its own. It follows the same cycle as [Dovecot](/dovecot) does, even if that means to do a release without changes to keep version numbers synced. Since v2.4.0 (released in 2025) the version numbering scheme is also aligned to match Dovecot's scheme. ================================================ FILE: products/pixel-watch.md ================================================ --- title: Google Pixel Watch addedAt: 2024-12-03 category: device tags: google watch iconSlug: google permalink: /pixel-watch versionCommand: "Settings -> System -> About" releasePolicyLink: https://support.google.com/product-documentation/answer/12799779 latestColumn: false discontinuedColumn: true eoasColumn: WearOS Updates eolColumn: Security Updates customFields: - name: supportedAndroidVersions display: after-release-column label: Supported Wear OS # https://en.wikipedia.org/wiki/Wear_OS description: Supported Wear OS versions range # Supported WearOS versions range is based on https://www.gsmarena.com/. releases: - releaseCycle: "4" releaseLabel: "Pixel Watch 4" releaseDate: 2025-10-09 eoas: 2028-10-01 eol: 2028-10-01 discontinued: false link: https://en.wikipedia.org/wiki/Pixel_Watch_4 supportedAndroidVersions: "6" # https://www.gsmarena.com/google_pixel_watch_4-14088.php - releaseCycle: "3" releaseLabel: "Pixel Watch 3" releaseDate: 2024-09-10 eoas: 2027-10-01 eol: 2027-10-01 discontinued: false link: https://en.wikipedia.org/wiki/Pixel_Watch_3 supportedAndroidVersions: "5 - 6" # https://www.gsmarena.com/google_pixel_watch_3-13253.php - releaseCycle: "2" releaseLabel: "Pixel Watch 2" releaseDate: 2023-10-12 eoas: 2026-10-01 eol: 2026-10-01 discontinued: true link: https://en.wikipedia.org/wiki/Pixel_Watch_2 supportedAndroidVersions: "4 - 6" # https://www.gsmarena.com/google_pixel_watch_2-12547.php - releaseCycle: "1" releaseLabel: "Pixel Watch" releaseDate: 2022-10-13 eoas: 2025-10-01 eol: 2025-10-01 discontinued: true link: https://en.wikipedia.org/wiki/Pixel_Watch supportedAndroidVersions: "3.5 - 5" # https://www.gsmarena.com/google_pixel_watch-11546.php --- > Pixel Watch is Google's current line of wearable watches. The end date for guaranteed WearOS version updates is indicated in the 'Active Support' column. ================================================ FILE: products/pixel.md ================================================ --- title: Google Pixel addedAt: 2020-10-03 category: device tags: google mobile-phone iconSlug: google permalink: /pixel versionCommand: "Settings -> About Phone -> Regulatory labels" releasePolicyLink: https://support.google.com/nexus/answer/4457705 latestColumn: false discontinuedColumn: true eoasColumn: Android Updates eolColumn: Security Updates customFields: - name: supportedAndroidVersions display: after-release-column label: Supported Android # https://en.wikipedia.org/wiki/Google_Pixel#Phones description: Supported Android versions range link: https://endoflife.date/android # Future support/EOL dates from https://support.google.com/nexus/answer/4457705 and https://en.wikipedia.org/wiki/Google_Pixel. # Past EOL dates from https://source.android.com/docs/setup/about/build-numbers (the latest release date wins). # Discontinued dates come from https://en.wikipedia.org/wiki/Google_Pixel # Supported Android versions range is based on https://www.gsmarena.com/. releases: - releaseCycle: "10a" releaseLabel: "Pixel 10a" releaseDate: 2026-03-05 eoas: 2033-03-01 eol: 2033-03-01 discontinued: false link: https://en.wikipedia.org/wiki/Pixel_10a supportedAndroidVersions: "16" # https://www.gsmarena.com/google_pixel_10a_5g-14474.php - releaseCycle: "10pro" releaseLabel: "Pixel 10 Pro" releaseDate: 2025-08-28 eoas: 2032-08-01 eol: 2032-08-01 discontinued: false link: https://en.wikipedia.org/wiki/Pixel_10_Pro supportedAndroidVersions: "16" # https://www.gsmarena.com/google_pixel_10_pro_5g-13987.php - releaseCycle: "10proxl" releaseLabel: "Pixel 10 Pro XL" releaseDate: 2025-08-28 eoas: 2032-08-01 eol: 2032-08-01 discontinued: false link: https://en.wikipedia.org/wiki/Pixel_10_Pro_XL supportedAndroidVersions: "16" # https://www.gsmarena.com/google_pixel_10_pro_xl_5g-13988.php - releaseCycle: "10" releaseLabel: "Pixel 10" releaseDate: 2025-08-28 eoas: 2032-08-01 eol: 2032-08-01 discontinued: false link: https://en.wikipedia.org/wiki/Pixel_10 supportedAndroidVersions: "16" # https://www.gsmarena.com/google_pixel_10_5g-13979.php - releaseCycle: "9a" releaseLabel: "Pixel 9a" releaseDate: 2025-04-10 eoas: 2032-04-01 eol: 2032-04-01 discontinued: false link: https://en.wikipedia.org/wiki/Pixel_9a supportedAndroidVersions: "15 - 16" # https://www.gsmarena.com/google_pixel_9a-13478.php - releaseCycle: "9profold" releaseLabel: "Pixel 9 Pro Fold" releaseDate: 2024-09-04 eoas: 2031-09-01 eol: 2031-09-01 discontinued: false link: https://en.wikipedia.org/wiki/Pixel_9_Pro_Fold supportedAndroidVersions: "14 - 16" # https://www.gsmarena.com/google_pixel_9_pro_fold-13220.php - releaseCycle: "9pro" releaseLabel: "Pixel 9 Pro" releaseDate: 2024-09-04 eoas: 2031-09-01 eol: 2031-09-01 discontinued: false link: https://en.wikipedia.org/wiki/Pixel_9_Pro supportedAndroidVersions: "14 - 16" # https://www.gsmarena.com/google_pixel_9_pro-13218.php - releaseCycle: "9proxl" releaseLabel: "Pixel 9 Pro XL" releaseDate: 2024-08-22 eoas: 2031-08-01 eol: 2031-08-01 discontinued: false link: https://en.wikipedia.org/wiki/Pixel_9_Pro_XL supportedAndroidVersions: "14 - 16" # https://www.gsmarena.com/google_pixel_9_pro_xl-13217.php - releaseCycle: "9" releaseLabel: "Pixel 9" releaseDate: 2024-08-22 eoas: 2031-08-01 eol: 2031-08-01 discontinued: false link: https://en.wikipedia.org/wiki/Pixel_9 supportedAndroidVersions: "14 - 16" # https://www.gsmarena.com/google_pixel_9_pro-13219.php - releaseCycle: "8a" releaseLabel: "Pixel 8a" releaseDate: 2024-05-14 eoas: 2031-05-01 eol: 2031-05-01 discontinued: false link: https://en.wikipedia.org/wiki/Pixel_8a supportedAndroidVersions: "14 - 16" # https://www.gsmarena.com/google_pixel_8a-12937.php - releaseCycle: "8pro" releaseLabel: "Pixel 8 Pro" releaseDate: 2023-10-04 eoas: 2030-10-01 eol: 2030-10-01 discontinued: true link: https://en.wikipedia.org/wiki/Pixel_8_Pro supportedAndroidVersions: "14 - 16" # https://www.gsmarena.com/google_pixel_8-12546.php - releaseCycle: "8" releaseLabel: "Pixel 8" releaseDate: 2023-10-04 eoas: 2030-10-01 eol: 2030-10-01 discontinued: true link: https://en.wikipedia.org/wiki/Pixel_8 supportedAndroidVersions: "14 - 16" # https://www.gsmarena.com/google_pixel_8-12546.php - releaseCycle: "fold" releaseLabel: "Pixel Fold" releaseDate: 2023-06-28 eoas: 2028-06-01 eol: 2028-06-01 discontinued: true link: https://en.wikipedia.org/wiki/Pixel_Fold supportedAndroidVersions: "13 - 16" # https://www.gsmarena.com/google_pixel_fold-12265.php - releaseCycle: "tablet" releaseLabel: "Pixel Tablet" releaseDate: 2023-06-20 eoas: 2028-06-01 eol: 2028-06-01 discontinued: false link: https://en.wikipedia.org/wiki/Pixel_Tablet supportedAndroidVersions: "13 - 16" # https://www.gsmarena.com/google_pixel_tablet-11905.php - releaseCycle: "7a" releaseLabel: "Pixel 7a" releaseDate: 2023-05-10 eoas: 2028-05-01 eol: 2028-05-01 discontinued: true link: https://en.wikipedia.org/wiki/Pixel_7a supportedAndroidVersions: "13 - 16" # https://www.gsmarena.com/google_pixel_7a-12170.php - releaseCycle: "7pro" releaseLabel: "Pixel 7 Pro" releaseDate: 2022-10-13 eoas: 2027-10-01 eol: 2027-10-01 discontinued: true link: https://en.wikipedia.org/wiki/Pixel_7_Pro supportedAndroidVersions: "13 - 16" # https://www.gsmarena.com/google_pixel_7_pro-11908.php - releaseCycle: "7" releaseLabel: "Pixel 7" releaseDate: 2022-10-13 eoas: 2027-10-01 eol: 2027-10-01 discontinued: true link: https://en.wikipedia.org/wiki/Pixel_7 supportedAndroidVersions: "13 - 16" # https://www.gsmarena.com/google_pixel_7-11903.php - releaseCycle: "6a" releaseLabel: "Pixel 6a" releaseDate: 2022-07-28 eoas: 2027-07-01 eol: 2027-07-01 discontinued: true link: https://en.wikipedia.org/wiki/Pixel_6a supportedAndroidVersions: "12 - 16" # https://www.gsmarena.com/google_pixel_6a-11229.php - releaseCycle: "6pro" releaseLabel: "Pixel 6 Pro" releaseDate: 2021-10-28 eoas: 2026-10-01 eol: 2026-10-01 discontinued: 2022-10-06 link: https://en.wikipedia.org/wiki/Pixel_6_Pro supportedAndroidVersions: "12 - 16" # https://www.gsmarena.com/google_pixel_6_pro-10918.php - releaseCycle: "6" releaseLabel: "Pixel 6" releaseDate: 2021-10-28 eoas: 2026-10-01 eol: 2026-10-01 discontinued: 2022-10-06 link: https://en.wikipedia.org/wiki/Pixel_6 supportedAndroidVersions: "12 - 16" # https://www.gsmarena.com/google_pixel_6-11037.php - releaseCycle: "5a" releaseLabel: "Pixel 5a" releaseDate: 2021-08-26 eoas: 2024-08-01 eol: 2024-08-01 discontinued: 2022-07-21 link: https://en.wikipedia.org/wiki/Pixel_5a supportedAndroidVersions: "11 - 14" # https://www.gsmarena.com/google_pixel_5a_5g-11059.php - releaseCycle: "4a-5g" releaseLabel: "Pixel 4a (5G)" releaseDate: 2020-11-05 eoas: 2023-11-05 eol: 2023-11-05 # UP1A.231105.001 discontinued: 2021-08-20 link: https://en.wikipedia.org/wiki/Pixel_4a supportedAndroidVersions: "11 - 14" # https://www.gsmarena.com/google_pixel_4a_5g-10385.php - releaseCycle: "5" releaseLabel: "Pixel 5" releaseDate: 2020-10-15 eoas: 2023-11-05 eol: 2023-11-05 # UP1A.231105.001 discontinued: 2021-08-20 link: https://en.wikipedia.org/wiki/Pixel_5 supportedAndroidVersions: "11 - 14" # https://www.gsmarena.com/google_pixel_5-10386.php - releaseCycle: "4a" releaseLabel: "Pixel 4a" releaseDate: 2020-08-20 eoas: 2023-08-05 eol: 2023-08-05 # TQ3A.230805.001.S1 discontinued: 2022-01-31 link: https://en.wikipedia.org/wiki/Pixel_4a supportedAndroidVersions: "10 - 13" # https://www.gsmarena.com/google_pixel_4a-10123.php - releaseCycle: "4xl" releaseLabel: "Pixel 4 XL" releaseDate: 2019-10-24 eoas: 2022-10-05 eol: 2022-10-05 # TP1A.221005.002.B2 discontinued: 2020-08-06 link: https://en.wikipedia.org/wiki/Pixel_4 supportedAndroidVersions: "10 - 13" # https://www.gsmarena.com/google_pixel_4_xl-9895.php - releaseCycle: "4" releaseLabel: "Pixel 4" releaseDate: 2019-10-24 eoas: 2022-10-05 eol: 2022-10-05 # TP1A.221005.002.B2 discontinued: 2020-08-06 link: https://en.wikipedia.org/wiki/Pixel_4 supportedAndroidVersions: "10 - 13" # https://www.gsmarena.com/google_pixel_4-9896.php - releaseCycle: "3axl" releaseLabel: "Pixel 3a XL" releaseDate: 2019-05-15 eoas: 2022-05-05 eol: 2022-05-05 # SP2A.220505.008 discontinued: 2020-07-01 link: https://en.wikipedia.org/wiki/Pixel_3a supportedAndroidVersions: "9 - 12.1" # https://www.gsmarena.com/google_pixel_3a_xl-9690.php - releaseCycle: "3a" releaseLabel: "Pixel 3a" releaseDate: 2019-05-15 eoas: 2022-05-05 eol: 2022-05-05 # SP2A.220505.008 discontinued: 2020-07-01 link: https://en.wikipedia.org/wiki/Pixel_3a supportedAndroidVersions: "9 - 12.1" # https://www.gsmarena.com/google_pixel_3a-9408.php - releaseCycle: "3xl" releaseLabel: "Pixel 3 XL" releaseDate: 2018-10-18 eoas: 2021-10-05 eol: 2021-10-05 # SP1A.210812.016.C2 discontinued: 2020-03-31 link: https://en.wikipedia.org/wiki/Pixel_3 supportedAndroidVersions: "9 - 12" # https://www.gsmarena.com/google_pixel_3_xl-9257.php - releaseCycle: "3" releaseLabel: "Pixel 3" releaseDate: 2018-10-18 eoas: 2021-10-05 eol: 2021-10-05 # SP1A.210812.016.C2 discontinued: 2020-03-31 link: https://en.wikipedia.org/wiki/Pixel_3 supportedAndroidVersions: "9 - 12" # https://www.gsmarena.com/google_pixel_3-9256.php - releaseCycle: "2xl" releaseLabel: "Pixel 2 XL" releaseDate: 2017-10-17 eoas: 2020-10-05 eol: 2020-10-05 # RP1A.201005.004.A1 discontinued: 2019-04-01 link: https://en.wikipedia.org/wiki/Pixel_2 supportedAndroidVersions: "8 - 11" # https://www.gsmarena.com/google_pixel_2_xl-8720.php - releaseCycle: "2" releaseLabel: "Pixel 2" releaseDate: 2017-10-17 eoas: 2020-10-05 eol: 2020-10-05 # RP1A.201005.004.A1 discontinued: 2019-04-01 link: https://en.wikipedia.org/wiki/Pixel_2 supportedAndroidVersions: "8 - 11" # https://www.gsmarena.com/google_pixel_2-8733.php - releaseCycle: "1xl" releaseLabel: "Pixel XL" releaseDate: 2016-10-20 eoas: 2019-10-06 eol: 2019-10-06 # QP1A.191005.007.A3 discontinued: 2018-04-11 link: https://en.wikipedia.org/wiki/Pixel_(1st_generation) supportedAndroidVersions: "7.1 - 10" # https://www.gsmarena.com/google_pixel_xl-8345.php - releaseCycle: "1" releaseLabel: "Pixel" releaseDate: 2016-10-20 eoas: 2019-10-06 eol: 2019-10-06 # QP1A.191005.007.A3 discontinued: 2018-04-11 link: https://en.wikipedia.org/wiki/Pixel_(1st_generation) supportedAndroidVersions: "7.1 - 10" # https://www.gsmarena.com/google_pixel-8346.php --- > Pixel is Google's current line of Android phones and other consumer electronics. In recent years, flagship Pixel phones have been released in October each year, followed by an additional mid-range variant known as the 'A-series' several months later. Since the introduction of Pixel 6 in 2021, Pixel phones have been supported with guaranteed Android version updates for three years and security updates for five years. In October 2023, it was [announced](https://blog.google/products/pixel/software-support-pixel-8-pixel-8-pro/) that Pixel 8 and Pixel 8 Pro will be guaranteed both Android version updates and security updates for seven years, offering full support until October 2030. In December 2024, Google updated the information page for software updates to extend the support period for all Pixel 6 and Pixel 7 phones, as well as the Pixel Fold, to five years of both software and security updates. ================================================ FILE: products/plesk.md ================================================ --- title: Plesk addedAt: 2023-02-22 category: server-app tags: php-runtime iconSlug: plesk permalink: /plesk versionCommand: plesk version releasePolicyLink: https://www.plesk.com/lifecycle-policy/ changelogTemplate: "https://docs.plesk.com/release-notes/obsidian/change-log/#plesk-{{'__RELEASE_CYCLE__'|replace:'.',''}}" eolColumn: Support auto: methods: - plesk: https://docs.plesk.com/release-notes/obsidian/change-log identifiers: - purl: pkg:docker/plesk/plesk - cpe: cpe:/a:plesk:plesk - cpe: cpe:2.3:a:plesk:plesk # eol(x) = releaseDate(x) + 12 weeks releases: - releaseCycle: "18.0.76" releaseDate: 2026-02-16 eol: 2026-05-11 latest: "18.0.76.3" latestReleaseDate: 2026-03-16 - releaseCycle: "18.0.75" releaseDate: 2026-01-06 eol: 2026-03-31 latest: "18.0.75.1" latestReleaseDate: 2026-02-25 - releaseCycle: "18.0.74" releaseDate: 2025-11-11 eol: 2026-02-03 latest: "18.0.74.3" latestReleaseDate: 2025-12-08 - releaseCycle: "18.0.73" releaseDate: 2025-09-30 eol: 2025-12-23 latest: "18.0.73.5" latestReleaseDate: 2025-11-25 - releaseCycle: "18.0.72" releaseDate: 2025-08-19 eol: 2025-11-11 latest: "18.0.72.3" latestReleaseDate: 2025-09-16 - releaseCycle: "18.0.71" releaseDate: 2025-07-08 eol: 2025-09-30 latest: "18.0.71.2" latestReleaseDate: 2025-07-30 - releaseCycle: "18.0.70" releaseDate: 2025-05-27 eol: 2025-08-19 latest: "18.0.70.4" latestReleaseDate: 2025-07-30 - releaseCycle: "18.0.69" releaseDate: 2025-04-15 eol: 2025-07-08 latest: "18.0.69.4" latestReleaseDate: 2025-06-04 - releaseCycle: "18.0.68" releaseDate: 2025-03-04 eol: 2025-05-27 latest: "18.0.68.2" latestReleaseDate: 2025-03-20 - releaseCycle: "18.0.67" releaseDate: 2025-01-21 eol: 2025-04-15 latest: "18.0.67.3" latestReleaseDate: 2025-02-19 - releaseCycle: "18.0.66" releaseDate: 2024-12-10 eol: 2025-03-04 latest: "18.0.66.2" latestReleaseDate: 2025-01-09 - releaseCycle: "18.0.65" releaseDate: 2024-10-29 eol: 2025-01-21 latest: "18.0.65.2" latestReleaseDate: 2024-11-26 - releaseCycle: "18.0.64" releaseDate: 2024-09-17 eol: 2024-12-10 latest: "18.0.64.1" latestReleaseDate: 2024-10-09 - releaseCycle: "18.0.63" releaseDate: 2024-08-06 eol: 2024-10-29 latest: "18.0.63.4" latestReleaseDate: 2024-09-03 - releaseCycle: "18.0.62" releaseDate: 2024-06-25 eol: 2024-09-17 latest: "18.0.62.2" latestReleaseDate: 2024-07-24 - releaseCycle: "18.0.61" releaseDate: 2024-05-14 eol: 2024-08-06 latest: "18.0.61.6" latestReleaseDate: 2024-07-04 - releaseCycle: "18.0.60" releaseDate: 2024-04-02 eol: 2024-06-25 latest: "18.0.60.1" latestReleaseDate: 2024-04-24 - releaseCycle: "18.0.59" releaseDate: 2024-02-20 eol: 2024-05-15 latest: "18.0.59.2" latestReleaseDate: 2024-03-05 - releaseCycle: "18.0.58" releaseDate: 2024-01-09 eol: 2024-04-02 latest: "18.0.58.2" latestReleaseDate: 2024-01-25 - releaseCycle: "18.0.57" releaseDate: 2023-11-21 eol: 2024-02-13 latest: "18.0.57.5" latestReleaseDate: 2023-12-19 - releaseCycle: "18.0.56" releaseDate: 2023-10-10 eol: 2024-01-02 latest: "18.0.56.4" latestReleaseDate: 2023-11-07 - releaseCycle: "18.0.55" releaseDate: 2023-08-29 eol: 2023-11-21 latest: "18.0.55.2" latestReleaseDate: 2023-09-27 - releaseCycle: "18.0.54" releaseDate: 2023-07-18 eol: 2023-10-10 latest: "18.0.54.4" latestReleaseDate: 2023-08-24 - releaseCycle: "18.0.53" releaseDate: 2023-06-06 eol: 2023-09-04 latest: "18.0.53.2" latestReleaseDate: 2023-06-20 - releaseCycle: "18.0.52" releaseDate: 2023-04-25 eol: 2023-07-18 latest: "18.0.52.3" latestReleaseDate: 2023-05-17 - releaseCycle: "18.0.51" releaseDate: 2023-03-14 eol: 2023-06-06 latest: "18.0.51.1" latestReleaseDate: 2023-04-05 - releaseCycle: "18.0.50" releaseDate: 2023-01-31 eol: 2023-04-23 latest: "18.0.50.2" latestReleaseDate: 2023-02-14 - releaseCycle: "18.0.49" releaseDate: 2022-12-20 eol: 2023-03-12 latest: "18.0.49.2" latestReleaseDate: 2023-01-11 - releaseCycle: "17" releaseDate: 2016-10-11 eol: 2021-04-20 latest: "17.8.11.95" latestReleaseDate: 2021-01-25 link: https://docs.plesk.com/release-notes/onyx/change-log/ --- > [Plesk](https://www.plesk.com/) is a proprietary hosting control panel developed by > [WebPros](https://webpros.com/). It is designed to help IT specialists manage web, DNS, mail and > other services through a graphical user interface. In the past (e.g. 12.x > 17.x), Plesk used to release one major version per year. Starting from 18.x (Obsidian), a new version is released every 6 weeks and supported for 12 weeks, with hotfixes and security patches. With 18.x, Plesk [also took the continuous delivery approach](https://www.plesk.com/blog/partners/obsidian-short-releases-automatic-updates/). It is now recommended to enable automatic updates to keep Plesk secure and to keep having access to support. ================================================ FILE: products/plone.md ================================================ --- title: Plone addedAt: 2025-05-10 category: server-app tags: python-runtime permalink: /plone releasePolicyLink: https://plone.org/download/release-schedule releaseImage: https://plone.org/download/release-schedule/plone-release-schedule-2025-01-23.png/@@images/image changelogTemplate: "https://plone.org/download/releases/__LATEST__" eoasColumn: Maintenance Support eolColumn: Security Support customFields: - name: pythonVersions display: after-release-column label: Python versions description: Supported Python versions range identifiers: - repology: plone - cpe: cpe:2.3:a:plone:plone auto: methods: - git: https://github.com/plone/Products.CMFPlone.git - release_table: https://plone.org/download/release-schedule header_selector: "tr:nth-of-type(1)" fields: releaseCycle: "Series" pythonVersions: "Python versions" releaseDate: "Initial release" eoas: "End of maintenance support" eol: "End of security support" releases: - releaseCycle: "6.1" pythonVersions: "3.10-3.13" releaseDate: 2025-02-07 eoas: false eol: 2027-12-31 latest: "6.1.4" latestReleaseDate: 2026-01-15 - releaseCycle: "6.0" pythonVersions: "3.9-3.13" releaseDate: 2022-12-12 eoas: 2025-03-27 eol: 2027-12-31 latest: "6.0.15" latestReleaseDate: 2025-03-27 - releaseCycle: "5.2" pythonVersions: "2.7, 3.8" releaseDate: 2019-07-10 eoas: 2023-10-31 eol: 2024-10-31 latest: "5.2.15" latestReleaseDate: 2024-08-01 - releaseCycle: "5.1" pythonVersions: "2.7" releaseDate: 2018-02-05 eoas: 2020-10-02 eol: 2022-12-12 latest: "5.1.7" latestReleaseDate: 2020-10-02 - releaseCycle: "5.0" pythonVersions: "2.7" releaseDate: 2015-09-27 eoas: 2019-02-07 eol: 2022-12-12 latest: "5.0.10" latestReleaseDate: 2019-02-07 - releaseCycle: "4.3" pythonVersions: "2.7" releaseDate: 2013-04-06 eoas: 2020-08-28 eol: 2022-12-12 latest: "4.3.20" latestReleaseDate: 2020-08-28 --- > [Plone](https://plone.org) is an open-source content management system used to create, > edit, and manage digital content, like websites, intranets, and custom solutions. Plone adheres to [semver](https://semver.org/). Minor releases undergo two support phases: - Maintenance Support: Includes bug fixes, security updates, and minor new features. - Security Support: Limited to security fixes only. The first minor release of a major (`x.0`) receives two years of maintenance support. Following minor releases receive maintenance support until a new minor release is out. All major releases receive five years of security support. Minor releases receive security support as long as their major release is security-supported. ================================================ FILE: products/pnpm.md ================================================ --- title: pnpm addedAt: 2024-07-23 category: app tags: build-tool javascript-runtime iconSlug: pnpm permalink: /pnpm versionCommand: pnpm --version releasePolicyLink: https://github.com/pnpm/pnpm/security/policy changelogTemplate: "https://github.com/pnpm/pnpm/releases/tag/v__LATEST__" eolColumn: Support identifiers: - purl: pkg:npm/pnpm - repology: pnpm - cpe: cpe:2.3:a:pnpm:pnpm auto: methods: - npm: pnpm releases: - releaseCycle: "10" releaseDate: 2025-01-07 eol: false latest: "10.32.1" latestReleaseDate: 2026-03-11 - releaseCycle: "9" releaseDate: 2024-04-16 eol: 2026-04-30 latest: "9.15.9" latestReleaseDate: 2025-03-10 - releaseCycle: "8" releaseDate: 2023-03-27 eol: 2025-04-30 latest: "8.15.9" latestReleaseDate: 2024-07-17 - releaseCycle: "7" releaseDate: 2022-04-30 eol: 2024-04-16 latest: "7.33.7" latestReleaseDate: 2024-02-15 - releaseCycle: "6" releaseDate: 2021-04-05 eol: 2023-03-20 latest: "6.35.1" latestReleaseDate: 2022-11-11 - releaseCycle: "5" releaseDate: 2020-05-27 eol: 2022-04-29 latest: "5.18.11" latestReleaseDate: 2021-09-16 - releaseCycle: "4" releaseDate: 2019-10-07 eol: 2021-04-24 latest: "4.14.4" latestReleaseDate: 2020-05-23 --- > [pnpm](https://pnpm.io/) is a fast and disk-space-efficient package manager for JavaScript. > It is a drop-in replacement for npm, but faster and more efficient. ================================================ FILE: products/podman.md ================================================ --- title: Podman addedAt: 2024-09-23 category: app tags: cncf linux-foundation iconSlug: podman permalink: /podman versionCommand: podman --remote version --format '{{.Server.Version}}' changelogTemplate: "https://github.com/containers/podman/releases/tag/v__LATEST__" identifiers: - repology: podman - cpe: cpe:2.3:a:podman_project:podman auto: methods: - git: https://github.com/containers/podman.git # eol(x) = releaseDate(x+1) releases: - releaseCycle: "5.8" releaseDate: 2026-02-12 eol: false latest: "5.8.1" latestReleaseDate: 2026-03-11 - releaseCycle: "5.7" releaseDate: 2025-11-11 eol: 2026-02-12 latest: "5.7.1" latestReleaseDate: 2025-12-09 - releaseCycle: "5.6" releaseDate: 2025-08-15 eol: 2025-11-11 latest: "5.6.2" latestReleaseDate: 2025-09-30 - releaseCycle: "5.5" releaseDate: 2025-05-13 eol: 2025-08-15 latest: "5.5.2" latestReleaseDate: 2025-06-24 - releaseCycle: "5.4" releaseDate: 2025-02-11 eol: 2025-05-13 latest: "5.4.2" latestReleaseDate: 2025-04-02 - releaseCycle: "5.3" releaseDate: 2024-11-12 eol: 2025-02-11 latest: "5.3.2" latestReleaseDate: 2025-01-21 - releaseCycle: "5.2" releaseDate: 2024-08-01 eol: 2024-11-12 # releaseDate(5.3) latest: "5.2.5" latestReleaseDate: 2024-10-18 - releaseCycle: "5.1" releaseDate: 2024-05-29 eol: 2024-08-01 # releaseDate(5.2) latest: "5.1.2" latestReleaseDate: 2024-07-10 - releaseCycle: "5.0" releaseDate: 2024-03-19 eol: 2024-05-29 # releaseDate(5.1) latest: "5.0.3" latestReleaseDate: 2024-05-10 - releaseCycle: "4.9" releaseDate: 2024-01-22 eol: true latest: "4.9.5" latestReleaseDate: 2024-05-30 - releaseCycle: "4.8" releaseDate: 2023-11-27 eol: true latest: "4.8.3" latestReleaseDate: 2024-01-03 - releaseCycle: "4.7" releaseDate: 2023-09-27 eol: true latest: "4.7.2" latestReleaseDate: 2023-10-31 - releaseCycle: "4.6" releaseDate: 2023-07-20 eol: true latest: "4.6.2" latestReleaseDate: 2023-08-28 - releaseCycle: "4.5" releaseDate: 2023-04-14 eol: true latest: "4.5.1" latestReleaseDate: 2023-05-26 - releaseCycle: "4.4" releaseDate: 2023-02-01 eol: true latest: "4.4.4" latestReleaseDate: 2023-03-27 - releaseCycle: "4.3" releaseDate: 2022-10-18 eol: true latest: "4.3.1" latestReleaseDate: 2022-11-10 - releaseCycle: "4.2" releaseDate: 2022-08-10 eol: true latest: "4.2.1" latestReleaseDate: 2022-09-06 - releaseCycle: "4.1" releaseDate: 2022-05-05 eol: true latest: "4.1.1" latestReleaseDate: 2022-06-14 - releaseCycle: "4.0" releaseDate: 2022-02-17 eol: true latest: "4.0.3" latestReleaseDate: 2022-04-01 - releaseCycle: "3.4" releaseDate: 2021-09-30 eol: true latest: "3.4.7" latestReleaseDate: 2022-04-20 - releaseCycle: "3.3" releaseDate: 2021-08-20 eol: true latest: "3.3.1" latestReleaseDate: 2021-08-30 - releaseCycle: "3.2" releaseDate: 2021-06-03 eol: true latest: "3.2.3" latestReleaseDate: 2021-07-16 - releaseCycle: "3.1" releaseDate: 2021-03-29 eol: true latest: "3.1.2" latestReleaseDate: 2021-04-21 - releaseCycle: "3.0" releaseDate: 2021-02-11 eol: true latest: "3.0.2" latestReleaseDate: 2022-05-16 --- > [Podman](https://podman.io/) is a daemon-less, open-source, Linux-native > tool designed to make it easy to find, run, build, share and deploy > applications using [Open Container Initiative (OCI)](https://www.opencontainers.org/) > Containers and Container Images. Podman Engine is supported by the [containers Community](https://github.com/containers), and as such - there's no list of supported releases. ================================================ FILE: products/pop-os.md ================================================ --- title: Pop!_OS addedAt: 2022-12-13 category: os tags: linux-distribution iconSlug: popos permalink: /pop-os alternate_urls: - /popos - /pop_os versionCommand: cat /etc/os-release latestColumn: false eolColumn: General Support releases: - releaseCycle: "24.04" releaseDate: 2025-12-11 lts: true eol: 2029-05-31 link: https://blog.system76.com/post/pop-os-letter-from-our-founder - releaseCycle: "22.04" releaseDate: 2022-04-25 lts: true eol: 2027-04-25 link: https://blog.system76.com/post/popos-2204-lts-has-landed - releaseCycle: "21.10" releaseDate: 2021-12-14 eol: 2022-07-24 link: https://blog.system76.com/post/670564272872488960/popos-2110-has-landed - releaseCycle: "21.04" releaseDate: 2021-06-29 eol: 2022-03-13 link: https://blog.system76.com/post/popos-2104-a-release-of-cosmic-proportions - releaseCycle: "20.10" releaseDate: 2020-10-23 eol: 2021-09-28 link: https://www.tumblr.com/system76/632781631953027072/whats-new-in-popos-2010 - releaseCycle: "20.04" releaseDate: 2020-04-30 lts: true eol: 2025-04-30 link: https://www.tumblr.com/system76/616861064165031936/whats-new-with-popos-2004-lts - releaseCycle: "19.10" releaseDate: 2019-10-19 eol: 2020-07-29 link: https://www.tumblr.com/system76/188452593438/theme-updates-offline-upgrades-headline-new - releaseCycle: "19.04" releaseDate: 2019-04-20 eol: 2020-01-18 link: https://www.tumblr.com/system76/184281497363/popos-1904-is-here - releaseCycle: "18.10" releaseDate: 2018-10-19 eol: 2019-07-19 link: https://www.tumblr.com/system76/179217201328/see-what-changes-have-been-orbiting-popos - releaseCycle: "18.04" releaseDate: 2018-04-30 lts: true eol: 2023-04-30 link: https://www.tumblr.com/system76/171934557903/popos-1804-testing-iso-coming-soon-updates-on - releaseCycle: "17.10" releaseDate: 2017-10-27 eol: 2018-07-29 link: https://www.tumblr.com/system76/165833795278/why-system76-is-making-popos --- > [Pop!\_OS](https://pop.system76.com) is a free and open-source Linux distribution based on Ubuntu. The release schedule of Pop!\_OS is the same as Ubuntu, with new releases every six months in April and October. Long-term support releases are made every two years, in April of even-numbered years. Each non-LTS release is supported for three months after the release of the next version, and LTS releases are supported for five years. However, after the release of Pop!\_OS 22.04, System76 announced that they will be skipping the release of 22.10 to better focus their resources in the development of Cosmic DE based on Rust. ================================================ FILE: products/postfix.md ================================================ --- title: Postfix addedAt: 2022-08-13 category: server-app permalink: /postfix versionCommand: postconf mail_version releasePolicyLink: https://www.postfix.org/announcements.html identifiers: - repology: postfix - cpe: cpe:/a:postfix:postfix - cpe: cpe:2.3:a:postfix:postfix auto: methods: - git: https://github.com/vdukhovni/postfix.git regex_exclude: # tags before 3.3 don't have the correct date - ^v[0-2]\. - ^v3\.[0-2]\. # eol(x) = releaseDate(x+4) releases: - releaseCycle: "3.11" releaseDate: 2026-03-06 eol: false latest: "3.11.1" latestReleaseDate: 2026-03-11 link: https://www.postfix.org/announcements/postfix-3.11.0.html - releaseCycle: "3.10" releaseDate: 2025-02-16 eol: false latest: "3.10.8" latestReleaseDate: 2026-02-19 link: https://www.postfix.org/announcements/postfix-3.10.0.html - releaseCycle: "3.9" releaseDate: 2024-03-06 eol: false latest: "3.9.9" latestReleaseDate: 2026-02-19 link: https://www.postfix.org/announcements/postfix-3.9.2.html - releaseCycle: "3.8" releaseDate: 2023-04-17 eol: false latest: "3.8.15" latestReleaseDate: 2026-02-19 link: https://www.postfix.org/announcements/postfix-3.9.2.html - releaseCycle: "3.7" releaseDate: 2022-02-06 eol: 2026-03-06 latest: "3.7.20" latestReleaseDate: 2026-02-19 link: https://www.postfix.org/announcements/postfix-3.9.2.html - releaseCycle: "3.6" releaseDate: 2021-04-29 eol: 2025-02-16 latest: "3.6.18" latestReleaseDate: 2025-02-25 link: https://www.postfix.org/announcements/postfix-3.9.2.html - releaseCycle: "3.5" releaseDate: 2020-03-15 eol: 2024-03-06 latest: "3.5.25" latestReleaseDate: 2024-03-05 link: https://www.postfix.org/announcements/postfix-3.8.6.html - releaseCycle: "3.4" releaseDate: 2019-02-27 eol: 2023-04-17 # 3.8 release latest: "3.4.29" latestReleaseDate: 2023-04-19 link: https://www.postfix.org/announcements/postfix-3.7.5.html - releaseCycle: "3.3" releaseDate: 2018-02-22 eol: 2022-02-05 # 3.7 release latest: "3.3.22" latestReleaseDate: 2022-02-06 link: https://www.postfix.org/announcements/postfix-3.6.5.html - releaseCycle: "3.2" releaseDate: 2017-02-28 eol: 2021-04-29 # 3.6 release latest: "3.2.22" latestReleaseDate: 2021-04-12 link: https://www.postfix.org/announcements/postfix-3.5.10.html - releaseCycle: "3.1" releaseDate: 2016-02-24 eol: 2020-03-15 # 3.5 release latest: "3.1.15" latestReleaseDate: 2020-02-03 link: https://www.postfix.org/announcements/postfix-3.4.9.html - releaseCycle: "3.0" releaseDate: 2015-02-08 eol: 2019-02-27 # 3.4 release latest: "3.0.15" latestReleaseDate: 2019-02-26 link: https://www.postfix.org/announcements/postfix-3.3.3.html - releaseCycle: "2.11" releaseDate: 2014-01-15 eol: 2018-02-21 # 3.3 release latest: "2.11.11" latestReleaseDate: 2018-01-28 link: https://www.postfix.org/announcements/postfix-3.2.5.html - releaseCycle: "2.10" releaseDate: 2013-02-11 eol: 2017-02-28 # 3.2 release latest: "2.10.10" latestReleaseDate: 2016-05-15 link: https://www.postfix.org/announcements/postfix-3.1.1.html - releaseCycle: "2.9" releaseDate: 2012-02-01 eol: 2016-02-24 # 3.1 release latest: "2.9.15" latestReleaseDate: 2015-10-10 link: https://www.postfix.org/announcements/postfix-3.0.3.html - releaseCycle: "2.8" releaseDate: 2011-01-20 eol: 2015-02-08 # 3.0 release latest: "2.8.20" latestReleaseDate: 2015-02-08 link: https://www.postfix.org/announcements/postfix-2.11.4.html - releaseCycle: "2.6" releaseDate: 2009-05-12 eol: 2013-02-11 # 2.10 release latest: "2.6.19" latestReleaseDate: 2013-02-04 link: https://www.postfix.org/announcements/postfix-2.9.6.html - releaseCycle: "2.5" releaseDate: 2008-01-24 eol: 2012-02-06 # never announced, so set to latestReleaseDate latest: "2.5.17" latestReleaseDate: 2012-02-06 link: https://www.postfix.org/announcements/postfix-2.7.8.html --- > [Postfix](https://www.postfix.org/) is Wietse Venema's mail server that started life at IBM > research as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy > to administer, and secure. Typically, the last 4 releases are supported and receive patches. ================================================ FILE: products/postgresql.md ================================================ --- title: PostgreSQL addedAt: 2019-05-29 category: database iconSlug: postgresql permalink: /postgresql alternate_urls: - /postgres - /pg - /psql - /pgsql versionCommand: psql -c "SELECT version();" releasePolicyLink: https://www.postgresql.org/support/versioning/ changelogTemplate: https://www.postgresql.org/docs/release/__LATEST__/ eolColumn: Support Status auto: methods: - git: https://github.com/postgres/postgres.git regex: ^REL_?(?P[1-9]\d*)_(?P\d+)_?(?P\d+)?$ - release_table: https://www.postgresql.org/support/versioning/ fields: releaseCycle: "Version" releaseDate: "First Release" eol: "Final Release" identifiers: - repology: postgresql - purl: pkg:generic/postgresql - purl: pkg:docker/library/postgres - purl: pkg:deb/ubuntu/postgresql - cpe: cpe:2.3:a:postgresql:postgresql - cpe: cpe:/a:postgresql:postgresql releases: - releaseCycle: "18" releaseDate: 2025-09-25 eol: 2030-11-14 latest: "18.3" latestReleaseDate: 2026-02-23 - releaseCycle: "17" releaseDate: 2024-09-26 eol: 2029-11-08 latest: "17.9" latestReleaseDate: 2026-02-23 - releaseCycle: "16" releaseDate: 2023-09-14 eol: 2028-11-09 latest: "16.13" latestReleaseDate: 2026-02-23 - releaseCycle: "15" releaseDate: 2022-10-13 eol: 2027-11-11 latest: "15.17" latestReleaseDate: 2026-02-23 - releaseCycle: "14" releaseDate: 2021-09-30 eol: 2026-11-12 latest: "14.22" latestReleaseDate: 2026-02-23 - releaseCycle: "13" releaseDate: 2020-09-24 eol: 2025-11-13 latest: "13.23" latestReleaseDate: 2025-11-10 - releaseCycle: "12" releaseDate: 2019-10-03 eol: 2024-11-21 latest: "12.22" latestReleaseDate: 2024-11-18 - releaseCycle: "11" releaseDate: 2018-10-18 eol: 2023-11-09 latest: "11.22" latestReleaseDate: 2023-11-06 - releaseCycle: "10" releaseDate: 2017-10-05 eol: 2022-11-10 latest: "10.23" latestReleaseDate: 2022-11-07 - releaseCycle: "9.6" releaseDate: 2016-09-29 eol: 2021-11-11 latest: "9.6.24" latestReleaseDate: 2021-11-08 - releaseCycle: "9.5" releaseDate: 2016-01-07 eol: 2021-02-11 latest: "9.5.25" latestReleaseDate: 2021-02-08 - releaseCycle: "9.4" releaseDate: 2014-12-18 eol: 2020-02-13 latest: "9.4.26" latestReleaseDate: 2020-02-10 - releaseCycle: "9.3" releaseDate: 2013-09-09 eol: 2018-11-08 latest: "9.3.25" latestReleaseDate: 2018-11-05 - releaseCycle: "9.2" releaseDate: 2012-09-10 eol: 2017-11-09 latest: "9.2.24" latestReleaseDate: 2017-11-06 - releaseCycle: "9.1" releaseDate: 2011-09-12 eol: 2016-10-27 latest: "9.1.24" latestReleaseDate: 2016-10-24 - releaseCycle: "9.0" releaseDate: 2010-09-20 eol: 2015-10-08 latest: "9.0.23" latestReleaseDate: 2015-10-05 - releaseCycle: "8.4" releaseDate: 2009-07-01 eol: 2014-07-24 latest: "8.4.22" latestReleaseDate: 2014-07-21 - releaseCycle: "8.3" releaseDate: 2008-02-04 eol: 2013-02-07 latest: "8.3.23" latestReleaseDate: 2013-02-04 - releaseCycle: "8.2" releaseDate: 2006-12-05 eol: 2011-12-05 latest: "8.2.23" latestReleaseDate: 2011-12-01 - releaseCycle: "8.1" releaseDate: 2005-11-08 eol: 2010-11-08 latest: "8.1.23" latestReleaseDate: 2010-12-13 - releaseCycle: "8.0" releaseDate: 2005-01-19 eol: 2010-10-01 latest: "8.0.26" latestReleaseDate: 2010-10-01 - releaseCycle: "7.4" releaseDate: 2003-11-17 eol: 2010-10-01 latest: "7.4.30" latestReleaseDate: 2010-10-01 - releaseCycle: "7.3" releaseDate: 2002-11-27 eol: 2007-11-27 latest: "7.3.21" latestReleaseDate: 2008-01-03 - releaseCycle: "7.2" releaseDate: 2002-02-04 eol: 2007-02-04 latest: "7.2.8" latestReleaseDate: 2005-05-09 - releaseCycle: "7.1" releaseDate: 2001-04-13 eol: 2006-04-13 latest: "7.1.3" latestReleaseDate: 2001-08-17 - releaseCycle: "7.0" releaseDate: 2000-05-08 eol: 2005-05-08 latest: "7.0.3" latestReleaseDate: 2000-11-12 - releaseCycle: "6.5" releaseDate: 1999-06-09 eol: 2004-06-09 latest: "6.5.3" latestReleaseDate: 1999-11-04 - releaseCycle: "6.4" releaseDate: 1998-10-30 eol: 2003-10-30 latest: "6.4.2" latestReleaseDate: 1999-01-03 - releaseCycle: "6.3" releaseDate: 1998-03-01 eol: 2003-03-01 latest: "6.3.2" latestReleaseDate: 1998-04-18 --- > [PostgreSQL](https://www.postgresql.org/), also known as Postgres, is a free and open-source > relational database management system (RDBMS) emphasizing extensibility and technical standards > compliance. **Postgres recommends that all users run the latest available minor release for whatever major version is in use.** The PostgreSQL Global Development Group supports a major version for 5 years after its initial release. After its five-year anniversary, a major version will have one last minor release containing any fixes and will be considered end-of-life (EOL) and no longer supported. The [Release roadmap](https://www.postgresql.org/developer/roadmap/) lists upcoming minor and major releases. If the release team determines that a critical bug or security fix is too important to wait until the regularly scheduled minor release, it may make a release available outside the minor release roadmap. A [Feature Matrix](https://www.postgresql.org/about/featurematrix/) documents feature availability against major releases. ================================================ FILE: products/postmarketos.md ================================================ --- title: postmarketOS addedAt: 2024-04-10 category: os tags: linux-distribution permalink: /postmarketos versionCommand: cat /etc/os-release releasePolicyLink: https://wiki.postmarketos.org/wiki/Releases latestColumn: false auto: methods: # Cross check with the channels.cfg # https://gitlab.postmarketos.org/postmarketOS/pmaports/-/blob/master/channels.cfg?ref_type=heads - distrowatch: postmarketos regex: 'Distribution Release: postmarketOS (?P\d{2}[.]\d{2})' template: "{{version}}" # eol(x) = releaseDate(x+1) + 1 month releases: - releaseCycle: "25.12" releaseDate: 2025-12-23 eol: false latest: "25.12" latestReleaseDate: 2025-12-23 link: https://postmarketos.org/blog/2025/12/23/v25.12-release/ - releaseCycle: "25.06" releaseDate: 2025-06-23 eol: 2026-01-23 latest: "25.06" latestReleaseDate: 2025-06-23 link: https://postmarketos.org/blog/2025/06/22/v25.06-release/ - releaseCycle: "24.12" releaseDate: 2024-12-23 eol: 2025-07-23 latest: "24.12" latestReleaseDate: 2024-12-23 link: https://postmarketos.org/blog/2024/12/23/v24.12-release/ - releaseCycle: "24.06" releaseDate: 2024-06-16 eol: 2025-01-23 latest: "24.06" latestReleaseDate: 2024-06-16 link: https://postmarketos.org/blog/2024/06/16/v24.06-release/ - releaseCycle: "23.12" releaseDate: 2023-12-18 eol: 2024-07-16 latest: "23.12" latestReleaseDate: 2023-12-19 link: https://postmarketos.org/blog/2023/12/18/v23.12-release/ - releaseCycle: "23.06" releaseDate: 2023-06-07 eol: 2024-01-18 latest: "23.06" latestReleaseDate: 2023-06-07 link: https://postmarketos.org/blog/2023/06/07/v23.06-release/ - releaseCycle: "22.12" releaseDate: 2022-12-18 eol: 2023-07-07 latest: "22.12" latestReleaseDate: 2022-12-18 link: https://postmarketos.org/blog/2022/12/18/v22.12-release/ - releaseCycle: "22.06" releaseDate: 2022-06-12 eol: 2023-01-18 latest: "22.06" latestReleaseDate: 2022-06-12 link: https://postmarketos.org/blog/2022/06/12/v22.06-release/ - releaseCycle: "21.12" releaseDate: 2021-12-29 eol: 2022-07-12 latest: "21.12" latestReleaseDate: 2021-12-29 link: https://postmarketos.org/blog/2021/12/29/v21.12-release/ - releaseCycle: "21.06" releaseDate: 2021-07-04 eol: 2022-01-29 latest: "21.06" latestReleaseDate: 2021-07-04 link: https://postmarketos.org/blog/2021/07/04/v21.06-release/ --- > [postmarketOS](https://postmarketos.org/) extends Alpine Linux > to run on smartphones and other mobile devices. Releases are created roughly every six months, following the release cycle of Alpine Linux. The release branches receive security updates as necessary (from both Alpine and postmarketOS). postmarketOS also provides service packs for the latest release to ship fixes and feature updates. An old release becomes EOL one month after the next release. ================================================ FILE: products/powershell.md ================================================ --- title: Microsoft PowerShell addedAt: 2019-07-29 category: lang tags: microsoft iconSlug: powershell permalink: /powershell alternate_urls: - /pwsh - /ps - /ps1 versionCommand: pwsh -v releasePolicyLink: https://learn.microsoft.com/powershell/scripting/install/powershell-support-lifecycle changelogTemplate: https://github.com/PowerShell/PowerShell/releases/tag/v__LATEST__ eolColumn: Support Status identifiers: - purl: pkg:github/powershell/powershell - repology: powershell - cpe: cpe:2.3:a:microsoft:powershell customFields: - name: dotnetVersion display: after-latest-column label: ".NET Version" description: Version of .NET that this PowerShell release is built on. auto: methods: - git: https://github.com/PowerShell/PowerShell.git - release_table: https://learn.microsoft.com/en-us/powershell/scripting/install/powershell-support-lifecycle fields: releaseCycle: column: "Version" regex: '^PowerShell (?P\d+\.\d+)(?!.*\(preview\)).*$' releaseDate: "Release Date" eol: "End-of-support" dotnetVersion: ".NET Version" releases: - releaseCycle: "7.6" lts: true releaseDate: 2026-03-18 eol: 2028-11-14 latest: "7.6.0" latestReleaseDate: 2026-03-18 dotnetVersion: ".NET 10.0" - releaseCycle: "7.5" lts: false releaseDate: 2025-01-23 eol: 2026-11-10 latest: "7.5.5" latestReleaseDate: 2026-03-12 dotnetVersion: ".NET 9.0" - releaseCycle: "7.4" lts: true releaseDate: 2023-11-16 eol: 2026-11-10 latest: "7.4.14" latestReleaseDate: 2026-03-12 dotnetVersion: ".NET 8.0" - releaseCycle: "7.3" releaseDate: 2022-11-09 eol: 2024-05-08 latest: "7.3.12" latestReleaseDate: 2024-04-11 dotnetVersion: ".NET 7.0" - releaseCycle: "7.2" lts: true releaseDate: 2021-11-08 eol: 2024-11-08 latest: "7.2.24" latestReleaseDate: 2024-10-22 dotnetVersion: ".NET 6.0" - releaseCycle: "7.1" releaseDate: 2020-11-11 eol: 2022-05-08 latest: "7.1.7" latestReleaseDate: 2022-04-26 dotnetVersion: ".NET 5.0" - releaseCycle: "7.0" lts: true releaseDate: 2020-03-04 eol: 2022-12-03 latest: "7.0.13" latestReleaseDate: 2022-10-20 dotnetVersion: ".NET Core 3.1" - releaseCycle: "6.2" releaseDate: 2019-03-29 eol: 2020-09-04 latest: "6.2.7" latestReleaseDate: 2020-07-16 dotnetVersion: ".NET Core 2.1" - releaseCycle: "6.1" releaseDate: 2018-09-13 eol: 2019-09-28 latest: "6.1.6" latestReleaseDate: 2019-09-12 dotnetVersion: ".NET Core 2.1" - releaseCycle: "6.0" releaseDate: 2018-01-20 eol: 2019-02-13 latest: "6.0.5" latestReleaseDate: 2018-11-13 dotnetVersion: ".NET Core 2.0" --- > [PowerShell](https://aka.ms/powershell) is a cross-platform automation and configuration > tool/framework optimized for dealing with structured data (e.g. JSON, CSV, XML, etc.), > REST APIs, and object models. It includes a command-line shell, an associated scripting language > and a framework for processing cmdlets. PowerShell follows the [Modern Lifecycle Policy](https://learn.microsoft.com/powershell/scripting/install/PowerShell-Support-Lifecycle). ================================================ FILE: products/privatebin.md ================================================ --- title: PrivateBin addedAt: 2024-07-27 category: server-app permalink: /privatebin releasePolicyLink: https://github.com/PrivateBin/PrivateBin?tab=security-ov-file#readme changelogTemplate: https://github.com/PrivateBin/PrivateBin/releases/tag/__LATEST__ auto: methods: - git: https://github.com/PrivateBin/PrivateBin.git identifiers: - repology: privatebin - cpe: cpe:2.3:a:privatebin:privatebin # eol(x) = releaseDate(x+1) releases: - releaseCycle: "2.0" releaseDate: 2025-07-28 eol: false latest: "2.0.3" latestReleaseDate: 2025-11-12 - releaseCycle: "1.7" releaseDate: 2024-02-11 eol: 2025-07-28 latest: "1.7.9" latestReleaseDate: 2025-11-13 - releaseCycle: "1.6" releaseDate: 2023-09-11 eol: 2024-02-12 latest: "1.6.2" latestReleaseDate: 2023-12-15 - releaseCycle: "1.5" releaseDate: 2022-12-11 eol: 2023-09-12 latest: "1.5.2" latestReleaseDate: 2023-07-09 - releaseCycle: "1.4" releaseDate: 2022-04-09 eol: 2022-12-11 latest: "1.4.0" latestReleaseDate: 2022-04-09 - releaseCycle: "1.3" releaseDate: 2019-07-09 eol: 2022-04-09 latest: "1.3.5" latestReleaseDate: 2021-04-05 - releaseCycle: "1.2" releaseDate: 2018-07-22 eol: 2019-07-10 latest: "1.2.3" latestReleaseDate: 2020-02-16 - releaseCycle: "1.1" releaseDate: 2016-12-26 eol: 2018-07-22 latest: "1.1.1" latestReleaseDate: 2017-10-08 - releaseCycle: "1.0" releaseDate: 2016-08-25 eol: 2016-12-26 latest: "1.0" latestReleaseDate: 2016-08-25 --- > [PrivateBin](https://privatebin.info/) is a minimalist, open source [Pastebin](https://pastebin.com/) where the server > has zero knowledge of pasted data. PrivateBin follows [SemVer](https://semver.org/). Only the latest version is supported. ================================================ FILE: products/proftpd.md ================================================ --- title: ProFTPD addedAt: 2025-05-03 category: server-app permalink: /proftpd versionCommand: proftpd --version releasePolicyLink: http://www.proftpd.org/docs/howto/Versioning.html changelogTemplate: https://github.com/proftpd/proftpd/releases/tag/v__LATEST__ eolColumn: Maintenance Support eoasColumn: Stable Support identifiers: - repology: proftpd - cpe: cpe:2.3:a:proftpd:proftpd auto: methods: - git: https://github.com/proftpd/proftpd.git regex: ^v(?P\d+)\.(?P\d+)\.(?P\d+)(?P[a-q])?$ template: "{{major}}.{{minor}}.{{patch}}{%if tiny %}{{tiny}}{%endif%}" # eoas(x) = releaseDate(x+1) # eol(x) = releaseDate(x+2) releases: - releaseCycle: "1.3.9" staleReleaseThresholdDays: 500 releaseDate: 2025-03-14 eoas: false eol: false latest: "1.3.9" latestReleaseDate: 2025-03-14 - releaseCycle: "1.3.8" staleReleaseThresholdDays: 500 releaseDate: 2022-12-04 eoas: 2025-03-14 eol: false latest: "1.3.8d" latestReleaseDate: 2025-03-14 - releaseCycle: "1.3.7" releaseDate: 2020-07-20 eoas: 2022-12-04 eol: 2025-03-14 latest: "1.3.7f" latestReleaseDate: 2022-12-04 - releaseCycle: "1.3.6" releaseDate: 2017-04-09 eoas: 2020-07-20 eol: 2022-12-04 latest: "1.3.6e" latestReleaseDate: 2020-07-20 - releaseCycle: "1.3.5" releaseDate: 2015-05-27 eoas: 2017-04-09 eol: 2020-07-20 latest: "1.3.5e" latestReleaseDate: 2017-04-09 --- > [ProFTPD](http://www.proftpd.org/) is a highly configurable GPL-licensed FTP daemon for Unix and > Unix-like operating systems. ProFTPD follows a release policy roughly summarized as: - there is one `stable` release cycle which is the current actively maintained branch - there is one `maintenance` release cycle which still gets backported fixes from `stable` - a new release cycle puts the previous one into "maintenance mode" and completely ends the next-to-last one - maintenance happens by releasing a tiny version in the maintenance branch - the tiny version part is added as a letter directly to the release version without a separator - the first maintenance release for the current stable version starts the next cycle - there are several release candidates before a new stable release happens ================================================ FILE: products/prometheus.md ================================================ --- title: Prometheus addedAt: 2023-07-17 category: server-app tags: linux-foundation iconSlug: prometheus permalink: /prometheus releasePolicyLink: https://prometheus.io/docs/introduction/release-cycle/ changelogTemplate: https://github.com/prometheus/prometheus/releases/tag/v__LATEST__ identifiers: - repology: prometheus - purl: pkg:docker/prom/prometheus - purl: pkg:docker/bitnami/prometheus - purl: pkg:docker/rapidfort/prometheus-official - purl: pkg:oci/prometheus?repository_url=quay.io/repository/prometheus - purl: pkg:oci/prometheus?repository_url=cgr.dev/chainguard - purl: pkg:github/prometheus/prometheus - purl: pkg:golang/github.com/prometheus/prometheus - cpe: cpe:2.3:a:prometheus:prometheus auto: methods: - git: https://github.com/prometheus/prometheus.git - release_table: https://prometheus.io/docs/introduction/release-cycle selector: "table:nth-of-type(1)" fields: releaseCycle: column: "Release" regex: '^Prometheus (?P\d+\.\d+)$' releaseDate: "Date" eol: "End of support" # eol(x) = releaseDate(x) + 6w (non-LTS) # For LTS, as per https://prometheus.io/docs/introduction/release-cycle/#long-term-support releases: - releaseCycle: "3.10" releaseDate: 2026-02-25 eol: 2026-04-08 latest: "3.10.0" latestReleaseDate: 2026-02-25 - releaseCycle: "3.9" releaseDate: 2026-01-06 eol: 2026-02-17 latest: "3.9.1" latestReleaseDate: 2026-01-07 - releaseCycle: "3.8" releaseDate: 2025-11-28 eol: 2026-01-09 latest: "3.8.1" latestReleaseDate: 2025-12-16 - releaseCycle: "3.7" releaseDate: 2025-10-15 eol: 2025-11-26 latest: "3.7.3" latestReleaseDate: 2025-10-30 - releaseCycle: "3.6" releaseDate: 2025-09-17 eol: 2025-11-02 latest: "3.6.0" latestReleaseDate: 2025-09-21 - releaseCycle: "3.5" lts: true releaseDate: 2025-07-14 eol: 2026-07-31 latest: "3.5.1" latestReleaseDate: 2026-01-21 - releaseCycle: "3.4" releaseDate: 2025-05-17 eol: 2025-06-28 latest: "3.4.2" latestReleaseDate: 2025-06-26 - releaseCycle: "3.3" releaseDate: 2025-04-15 eol: 2025-05-27 latest: "3.3.1" latestReleaseDate: 2025-05-02 - releaseCycle: "3.2" releaseDate: 2025-02-17 eol: 2025-03-31 latest: "3.2.1" latestReleaseDate: 2025-02-26 - releaseCycle: "3.1" releaseDate: 2025-01-02 eol: 2025-02-13 latest: "3.1.0" latestReleaseDate: 2025-01-02 - releaseCycle: "3.0" releaseDate: 2024-11-14 eol: 2024-12-26 latest: "3.0.1" latestReleaseDate: 2024-11-28 - releaseCycle: "2.55" releaseDate: 2024-10-22 eol: 2024-12-03 latest: "2.55.1" latestReleaseDate: 2024-11-06 - releaseCycle: "2.54" releaseDate: 2024-08-09 eol: 2024-09-20 latest: "2.54.1" latestReleaseDate: 2024-08-27 - releaseCycle: "2.53" lts: true releaseDate: 2024-06-16 eol: 2025-07-31 latest: "2.53.5" latestReleaseDate: 2025-06-30 - releaseCycle: "2.52" releaseDate: 2024-05-08 eol: 2024-06-19 latest: "2.52.0" latestReleaseDate: 2024-05-08 - releaseCycle: "2.51" releaseDate: 2024-03-19 eol: 2024-04-30 latest: "2.51.2" latestReleaseDate: 2024-04-10 - releaseCycle: "2.50" releaseDate: 2024-02-22 eol: 2024-04-04 latest: "2.50.1" latestReleaseDate: 2024-02-26 - releaseCycle: "2.49" releaseDate: 2024-01-15 eol: 2024-02-26 latest: "2.49.1" latestReleaseDate: 2024-01-15 - releaseCycle: "2.48" releaseDate: 2023-11-15 eol: 2023-12-28 latest: "2.48.1" latestReleaseDate: 2023-12-08 - releaseCycle: "2.47" releaseDate: 2023-09-06 eol: 2023-10-18 latest: "2.47.2" latestReleaseDate: 2023-10-12 - releaseCycle: "2.46" releaseDate: 2023-07-25 eol: 2023-09-05 latest: "2.46.0" latestReleaseDate: 2023-07-25 - releaseCycle: "2.45" lts: true releaseDate: 2023-06-23 eol: 2024-07-31 latest: "2.45.6" latestReleaseDate: 2024-06-21 - releaseCycle: "2.44" releaseDate: 2023-05-14 eol: 2023-08-06 latest: "2.44.0" latestReleaseDate: 2023-05-14 - releaseCycle: "2.43" releaseDate: 2023-03-21 eol: 2023-05-02 latest: "2.43.1" latestReleaseDate: 2023-05-04 - releaseCycle: "2.42" releaseDate: 2023-01-31 eol: 2023-03-14 latest: "2.42.0" latestReleaseDate: 2023-01-31 - releaseCycle: "2.41" releaseDate: 2022-12-20 eol: 2023-01-31 latest: "2.41.0" latestReleaseDate: 2022-12-20 - releaseCycle: "2.40" releaseDate: 2022-11-07 eol: 2022-12-19 latest: "2.40.7" latestReleaseDate: 2022-12-14 - releaseCycle: "2.39" releaseDate: 2022-10-05 eol: 2022-11-16 latest: "2.39.2" latestReleaseDate: 2022-11-09 - releaseCycle: "2.38" releaseDate: 2022-08-16 eol: 2022-09-27 latest: "2.38.0" latestReleaseDate: 2022-08-16 - releaseCycle: "2.37" lts: true releaseDate: 2022-07-14 eol: 2023-07-31 latest: "2.37.9" latestReleaseDate: 2023-07-28 - releaseCycle: "2.36" releaseDate: 2022-05-30 eol: 2022-07-11 latest: "2.36.2" latestReleaseDate: 2022-06-20 --- > [Prometheus](https://prometheus.io/) is an open-source system monitoring and alerting toolkit. > Prometheus is part of the Cloud Native Computing Foundation (CNCF) and is released under the > Apache 2.0 license. ## Release Cadence Every 6 weeks, a new Prometheus minor release cycle begins. After those 6 weeks, minor releases generally no longer receive bugfixes. If a user is impacted by a bug in a minor release, they often need to upgrade to the latest Prometheus release. Prometheus promises API stability within a major version and strives to avoid breaking changes for key features. Some features, which are cosmetic, still under development, or depend on 3rd party services, are not covered by this. ## Long-Term Support Prometheus LTS releases only receive bug, security, and documentation fixes, but over a time window of one year. The build toolchain is also kept up to date. The following features are excluded from [LTS Support](https://prometheus.io/docs/introduction/release-cycle/#limitations-of-lts-support): - features listed as `unstable` in the [API stability guarantees](https://prometheus.io/docs/prometheus/latest/stability/), - experimental features, - OpenBSD support. ================================================ FILE: products/protractor.md ================================================ --- title: Protractor addedAt: 2023-09-25 category: framework tags: google javascript-runtime herodevs iconSlug: protractor permalink: /protractor versionCommand: npm list protractor eolColumn: Community Support eoesColumn: Commercial Support auto: methods: - npm: protractor identifiers: - purl: pkg:npm/protractor releases: - releaseCycle: "7.0" releaseDate: 2020-05-13 eoas: 2023-08-31 eol: 2023-08-31 eoes: false latest: "7.0.0" latestReleaseDate: 2020-05-13 link: https://github.com/angular/protractor/blob/release-7.0/CHANGELOG.md#700 - releaseCycle: "6.0" releaseDate: 2019-03-23 eoas: 2023-08-31 eol: 2023-08-31 latest: "6.0.0" latestReleaseDate: 2019-03-23 link: https://github.com/angular/protractor/blob/master/CHANGELOG.md#600 - releaseCycle: "5.0" releaseDate: 2017-01-10 eoas: 2023-08-31 eol: 2023-08-31 latest: "5.4.4" latestReleaseDate: 2020-04-16 link: https://github.com/angular/protractor/blob/release-5.4/CHANGELOG.md#544 - releaseCycle: "4.0" releaseDate: 2016-07-12 eoas: 2023-08-31 eol: 2023-08-31 latest: "4.0.14" latestReleaseDate: 2016-12-21 link: https://github.com/angular/protractor/blob/master/CHANGELOG.md#4014 - releaseCycle: "3.0" releaseDate: 2015-11-18 eoas: 2023-08-31 eol: 2023-08-31 latest: "3.3.0" latestReleaseDate: 2016-04-25 link: https://github.com/angular/protractor/blob/master/CHANGELOG.md#330 - releaseCycle: "2.0" releaseDate: 2015-03-18 eoas: 2023-08-31 eol: 2023-08-31 latest: "2.5.1" latestReleaseDate: 2015-10-08 link: https://github.com/angular/protractor/blob/master/CHANGELOG.md#251 - releaseCycle: "1.0" releaseDate: 2014-07-21 eoas: 2023-08-31 eol: 2023-08-31 latest: "1.8.0" latestReleaseDate: 2015-03-02 link: https://github.com/angular/protractor/blob/master/CHANGELOG.md#180 --- > [Protractor](https://www.protractortest.org/) is an end-to-end test framework for Angular and > AngularJS applications. Protractor runs tests against your application running in a real browser, > interacting with it as a user would. Protractor was [deprecated](https://www.protractortest.org/#/project-status) on August 31, 2023 after an [announcement from the Angular team](https://blog.angular.io/the-state-of-end-to-end-testing-with-angular-d175f751cb9c) was made on August 10, 2022. The Protractor npm package is also marked as [deprecated on npm](https://www.npmjs.com/package/protractor). Beginning August 1, 2022, [commercial support for Protractor](https://www.herodevs.com/support/nes-protractor) became available for free through a fork of the project maintained by the independent team at [HeroDevs](https://www.herodevs.com/). More information is available on the [Protractor website](https://www.protractortest.org/). ================================================ FILE: products/proxmox-ve.md ================================================ --- title: Proxmox VE addedAt: 2022-12-26 category: os iconSlug: proxmox permalink: /proxmox-ve alternate_urls: - /pve - /proxmoxve versionCommand: pveversion –v releasePolicyLink: https://pve.proxmox.com/wiki/FAQ changelogTemplate: "https://pve.proxmox.com/wiki/Roadmap#Proxmox_VE___LATEST__" identifiers: - cpe: cpe:/a:proxmox:virtual_environment - cpe: cpe:2.3:a:proxmox:virtual_environment # https://regex101.com/r/ahCFde/1 auto: methods: - distrowatch: proxmox regex: '^Distribution Release: Proxmox (?P\d+)\.(?P\d+) "Virtual Environment"$' - release_table: https://pve.proxmox.com/wiki/FAQ selector: "table#faq-support-table" fields: releaseCycle: column: "Proxmox VE Version" regex: '^Proxmox VE (?P\d+)$' eol: "Proxmox EOL" releases: - releaseCycle: "9" releaseDate: 2025-08-05 eol: false # no date yet available on https://pve.proxmox.com/wiki/FAQ latest: "9.1" latestReleaseDate: 2025-11-19 - releaseCycle: "8" releaseDate: 2023-06-22 eol: 2026-08-31 latest: "8.4" latestReleaseDate: 2025-04-09 - releaseCycle: "7" releaseDate: 2021-07-06 eol: 2024-07-31 latest: "7.4" latestReleaseDate: 2023-03-23 - releaseCycle: "6" releaseDate: 2019-07-16 eol: 2022-09-30 latest: "6.4" latestReleaseDate: 2021-04-18 - releaseCycle: "5" releaseDate: 2017-07-04 eol: 2020-07-31 latest: "5.4" latestReleaseDate: 2019-04-11 - releaseCycle: "4" releaseDate: 2015-10-06 eol: 2018-06-30 latest: "4.4" latestReleaseDate: 2016-12-13 - releaseCycle: "3" releaseDate: 2013-05-24 eol: 2017-02-28 latest: "3.4" latestReleaseDate: 2015-02-19 - releaseCycle: "2" releaseDate: 2012-03-30 eol: 2014-05-31 latest: "2.3" latestReleaseDate: 2013-03-04 - releaseCycle: "1" releaseDate: 2011-09-13 eol: 2013-01-31 latest: "1.9" latestReleaseDate: 2011-09-13 --- > [Proxmox Virtual Environment (PVE)](https://www.proxmox.com/en/proxmox-ve) is an open-source > software server for virtualization management. It is a hosted hypervisor that can run operating > systems including Linux and Windows on x64 hardware. Proxmox VE versions are supported at least as long as the corresponding Debian Version is oldstable. Proxmox VE uses a rolling release model, and using the latest stable version is always recommended. ================================================ FILE: products/puppet.md ================================================ --- title: Puppet addedAt: 2023-07-09 category: server-app iconSlug: puppet permalink: /puppet alternate_urls: - /puppet-osp - /puppet-agent versionCommand: puppet --version releasePolicyLink: https://www.puppet.com/docs/puppet/8/platform_lifecycle.html changelogTemplate: https://www.puppet.com/docs/puppet/__RELEASE_CYCLE__ eolColumn: Supported identifiers: - repology: puppet - cpe: cpe:/a:puppet:puppet - cpe: cpe:2.3:a:puppet:puppet auto: methods: - git: https://github.com/puppetlabs/puppet.git releases: - releaseCycle: "8" releaseDate: 2023-04-21 eol: false latest: "8.10.0" latestReleaseDate: 2024-10-18 link: https://www.puppet.com/docs/puppet/8/release_notes_puppet.html#release_notes_puppet_x-8-1-0 - releaseCycle: "7" releaseDate: 2020-11-13 eol: 2025-02-28 latest: "7.34.0" latestReleaseDate: 2024-10-17 link: https://www.puppet.com/docs/puppet/7/release_notes_puppet.html#release_notes_puppet_x-7-25-0 - releaseCycle: "6" releaseDate: 2018-09-18 eol: 2023-02-01 latest: "6.29.0" latestReleaseDate: 2023-01-24 link: https://www.puppet.com/docs/puppet/6/release_notes_puppet.html#release_notes_puppet - releaseCycle: "5" releaseDate: 2017-06-27 eol: 2021-01-01 latest: "5.5.22" latestReleaseDate: 2020-10-09 link: https://www.puppet.com/docs/puppet/5.5/release_notes.html - releaseCycle: "4" releaseDate: 2015-04-08 eol: 2018-10-01 # No official source available. It was announced in the IRC channel at that time. latest: "4.10.13" latestReleaseDate: 2018-12-19 link: https://github.com/puppetlabs/docs-archive/blob/main/puppet/4.10/release_notes.markdown - releaseCycle: "3" releaseDate: 2012-09-28 eol: 2017-01-01 # No official source available. It was announced in the IRC channel at that time. latest: "3.8.7" latestReleaseDate: 2016-04-25 link: https://github.com/puppetlabs/docs-archive/blob/main/puppet/3.8/release_notes.markdown --- > [Puppet](https://www.puppet.com/) is a tool that helps you manage and automate the configuration > of servers. Its primary product, Puppet Enterprise is a proprietary and closed-source version of > its open-source Puppet software. This page tracks the Open Source Puppet (OSP) and not Puppet Enterprise (PE). Version numbers are for puppet-agent, and corresponding version numbers of other components are published [on the platform lifecycle documentation](https://www.puppet.com/docs/puppet/8/platform_lifecycle.html#component-version-numbers). Puppet OSP has an Update Track: Puppet versions that are not associated with any PE version get updated minor (or "y") releases about once a month. Releases in this track include fixes and new features, but typically do not get patch (or "z") releases. Developmental releases ('latest') are superseded by new versions about once a month. Open source releases that are associated with PE versions have projected End of Life (EOL) dates. ================================================ FILE: products/python.md ================================================ --- title: Python addedAt: 2019-05-27 category: lang iconSlug: python permalink: /python versionCommand: |- python --version # or alternatively python3 --version releasePolicyLink: https://devguide.python.org/versions/ changelogTemplate: | https://www.python.org/downloads/release/python-{{"__LATEST__" | replace:'.',''}}/ eoasColumn: true customFields: - name: pep display: api-only label: PEP description: Python Enhancement Proposal (PEP) document for this release link: https://peps.python.org/topic/release/ identifiers: - purl: pkg:generic/python - purl: pkg:deb/ubuntu/python - purl: pkg:deb/ubuntu/python3.14 - purl: pkg:deb/ubuntu/python3.13 - purl: pkg:deb/ubuntu/python3.12 - purl: pkg:deb/ubuntu/python3.11 - purl: pkg:deb/ubuntu/python3.10 - purl: pkg:deb/ubuntu/python3.9 - purl: pkg:deb/ubuntu/python3.8 - purl: pkg:deb/ubuntu/python3.7 - purl: pkg:deb/ubuntu/python3.6 - purl: pkg:deb/ubuntu/python3.5 - purl: pkg:deb/ubuntu/python3.4 - purl: pkg:deb/ubuntu/python3.3 - purl: pkg:deb/ubuntu/python3.2 - purl: pkg:deb/ubuntu/python3.1 - purl: pkg:deb/ubuntu/python3.0 - purl: pkg:deb/ubuntu/python2.7 - purl: pkg:deb/ubuntu/python2.6 - purl: pkg:deb/ubuntu/python2.5 - purl: pkg:deb/ubuntu/python2.4 - purl: pkg:deb/ubuntu/python2.3 - purl: pkg:deb/ubuntu/python2.2 - purl: pkg:deb/ubuntu/python2.1 - purl: pkg:deb/debian/python - purl: pkg:deb/debian/python3.14 - purl: pkg:deb/debian/python3.13 - purl: pkg:deb/debian/python3.11 - purl: pkg:deb/debian/python3.9 - purl: pkg:deb/debian/python3.7 - purl: pkg:deb/debian/python3.5 - purl: pkg:deb/debian/python3.4 - purl: pkg:deb/debian/python3.2 - purl: pkg:deb/debian/python3.1 - purl: pkg:deb/debian/python2.7 - purl: pkg:deb/debian/python2.6 - purl: pkg:deb/debian/python2.5 - purl: pkg:deb/debian/python2.4 - purl: pkg:deb/debian/python2.3 - purl: pkg:deb/debian/python2.2 - purl: pkg:deb/debian/python2.1 - purl: pkg:deb/debian/python1.5 - purl: pkg:rpm/fedora/python3.14 - purl: pkg:rpm/fedora/python3.13 - purl: pkg:rpm/fedora/python3.12 - purl: pkg:rpm/fedora/python3.11 - purl: pkg:rpm/fedora/python3.10 - purl: pkg:rpm/fedora/python3.9 - purl: pkg:rpm/fedora/python3.8 - purl: pkg:rpm/fedora/python3.6 - purl: pkg:rpm/fedora/python3.5 - purl: pkg:rpm/amzn/python - purl: pkg:rpm/amzn/python2 - purl: pkg:rpm/amzn/python3 - purl: pkg:rpm/redhat/python - purl: pkg:rpm/redhat/python2 - purl: pkg:rpm/redhat/python3 - purl: pkg:rpm/centos/python - purl: pkg:rpm/centos/python2 - purl: pkg:rpm/centos/python3 - purl: pkg:docker/library/python - purl: pkg:docker/circleci/python - purl: pkg:docker/bitnami/python - purl: pkg:github/python/cpython - repology: python - cpe: cpe:/a:python:python - cpe: cpe:2.3:a:python:python auto: methods: - git: https://github.com/python/cpython.git # The v is mandatory here because each branch EOL is tagged, e.g. https://github.com/python/cpython/releases/tag/3.6 regex: ^v(?P[1-9]\d*)\.(?P\d+)\.?(?P\d+)?$ - release_table: https://devguide.python.org/versions/ fields: releaseCycle: "Branch" releaseDate: "First release" eol: "End of life" releases: - releaseCycle: "3.14" releaseDate: 2025-10-07 eoas: 2027-10-01 eol: 2030-10-31 latest: "3.14.3" latestReleaseDate: 2026-02-03 pep: PEP-0745 - releaseCycle: "3.13" releaseDate: 2024-10-07 eoas: 2026-10-01 eol: 2029-10-31 latest: "3.13.12" latestReleaseDate: 2026-02-03 pep: PEP-0719 - releaseCycle: "3.12" releaseDate: 2023-10-02 eoas: 2025-04-02 eol: 2028-10-31 latest: "3.12.13" latestReleaseDate: 2026-03-03 pep: PEP-0693 - releaseCycle: "3.11" releaseDate: 2022-10-24 eoas: 2024-04-01 eol: 2027-10-31 latest: "3.11.15" latestReleaseDate: 2026-03-03 pep: PEP-0664 - releaseCycle: "3.10" releaseDate: 2021-10-04 eoas: 2023-04-05 eol: 2026-10-31 latest: "3.10.20" latestReleaseDate: 2026-03-03 pep: PEP-0619 - releaseCycle: "3.9" releaseDate: 2020-10-05 eoas: 2022-05-17 eol: 2025-10-31 latest: "3.9.25" latestReleaseDate: 2025-10-31 pep: PEP-0596 - releaseCycle: "3.8" releaseDate: 2019-10-14 eoas: 2021-05-03 eol: 2024-10-07 latest: "3.8.20" latestReleaseDate: 2024-09-06 pep: PEP-0569 - releaseCycle: "3.7" releaseDate: 2018-06-27 eoas: 2020-06-27 eol: 2023-06-27 latest: "3.7.17" latestReleaseDate: 2023-06-05 pep: PEP-0537 - releaseCycle: "3.6" releaseDate: 2016-12-23 eoas: 2018-12-24 eol: 2021-12-23 latest: "3.6.15" latestReleaseDate: 2021-09-03 pep: PEP-0494 - releaseCycle: "3.5" releaseDate: 2015-09-13 eoas: true eol: 2020-09-30 latest: "3.5.10" latestReleaseDate: 2020-09-05 pep: PEP-0478 - releaseCycle: "3.4" releaseDate: 2014-03-16 eoas: true eol: 2019-03-18 latest: "3.4.10" latestReleaseDate: 2019-03-18 pep: PEP-0429 - releaseCycle: "3.3" releaseDate: 2012-09-29 eoas: true eol: 2017-09-29 latest: "3.3.7" latestReleaseDate: 2017-09-19 pep: PEP-0398 - releaseCycle: "3.2" releaseDate: 2011-02-20 eoas: true eol: 2016-02-20 latest: "3.2.6" latestReleaseDate: 2014-10-12 pep: PEP-0392 - releaseCycle: "2.7" releaseDate: 2010-07-03 eoas: true eol: 2020-01-01 latest: "2.7.18" latestReleaseDate: 2020-04-19 pep: PEP-0373 - releaseCycle: "3.1" releaseDate: 2009-06-27 eoas: true eol: 2012-04-09 latest: "3.1.5" latestReleaseDate: 2012-04-06 pep: PEP-0375 - releaseCycle: "3.0" releaseDate: 2008-12-03 eoas: true eol: 2009-06-27 latest: "3.0.1" latestReleaseDate: 2009-02-12 pep: PEP-0361 - releaseCycle: "2.6" releaseDate: 2008-10-01 eoas: true eol: 2013-10-29 latest: "2.6.9" latestReleaseDate: 2013-10-29 pep: PEP-0361 --- > [Python](https://www.python.org/) is an interpreted, high-level, general-purpose programming > language. The end-of-life is scheduled 5 years after the first release but can be adjusted by the release manager of each branch. Every release gets: - 2 years of planned releases with bugfixes. - 3 years of only security fixes and source distribution without precompiled binaries The detailed release information (including schedules) can be found among [Release PEPs](https://peps.python.org/topic/release/) A Python release only supports a Windows platform while Microsoft considers the platform under extended support. Python 3.8 was the last version to support Windows 7. ================================================ FILE: products/qt.md ================================================ --- title: Qt addedAt: 2021-07-09 category: framework iconSlug: qt permalink: /qt versionCommand: qmake --version releaseImage: https://www.qt.io/hs-fs/hubfs/subscription%20timeline.png releasePolicyLink: https://cdn2.hubspot.net/hubfs/149513/_Website_Blog/Qt%20offering%20change%20FAQ-2020-01-27.pdf changelogTemplate: "https://www.qt.io/blog/qt-{{'__LATEST__' | drop_zero_patch}}-released" eolColumn: OSS support eoesColumn: Commercial support identifiers: - repology: qt - cpe: cpe:/a:qt:qt - cpe: cpe:2.3:a:qt:qt # Upstream does not support filtering https://code.qt.io/qt/qt5.git auto: methods: - git: https://github.com/qt/qt5.git # eol(x) ~= releaseDate(x+1) (estimation = releaseDate(x) + 6 months) # eoes(x) = # - releaseDate(x) + 1 year for non-LTS # - releaseDate(x) + 3 years for LTS # See also https://wiki.qt.io/QtReleasing. releases: - releaseCycle: "6.10" releaseDate: 2025-10-07 eol: 2026-04-07 # estimated, 2025-10-07 + 6 months eoes: 2026-10-07 # estimated latest: "6.10.2" latestReleaseDate: 2026-01-29 - releaseCycle: "6.9" releaseDate: 2025-04-02 eol: 2025-10-07 eoes: 2026-04-02 # estimated latest: "6.9.3" latestReleaseDate: 2025-09-30 - releaseCycle: "6.8" lts: true releaseDate: 2024-10-07 eol: 2025-04-02 eoes: 2029-10-08 latest: "6.8.3" latestReleaseDate: 2025-03-26 - releaseCycle: "6.7" releaseDate: 2024-03-28 eol: 2024-10-07 eoes: 2025-04-02 latest: "6.7.3" latestReleaseDate: 2024-09-27 - releaseCycle: "6.6" releaseDate: 2023-10-09 eol: 2024-04-02 eoes: 2024-10-09 latest: "6.6.3" latestReleaseDate: 2024-03-26 - releaseCycle: "6.5" lts: true releaseDate: 2023-03-31 eol: 2023-10-09 eoes: 2026-03-31 latest: "6.5.8" latestReleaseDate: 2023-12-13 link: https://www.qt.io/blog/commercial-lts-qt-6.5.8-released - releaseCycle: "6.4" releaseDate: 2022-09-28 eol: 2023-03-31 eoes: 2023-09-28 latest: "6.4.3" latestReleaseDate: 2023-03-16 - releaseCycle: "6.3" releaseDate: 2022-04-11 eol: 2022-09-28 eoes: 2023-04-11 latest: "6.3.2" latestReleaseDate: 2022-09-08 - releaseCycle: "6.2" lts: true releaseDate: 2021-09-30 eol: 2022-04-11 eoes: 2024-09-30 latest: "6.2.4" latestReleaseDate: 2022-03-16 - releaseCycle: "6.1" releaseDate: 2021-05-05 eol: 2021-09-30 eoes: 2022-05-05 latest: "6.1.3" latestReleaseDate: 2021-08-31 - releaseCycle: "6.0" releaseDate: 2020-12-08 eol: 2021-05-05 eoes: 2021-12-08 latest: "6.0.4" latestReleaseDate: 2021-05-03 - releaseCycle: "5.15" lts: true releaseDate: 2020-05-25 eol: 2020-12-08 eoes: 2025-05-25 latest: "5.15.17" latestReleaseDate: 2025-05-22 link: https://www.qt.io/blog/commercial-lts-qt-5.15.17-released - releaseCycle: "5.14" releaseDate: 2019-12-11 eol: 2020-12-12 latest: "5.14.2" latestReleaseDate: 2020-03-30 link: https://www.qt.io/blog/qt-5.14-has-released - releaseCycle: "5.13" releaseDate: 2019-06-18 eol: 2020-06-19 latest: "5.13.2" latestReleaseDate: 2019-10-28 - releaseCycle: "5.12" lts: true releaseDate: 2018-12-04 eol: 2021-12-05 latest: "5.12.12" latestReleaseDate: 2021-11-25 - releaseCycle: "5.9" releaseDate: 2017-05-29 eol: 2020-05-31 latest: "5.9.9" latestReleaseDate: 2019-12-16 - releaseCycle: "5.6" lts: true releaseDate: 2016-03-15 eol: 2019-03-16 latest: "5.6.3" latestReleaseDate: 2017-09-20 link: https://www.qt.io/blog/2017/09/21/qt-5-6-3-released - releaseCycle: "4.8" lts: true releaseDate: 2011-12-15 eol: 2015-12-31 latest: "4.8.7" latestReleaseDate: 2015-05-26 link: https://web.archive.org/web/20240814204109/https://www.qt.io/blog/2015/05/26/qt-4-8-7-released --- > [Qt](https://www.qt.io/) is a widget toolkit for creating graphical user interfaces as well as > native cross-platform applications that supports Linux, Windows, macOS, Android and embedded > systems. It is available under > [both commercial licenses and open-source](https://www.qt.io/licensing/ "Licensing page on the Qt Website") > GPL 2.0, GPL 3.0, and LGPL 3.0 licenses. Releases follow [Semantic Versioning](https://semver.org/). There is a new minor release [approximately every six months](https://wiki.qt.io/QtReleasing), which is supported with bug and security fixes until the next minor release. Some releases are designated as Long-Term Support (LTS) releases. Those are supported for three years but [only for commercial license holders](https://www.qt.io/blog/qt-offering-changes-2020). For open source users, they are the same as regular releases. Extended support beyond EOL is available as a [commercial offering](https://www.qt.io/qt-support/) from The Qt Company. {: .warning } > The [KDE Project](https://kde.org/) maintains a patch collection to support [Qt 5.15 LTS](https://community.kde.org/Qt5PatchCollection) > for open-source users. Moreover, [the code of commercial releases is made open within 12 months](https://kde.org/community/whatiskde/kdefreeqtfoundation/) > and some level of security support still seems to continue [in the form of code patches](https://www.qt.io/blog/security-advisory-potential-integer-overflow-in-qts-http2-implementation). > This does not reflect in the table above as we only track official releases from . ================================================ FILE: products/quarkus-framework.md ================================================ --- title: Quarkus addedAt: 2022-11-08 category: framework tags: java-runtime iconSlug: quarkus permalink: /quarkus-framework alternate_urls: - /quarkus releasePolicyLink: https://quarkus.io/security/ # See https://github.com/endoflife-date/endoflife.date/issues/3462 changelogTemplate: https://github.com/quarkusio/quarkus/releases/tag/__LATEST__ eolColumn: Support eoesColumn: RHBQ identifiers: - repology: quarkus - cpe: cpe:/a:quarkus:quarkus - cpe: cpe:2.3:a:quarkus:quarkus - purl: pkg:maven/io.quarkus.platform/quarkus-bom # The Quarkus team forgot to declare a GitHub release for 2.11.0. # Tag and Maven release of new minor versions are usually created # a week before the "official" announcement, hence the use of GitHub releases. auto: methods: - github_releases: quarkusio/quarkus # See https://regex101.com/r/4mf9xU/1 for reference regex: '^(?:Release )?(?P[1-9][\d\.]+)(\.Final)?$' template: "{{version}}" # Note: # - eol(x) = releaseDate(x+1) for non-LTS # - eol(x) = releaseDate(x)+1y for LTS # - For EOES see https://access.redhat.com/support/policy/updates/red_hat_build_of_quarkus_notes releases: - releaseCycle: "3.32" releaseDate: 2026-02-26 eol: false latest: "3.32.4" latestReleaseDate: 2026-03-18 link: https://quarkus.io/blog/quarkus-3-32-2-released/ - releaseCycle: "3.31" releaseDate: 2026-01-28 eol: 2026-02-26 latest: "3.31.4" latestReleaseDate: 2026-02-18 link: https://quarkus.io/blog/quarkus-3-31-released/ - releaseCycle: "3.30" releaseDate: 2025-11-26 eol: 2026-01-28 latest: "3.30.8" latestReleaseDate: 2026-01-23 - releaseCycle: "3.29" releaseDate: 2025-10-29 eol: 2025-11-26 latest: "3.29.4" latestReleaseDate: 2025-11-19 - releaseCycle: "3.28" releaseDate: 2025-09-24 eol: 2025-10-29 latest: "3.28.5" latestReleaseDate: 2025-10-22 - releaseCycle: "3.27" lts: true releaseDate: 2025-09-24 eol: 2026-09-24 eoes: false latest: "3.27.2" latestReleaseDate: 2026-01-21 - releaseCycle: "3.26" releaseDate: 2025-08-28 eol: 2025-09-24 latest: "3.26.4" latestReleaseDate: 2025-09-17 - releaseCycle: "3.25" releaseDate: 2025-07-30 eol: 2025-08-28 latest: "3.25.4" latestReleaseDate: 2025-08-20 - releaseCycle: "3.24" releaseDate: 2025-06-25 eol: 2025-07-30 latest: "3.24.5" latestReleaseDate: 2025-07-23 - releaseCycle: "3.23" releaseDate: 2025-05-28 eol: 2025-06-25 latest: "3.23.4" latestReleaseDate: 2025-06-19 - releaseCycle: "3.22" releaseDate: 2025-04-30 eol: 2025-05-28 latest: "3.22.3" latestReleaseDate: 2025-05-15 - releaseCycle: "3.21" releaseDate: 2025-03-26 eol: 2025-04-30 latest: "3.21.4" latestReleaseDate: 2025-04-24 - releaseCycle: "3.20" lts: true releaseDate: 2025-03-26 eol: 2026-03-28 eoes: 2026-03-29 latest: "3.20.5" latestReleaseDate: 2026-01-21 - releaseCycle: "3.19" releaseDate: 2025-02-26 eol: 2025-03-28 latest: "3.19.4" latestReleaseDate: 2025-03-19 - releaseCycle: "3.18" releaseDate: 2025-01-29 eol: 2025-02-26 latest: "3.18.4" latestReleaseDate: 2025-02-19 - releaseCycle: "3.17" releaseDate: 2024-11-27 eol: 2025-01-29 latest: "3.17.8" latestReleaseDate: 2025-01-22 - releaseCycle: "3.16" releaseDate: 2024-10-30 eol: 2024-11-27 latest: "3.16.4" latestReleaseDate: 2024-11-20 - releaseCycle: "3.15" lts: true releaseDate: 2024-09-25 eol: 2025-09-25 eoes: 2025-09-26 latest: "3.15.7" latestReleaseDate: 2025-09-24 - releaseCycle: "3.14" releaseDate: 2024-08-28 eol: 2024-09-25 latest: "3.14.4" latestReleaseDate: 2024-09-14 - releaseCycle: "3.13" releaseDate: 2024-07-31 eol: 2024-08-28 latest: "3.13.3" latestReleaseDate: 2024-08-20 - releaseCycle: "3.12" releaseDate: 2024-06-26 eol: 2024-07-31 latest: "3.12.3" latestReleaseDate: 2024-07-17 - releaseCycle: "3.11" releaseDate: 2024-05-29 eol: 2024-06-26 latest: "3.11.3" latestReleaseDate: 2024-06-19 - releaseCycle: "3.10" releaseDate: 2024-04-30 eol: 2024-05-29 latest: "3.10.2" latestReleaseDate: 2024-05-22 - releaseCycle: "3.9" releaseDate: 2024-03-27 eol: 2024-04-30 latest: "3.9.5" latestReleaseDate: 2024-04-27 - releaseCycle: "3.8" lts: true releaseDate: 2024-02-28 eol: 2025-02-28 eoes: 2025-03-25 latest: "3.8.6.1" latestReleaseDate: 2025-02-27 - releaseCycle: "3.7" releaseDate: 2024-01-31 eol: 2024-02-28 # releaseDate(3.8) latest: "3.7.4" latestReleaseDate: 2024-02-21 - releaseCycle: "3.6" releaseDate: 2023-11-29 eol: 2024-01-31 latest: "3.6.9" latestReleaseDate: 2024-01-31 - releaseCycle: "3.5" releaseDate: 2023-10-25 eol: 2023-11-29 latest: "3.5.3" latestReleaseDate: 2023-11-21 - releaseCycle: "3.4" releaseDate: 2023-09-20 eol: 2023-10-25 latest: "3.4.3" latestReleaseDate: 2023-10-13 - releaseCycle: "3.3" releaseDate: 2023-08-23 eol: 2023-09-20 latest: "3.3.3" latestReleaseDate: 2023-09-14 - releaseCycle: "3.2" lts: true releaseDate: 2023-07-05 eol: 2024-07-05 eoes: 2024-08-28 latest: "3.2.12" latestReleaseDate: 2024-04-16 link: https://github.com/quarkusio/quarkus/releases/tag/__LATEST__.Final - releaseCycle: "3.1" releaseDate: 2023-05-31 eol: 2023-07-05 latest: "3.1.3" latestReleaseDate: 2023-06-29 link: https://github.com/quarkusio/quarkus/releases/tag/__LATEST__.Final - releaseCycle: "3.0" releaseDate: 2023-04-26 eol: 2023-05-31 latest: "3.0.4" latestReleaseDate: 2023-05-25 link: https://github.com/quarkusio/quarkus/releases/tag/__LATEST__.Final - releaseCycle: "2.16" releaseDate: 2023-01-25 eol: 2023-10-31 latest: "2.16.12" latestReleaseDate: 2023-10-17 link: https://github.com/quarkusio/quarkus/releases/tag/__LATEST__.Final - releaseCycle: "2.15" releaseDate: 2022-12-14 eol: 2023-01-25 latest: "2.15.3" latestReleaseDate: 2023-01-10 link: https://github.com/quarkusio/quarkus/releases/tag/__LATEST__.Final - releaseCycle: "2.14" releaseDate: 2022-11-09 eol: 2022-12-14 latest: "2.14.3" latestReleaseDate: 2022-12-06 link: https://github.com/quarkusio/quarkus/releases/tag/__LATEST__.Final - releaseCycle: "2.13" releaseDate: 2022-09-28 eol: 2022-11-07 eoes: 2024-04-30 latest: "2.13.9" latestReleaseDate: 2023-11-22 link: https://github.com/quarkusio/quarkus/releases/tag/__LATEST__.Final - releaseCycle: "2.12" releaseDate: 2022-08-31 eol: 2022-09-21 latest: "2.12.3" latestReleaseDate: 2022-09-20 link: https://github.com/quarkusio/quarkus/releases/tag/__LATEST__.Final - releaseCycle: "2.11" releaseDate: 2022-07-27 eol: 2022-08-24 latest: "2.11.3" latestReleaseDate: 2022-08-24 link: https://github.com/quarkusio/quarkus/releases/tag/__LATEST__.Final - releaseCycle: "2.10" releaseDate: 2022-06-22 eol: 2022-07-26 latest: "2.10.4" latestReleaseDate: 2022-07-27 link: https://github.com/quarkusio/quarkus/releases/tag/__LATEST__.Final - releaseCycle: "2.9" releaseDate: 2022-05-11 eol: 2022-06-15 latest: "2.9.2" latestReleaseDate: 2022-05-25 link: https://github.com/quarkusio/quarkus/releases/tag/__LATEST__.Final - releaseCycle: "2.8" releaseDate: 2022-04-12 eol: 2022-05-06 latest: "2.8.3" latestReleaseDate: 2022-05-06 link: https://github.com/quarkusio/quarkus/releases/tag/__LATEST__.Final - releaseCycle: "2.7" releaseDate: 2022-02-02 eol: 2022-05-30 eoes: 2023-06-14 latest: "2.7.7" latestReleaseDate: 2023-01-26 link: https://github.com/quarkusio/quarkus/releases/tag/__LATEST__.Final - releaseCycle: "2.6" releaseDate: 2021-12-22 eol: 2022-01-26 latest: "2.6.3" latestReleaseDate: 2022-01-20 link: https://github.com/quarkusio/quarkus/releases/tag/__LATEST__.Final - releaseCycle: "2.5" releaseDate: 2021-11-24 eol: 2021-12-17 latest: "2.5.4" latestReleaseDate: 2021-12-20 link: https://github.com/quarkusio/quarkus/releases/tag/__LATEST__.Final - releaseCycle: "2.4" releaseDate: 2021-10-27 eol: 2021-11-17 latest: "2.4.2" latestReleaseDate: 2021-11-12 link: https://github.com/quarkusio/quarkus/releases/tag/__LATEST__.Final - releaseCycle: "2.3" releaseDate: 2021-10-06 eol: 2021-10-20 latest: "2.3.1" latestReleaseDate: 2021-10-20 link: https://github.com/quarkusio/quarkus/releases/tag/__LATEST__.Final - releaseCycle: "2.2" releaseDate: 2021-08-31 eol: 2021-12-21 eoes: 2022-07-18 latest: "2.2.5" latestReleaseDate: 2021-12-21 link: https://github.com/quarkusio/quarkus/releases/tag/__LATEST__.Final - releaseCycle: "2.1" releaseDate: 2021-07-29 eol: 2021-08-26 latest: "2.1.4" latestReleaseDate: 2021-08-26 link: https://github.com/quarkusio/quarkus/releases/tag/__LATEST__.Final - releaseCycle: "2.0" releaseDate: 2021-06-30 eol: 2021-07-22 latest: "2.0.3" latestReleaseDate: 2021-07-22 link: https://github.com/quarkusio/quarkus/releases/tag/__LATEST__.Final - releaseCycle: "1" releaseDate: 2019-11-25 eol: 2021-06-23 eoes: 2021-11-20 latest: "1.13.7" latestReleaseDate: 2021-06-09 link: https://github.com/quarkusio/quarkus/releases/tag/__LATEST__.Final - releaseCycle: "0" releaseDate: 2018-12-12 eol: 2019-11-25 latest: "0.28.1" latestReleaseDate: 2019-11-04 link: https://github.com/quarkusio/quarkus/releases/tag/__LATEST__ --- > [Quarkus: Supersonic Subatomic Java](https://quarkus.io/) is a Kubernetes Native Java stack tailored for OpenJDK HotSpot and GraalVM, > crafted from the best of breed Java libraries and standards. The Quarkus team releases a `major.minor` version every 4 to 6 weeks, and a fix version targeting the latest version every week in between. [Beginning with Quarkus 3.2](https://quarkus.io/blog/lts-releases/), a new LTS version is also published every 6 months. For up-to-date release planning informations, see [dedicated page](https://github.com/quarkusio/quarkus/wiki/Release-Planning). Quarkus releases an LTS (Long-Term Support) version every six months. LTS is designed for users who prioritize stability over new features. These versions are maintained for one year and receive critical bug and CVE fixes. An overlap period allows a smooth upgrade to the next LTS. A new LTS version will be released every six months. For each LTS, micro-releases will occur every two months (e.g., 3.20.1, 3.20.2). Non-LTS minor versions are supported with bug fixes and security updates [until the next minor version](https://github.com/quarkusio/quarkus/discussions/29161). LTS releases are supported for 12 months with critical bug fixes and security patches. Red Hat provides a commercial build of Quarkus, [Red Hat build of Quarkus (RHBQ)](https://access.redhat.com/products/quarkus/), with a longer support timeline. The code base used for this build is the same as the one used for the community version, but it comes with support, a [slower release cadence](https://access.redhat.com/support/policy/updates/jboss_notes#p_quarkus) and [certified builds of Quarkus and its dependencies](https://code.quarkus.redhat.com/). It requires a Red Hat subscription to run in production. ================================================ FILE: products/quasar.md ================================================ --- title: Quasar addedAt: 2023-09-24 category: framework tags: javascript-runtime iconSlug: quasar permalink: /quasar versionCommand: quasar -v releasePolicyLink: https://github.com/quasarframework/quasar/blob/dev/ROADMAP.md#support-policy-and-schedule changelogTemplate: https://github.com/quasarframework/quasar/releases/tag/quasar-v__LATEST__ eoasColumn: true eolColumn: LTS support identifiers: - purl: pkg:npm/quasar auto: methods: - npm: quasar - release_table: https://collected.press/github/quasarframework/quasar/ROADMAP.md selector: "table:nth-of-type(1)" fields: releaseCycle: column: "Version" regex: '^(?P\d+)\.x$' releaseDate: "Released" eoas: "Active support ends" eol: "LTS support ends" releases: - releaseCycle: "2" releaseDate: 2021-06-21 eoas: false eol: false latest: "2.18.7" latestReleaseDate: 2026-03-17 - releaseCycle: "1" releaseDate: 2019-03-07 eoas: 2021-04-01 eol: 2023-06-30 latest: "1.22.10" latestReleaseDate: 2023-05-05 --- > [Quasar](https://quasar.dev/) is an MIT licensed open-source Vue.js based framework, which allows > web developers to quickly create responsive websites/apps in many flavors: Single Page Apps, SSR > Apps, PWAs, Browser extensions, Hybrid Mobile Apps and Electron Apps. All major releases are typically supported for at least 12 months. LTS support ends 12 months after the release of a new major version. ================================================ FILE: products/rabbitmq.md ================================================ --- title: RabbitMQ addedAt: 2021-04-21 category: server-app tags: erlang-runtime iconSlug: rabbitmq permalink: /rabbitmq versionCommand: rabbitmqctl --version releasePolicyLink: https://www.rabbitmq.com/release-information changelogTemplate: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v__LATEST__ eolColumn: Community Support eoesColumn: Extended Commercial Support identifiers: - repology: rabbitmq-server - cpe: cpe:/a:pivotal_software:rabbitmq - cpe: cpe:2.3:a:pivotal_software:rabbitmq - cpe: cpe:/a:vmware:rabbitmq - cpe: cpe:2.3:a:vmware:rabbitmq auto: methods: - git: https://github.com/rabbitmq/rabbitmq-server.git regex: - '^v(?P[1-9]\d*)\.(?P\d+)\.(?P\d+)$' # newer versions - '^rabbitmq_v(?P[1-9]\d*)_(?P\d+)_(?P\d+)$' # oldest versions releases: - releaseCycle: "4.2" releaseDate: 2025-10-27 eol: false eoes: false latest: "4.2.5" latestReleaseDate: 2026-03-16 - releaseCycle: "4.1" releaseDate: 2025-04-15 eol: 2026-01-30 eoes: 2028-04-29 latest: "4.1.8" latestReleaseDate: 2026-01-21 - releaseCycle: "4.0" releaseDate: 2024-09-18 eol: 2025-04-15 eoes: 2027-09-29 latest: "4.0.9" latestReleaseDate: 2025-04-14 - releaseCycle: "3.13" releaseDate: 2024-02-22 eol: 2024-09-17 eoes: 2027-12-30 latest: "3.13.7" latestReleaseDate: 2024-08-26 - releaseCycle: "3.12" releaseDate: 2023-06-01 eol: 2024-02-21 eoes: 2025-06-29 latest: "3.12.14" latestReleaseDate: 2024-05-05 - releaseCycle: "3.11" releaseDate: 2022-09-26 eol: 2023-06-01 eoes: 2024-06-29 latest: "3.11.28" latestReleaseDate: 2023-12-21 - releaseCycle: "3.10" releaseDate: 2022-05-03 eol: 2022-09-28 eoes: 2023-12-31 latest: "3.10.25" latestReleaseDate: 2023-07-18 - releaseCycle: "3.9" releaseDate: 2021-07-23 eol: 2023-01-31 eoes: 2023-07-31 latest: "3.9.29" latestReleaseDate: 2023-03-09 - releaseCycle: "3.8" releaseDate: 2019-10-01 eol: 2022-07-31 eoes: 2022-07-31 latest: "3.8.35" latestReleaseDate: 2022-07-09 - releaseCycle: "3.7" releaseDate: 2017-11-28 eol: 2020-09-30 eoes: 2020-09-30 latest: "3.7.28" latestReleaseDate: 2020-08-17 - releaseCycle: "3.6" releaseDate: 2015-12-22 eol: 2018-05-31 eoes: 2018-05-31 link: "https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v{{'__LATEST__'|replace:'.','_'}}" latest: "3.6.16" latestReleaseDate: 2018-06-13 - releaseCycle: "3.5" releaseDate: 2015-03-11 eol: 2016-10-31 eoes: 2016-10-31 link: "https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v{{'__LATEST__'|replace:'.','_'}}" latest: "3.5.8" latestReleaseDate: 2016-11-03 - releaseCycle: "3.4" releaseDate: 2014-10-21 eol: 2015-10-31 eoes: 2015-10-31 link: "https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v{{'__LATEST__'|replace:'.','_'}}" latest: "3.4.4" latestReleaseDate: 2015-02-11 - releaseCycle: "3.3" releaseDate: 2014-04-02 eol: 2015-03-31 eoes: 2015-03-31 link: "https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v{{'__LATEST__'|replace:'.','_'}}" latest: "3.3.5" latestReleaseDate: 2014-08-11 - releaseCycle: "3.2" releaseDate: 2013-10-23 eol: 2014-10-31 eoes: 2014-10-31 link: "https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v{{'__LATEST__'|replace:'.','_'}}" latest: "3.2.4" latestReleaseDate: 2014-03-04 - releaseCycle: "3.1" releaseDate: 2013-05-01 eol: 2014-04-30 eoes: 2014-04-30 link: "https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v{{'__LATEST__'|replace:'.','_'}}" latest: "3.1.5" latestReleaseDate: 2013-08-15 - releaseCycle: "3.0" releaseDate: 2012-11-19 eol: 2013-11-30 eoes: 2013-11-30 link: "https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v{{'__LATEST__'|replace:'.','_'}}" latest: "3.0.4" latestReleaseDate: 2013-03-06 --- > [RabbitMQ](https://www.rabbitmq.com/) is an open source message broker written in Erlang that > supports multiple messaging protocols. - **Community Support**: includes regular patch releases. Was earlier called "General Support", but renamed to avoid confusion with [VMware terminology](https://tanzu.vmware.com/support/lifecycle_policy) related to support lifecycle policy. - **[Extended Commercial Support](https://tanzu.vmware.com/rabbitmq)**: is available from VMWare. It includes security patches, and fixes for high-severity issues reported by users with a commercial license. ================================================ FILE: products/rancher.md ================================================ --- title: Rancher addedAt: 2023-11-28 category: server-app tags: suse iconSlug: rancher permalink: /rancher alternate_urls: - /suse-rancher releasePolicyLink: https://www.suse.com/support/kb/doc/?id=000020432 changelogTemplate: https://github.com/rancher/rancher/releases/tag/v__LATEST__ releaseDateColumn: General Availability eoasColumn: Full Support eolColumn: Limited Support identifiers: - purl: pkg:docker/rancher/rancher - repology: rancher - cpe: cpe:2.3:a:suse:rancher auto: methods: - git: https://github.com/rancher/rancher.git - release_table: https://www.suse.com/lifecycle#suse-rancher-prime render_javascript: false selector: 'tr[data-url="suse-rancher-prime"]+tr table:nth-of-type(1)' fields: releaseCycle: column: Version regex: '^(?P2\.\d+)\.x$' releaseDate: GA eoas: EOM eol: EOL # Support and EOL dates can be found on https://www.suse.com/lifecycle#suse-rancher-prime releases: - releaseCycle: "2.13" releaseDate: 2025-12-17 eoas: 2026-06-17 eol: 2027-06-17 latest: "2.13.3" latestReleaseDate: 2026-02-25 - releaseCycle: "2.12" releaseDate: 2025-08-29 eoas: 2026-02-28 eol: 2027-02-28 latest: "2.12.7" latestReleaseDate: 2026-02-25 - releaseCycle: "2.11" releaseDate: 2025-04-24 eoas: 2025-10-24 eol: 2026-10-24 latest: "2.11.11" latestReleaseDate: 2026-02-25 - releaseCycle: "2.10" releaseDate: 2024-12-19 eoas: 2025-06-19 eol: 2026-06-19 latest: "2.10.11" latestReleaseDate: 2026-01-29 - releaseCycle: "2.9" releaseDate: 2024-08-26 eoas: 2025-02-26 eol: 2026-02-26 latest: "2.9.12" latestReleaseDate: 2025-09-24 - releaseCycle: "2.8" releaseDate: 2023-12-05 eoas: 2024-09-22 eol: 2025-07-22 latest: "2.8.15" latestReleaseDate: 2025-04-24 - releaseCycle: "2.7" releaseDate: 2022-11-16 eoas: 2024-05-15 eol: 2024-11-18 latest: "2.7.18" latestReleaseDate: 2024-11-08 - releaseCycle: "2.6" releaseDate: 2021-08-30 eoas: 2023-03-01 eol: 2024-04-30 latest: "2.6.14" latestReleaseDate: 2024-02-06 - releaseCycle: "2.5" releaseDate: 2020-10-05 eoas: 2022-01-05 eol: 2023-01-31 latest: "2.5.17" latestReleaseDate: 2023-01-23 - releaseCycle: "2.4" releaseDate: 2020-03-30 eoas: 2021-07-30 eol: 2022-03-31 latest: "2.4.18" latestReleaseDate: 2022-03-31 - releaseCycle: "2.3" releaseDate: 2019-10-07 eoas: 2020-10-07 eol: 2021-04-07 latest: "2.3.11" latestReleaseDate: 2021-03-02 - releaseCycle: "2.2" releaseDate: 2019-03-25 eoas: 2020-04-15 eol: 2020-10-15 latest: "2.2.13" latestReleaseDate: 2020-06-01 - releaseCycle: "2.1" releaseDate: 2018-10-05 eoas: 2019-10-19 eol: 2020-04-19 latest: "2.1.14" latestReleaseDate: 2020-01-03 - releaseCycle: "2.0" releaseDate: 2018-04-30 eoas: 2019-05-01 eol: 2019-11-01 latest: "2.0.16" latestReleaseDate: 2019-07-03 - releaseCycle: "1.6" releaseDate: 2017-05-04 eoas: 2019-12-31 eol: 2020-06-30 latest: "1.6.30" latestReleaseDate: 2020-05-04 --- > [Rancher](https://www.rancher.com/) is a complete software stack for teams adopting containers. > It addresses the operational and security challenges of managing multiple Kubernetes clusters, > while providing DevOps teams with integrated tools for running containerized workloads. Rancher does not have a fixed release and support policy, but End Of Maintenance (EOM) and End of Life (EOL) dates for each release are well-documented [on their website](https://www.suse.com/lifecycle#suse-rancher-prime). Looking at the latest releases, it seems that all releases are fully supported for at least 1 year with bug and security fixes, followed by at least 6 months of limited support with critical security fixes only. Compatibility with various Kubernetes distributions can be found on [the rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/). ================================================ FILE: products/raspberry-pi.md ================================================ --- title: Raspberry Pi addedAt: 2022-12-31 category: device iconSlug: raspberrypi permalink: /raspberry-pi alternate_urls: - /raspberrypi - /raspi - /rpi eolColumn: Discontinued latestColumn: false releases: - releaseCycle: "5-500+" releaseLabel: "500+" # https://www.raspberrypi.com/news/the-ultimate-all-in-one-pc-raspberry-pi-500-plus-on-sale-now-at-200/ releaseDate: 2025-09-25 eol: 2035-01-01 link: https://www.raspberrypi.com/products/raspberry-pi-500-plus/ - releaseCycle: "5-500" releaseLabel: "500" # https://www.raspberrypi.com/news/raspberry-pi-500-and-raspberry-pi-monitor-on-sale-now/ releaseDate: 2024-12-09 eol: 2034-01-01 link: https://www.raspberrypi.com/products/raspberry-pi-500/ - releaseCycle: "cm5" releaseLabel: Compute Module 5 # https://www.raspberrypi.com/news/compute-module-5-on-sale-now/ releaseDate: 2024-11-27 eol: 2036-01-01 link: https://www.raspberrypi.com/products/compute-module-5/ - releaseCycle: "pico2" releaseLabel: Pico 2 # https://www.raspberrypi.com/news/raspberry-pi-pico-2-our-new-5-microcontroller-board-on-sale-now/ releaseDate: 2024-08-08 eol: 2040-01-01 link: https://www.raspberrypi.com/products/raspberry-pi-pico-2/ - releaseCycle: "5" releaseLabel: "5" # Is just called "Raspberry Pi 5", without "Model B" # https://www.raspberrypi.com/news/raspberry-pi-5-available-now/ releaseDate: 2023-10-23 eol: 2036-01-01 link: https://www.raspberrypi.com/products/raspberry-pi-5/ - releaseCycle: "cm4s" releaseLabel: Compute Module 4S # https://www.jeffgeerling.com/blog/2022/new-raspberry-pi-compute-module-4s releaseDate: 2022-04-04 eol: 2034-01-01 link: https://www.raspberrypi.com/products/compute-module-4s/ - releaseCycle: "zero-2-w" releaseLabel: "Zero 2 W" # https://www.raspberrypi.com/news/new-raspberry-pi-zero-2-w-2/ releaseDate: 2021-10-28 eol: 2030-01-01 link: https://www.raspberrypi.com/products/raspberry-pi-zero-2-w/ - releaseCycle: "pico" releaseLabel: Pico # https://www.raspberrypi.com/news/raspberry-pi-silicon-pico-now-on-sale/ releaseDate: 2021-01-21 eol: 2036-01-01 link: https://www.raspberrypi.com/products/raspberry-pi-pico/ - releaseCycle: "4-400" releaseLabel: "400" # https://www.raspberrypi.com/news/raspberry-pi-400-the-70-desktop-pc/ releaseDate: 2020-11-02 eol: 2028-01-01 link: https://www.raspberrypi.com/products/raspberry-pi-400-unit/ - releaseCycle: "cm4" releaseLabel: Compute Module 4 # https://www.raspberrypi.com/news/raspberry-pi-compute-module-4/ releaseDate: 2020-10-19 # https://www.raspberrypi.com/products/compute-module-4/?variant=raspberry-pi-cm4001000 eol: 2034-01-01 link: https://www.raspberrypi.com/products/compute-module-4/ - releaseCycle: "4-b" releaseLabel: "4 Model B" # https://www.raspberrypi.com/news/raspberry-pi-4-on-sale-now-from-35/ releaseDate: 2019-06-24 # https://www.raspberrypi.com/products/raspberry-pi-4-model-b/specifications/ eol: 2034-01-01 link: https://www.raspberrypi.com/products/raspberry-pi-4-model-b/ - releaseCycle: "cm3+" releaseLabel: Compute Module 3+ # https://www.raspberrypi.com/news/compute-module-3-on-sale-now-from-25/ releaseDate: 2019-01-28 # https://www.raspberrypi.com/products/compute-module-3-plus/ eol: 2028-01-01 link: https://www.raspberrypi.com/products/compute-module-3-plus/ - releaseCycle: "3-a+" releaseLabel: "3 Model A+" # https://www.raspberrypi.com/news/new-product-raspberry-pi-3-model-a/ releaseDate: 2018-11-15 # https://www.raspberrypi.com/products/raspberry-pi-3-model-a-plus/ eol: 2030-01-01 link: https://www.raspberrypi.com/products/raspberry-pi-3-model-a-plus/ - releaseCycle: "3-b+" releaseLabel: "3 Model B+" # https://www.raspberrypi.com/news/raspberry-pi-3-model-bplus-sale-now-35/ releaseDate: 2018-03-14 # https://www.raspberrypi.com/products/raspberry-pi-3-model-b-plus/ eol: 2030-01-01 link: https://www.raspberrypi.com/products/raspberry-pi-3-model-b-plus/ # There is also https://www.raspberrypi.com/news/zero-wh/, but no associated product page, so # better to merge both like in Wikipedia. - releaseCycle: "zero-w" releaseLabel: "Zero W/WH" # https://www.raspberrypi.com/news/raspberry-pi-zero-w-joins-family/ releaseDate: 2017-02-28 eol: 2030-01-01 link: https://www.raspberrypi.com/products/raspberry-pi-zero-w/ - releaseCycle: "cm3" releaseLabel: Compute Module 3 # https://www.raspberrypi.com/news/compute-module-3-launch/ releaseDate: 2017-01-16 # https://www.raspberrypi.com/products/compute-module-3/ eol: 2028-01-01 link: https://www.raspberrypi.com/products/compute-module-3/ - releaseCycle: "3-b" releaseLabel: "3 Model B" # https://www.raspberrypi.com/news/raspberry-pi-3-on-sale/ releaseDate: 2016-02-29 # https://www.raspberrypi.com/products/raspberry-pi-3-model-b/ eol: 2028-01-01 link: https://www.raspberrypi.com/products/raspberry-pi-3-model-b/ - releaseCycle: "zero" releaseLabel: "Zero" # https://www.raspberrypi.com/news/raspberry-pi-zero/ releaseDate: 2015-11-26 eol: 2030-01-01 link: https://www.raspberrypi.com/products/raspberry-pi-zero/ - releaseCycle: "2-b" releaseLabel: "2 Model B" # https://www.raspberrypi.com/news/raspberry-pi-2-on-sale/ releaseDate: 2015-02-02 eol: 2026-01-01 link: https://www.raspberrypi.com/products/raspberry-pi-2-model-b/ - releaseCycle: "1-a+" releaseLabel: "1 Model A+" # https://www.raspberrypi.com/news/raspberry-pi-model-a-plus-on-sale/ releaseDate: 2014-11-10 eol: 2030-01-01 link: https://www.raspberrypi.com/products/raspberry-pi-1-model-a-plus/ - releaseCycle: "1-b+" releaseLabel: "1 Model B+" # https://www.raspberrypi.com/news/introducing-raspberry-pi-model-b-plus/ releaseDate: 2014-07-14 eol: 2030-01-01 link: https://www.raspberrypi.com/products/raspberry-pi-1-model-b-plus/ - releaseCycle: "cm1" releaseLabel: Compute Module 1 # https://www.raspberrypi.org/raspberry-pi-compute-module-new-product/ releaseDate: 2014-04-07 eol: 2026-01-01 link: https://www.raspberrypi.com/products/compute-module-1/ - releaseCycle: "1-a" releaseLabel: "1 Model A" # https://www.raspberrypi.com/news/model-a-now-for-sale-in-europe-buy-one-today/ releaseDate: 2013-02-04 # replaced by 1a+ - https://www.raspberrypi.com/products/raspberry-pi-1-model-a-plus/ eol: 2014-11-10 link: https://www.raspberrypi.com/news/model-a-now-for-sale-in-europe-buy-one-today/ - releaseCycle: "1-b" releaseLabel: "1 Model B" releaseDate: 2012-03-01 # replaced by 1b+ - https://www.raspberrypi.com/products/raspberry-pi-1-model-b-plus/ eol: 2014-07-14 link: https://www.raspberrypi.com/news/the-raspberry-pi-launch/ --- > [Raspberry Pi](https://www.raspberrypi.com/) is a series of small single-board computers (SBCs) > developed by the Raspberry Pi Foundation. It is widely used because of its low cost, modularity, > and open design. Some of the Raspberry Pi hardware comes with an Obsolescence statement guaranteeing production until a specific date. [Raspberry Pi OS](https://www.raspberrypi.com/software/operating-systems/) supports all Raspberry Pi models (excluding Pico). A detailed model comparison can be found on [Wikipedia](https://wikipedia.org/wiki/Raspberry_Pi#Model_comparison). ================================================ FILE: products/react-native.md ================================================ --- title: React Native addedAt: 2024-07-19 category: framework tags: meta javascript-runtime iconSlug: react permalink: /react-native releasePolicyLink: https://github.com/reactwg/react-native-releases/blob/main/docs/support.md changelogTemplate: https://github.com/facebook/react-native/releases/tag/v__LATEST__ eoasColumn: true identifiers: - purl: pkg:github/facebook/react-native - purl: pkg:npm/react-native - cpe: cpe:2.3:a:facebook:react-native # NPM dates are more accurate than git tag dates. auto: methods: - npm: react-native regex: '(?P\d+)\.(?P\d+)\.(?P\d+)$' # eoas = releaseDate(x+2) # eol = releaseDate(x+3) # eoas and eol on https://github.com/reactwg/react-native-releases/blob/main/docs/support.md releases: - releaseCycle: "0.84" releaseDate: 2026-02-11 eoas: false eol: false latest: "0.84.1" latestReleaseDate: 2026-02-27 - releaseCycle: "0.83" releaseDate: 2025-12-10 eoas: false eol: false latest: "0.83.4" latestReleaseDate: 2026-03-06 - releaseCycle: "0.82" releaseDate: 2025-10-08 eoas: 2026-02-11 eol: false latest: "0.82.1" latestReleaseDate: 2025-10-20 - releaseCycle: "0.81" releaseDate: 2025-08-12 eoas: 2025-12-10 eol: 2026-02-11 latest: "0.81.6" latestReleaseDate: 2026-02-05 - releaseCycle: "0.80" releaseDate: 2025-06-12 eoas: 2025-10-08 eol: 2025-12-10 latest: "0.80.3" latestReleaseDate: 2026-01-26 - releaseCycle: "0.79" releaseDate: 2025-04-08 eoas: 2025-08-12 eol: 2025-10-08 latest: "0.79.7" latestReleaseDate: 2025-10-21 - releaseCycle: "0.78" releaseDate: 2025-02-19 eoas: 2025-06-12 eol: 2025-08-12 latest: "0.78.3" latestReleaseDate: 2025-07-09 - releaseCycle: "0.77" releaseDate: 2025-01-21 eoas: 2025-04-08 eol: 2025-06-12 latest: "0.77.3" latestReleaseDate: 2025-07-21 - releaseCycle: "0.76" releaseDate: 2024-10-23 eoas: 2025-02-19 eol: 2025-04-08 latest: "0.76.9" latestReleaseDate: 2025-04-03 - releaseCycle: "0.75" releaseDate: 2024-08-14 eoas: 2025-01-21 eol: 2025-02-19 latest: "0.75.5" latestReleaseDate: 2025-02-06 - releaseCycle: "0.74" releaseDate: 2024-04-22 eoas: 2024-10-23 eol: 2025-01-27 latest: "0.74.7" latestReleaseDate: 2025-01-27 - releaseCycle: "0.73" releaseDate: 2023-12-06 eoas: 2024-08-14 eol: 2024-10-23 latest: "0.73.11" latestReleaseDate: 2024-11-12 - releaseCycle: "0.72" releaseDate: 2023-06-21 eoas: 2024-04-23 eol: 2024-08-14 latest: "0.72.17" latestReleaseDate: 2024-08-19 - releaseCycle: "0.71" releaseDate: 2023-01-12 eoas: 2023-12-07 eol: 2024-04-23 latest: "0.71.19" latestReleaseDate: 2024-04-29 - releaseCycle: "0.70" releaseDate: 2022-09-05 eoas: 2023-06-22 eol: 2023-12-07 latest: "0.70.15" latestReleaseDate: 2024-01-16 - releaseCycle: "0.69" releaseDate: 2022-06-22 eoas: 2023-01-13 eol: 2023-06-22 latest: "0.69.12" latestReleaseDate: 2023-07-04 - releaseCycle: "0.68" releaseDate: 2022-03-30 eoas: 2022-11-06 eol: 2023-01-13 latest: "0.68.7" latestReleaseDate: 2023-04-26 - releaseCycle: "0.67" releaseDate: 2022-01-18 eoas: 2022-06-23 eol: 2022-11-06 latest: "0.67.5" latestReleaseDate: 2022-11-06 - releaseCycle: "0.66" releaseDate: 2021-10-01 eoas: 2022-03-30 eol: 2022-06-23 latest: "0.66.5" latestReleaseDate: 2022-11-06 - releaseCycle: "0.65" releaseDate: 2021-08-17 eoas: 2022-01-19 eol: 2022-03-30 latest: "0.65.3" latestReleaseDate: 2022-11-06 - releaseCycle: "0.64" releaseDate: 2021-03-12 eoas: 2021-10-02 eol: 2022-01-19 latest: "0.64.4" latestReleaseDate: 2022-11-07 - releaseCycle: "0.63" releaseDate: 2020-07-08 eoas: 2021-08-18 eol: 2021-10-02 latest: "0.63.5" latestReleaseDate: 2022-11-07 - releaseCycle: "0.62" releaseDate: 2020-03-26 eoas: 2021-03-13 eol: 2021-08-18 latest: "0.62.3" latestReleaseDate: 2021-05-05 - releaseCycle: "0.61" releaseDate: 2019-09-24 eoas: 2020-07-09 eol: 2021-03-13 latest: "0.61.5" latestReleaseDate: 2019-11-23 - releaseCycle: "0.60" releaseDate: 2019-07-03 eoas: 2020-03-27 eol: 2020-07-09 latest: "0.60.6" latestReleaseDate: 2019-09-24 --- > [React Native](https://reactnative.dev/) brings React's declarative UI framework to iOS and Android. > With React Native, you use native UI controls and have full access to the native platform. ================================================ FILE: products/react.md ================================================ --- title: React addedAt: 2022-04-04 category: framework tags: meta javascript-runtime iconSlug: react permalink: /react releasePolicyLink: https://react.dev/community/versioning-policy changelogTemplate: https://github.com/facebook/react/releases/tag/v__LATEST__ eoasColumn: true staleReleaseThresholdDays: 2190 # https://react.dev/community/versioning-policy#stable-releases identifiers: - purl: pkg:github/facebook/react - purl: pkg:npm/react - cpe: cpe:2.3:a:facebook:react # NPM dates are more accurate than git tag dates. auto: methods: - npm: react releases: - releaseCycle: "19" releaseDate: 2024-12-05 eoas: false eol: false latest: "19.2.4" latestReleaseDate: 2026-01-26 - releaseCycle: "18" releaseDate: 2022-03-29 eoas: 2024-12-05 eol: false latest: "18.3.1" latestReleaseDate: 2024-04-26 - releaseCycle: "17" releaseDate: 2020-10-20 eoas: 2022-03-29 eol: false latest: "17.0.2" latestReleaseDate: 2021-03-22 - releaseCycle: "16" releaseDate: 2017-09-26 eoas: 2020-10-20 eol: false latest: "16.14.0" latestReleaseDate: 2020-10-14 - releaseCycle: "15" releaseDate: 2016-04-07 eoas: 2020-10-14 eol: false latest: "15.7.0" latestReleaseDate: 2020-10-14 --- > [React](https://react.dev/) is an open-source JavaScript library for building modern web > applications. React follows [Semantic Versioning](https://semver.org/) principles. The latest major release is supported with new features, bug and security fixes. All previous major releases are [supported with critical security fixes](https://react.dev/community/versioning-policy#stable-releases). According to [a comment from one of the React core developers](https://github.com/reactjs/react.dev/issues/1745#issuecomment-857172083), critical security fixes are also backported to all minor versions of the current major releases. ================================================ FILE: products/red-hat-ansible-automation-platform.md ================================================ --- title: Red Hat Ansible Automation Platform addedAt: 2026-03-07 category: server-app tags: red-hat iconSlug: redhat permalink: /red-hat-ansible-automation-platform alternate_urls: - /ansible-automation-platform - /aap releasePolicyLink: https://access.redhat.com/support/policy/updates/ansible-automation-platform releaseImage: https://access.redhat.com/sites/hub/files/2025-10/AAP%20Lifecycle%20Doodle.jpg eoasColumn: Full Support eolColumn: Maintenance Support 1 eoesColumn: Maintenance Support 2 latestColumn: false releaseDateColumn: General Availability customFields: - name: ansibleCoreVersion display: api-only label: Ansible-Core version - name: aapPLatformUIVersion display: api-only label: Ansible Automation Platform UI version - name: automationControllerVersion display: api-only label: Automation Controller version - name: automationHubVersion display: api-only label: Automation Hub version - name: eventDrivenAnsibleVersion display: api-only label: Event-Driven Ansible version - name: platformGatewayVersion display: api-only label: Platform Gateway version identifiers: - cpe: cpe:/a:redhat:ansible_automation_platform - cpe: cpe:2.3:a:redhat:ansible_automation_platform releases: # Info taken from https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/release_notes/platform-introduction#platform_services_in_2_6 - releaseCycle: "2.6" releaseDate: 2025-10-01 eoas: 2026-10-01 eol: 2027-10-01 eoes: 2028-10-01 ansibleCoreVersion: "2.16" aapPLatformUIVersion: "2.6.1" automationControllerVersion: "4.7.8" automationHubVersion: "4.11.5" eventDrivenAnsibleVersion: "1.2.4" platformGatewayVersion: "2.6.20251001" link: https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/release_notes # Info taken from https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/release_notes/platform-introduction#whats-included - releaseCycle: "2.5" releaseDate: 2025-10-01 eoas: 2026-10-01 eol: 2027-10-01 eoes: 2028-10-01 ansibleCoreVersion: "2.16" aapPLatformUIVersion: "1.1" automationControllerVersion: "4.6.25" automationHubVersion: "4.10.11" eventDrivenAnsibleVersion: "1.1.14" platformGatewayVersion: "N/A" link: https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/release_notes # Info taken from https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.4/html/red_hat_ansible_automation_platform_release_notes/platform-introduction#whats-included - releaseCycle: "2.4" releaseDate: 2023-06-27 eoas: 2024-10-01 eol: 2025-10-01 eoes: 2026-06-30 ansibleCoreVersion: "2.15" aapPLatformUIVersion: "N/A" automationControllerVersion: "4.5.30" automationHubVersion: "4.9.5" eventDrivenAnsibleVersion: "1.0.8" platformGatewayVersion: "N/A" link: https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.4/html/red_hat_ansible_automation_platform_release_notes/index # Info taken from https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.3/html/red_hat_ansible_automation_platform_release_notes/platform-introduction#whats-included - releaseCycle: "2.3" releaseDate: 2022-11-29 eoas: 2023-06-30 eol: 2023-11-29 eoes: 2024-05-31 ansibleCoreVersion: "2.14" aapPLatformUIVersion: "N/A" automationControllerVersion: "4.3" automationHubVersion: "4.6" eventDrivenAnsibleVersion: "N/A" platformGatewayVersion: "N/A" link: https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.3/html/red_hat_ansible_automation_platform_release_notes --- > [Red hat Ansible Automation Platform](https://www.redhat.com/en/technologies/management/ansible) is a software that enables organizations to automate IT processes in enterprise environments > and uses a subscription-based pricing model with annual licensing fees determined by the number of nodes managed. > The platform includes a controller with a web console and REST API, analytics, Execution Environments, role-based access control (RBAC), > a multi-playbook workflow builder and visualizer, logging & auditing and integrates in existing authentication sources. The product life cycle for Red Hat Ansible Automation Platform is divided into three phases of maintenance: **Full Support**, **Maintenance Support 1** and **Maintenance Support 2**. The **Full Support** phase begins at the GA/release. During the Full Support Phase, Qualified critical security fixes, Critical **and** important severity issue fixes will be released as they become available; as well as fixes to *Security Errata* ([RHEA][DEFINITION]) and *Bug Fix Errata* ([RHBAs][DEFINITION]). Software Enhancements and new features are released when made available. The **Maintenance Support 1** phase starts after the Full Support phase. During this phase, Qualified critical security fixes, Critical severity issue fixes will be released as they become available; as well as fixes to *Security Errata* ([RHEA][DEFINITION]) and *Bug Fix Errata* ([RHBAs][DEFINITION]). Software Enhancements or new features are not part of this Life Cycle phase. The **Maintenance Support 2** phase starts after the Maintenance Support 1 phase. Qualified critical security fixes and fixes to *Security Errata* ([RHEA][DEFINITION]) are released as they become available. Bug fixes by severity or *Bug Fix Errata* ([RHBAs][DEFINITION]) are not part of this Life Cycle phase; neither are Software Enhancements nor new features. The Ansible Automation Platform consists of multiple major services, each with their own versions. {% include table.html labels="Release,Ansible-Core version,AAP Platform UI version,Automation Controller version,Automation Hub version,Event-Driven Ansible version,Platform Gateway version" fields="releaseCycle,ansibleCoreVersion,aapPLatformUIVersion,automationControllerVersion,automationHubVersion,eventDrivenAnsibleVersion,platformGatewayVersion" types="string,string,string,string,string" rows=page.releases %} The latest version for each component can be found in the release notes under the *Patch releases* section. [DEFINITION]: https://access.redhat.com/articles/2130961 ================================================ FILE: products/red-hat-build-of-openjdk.md ================================================ --- title: Red Hat build of OpenJDK addedAt: 2023-07-13 category: lang tags: java-distribution red-hat iconSlug: openjdk permalink: /redhat-build-of-openjdk alternate_urls: - /redhat-openjdk - /redhat-jdk - /red-hat-openjdk - /rh-openjdk - /rhjdk - /red-hat-build-of-openjdk versionCommand: java -version releasePolicyLink: https://access.redhat.com/articles/1299013 changelogTemplate: https://access.redhat.com/documentation/en-us/red_hat_build_of_openjdk/__RELEASE_CYCLE__ eolColumn: Support releaseLabel: "OpenJDK __RELEASE_CYCLE__" # Based on searching for "openjdk runtime environment" and # "openjdk devel" at # https://access.redhat.com/downloads/content/package-browser # This is not great, since it is quite impossible to match # identifiers to a release cycle. identifiers: - purl: pkg:rpm/redhat/java-1.6.0-openjdk - purl: pkg:rpm/redhat/java-1.7.0-openjdk - purl: pkg:rpm/redhat/java-1.7.0-openjdk-headless - purl: pkg:rpm/redhat/java-1.8.0-openjdk - purl: pkg:rpm/redhat/java-1.8.0-openjdk-debug - purl: pkg:rpm/redhat/java-1.8.0-openjdk-headless - purl: pkg:rpm/redhat/java-1.8.0-openjdk-headless-debug - purl: pkg:rpm/redhat/java-11-openjdk - purl: pkg:rpm/redhat/java-11-openjdk-debug - purl: pkg:rpm/redhat/java-11-openjdk-headless-debug - purl: pkg:rpm/redhat/java-1.6.0-openjdk-devel - purl: pkg:rpm/redhat/java-1.7.0-openjdk-devel - purl: pkg:rpm/redhat/java-1.8.0-openjdk-devel - purl: pkg:rpm/redhat/java-1.8.0-openjdk-devel-debug - purl: pkg:rpm/redhat/java-11-openjdk-devel - purl: pkg:rpm/redhat/java-11-openjdk-devel-debug auto: methods: - redhat_lifecycles: Red Hat build of OpenJDK regex: '^OpenJDK (?P\d+).*$' fields: releaseDate: General availability eol: Full support # EOL dates can be found on https://access.redhat.com/articles/1299013. releases: - releaseCycle: "25" releaseDate: 2025-11-13 eol: 2030-12-31 # https://access.redhat.com/downloads/content/java-25-openjdk/x86_64/package-latest latest: "25" latestReleaseDate: 2025-11-13 - releaseCycle: "21" releaseDate: 2023-11-14 eol: 2029-12-31 # https://access.redhat.com/downloads/content/java-21-openjdk/x86_64/package-latest latest: "21.0.9.0.10-1" latestReleaseDate: 2025-10-17 - releaseCycle: "17" releaseDate: 2021-11-11 # RHEL 8.4 eol: 2027-12-31 # https://access.redhat.com/downloads/content/java-17-openjdk/x86_64/package-latest latest: "17.0.17.0.10-1" latestReleaseDate: 2025-10-16 - releaseCycle: "11" releaseDate: 2018-10-01 # RHEL 7.6 eol: 2024-10-31 # https://access.redhat.com/downloads/content/java-11-openjdk/x86_64/package-latest latest: "11.0.25.0.9-3" latestReleaseDate: 2025-01-14 - releaseCycle: "8" releaseLabel: "OpenJDK 8 (1.8)" releaseDate: 2014-10-01 # RHEL 7.1 eol: 2026-11-30 # https://access.redhat.com/downloads/content/java-1.8.0-openjdk/x86_64/package-latest latest: "1.8.0.472.b08-1" latestReleaseDate: 2025-10-16 - releaseCycle: "7" releaseLabel: "OpenJDK 7 (1.7)" releaseDate: 2007-03-15 # RHEL 5.9 eol: 2020-06-30 # https://access.redhat.com/downloads/content/java-1.7.0-openjdk/x86_64/package-latest latest: "1.7.0.261-2.6.22.2" latestReleaseDate: 2020-04-15 link: null - releaseCycle: "6" releaseLabel: "OpenJDK 6 (1.6)" releaseDate: 2007-03-15 # RHEL 5.3 eol: 2016-12-31 # https://access.redhat.com/downloads/content/java-1.6.0-openjdk/x86_64/package-latest latest: "1.6.0.41-1.13.13.1" latestReleaseDate: 2017-01-04 link: null --- > [Red Hat build of OpenJDK](https://access.redhat.com/products/openjdk/) is a build of the Open > Java Development Kit (OpenJDK) with long-term support and patches from Red Hat. It is distributed > as part of Red Hat Enterprise Linux, but is also available with [OpenShift](https://www.redhat.com/en/technologies/cloud-computing/openshift) > and [Red Hat Middleware](https://developers.redhat.com/middleware). It is available on Linux, > Windows, macOS, and as container images. This page covers the Red Hat build of OpenJDK production packages, which require a [valid entitlement](https://access.redhat.com/articles/1299013#OpenJDK_Entitlements). [Developer Builds](https://developers.redhat.com/products/openjdk/download) are released for personal use under the [Red Hat Developer Subscription](https://developers.redhat.com/terms-and-conditions) and are unsupported. Red Hat only provides support for Red Hat build of OpenJDK based on LTS OpenJDK releases (11, 17, 21…). The Red Hat build of OpenJDK release cadence follows the OpenJDK release cadence, with a new major version every two years (since 2021) supported for at least four years with quarterly maintenance/security updates (typically January, April, July, and October). Red Hat documents [the differences between Red Hat build of OpenJDK and Oracle JDK](https://access.redhat.com/solutions/2489791). ## Support Red Hat build of OpenJDK versions can fall out of support on versions of RHEL if the retirement date of the underlying RHEL platform precedes the retirement date of the OpenJDK version. OpenJDK 11 will receive a review later in its lifecycle, and the lifetime may be extended beyond 2024, if there is enough demand. OpenJDK 8 is [not supported on RHEL6](https://access.redhat.com/articles/4997301), even with Extended Life Cycle Support (ELS) Add-on for RHEL 6. Red Hat build of OpenJDK is one of the many builds of OpenJDK. For recommendations on which JDK build to use, check out [whichjdk.com](https://whichjdk.com/#red-hat-openjdk). ================================================ FILE: products/red-hat-jboss-eap.md ================================================ --- title: Red Hat JBoss Enterprise Application Platform addedAt: 2023-11-08 category: server-app tags: red-hat java-runtime iconSlug: redhat permalink: /redhat-jboss-eap alternate_urls: - /jboss-eap - /jboss - /red-hat-jboss-eap versionCommand: $JBOSS_HOME/bin/standalone.sh --version releasePolicyLink: https://access.redhat.com/support/policy/updates/jboss_notes changelogTemplate: "https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/{{'__LATEST__'|split:'.'|slice:0,2|join:'.'}}" eoasColumn: Full Support eolColumn: Maintenance Support eoesColumn: Extended Life Support 1 auto: methods: - red-hat-jboss-eap-7: https://access.redhat.com/articles/2332721 - red-hat-jboss-eap-8: https://maven.repository.redhat.com/ga/org/jboss/eap/channels/eap-8.0/maven-metadata.xml - redhat_lifecycles: Red Hat JBoss Enterprise Application Platform regex: '^(?P\d+)(\.(?P\d+))?(\.x)?$' fields: releaseDate: General availability eoas: Full support eol: Maintenance support eoes: Extended life cycle support (ELS) 1 # Latest releases with their date can be found in each cycles release notes.date. # Other dates can be found on https://access.redhat.com/support/policy/updates/jboss_notes#p_eap. # Do not use individual changelog links for non-EOL releases, they are not predictable, so their update would be manual. releases: - releaseCycle: "8" releaseDate: 2024-02-05 eoas: 2028-02-05 eol: 2031-02-05 eoes: 2033-02-05 latest: "8.0.12.0" latestReleaseDate: 2026-03-05 - releaseCycle: "7" releaseDate: 2016-05-01 eoas: 2023-12-31 eol: 2025-06-30 eoes: 2027-10-31 latest: "7.4.23" latestReleaseDate: 2025-07-14 - releaseCycle: "6" releaseDate: 2012-06-01 eoas: 2016-06-30 eol: 2019-06-30 eoes: 2022-06-30 latest: "6.4.24" latestReleaseDate: 2022-06-30 - releaseCycle: "5" releaseDate: 2009-11-01 eoas: 2013-11-30 eol: 2016-11-30 eoes: 2019-11-30 latest: "5.2.0" latestReleaseDate: 2013-01-23 # unknown, date from https://access.redhat.com/documentation/en-us/jboss_enterprise_application_platform/5/html/release_notes_5.2.0/appe-release_notes_5.2-revision_history link: https://web.archive.org/web/20230821184117/https://access.redhat.com/documentation/en-us/jboss_enterprise_application_platform/5/html/release_notes_5.2.0/index - releaseCycle: "4.3" releaseDate: 2008-01-01 eoas: 2011-01-31 eol: 2013-01-31 eoes: 2016-11-30 latest: "4.3.0 CP10" latestReleaseDate: 2013-02-11 link: https://access.redhat.com/errata/RHSA-2013:0249 - releaseCycle: "4.2" releaseDate: 2007-06-01 eoas: 2010-06-30 eol: 2012-06-30 eoes: 2015-06-30 latest: "4.2.0.CP09" latestReleaseDate: 2010-04-26 link: https://web.archive.org/web/20240225123551/https://listman.redhat.com/archives/rhsa-announce/2010-April/000713.html --- > [Red Hat JBoss Enterprise Application Platform](https://www.redhat.com/technologies/jboss-middleware/application-platform) > (or JBoss EAP) is a subscription-based Java EE-based application server runtime platform used for > building, deploying, and hosting highly-transactional Java applications and services. It is > developed and maintained by Red Hat as part as their Enterprise Middleware portfolio of software. > It is based on the open source [WildFly application server](https://www.wildfly.org/). {: .warning } > JBoss EAP 7 received 7 years of Full Support. Given this exceptionally long Full Support phase, > it is expected to receive only 2 years of Maintenance Support. Latest Red Hat JBoss EAP releases are following the long-life product life cycle with 7 years of support divided in two phases. The first phase, called Full Support, lasts 4 years with enhancements, bug and security fixes. The second phase, called Maintenance Support, lasts 3 years with bug and security fixes only. Additional support is available by subscribing to Extended Life Support (ELS). This phase is divided in two parts: ELS 1 and ELS 2. Critical bug and security fixes are only provided during the ELS 1 phase. ================================================ FILE: products/red-hat-openshift.md ================================================ --- title: Red Hat OpenShift addedAt: 2023-03-24 category: server-app tags: red-hat iconSlug: redhatopenshift permalink: /red-hat-openshift alternate_urls: - /openshift - /rh-openshift versionCommand: oc version releasePolicyLink: https://access.redhat.com/support/policy/updates/openshift releaseImage: https://access.redhat.com/sites/default/files/styles/XL%20-%20Extra%20Large/public/images/ocp_lifecycle_eus_v4_0.png changelogTemplate: https://docs.redhat.com/en/documentation/openshift_container_platform/__RELEASE_CYCLE__/html/release_notes/ocp-{{"__RELEASE_CYCLE__"| replace:'.','-'}}-release-notes eoasColumn: Full Support eolColumn: Maintenance Support eoesColumn: Extended Update Support identifiers: - repology: openshift - cpe: cpe:/a:redhat:openshift - cpe: cpe:2.3:a:redhat:openshift auto: methods: - red-hat-openshift: https://github.com/openshift/openshift-docs.git # All dates can be found on https://access.redhat.com/support/policy/updates/openshift#dates releases: - releaseCycle: "4.20" releaseDate: 2025-10-21 eoas: false # 4.21 GA + 3 months eol: 2027-04-21 latest: "4.20.4" latestReleaseDate: 2025-11-18 - releaseCycle: "4.19" releaseDate: 2025-06-17 eoas: 2026-01-21 eol: 2026-12-17 latest: "4.19.18" latestReleaseDate: 2025-11-05 - releaseCycle: "4.18" releaseDate: 2025-02-25 eoas: 2025-09-17 eol: 2026-08-25 eoes: 2027-02-25 latest: "4.18.28" latestReleaseDate: 2025-11-12 - releaseCycle: "4.17" releaseDate: 2024-10-01 eoas: 2025-05-25 eol: 2026-04-01 latest: "4.17.43" latestReleaseDate: 2025-11-05 - releaseCycle: "4.16" releaseDate: 2024-06-27 eoas: 2025-01-01 eol: 2025-12-27 eoes: 2026-06-27 latest: "4.16.52" latestReleaseDate: 2025-11-12 - releaseCycle: "4.15" releaseDate: 2024-02-27 eoas: 2024-09-27 eol: 2025-08-27 latest: "4.15.59" latestReleaseDate: 2025-11-06 - releaseCycle: "4.14" releaseDate: 2023-10-31 eoas: 2024-05-27 eol: 2025-05-01 eoes: 2025-10-31 latest: "4.14.58" latestReleaseDate: 2025-10-30 - releaseCycle: "4.13" releaseDate: 2023-05-17 eoas: 2024-01-31 eol: 2024-11-17 latest: "4.13.61" latestReleaseDate: 2025-09-18 - releaseCycle: "4.12" releaseDate: 2023-01-17 eoas: 2023-08-17 eol: 2024-07-17 eoes: 2025-01-17 latest: "4.12.82" latestReleaseDate: 2025-11-13 - releaseCycle: "4.11" releaseDate: 2022-08-10 eoas: 2023-04-17 eol: 2024-02-10 latest: "4.11.59" latestReleaseDate: 2024-03-27 - releaseCycle: "4.10" releaseDate: 2022-03-10 eoas: 2022-11-10 eol: 2023-09-10 latest: "4.10.67" latestReleaseDate: 2023-09-06 - releaseCycle: "4.9" releaseDate: 2021-10-18 eoas: 2022-06-10 eol: 2023-04-18 latest: "4.9.59" latestReleaseDate: 2023-04-05 - releaseCycle: "4.8" releaseDate: 2021-07-27 eoas: 2022-01-27 eol: 2023-01-27 eoes: 2023-04-27 latest: "4.8.57" latestReleaseDate: 2023-01-25 - releaseCycle: "4.7" releaseDate: 2021-02-24 eoas: 2021-10-27 eol: 2022-08-24 latest: "4.7.60" latestReleaseDate: 2022-11-10 - releaseCycle: "4.6" releaseDate: 2020-11-09 eoas: 2021-03-24 eol: 2022-10-27 latest: "4.6.62" latestReleaseDate: 2022-11-10 - releaseCycle: "4.5" releaseDate: 2020-07-16 eoas: 2020-11-27 eol: 2021-07-27 latest: "4.5.41" latestReleaseDate: 2021-06-30 - releaseCycle: "4.4" releaseDate: 2020-05-18 eoas: 2020-08-13 eol: 2021-02-24 latest: "4.4.33" latestReleaseDate: 2021-02-02 - releaseCycle: "4.3" releaseDate: 2020-02-12 eoas: 2020-06-05 eol: 2020-10-27 latest: "4.3.40" latestReleaseDate: 2020-10-20 - releaseCycle: "4.2" releaseDate: 2019-10-29 eoas: 2020-02-23 eol: 2020-07-13 latest: "4.2.36" latestReleaseDate: 2020-07-01 - releaseCycle: "4.1" releaseDate: 2019-06-18 eoas: 2019-11-16 eol: 2020-05-05 latest: "4.1.41" latestReleaseDate: 2020-04-22 --- > [OpenShift](https://www.redhat.com/en/technologies/cloud-computing/openshift) is a family of > containerization software products developed by Red Hat. Its flagship product is the OpenShift > Container Platform — a hybrid cloud platform as a service built around Linux containers > orchestrated and managed by Kubernetes on a foundation of Red Hat Enterprise Linux. Red Hat provides three different phases of support: Full Support, Maintenance Support and Extended Update Support. The **Full Support** phase begins at the GA/release of the minor version and ends after a 6-month period OR 90 days after the GA of the superseding minor release, whichever is later. During the Full Support Phase, qualified Critical and Important Security Advisories ([RHSAs][DEFINITION]) and Urgent and Selected High Priority Bug Fix Advisories ([RHBAs][DEFINITION]) will be released as they become available; all other available fix and qualified patches may be released via periodic updates. The **Maintenance Support** phase starts after the Full Support phase for the respective minor version and ends at 18 months after GA. During the Maintenance Support phase, qualified Critical and Important Security Advisories (RHSAs) and Urgent and Selected High Priority Bug Fix Advisories (RHBAs) may be released as they become available. Other Bug Fix and Enhancement Advisories ([RHEA][DEFINITION]) may be released at Red Hat’s discretion, but should not be expected. The **Extended Update Support** phase starts after the Full Support phase for even numbered minor releases (e.g. 4.8, 4.10, 4.12). Additionally, to the full support and maintenance support phases, which also apply to EUS releases, upgrades between EUS releases will cause fewer reboots of nodes. This was the only benefit of EUS releases before version 4.12. Starting from 4.12, Red Hat will additionally include a six-month EUS phase. The EUS phase will follow the maintenance phase for the given release (18 months from GA date). This results in a total support time of 24 months for EUS releases. [DEFINITION]: https://access.redhat.com/articles/2130961 ================================================ FILE: products/red-hat-satellite.md ================================================ --- title: Red Hat Satellite addedAt: 2022-12-09 category: server-app tags: red-hat iconSlug: redhat permalink: /redhat-satellite alternate_urls: - /rhsat - /red-hat-satellite versionCommand: |- dnf info satellite # or, on older versions yum info satellite releaseImage: https://access.redhat.com/sites/default/files/styles/XL%20-%20Extra%20Large/public/images/satellite_n-2_lifecycle_latest_v2.png releasePolicyLink: https://access.redhat.com/support/policy/updates/satellite changelogTemplate: "https://access.redhat.com/documentation/en-us/red_hat_satellite/__RELEASE_CYCLE__/html/release_notes/index" releaseDateColumn: General availability eoasColumn: Full support eolColumn: Maintenance support auto: methods: - version_table: https://access.redhat.com/articles/1365633 name_column: "Release/Update" regex: '^Satellite (?P\d+)\.(?P\d+)(\.(?P\d+)((\.|-)(?P\d+))?)?( GA [rR]elease| Update)$' template: "{{major}}.{{minor}}.{% if patch %}{{patch}}{% else %}0{% endif %}{% if tiny %}.{{tiny}}{% endif %}" date_column: "General Availability Date" # eoas and eol can be found on https://access.redhat.com/support/policy/updates/satellite. releases: - releaseCycle: "6.18" releaseDate: 2025-11-04 eoas: false eol: false latest: "6.18.3" latestReleaseDate: 2026-02-16 - releaseCycle: "6.17" releaseDate: 2025-05-06 eoas: 2025-11-30 eol: 2026-11-30 # estimated latest: "6.17.6.3" latestReleaseDate: 2026-02-16 - releaseCycle: "6.16" releaseDate: 2024-11-05 eoas: 2025-05-31 eol: 2026-05-31 latest: "6.16.6.1" latestReleaseDate: 2026-02-16 - releaseCycle: "6.15" releaseDate: 2024-04-23 eoas: 2024-11-30 # estimated eol: 2025-11-30 # estimated latest: "6.15.5.8" latestReleaseDate: 2025-12-02 - releaseCycle: "6.14" releaseDate: 2023-11-08 eoas: 2024-05-31 eol: 2025-05-31 latest: "6.14.4.5" latestReleaseDate: 2025-04-01 - releaseCycle: "6.13" releaseDate: 2023-05-03 eoas: 2023-11-30 eol: 2024-11-30 latest: "6.13.7.3" latestReleaseDate: 2024-10-31 - releaseCycle: "6.12" releaseDate: 2022-11-16 eoas: 2023-05-31 eol: 2024-05-31 latest: "6.12.5.3" latestReleaseDate: 2024-04-22 - releaseCycle: "6.11" releaseDate: 2022-07-05 eoas: 2022-11-30 eol: 2024-01-31 latest: "6.11.5.7" latestReleaseDate: 2024-05-06 - releaseCycle: "6.10" releaseDate: 2021-11-16 eoas: 2022-06-30 eol: 2023-05-31 latest: "6.10.7.2" latestReleaseDate: 2023-03-01 - releaseCycle: "6.9" releaseDate: 2021-04-21 eoas: 2021-11-30 eol: 2022-11-30 latest: "6.9.10" latestReleaseDate: 2022-11-17 - releaseCycle: "6.8" releaseDate: 2020-10-27 eoas: 2021-04-30 eol: 2022-07-31 latest: "6.8.6" latestReleaseDate: 2021-04-13 - releaseCycle: "6.7" releaseDate: 2020-04-14 eoas: 2020-10-31 eol: 2021-11-30 latest: "6.7.5" latestReleaseDate: 2020-10-26 - releaseCycle: "6.6" releaseDate: 2019-10-22 eoas: 2020-04-30 eol: 2021-05-14 latest: "6.6.3" latestReleaseDate: 2020-04-16 - releaseCycle: "6.5" releaseDate: 2019-05-14 eoas: 2019-10-31 eol: 2020-10-31 latest: "6.5.3" latestReleaseDate: 2019-10-29 - releaseCycle: "6.4" releaseDate: 2018-10-16 eoas: 2019-05-31 eol: 2020-04-30 latest: "6.4.4" latestReleaseDate: 2019-07-15 - releaseCycle: "6.3" releaseDate: 2018-02-21 eoas: 2018-10-30 eol: 2019-05-31 latest: "6.3.5" latestReleaseDate: 2018-10-30 - releaseCycle: "6.2" releaseDate: 2016-07-27 eoas: 2018-02-21 eol: 2019-05-31 latest: "6.2.16" latestReleaseDate: 2018-11-26 - releaseCycle: "6.1" releaseDate: 2015-08-12 eoas: 2016-07-27 eol: 2018-10-30 latest: "6.1.12" latestReleaseDate: 2017-06-29 link: https://web.archive.org/web/20190719230423/https://access.redhat.com/documentation/en-us/red_hat_satellite/6.1/html/release_notes/index - releaseCycle: "6.0" releaseDate: 2014-09-10 eoas: 2015-08-12 eol: 2018-02-21 latest: "6.0.8" latestReleaseDate: 2015-02-20 link: https://web.archive.org/web/20190719183026/https://access.redhat.com/documentation/en-us/red_hat_satellite/6.0/html/release_notes/index --- > [Red Hat Satellite](https://www.redhat.com/technologies/management/satellite) is an infrastructure > management product specifically designed to keep Red Hat Enterprise Linux environments and other > Red Hat infrastructures running efficiently, with security, and compliant with various standards. A new release is made approximately every 6 months. Each release is actively supported for six months and followed by one year of maintenance support. Release Dates are published on the [Red Hat Customer Portal](https://access.redhat.com/articles/1365633). ================================================ FILE: products/redis.md ================================================ --- title: Redis addedAt: 2019-05-30 category: database iconSlug: redis permalink: /redis versionCommand: redis-server --version releasePolicyLink: https://github.com/redis/redis/security changelogTemplate: https://raw.githubusercontent.com/redis/redis/__RELEASE_CYCLE__/00-RELEASENOTES eoasColumn: true identifiers: - purl: pkg:generic/redis - purl: pkg:deb/ubuntu/redis - purl: pkg:deb/debian/redis - purl: pkg:rpm/amzn/redis - purl: pkg:rpm/redhat/redis - purl: pkg:rpm/centos/redis - purl: pkg:docker/library/redis - purl: pkg:docker/redislabs/redis - purl: pkg:docker/bitnami/redis - purl: pkg:docker/circleci/redis - purl: pkg:docker/cimg/redis - purl: pkg:docker/ubuntu/redis - purl: pkg:brew/redis/redis - repology: redis - cpe: cpe:2.3:a:redis:redis auto: methods: - git: https://github.com/redis/redis.git # EOL documented on https://github.com/redis/redis/security, but as a rule of thumb: # - eoas(x) = release(x+1) # - eol(x) = release(x+3) releases: - releaseCycle: "8.6" releaseDate: 2026-02-11 eoas: false eol: false latest: "8.6.1" latestReleaseDate: 2026-02-23 - releaseCycle: "8.4" releaseDate: 2025-11-18 eoas: 2026-02-11 eol: false latest: "8.4.2" latestReleaseDate: 2026-02-22 - releaseCycle: "8.2" releaseDate: 2025-08-04 eoas: 2025-11-18 eol: false latest: "8.2.5" latestReleaseDate: 2026-02-22 - releaseCycle: "8.0" releaseDate: 2025-05-02 eoas: 2025-08-04 eol: 2026-02-11 latest: "8.0.6" latestReleaseDate: 2026-02-22 - releaseCycle: "7.4" releaseDate: 2024-07-29 eoas: 2025-05-02 eol: false # still supported according to https://github.com/redis/redis/security latest: "7.4.8" latestReleaseDate: 2026-02-22 - releaseCycle: "7.2" releaseDate: 2023-08-15 eoas: 2024-07-29 eol: false # still supported according to https://github.com/redis/redis/security latest: "7.2.13" latestReleaseDate: 2026-02-22 - releaseCycle: "7.0" releaseDate: 2022-04-27 eoas: 2023-08-15 eol: 2024-07-29 latest: "7.0.15" latestReleaseDate: 2024-01-09 - releaseCycle: "6.2" releaseDate: 2021-02-22 eoas: 2022-04-27 eol: false # still supported according to https://github.com/redis/redis/security latest: "6.2.21" latestReleaseDate: 2025-11-02 - releaseCycle: "6.0" releaseDate: 2020-04-30 eoas: 2021-02-22 eol: 2022-05-31 latest: "6.0.20" latestReleaseDate: 2023-07-10 - releaseCycle: "5.0" releaseDate: 2018-10-17 eoas: 2020-04-30 eol: 2022-04-27 latest: "5.0.14" latestReleaseDate: 2021-10-04 --- > [Redis](https://redis.io/) is an in-memory data structure store, used > as a database, cache and message broker. It supports data structures such as strings, hashes, > lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes with radius > queries and streams. Redis has built-in replication, Lua scripting, LRU eviction, transactions and > different levels of on-disk persistence, and provides high availability via > [Redis Sentinel](https://redis.io/docs/latest/operate/oss_and_stack/management/sentinel/) and automatic partitioning with > [Redis Cluster](https://redis.io/docs/latest/operate/oss_and_stack/management/scaling/). A new major version is planned for release once a year. Generally, every major release is followed by a minor version after six months. The latest stable release is always fully supported and maintained. Two additional versions receive maintenance only, meaning that only fixes for critical bugs and major security issues are committed and released as patches: - The previous minor version of the latest stable release. - The previous stable major release. Open Source Redis releases are subject to the following licenses: - Version 7.2.x and prior releases are subject to BSDv3. - Versions 7.4.x to 7.8.x are subject to your choice of RSALv2 or SSPLv1; and - Version 8.0.x and subsequent releases are subject to the tri-license RSALv2/SSPLv1/AGPLv3 at your option. [Security Overview](https://github.com/redis/redis/security) with the actual list of supported versions and advisories. ================================================ FILE: products/redmine.md ================================================ --- title: Redmine addedAt: 2022-09-07 category: server-app tags: ruby-runtime iconSlug: redmine permalink: /redmine releasePolicyLink: https://www.redmine.org/projects/redmine/news changelogTemplate: "https://www.redmine.org/projects/redmine/wiki/Changelog_{{'__RELEASE_CYCLE__'|replace:'.','_'}}" identifiers: - repology: redmine - cpe: cpe:/a:redmine:redmine - cpe: cpe:2.3:a:redmine:redmine auto: methods: - git: https://github.com/redmine/redmine.git # eol releases announced in new versions blog posts releases: - releaseCycle: "6.1" releaseDate: 2025-09-21 eol: false latest: "6.1.2" latestReleaseDate: 2026-03-17 - releaseCycle: "6.0" releaseDate: 2024-11-10 eol: false latest: "6.0.9" latestReleaseDate: 2026-03-17 - releaseCycle: "5.1" releaseDate: 2023-10-31 eol: false latest: "5.1.12" latestReleaseDate: 2026-03-17 - releaseCycle: "5.0" releaseDate: 2022-03-28 eol: 2025-09-21 # https://www.redmine.org/news/156 latest: "5.0.14" latestReleaseDate: 2025-09-21 - releaseCycle: "4.2" releaseDate: 2021-03-28 eol: 2023-10-31 latest: "4.2.11" latestReleaseDate: 2023-09-30 - releaseCycle: "4.1" releaseDate: 2019-12-20 eol: 2022-03-28 latest: "4.1.7" latestReleaseDate: 2022-03-28 - releaseCycle: "4.0" releaseDate: 2018-12-09 eol: 2021-04-26 latest: "4.0.9" latestReleaseDate: 2021-04-26 --- > [Redmine](https://www.redmine.org/) is an open-source project management tool written using the Ruby > on Rails framework. ## Links - [Security Advisories](https://www.redmine.org/projects/redmine/wiki/Security_Advisories) ================================================ FILE: products/renovate.md ================================================ --- title: Renovate CLI category: app tags: package-manager iconSlug: renovate permalink: /renovate versionCommand: renovate --version releasePolicyLink: https://docs.renovatebot.com/faq/#which-renovate-versions-are-officially-supported changelogTemplate: "https://github.com/renovatebot/renovate/releases/tag/__LATEST__" addedAt: 2026-03-09 eolColumn: Support identifiers: - purl: pkg:npm/renovate - purl: pkg:docker/renovate/renovate - purl: pkg:oci/renovate?repository_url=ghcr.io/renovate - purl: pkg:brew/renovate - repology: renovate auto: methods: - git: https://github.com/renovatebot/renovate.git # eol(x) = releaseDate(x+1) releases: - releaseCycle: "43" releaseDate: 2026-01-29 eol: false latest: "43.86.0" latestReleaseDate: 2026-03-22 - releaseCycle: "42" releaseDate: 2025-08-14 eol: 2026-01-29 latest: "42.99.0" latestReleaseDate: 2026-02-12 - releaseCycle: "41" releaseDate: 2025-04-30 eol: 2025-08-14 latest: "41.173.1" latestReleaseDate: 2025-11-06 - releaseCycle: "40" releaseDate: 2025-02-22 eol: 2025-08-14 latest: "40.62.1" latestReleaseDate: 2025-06-19 --- > [Renovate (also known as the Renovate CLI)](https://docs.renovatebot.com) is an Open Source dependency update tool. > It is multi-platform, multi-language, and supports multiple Git forges > (GitHub, GitLab, Gitea, Forgejo, Gerrit and more). > Renovate was created by [Mend](https://mend.io) is an Open Source project maintained by [a mix of Mend employees and independent maintainers](https://docs.renovatebot.com/about-us/), and contributed to by the wider community. Only the latest major version is supported. There have been cases where the Renovate maintainers will backport (security) fixes to previous major versions, but these are at the discretion of the maintainers, and are primarily to support Mend customers. ## Commercial offerings The Renovate CLI is also packaged into a [few offerings from Mend](https://www.mend.io/renovate/): - Mend's developer platform, a Cloud offering which includes Renovate as a Software-as-a-Service, with a "Community" free tier, and an "Enterprise" plan - Mend Renovate Self-Hosted, a self-hosted offering which has a "Community" offering, and an "Enterprise" offering This page does not cover the end-of-life status of these products, only the Renovate CLI. ## Additional support Enterprise customers of Mend products have the ability to influence the roadmap for the development of features, and receive priority support for bugs, including for previous major versions of Renovate. One of the Renovate maintainers, [Sebastian Poxhofer (`@secustor`)](https://github.com/secustor), is available for paid consulting on Renovate, including bug fixes and feature development. ================================================ FILE: products/rhel.md ================================================ --- title: Red Hat Enterprise Linux addedAt: 2019-05-29 category: os tags: red-hat linux-distribution iconSlug: redhat permalink: /rhel alternate_urls: - /redhat - /redhatlinux versionCommand: cat /etc/redhat-release changelogTemplate: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/__RELEASE_CYCLE__/html/__LATEST___release_notes/index releasePolicyLink: https://access.redhat.com/support/policy/updates/errata LTSLabel: "ELS" eoasColumn: Full Support eolColumn: Maintenance Support eoesColumn: Extended Life Cycle Support identifiers: - cpe: cpe:/o:redhat:enterprise_linux - cpe: cpe:2.3:o:redhat:enterprise_linux auto: methods: #- rhel: https://access.redhat.com/articles/3078 # Deprecated, use redhat_lifecycles instead - redhat_lifecycles: Red Hat Enterprise Linux regex: '^(?P\d+)$' fields: releaseDate: General availability eoas: Full support eol: Maintenance support eoes: Extended life cycle support (ELS) add-on releases: - releaseCycle: "10" releaseDate: 2025-05-20 eoas: 2030-05-31 eol: 2035-05-31 lts: 2035-05-31 eoes: 2038-05-31 latest: "10.1" latestReleaseDate: 2025-11-12 - releaseCycle: "9" releaseDate: 2022-05-18 eoas: 2027-05-31 eol: 2032-05-31 lts: 2032-05-31 eoes: 2035-05-31 latest: "9.7" latestReleaseDate: 2025-11-12 - releaseCycle: "8" releaseDate: 2019-05-07 eoas: 2024-05-31 eol: 2029-05-31 lts: 2029-05-31 eoes: 2032-05-31 latest: "8.10" latestReleaseDate: 2024-05-22 - releaseCycle: "7" releaseDate: 2014-06-10 eoas: 2019-08-06 eol: 2024-06-30 lts: 2024-06-30 eoes: 2029-05-31 latest: "7.9" latestReleaseDate: 2020-09-29 - releaseCycle: "6" releaseDate: 2010-11-10 eoas: 2016-05-10 eol: 2020-11-30 lts: 2020-11-30 eoes: 2024-06-30 latest: "6.10" latestReleaseDate: 2018-06-19 - releaseCycle: "5" releaseDate: 2007-03-15 eoas: 2013-01-08 eol: 2017-03-31 lts: 2017-03-31 eoes: 2020-11-30 latest: "5.11" latestReleaseDate: 2014-09-16 - releaseCycle: "4" releaseDate: 2005-02-15 eoas: 2009-03-31 eol: 2012-02-29 eoes: 2017-03-31 latest: "4.9" latestReleaseDate: 2011-02-16 --- > Red Hat Enterprise Linux is a Linux distribution developed by Red Hat for the commercial market. Red Hat Enterprise Linux versions 5, 6, and 7 each deliver ten years of support in Full Support, Maintenance Support 1, and Maintenance Support 2 Phases followed by an Extended Life Phase. In addition, for Red Hat Enterprise Linux 5 and 6, customers may purchase annual Add-on subscriptions called Extended Life-cycle Support (ELS) to extend limited subscription services beyond the Maintenance Support 2 Phase. With the introduction of Red Hat Enterprise Linux version 8, Red Hat is simplifying the RHEL product phases from four to three: Full Support, Maintenance Support, and Extended Life Phase. ## Full Support Phase During the Full Support Phase, qualified Critical and Important Security errata advisories (RHSAs) and Urgent and Selected High Priority Bug Fix errata advisories (RHBAs) may be released as they become available. If available, new or improved hardware enablement and select enhanced software functionality may be provided at Red Hat’s discretion. ## Maintenance Support Phase During the Maintenance Support Phase (called "Maintenance Support 2" for RHEL 7), qualified RHSAs and RHBAs may be released as they become available. Other errata advisories may be delivered as appropriate. New functionality and new hardware enablement is at the discretion of Red Hat and vary by operating system release. ## Extended Life Cycle Support (ELS) This is offered by the [Extended Life Phase](https://access.redhat.com/support/policy/updates/errata#Extended_Life_Cycle_Phase) (which provides access to documentation and support), during **Extended Life Cycle Support (ELS)** certain critical-impact security fixes, selected urgent priority bug fixes, and troubleshooting for the last minor release of a given version of Red Hat Enterprise Linux. - On RHEL 7 ELS is not available for the architectures System z (Structure A), ARM, and POWER9. - On RHEL 6 ELS is only available for the IBM z Systems and the x86 architecture, both 32-bit and 64-bit variants. - On RHEL 6 a specific number of packages are supported under ELS, which is listed [here](https://access.redhat.com/articles/4997301). ================================================ FILE: products/robo.md ================================================ --- title: Robo addedAt: 2024-03-14 category: framework tags: php-runtime permalink: /robo versionCommand: robo --version eoasColumn: true staleReleaseThresholdDays: 1090 # https://github.com/consolidation/robo#branches customFields: - name: supportedPHPVersions display: after-release-column label: PHP versions description: Supported PHP versions range link: https://github.com/consolidation/robo/blob/5.x/README.md auto: methods: - git: https://github.com/consolidation/robo.git - release_table: https://collected.press/github/consolidation/robo/README.md fields: releaseCycle: column: "Branch" regex: '^(?P\d+)\.x$' supportedPHPVersions: "PHP Versions" identifiers: - repology: robo - purl: pkg:composer/consolidation/robo - purl: pkg:github/consolidation/robo # Based on https://github.com/consolidation/robo#branches: # eoas(x) = true if "Stable", false otherwise # eol(x) = false if "Stable" or "Important fixes only", false otherwise releases: - releaseCycle: "5" supportedPHPVersions: "8.2 - 8.3" releaseDate: 2024-04-17 eoas: false eol: false latest: "5.1.1" latestReleaseDate: 2025-11-14 - releaseCycle: "4" supportedPHPVersions: "8.0 - 8.3" releaseDate: 2022-04-21 eoas: false eol: false latest: "4.0.6" latestReleaseDate: 2023-04-30 - releaseCycle: "3" supportedPHPVersions: "7.1 - 8.1" releaseDate: 2021-02-21 # starts with 3.0.1 eoas: true eol: true # https://github.com/consolidation/robo/pull/1154#issuecomment-1989610031 latest: "3.0.12" latestReleaseDate: 2023-04-30 - releaseCycle: "2" supportedPHPVersions: "7.1 - 7.4" releaseDate: 2019-10-29 eoas: true eol: true # https://github.com/consolidation/robo/pull/1154#issuecomment-1989610031 latest: "2.2.2" latestReleaseDate: 2020-12-18 - releaseCycle: "1" supportedPHPVersions: "5.5 - 7.4" releaseDate: 2016-10-13 eoas: true eol: true # https://github.com/consolidation/robo/pull/1154#issuecomment-1989610031 latest: "1.5.0" latestReleaseDate: 2021-10-07 --- > [Robo](https://robo.li/) is a task runner written in PHP. Supported releases are documented on . All versions are roughly compatible; the breaking changes introduced at each major version are fairly minor, and typically only affect classes that are not used by most clients. ================================================ FILE: products/rocket-chat.md ================================================ --- title: Rocket.Chat addedAt: 2023-10-15 category: server-app tags: javascript-runtime iconSlug: rocketdotchat permalink: /rocket-chat alternate_urls: - /rocketchat releasePolicyLink: https://docs.rocket.chat/docs/support-prerequisites changelogTemplate: "https://github.com/RocketChat/Rocket.Chat/releases/tag/__LATEST__" eoasColumn: true eolColumn: Support # https://docs.rocket.chat/docs/version-durability is hosted behind Cloudflare: # attempts to scrape EOL dates from it fail due to Cloudflare's anti-bot measures. auto: methods: - git: https://github.com/RocketChat/Rocket.Chat.git identifiers: - repology: rocketchat-server # https://docs.rocket.chat/docs/rocketchat-release-notes # eoas(x) = releaseDate(x) (there is no more an active support phase, kept for historical purpose) # eol(x) can be found on https://docs.rocket.chat/docs/rocketchat-release-notes releases: - releaseCycle: "8.2" releaseDate: 2026-03-02 eoas: 2026-03-02 eol: 2026-09-30 latest: "8.2.1" latestReleaseDate: 2026-03-16 - releaseCycle: "8.1" releaseDate: 2026-02-10 eoas: 2026-02-10 eol: 2026-08-31 latest: "8.1.2" latestReleaseDate: 2026-03-16 - releaseCycle: "8.0" releaseDate: 2026-01-12 eoas: 2026-01-12 eol: 2026-06-30 latest: "8.0.3" latestReleaseDate: 2026-03-16 - releaseCycle: "7.13" releaseDate: 2025-12-05 eoas: 2025-12-05 eol: 2026-05-31 latest: "7.13.5" latestReleaseDate: 2026-03-16 - releaseCycle: "7.12" releaseDate: 2025-10-31 eoas: 2025-10-31 eol: 2026-04-30 latest: "7.12.6" latestReleaseDate: 2026-03-16 - releaseCycle: "7.11" releaseDate: 2025-10-17 eoas: 2025-10-17 eol: 2026-03-31 latest: "7.11.6" latestReleaseDate: 2026-03-16 - releaseCycle: "7.10" lts: true releaseDate: 2025-09-04 eoas: 2025-09-04 eol: 2026-06-30 latest: "7.10.9" latestReleaseDate: 2026-03-16 - releaseCycle: "7.9" releaseDate: 2025-07-29 eoas: 2025-07-29 eol: 2026-01-31 latest: "7.9.8" latestReleaseDate: 2026-01-13 - releaseCycle: "7.8" releaseDate: 2025-07-08 eoas: 2025-07-08 eol: 2026-01-31 latest: "7.8.6" latestReleaseDate: 2026-01-16 - releaseCycle: "7.7" releaseDate: 2025-05-31 eoas: 2025-05-31 eol: 2025-11-30 latest: "7.7.9" latestReleaseDate: 2025-09-24 - releaseCycle: "7.6" releaseDate: 2025-05-13 eoas: 2025-05-13 eol: 2025-11-30 latest: "7.6.6" latestReleaseDate: 2025-09-23 - releaseCycle: "7.5" releaseDate: 2025-04-07 eoas: 2025-04-07 eol: 2025-10-31 latest: "7.5.5" latestReleaseDate: 2025-09-23 - releaseCycle: "7.4" releaseDate: 2025-03-05 eoas: 2025-03-05 eol: 2025-08-31 latest: "7.4.6" latestReleaseDate: 2025-09-23 - releaseCycle: "7.3" releaseDate: 2025-01-31 eoas: 2025-01-31 eol: 2025-07-31 latest: "7.3.6" latestReleaseDate: 2025-07-07 - releaseCycle: "7.2" releaseDate: 2025-01-07 eoas: 2025-01-07 eol: 2025-07-31 latest: "7.2.6" latestReleaseDate: 2025-06-06 - releaseCycle: "7.1" releaseDate: 2024-12-04 eoas: 2024-12-04 eol: 2025-06-30 latest: "7.1.6" latestReleaseDate: 2025-06-06 - releaseCycle: "7.0" releaseDate: 2024-10-31 eoas: 2024-10-31 eol: 2025-04-30 latest: "7.0.9" latestReleaseDate: 2025-03-01 - releaseCycle: "6.13" releaseDate: 2024-10-10 eoas: 2024-10-10 eol: 2025-04-30 latest: "6.13.1" latestReleaseDate: 2024-12-04 - releaseCycle: "6.12" releaseDate: 2024-09-05 eoas: 2024-09-05 eol: 2025-03-31 latest: "6.12.3" latestReleaseDate: 2024-12-04 - releaseCycle: "6.11" releaseDate: 2024-08-09 eoas: 2024-08-09 eol: 2025-02-28 latest: "6.11.3" latestReleaseDate: 2024-09-13 - releaseCycle: "6.10" releaseDate: 2024-07-10 eoas: 2024-07-10 eol: 2025-01-31 latest: "6.10.10" latestReleaseDate: 2025-01-08 - releaseCycle: "6.9" releaseDate: 2024-06-02 eoas: 2024-06-02 eol: 2024-12-31 latest: "6.9.7" latestReleaseDate: 2024-09-13 - releaseCycle: "6.8" releaseDate: 2024-05-12 eoas: 2024-06-12 eol: 2024-11-30 latest: "6.8.7" latestReleaseDate: 2024-09-13 - releaseCycle: "6.7" releaseDate: 2024-04-08 eoas: 2024-05-12 eol: 2024-10-31 latest: "6.7.9" latestReleaseDate: 2024-09-13 - releaseCycle: "6.6" releaseDate: 2024-02-07 eoas: 2024-04-08 eol: 2024-08-31 latest: "6.6.13" latestReleaseDate: 2024-11-22 - releaseCycle: "6.5" releaseDate: 2023-12-01 eoas: 2024-02-07 eol: 2024-06-30 latest: "6.5.9" latestReleaseDate: 2024-11-22 - releaseCycle: "6.4" releaseDate: 2023-09-27 eoas: 2023-12-01 eol: 2024-03-31 latest: "6.4.9" latestReleaseDate: 2024-01-03 - releaseCycle: "6.3" releaseDate: 2023-08-02 eoas: 2023-09-27 eol: 2024-02-29 latest: "6.3.13" latestReleaseDate: 2024-11-23 - releaseCycle: "6.2" releaseDate: 2023-05-15 eoas: 2023-08-02 eol: 2023-11-30 latest: "6.2.12" latestReleaseDate: 2023-08-11 - releaseCycle: "6.1" releaseDate: 2023-03-29 eoas: 2023-05-15 eol: 2023-09-30 latest: "6.1.8" latestReleaseDate: 2023-05-17 - releaseCycle: "6.0" releaseDate: 2023-03-09 eoas: 2023-03-29 eol: 2023-09-30 latest: "6.0.8" latestReleaseDate: 2023-05-17 - releaseCycle: "5.4" lts: true releaseDate: 2022-12-05 eoas: 2023-03-09 eol: 2023-06-30 latest: "5.4.10" latestReleaseDate: 2023-05-17 - releaseCycle: "5.3" releaseDate: 2022-11-01 eoas: 2022-12-05 eol: 2023-05-31 latest: "5.3.7" latestReleaseDate: 2023-04-17 - releaseCycle: "5.2" releaseDate: 2022-10-13 eoas: 2022-11-01 eol: 2023-04-30 latest: "5.2.2" latestReleaseDate: 2023-01-24 - releaseCycle: "5.1" releaseDate: 2022-09-02 eoas: 2022-10-13 eol: 2023-03-31 latest: "5.1.5" latestReleaseDate: 2022-11-24 - releaseCycle: "5.0" releaseDate: 2022-07-21 eoas: 2022-09-02 eol: 2023-01-31 latest: "5.0.8" latestReleaseDate: 2022-11-24 - releaseCycle: "4.8" lts: true releaseDate: 2022-05-31 eoas: 2022-07-21 eol: 2022-12-31 latest: "4.8.7" latestReleaseDate: 2022-11-24 - releaseCycle: "4.7" releaseDate: 2022-05-04 eoas: 2022-05-31 eol: 2022-11-30 latest: "4.7.5" latestReleaseDate: 2022-07-20 - releaseCycle: "4.6" releaseDate: 2022-04-01 eoas: 2022-05-04 eol: 2022-10-31 latest: "4.6.4" latestReleaseDate: 2022-06-02 - releaseCycle: "4.5" releaseDate: 2022-02-28 eoas: 2022-04-01 eol: 2022-09-30 latest: "4.5.7" latestReleaseDate: 2022-06-02 - releaseCycle: "4.4" releaseDate: 2022-01-28 eoas: 2022-02-28 eol: 2022-07-31 latest: "4.4.5" latestReleaseDate: 2022-05-30 - releaseCycle: "4.3" releaseDate: 2021-12-28 eoas: 2022-01-28 eol: 2022-06-30 latest: "4.3.3" latestReleaseDate: 2022-01-28 - releaseCycle: "4.2" releaseDate: 2021-11-30 eoas: 2021-12-28 eol: 2022-05-31 latest: "4.2.4" latestReleaseDate: 2022-01-28 - releaseCycle: "4.1" releaseDate: 2021-10-28 eoas: 2021-11-30 eol: 2022-04-30 latest: "4.1.6" latestReleaseDate: 2022-06-02 - releaseCycle: "4.0" releaseDate: 2021-10-01 eoas: 2021-10-28 eol: 2022-04-30 latest: "4.0.6" latestReleaseDate: 2021-11-05 - releaseCycle: "3.18" lts: true releaseDate: 2021-08-31 eoas: 2021-10-01 eol: 2022-02-28 latest: "3.18.7" latestReleaseDate: 2022-05-30 - releaseCycle: "3.17" releaseDate: 2021-07-30 eoas: 2021-08-31 eol: 2022-01-31 latest: "3.17.3" latestReleaseDate: 2021-10-01 - releaseCycle: "3.16" releaseDate: 2021-06-28 eoas: 2021-07-30 eol: 2021-12-31 latest: "3.16.5" latestReleaseDate: 2021-10-01 - releaseCycle: "3.15" releaseDate: 2021-05-28 eoas: 2021-06-28 eol: 2021-11-30 latest: "3.15.4" latestReleaseDate: 2021-07-13 - releaseCycle: "3.14" releaseDate: 2021-04-28 eoas: 2021-05-28 eol: 2021-10-31 latest: "3.14.6" latestReleaseDate: 2021-07-13 - releaseCycle: "3.13" releaseDate: 2021-04-04 eoas: 2021-04-28 eol: 2021-10-31 latest: "3.13.5" latestReleaseDate: 2021-05-27 - releaseCycle: "3.12" releaseDate: 2021-02-28 eoas: 2021-04-04 eol: 2021-08-31 latest: "3.12.7" latestReleaseDate: 2021-05-27 - releaseCycle: "3.11" releaseDate: 2021-01-31 eoas: 2021-02-28 eol: 2021-08-31 latest: "3.11.6" latestReleaseDate: 2022-08-22 - releaseCycle: "3.10" releaseDate: 2020-12-29 eoas: 2021-01-31 eol: 2021-06-30 latest: "3.10.7" latestReleaseDate: 2021-03-26 - releaseCycle: "3.9" releaseDate: 2020-11-28 eoas: 2020-12-29 eol: 2021-05-31 latest: "3.9.7" latestReleaseDate: 2021-01-27 - releaseCycle: "3.8" releaseDate: 2020-11-14 eoas: 2020-11-28 eol: 2021-05-31 latest: "3.8.9" latestReleaseDate: 2021-03-26 - releaseCycle: "3.7" releaseDate: 2020-09-28 eoas: 2020-11-14 eol: 2021-03-31 latest: "3.7.4" latestReleaseDate: 2020-12-18 - releaseCycle: "3.6" releaseDate: 2020-08-29 eoas: 2020-09-28 eol: 2021-02-28 latest: "3.6.3" latestReleaseDate: 2020-09-25 - releaseCycle: "3.5" releaseDate: 2020-07-27 eoas: 2020-08-29 eol: 2021-01-31 latest: "3.5.4" latestReleaseDate: 2020-08-24 - releaseCycle: "3.4" releaseDate: 2020-06-30 eoas: 2020-07-27 eol: 2020-12-31 latest: "3.4.3" latestReleaseDate: 2020-07-31 - releaseCycle: "3.3" releaseDate: 2020-05-27 eoas: 2020-06-30 eol: 2020-11-30 latest: "3.3.3" latestReleaseDate: 2020-06-11 - releaseCycle: "3.2" releaseDate: 2020-04-27 eoas: 2020-05-27 eol: 2020-10-31 latest: "3.2.2" latestReleaseDate: 2020-05-11 - releaseCycle: "3.1" releaseDate: 2020-04-09 eoas: 2020-04-27 eol: 2020-10-31 latest: "3.1.3" latestReleaseDate: 2020-05-11 - releaseCycle: "3.0" releaseDate: 2020-02-14 eoas: 2020-04-09 eol: 2020-08-31 latest: "3.0.13" latestReleaseDate: 2020-05-11 - releaseCycle: "2.4" lts: true releaseDate: 2019-12-27 eoas: 2020-02-14 eol: 2020-06-30 latest: "2.4.14" latestReleaseDate: 2020-12-18 - releaseCycle: "2.3" releaseDate: 2019-11-27 eoas: 2019-12-27 eol: 2020-05-31 latest: "2.3.3" latestReleaseDate: 2020-01-10 - releaseCycle: "2.2" releaseDate: 2019-10-27 eoas: 2019-11-27 eol: 2020-04-30 latest: "2.2.1" latestReleaseDate: 2019-11-19 - releaseCycle: "2.1" releaseDate: 2019-09-27 eoas: 2019-10-27 eol: 2020-03-31 latest: "2.1.3" latestReleaseDate: 2019-11-19 - releaseCycle: "2.0" releaseDate: 2019-09-12 eoas: 2019-09-27 eol: 2020-03-31 latest: "2.0.1" latestReleaseDate: 2019-11-19 - releaseCycle: "1.3" lts: true releaseDate: 2019-08-02 eoas: 2019-09-12 eol: 2020-02-29 latest: "1.3.5" latestReleaseDate: 2020-12-18 - releaseCycle: "1.2" releaseDate: 2019-06-27 eoas: 2019-08-02 eol: 2019-12-31 latest: "1.2.4" latestReleaseDate: 2019-08-08 - releaseCycle: "1.1" releaseDate: 2019-05-27 eoas: 2019-06-27 eol: 2019-11-30 latest: "1.1.5" latestReleaseDate: 2019-08-08 - releaseCycle: "1.0" releaseDate: 2019-04-28 eoas: 2019-05-27 eol: 2019-10-31 latest: "1.0.5" latestReleaseDate: 2019-08-08 --- > [Rocket.Chat](https://www.rocket.chat/) is an open-source real-time communication platform for > team collaboration. It is an alternative to commercial chat platforms such as Slack. {: .warning } > Rocket.Chat is available in two editions: Community and Enterprise. This page describes the > on-premise enterprise edition. {: .warning } > As of December 15, 2023, Rocket.Chat has ceased support for connections from > cloud services and official mobile/desktop apps to workspaces running > unsupported versions. Rocket.Chat follows [Semantic Versioning](https://semver.org/). ## [Support Lifecycle](https://docs.rocket.chat/docs/version-durability) Each release is supported for six months. Once this period expires, hosted services such as the Push Gateway and Marketplace will cease to function for that particular version. Only support queries and security fixes are included in the support window. ## Compatibility Minimum requirements for [MongoDB](https://docs.rocket.chat/v1/docs/en/support-prerequisites#mongodb-version-support) and [Client Apps - Mobile/Desktop](https://docs.rocket.chat/v1/docs/en/minimum-requirements-for-client-apps) are documented as well. ### Browser Support Browser support is limited to recent browser versions: - Last three versions of Google Chrome - Last three versions of Mozilla Firefox - Last two versions of Apple Safari - Last two versions of Microsoft Edge - Last version of Microsoft Internet Explorer ================================================ FILE: products/rocky-linux.md ================================================ --- title: Rocky Linux addedAt: 2021-11-03 category: os tags: linux-distribution iconSlug: rockylinux permalink: /rocky-linux alternate_urls: - /rocky - /rockylinux versionCommand: cat /etc/os-release releasePolicyLink: https://wiki.rockylinux.org/rocky/version/ changelogTemplate: "https://rockylinux.org/news/rocky-linux-{{'__LATEST__'|replace:'.','-'}}-ga-release/" eoasColumn: true identifiers: - cpe: cpe:/o:rocky:rocky - cpe: cpe:2.3:o:rocky:rocky # distrowatch misses a few releases, # so we track https://wiki.rockylinux.org/rocky/version/#current-supported-releases auto: methods: - rocky-linux: https://raw.githubusercontent.com/rocky-linux/wiki.rockylinux.org/refs/heads/main/include/releng/version_table.md - release_table: https://wiki.rockylinux.org/rocky/version/ fields: releaseCycle: column: "Release" regex: '^Rocky Linux (?P\d+)$' releaseDate: "Release Date" eoas: "Active Support Ends" eol: "End of Life" releases: - releaseCycle: "10" releaseDate: 2025-06-11 eoas: 2030-05-31 eol: 2035-05-31 latest: "10.1" latestReleaseDate: 2025-11-25 - releaseCycle: "9" releaseDate: 2022-07-14 eoas: 2027-05-31 eol: 2032-05-31 latest: "9.7" latestReleaseDate: 2025-12-01 - releaseCycle: "8" releaseDate: 2021-05-01 eoas: 2024-05-31 eol: 2029-05-31 latest: "8.10" latestReleaseDate: 2024-05-31 --- > [Rocky Linux](https://rockylinux.org/) is a Linux distribution intended to be a > downstream, complete binary-compatible release using the Red Hat Enterprise Linux (RHEL) > operating system source code. The project is led by Gregory Kurtzer, founder of the CentOS > project. ## Differences with Upstream RHEL - Unlike RHEL, [Rocky Linux does not support point releases once a newer one is available.](https://forums.rockylinux.org/t/what-is-eol-of-rl8/3316/10) Once a new minor point release is available, the older one is immediately considered end of life and users must upgrade to continue receiving security updates. For example, once 8.5 gets a general release, 8.4 is immediately end of life. Whereas on RHEL [this is not the case.](https://access.redhat.com/articles/rhel-eus) - Rocky Linux doesn't support [live kernel patching](https://access.redhat.com/solutions/2206511), instead users who need this depend on third party paid services. - Rocky Linux doesn't support [Extended Life Cycle](https://www.redhat.com/en/resources/els-datasheet), resulting in a shorter support cycle compared to upstream RHEL. Extended support for Rocky Linux is available from a variety of [commercial support providers](https://rockylinux.org/support/). ================================================ FILE: products/ros-2.md ================================================ --- title: ROS 2 addedAt: 2023-04-07 category: framework iconSlug: ros permalink: /ros-2 alternate_urls: - /ros2 versionCommand: printenv | grep -i ROS releasePolicyLink: https://docs.ros.org/en/rolling/Releases.html changelogTemplate: "https://docs.ros.org/en/__RELEASE_CYCLE__/Releases/Release-{{'__CODENAME__'|replace:' ','-'}}.html" releaseLabel: "__CODENAME__" latestColumn: false eolColumn: End Of Life auto: methods: - release_table: https://docs.ros.org/en/rolling/Releases.html fields: releaseCycle: column: "Distro" regex: '^(?P\w+) \w+$' codename: "Distro" releaseDate: "Release Date" eol: "EOL date" releases: - releaseCycle: "kilted" codename: "Kilted Kaiju" releaseDate: 2025-05-23 eol: 2026-12-31 - releaseCycle: "jazzy" codename: "Jazzy Jalisco" releaseDate: 2024-05-23 eol: 2029-05-31 - releaseCycle: "iron" codename: "Iron Irwini" releaseDate: 2023-05-23 eol: 2024-12-04 - releaseCycle: "humble" codename: "Humble Hawksbill" releaseDate: 2022-05-23 eol: 2027-05-31 - releaseCycle: "galactic" codename: "Galactic Geochelone" releaseDate: 2021-05-23 eol: 2022-12-09 - releaseCycle: "foxy" codename: "Foxy Fitzroy" releaseDate: 2020-06-05 eol: 2023-06-20 - releaseCycle: "eloquent" codename: "Eloquent Elusor" releaseDate: 2019-11-22 eol: 2020-11-30 - releaseCycle: "dashing" codename: "Dashing Diademata" releaseDate: 2019-05-31 eol: 2021-05-31 - releaseCycle: "crystal" codename: "Crystal Clemmys" releaseDate: 2018-12-14 eol: 2019-12-31 - releaseCycle: "bouncy" codename: "Bouncy Bolson" releaseDate: 2018-07-02 eol: 2019-07-31 link: https://docs.ros.org/en/rolling/Releases/Release-Bouncy-Bolson.html - releaseCycle: "ardent" codename: "Ardent Apalone" releaseDate: 2017-12-08 eol: 2018-12-31 link: https://docs.ros.org/en/rolling/Releases/Release-Ardent-Apalone.html --- > ROS 2 (Robot Operating System) provides libraries and tools to help software developers create > robotic applications. ROS 2 is a major revision of [ROS 1](https://wiki.ros.org/), which adds > support for real-time code and embedded system hardware. As ROS 1 will no longer be [supported past > May 2025](/ros), it is highly recommended for new projects to start using ROS 2. Release Cadence: - There is a ROS 2 release every year on May 23rd. - Releases on even numbered years will be a LTS release, supported for five years. - Releases on odd numbered years are normal ROS 2 releases, supported for 1.5 years. - ROS 2 releases will drop support for EOL Ubuntu distributions, even if the ROS 2 release is still supported. Side effects of the release policy: - Every ROS 2 release will be supported on exactly one Ubuntu LTS. - Releases on odd numbered years will share a common Ubuntu release with the LTS ROS 2 release of the previous year. - LTS releases will not share a common Ubuntu release with any previous releases. - ROS 2 releases will not add support for new Ubuntu distributions after their release date. These simplified rules and side effects are subject to change with changes to the underlying Ubuntu release policy. ================================================ FILE: products/ros.md ================================================ --- title: ROS addedAt: 2019-05-29 category: framework tags: discontinued iconSlug: ros permalink: /ros versionCommand: rosversion -d releasePolicyLink: https://wiki.ros.org/Distributions changelogTemplate: "https://wiki.ros.org/__RELEASE_CYCLE__" releaseLabel: "__CODENAME__" latestColumn: false eolColumn: End Of Life releases: - releaseCycle: "noetic" codename: "Noetic Ninjemys" releaseDate: 2020-05-23 eol: 2025-05-01 - releaseCycle: "melodic" codename: "Melodic Morenia" releaseDate: 2018-05-23 eol: 2023-04-01 - releaseCycle: "lunar" codename: "Lunar Loggerhead" releaseDate: 2017-05-23 eol: 2019-05-01 - releaseCycle: "kinetic" codename: "Kinetic Kame" releaseDate: 2016-05-23 eol: 2021-05-01 --- > ROS (Robot Operating System) provides libraries and tools to help software developers create robot > applications. All ROS 1 distributions have reached end-of-life. You should use [ROS 2](/ros-2). ================================================ FILE: products/roundcube.md ================================================ --- title: Roundcube Webmail addedAt: 2021-10-25 category: server-app tags: php-runtime iconSlug: roundcube permalink: /roundcube releasePolicyLink: https://roundcube.net/download/ changelogTemplate: https://github.com/roundcube/roundcubemail/releases/tag/__LATEST__ eoasColumn: true eolColumn: Security Support identifiers: - repology: roundcube - cpe: cpe:2.3:a:roundcube:webmail auto: methods: - git: https://github.com/roundcube/roundcubemail.git releases: - releaseCycle: "1.6" releaseDate: 2022-07-25 eoas: false eol: false latest: "1.6.14" latestReleaseDate: 2026-03-18 - releaseCycle: "1.5" releaseDate: 2021-10-18 lts: 2022-07-25 # https://github.com/roundcube/roundcubemail/releases/tag/1.6.0 eoas: false eol: false latest: "1.5.14" latestReleaseDate: 2026-03-18 - releaseCycle: "1.4" releaseDate: 2019-11-09 eoas: true eol: 2023-12-10 latest: "1.4.16" latestReleaseDate: 2023-12-10 - releaseCycle: "1.3" releaseDate: 2017-06-26 eoas: true eol: 2022-07-28 latest: "1.3.17" latestReleaseDate: 2021-11-12 - releaseCycle: "1.2" releaseDate: 2016-05-21 eoas: true eol: 2021-10-18 latest: "1.2.13" latestReleaseDate: 2020-12-27 - releaseCycle: "1.1" releaseDate: 2015-02-07 eoas: true eol: true latest: "1.1.12" latestReleaseDate: 2018-04-29 - releaseCycle: "1.0" releaseDate: 2014-04-05 eoas: true eol: true latest: "1.0.12" latestReleaseDate: 2017-11-08 --- > [Roundcube Webmail](https://roundcube.net/) is a browser-based multilingual IMAP client with an > application-like user interface. It provides full functionality you expect from an email client, > including MIME support, address book, folder manipulation, message searching and spell checking. As of the last release, the project supports the last two release branches in an "LTS low-maintenance mode", which only includes important security updates only. Regular improvement updates are only available in the latest stable release. ================================================ FILE: products/routeros.md ================================================ --- title: RouterOS addedAt: 2026-02-22 category: os tags: mikrotik iconSlug: mikrotik permalink: /routeros changelogTemplate: https://mikrotik.com/download/changelogs?versionFilter=__LATEST__&channelFilter= releaseLabel: "RouterOS __RELEASE_CYCLE__" LTSLabel: "LT" latestColumn: Latest releaseDateColumn: Released identifiers: - cpe: cpe:/o:mikrotik:routeros - cpe: cpe:2.3:o:mikrotik:routeros auto: methods: - routeros-versions: https://mikrotik.com/download/changelogs?channelFilter= # For 7.x and later: # - Non-LTS : eol(x) = releaseDate(x + 1) # - LTS : eol(x) = releaseDate(next LTS) releases: - releaseCycle: "7.22" releaseDate: 2026-03-10 eol: false latest: "7.22" latestReleaseDate: 2026-03-10 - releaseCycle: "7.21" releaseDate: 2026-01-12 eol: 2026-03-10 latest: "7.21.3" latestReleaseDate: 2026-02-13 - releaseCycle: "7.20" lts: true releaseDate: 2025-09-30 eol: false latest: "7.20.8" latestReleaseDate: 2026-02-02 - releaseCycle: "7.19" releaseDate: 2025-05-22 eol: 2025-09-30 latest: "7.19.6" latestReleaseDate: 2025-09-15 - releaseCycle: "7.18" releaseDate: 2025-02-24 eol: 2025-05-22 latest: "7.18.2" latestReleaseDate: 2025-03-12 - releaseCycle: "7.17" releaseDate: 2025-01-16 eol: 2025-02-24 latest: "7.17.2" latestReleaseDate: 2025-02-06 - releaseCycle: "7.16" releaseDate: 2024-09-24 eol: 2025-01-16 latest: "7.16.2" latestReleaseDate: 2024-11-27 - releaseCycle: "7.15" releaseDate: 2024-05-30 eol: 2024-09-24 latest: "7.15.3" latestReleaseDate: 2024-07-25 - releaseCycle: "7.14" releaseDate: 2024-03-25 eol: 2024-05-30 latest: "7.14.3" latestReleaseDate: 2024-04-19 - releaseCycle: "7.13" releaseDate: 2023-12-14 eol: 2024-03-25 latest: "7.13.5" latestReleaseDate: 2024-02-16 - releaseCycle: "7.12" releaseDate: 2023-11-09 eol: 2023-12-14 latest: "7.12.2" latestReleaseDate: 2023-12-20 - releaseCycle: "7.11" releaseDate: 2023-08-15 eol: 2023-11-09 latest: "7.11.3" latestReleaseDate: 2023-09-27 - releaseCycle: "7.10" releaseDate: 2023-06-15 eol: 2023-08-15 latest: "7.10.2" latestReleaseDate: 2023-07-12 - releaseCycle: "7.9" releaseDate: 2023-05-02 eol: 2023-06-15 latest: "7.9.2" latestReleaseDate: 2023-05-30 - releaseCycle: "7.8" releaseDate: 2023-02-24 eol: 2023-05-02 latest: "7.8" latestReleaseDate: 2023-02-24 - releaseCycle: "7.7" releaseDate: 2023-01-12 eol: 2023-02-24 latest: "7.7" latestReleaseDate: 2023-01-12 - releaseCycle: "7.6" releaseDate: 2022-10-17 eol: 2023-01-12 latest: "7.6" latestReleaseDate: 2022-10-17 - releaseCycle: "7.5" releaseDate: 2022-08-30 eol: 2022-10-17 latest: "7.5" latestReleaseDate: 2022-08-30 - releaseCycle: "7.4" releaseDate: 2022-07-19 eol: 2022-08-30 latest: "7.4.1" latestReleaseDate: 2022-08-04 - releaseCycle: "7.3" releaseDate: 2022-06-06 eol: 2022-07-19 latest: "7.3.1" latestReleaseDate: 2022-06-09 - releaseCycle: "7.2" releaseDate: 2022-03-31 eol: 2022-06-06 latest: "7.2.3" latestReleaseDate: 2022-05-02 - releaseCycle: "7.1" releaseDate: 2021-12-01 eol: 2022-03-31 latest: "7.1.5" latestReleaseDate: 2022-03-22 - releaseCycle: "6.49" lts: true releaseDate: 2021-10-06 eol: 2025-09-30 latest: "6.49.19" latestReleaseDate: 2025-07-07 - releaseCycle: "6.48" releaseDate: 2020-12-22 eol: true latest: "6.48.7" latestReleaseDate: 2023-05-23 - releaseCycle: "6.47" releaseDate: 2020-06-02 eol: true latest: "6.47.10" latestReleaseDate: 2021-05-31 - releaseCycle: "6.46" lts: true releaseDate: 2019-12-02 eol: true latest: "6.46.8" latestReleaseDate: 2020-10-29 - releaseCycle: "6.45" lts: true releaseDate: 2019-06-21 eol: true latest: "6.45.9" latestReleaseDate: 2020-04-30 - releaseCycle: "6.44" lts: true releaseDate: 2019-02-25 eol: true latest: "6.44.6" latestReleaseDate: 2019-10-24 - releaseCycle: "6.43" lts: true releaseDate: 2018-09-06 eol: true latest: "6.43.16" latestReleaseDate: 2019-05-14 - releaseCycle: "6.42" lts: true releaseDate: 2018-04-13 eol: true latest: "6.42.12" latestReleaseDate: 2019-02-12 - releaseCycle: "6.41" releaseDate: 2017-12-22 eol: true latest: "6.41.4" latestReleaseDate: 2018-04-05 - releaseCycle: "6.40" lts: true releaseDate: 2017-07-21 eol: true latest: "6.40.9" latestReleaseDate: 2018-08-20 - releaseCycle: "6.39" lts: true releaseDate: 2017-04-27 eol: true latest: "6.39.3" latestReleaseDate: 2017-10-12 - releaseCycle: "6.38" lts: true releaseDate: 2016-12-30 eol: true latest: "6.38.7" latestReleaseDate: 2017-06-20 - releaseCycle: "6.37" lts: true releaseDate: 2016-09-23 eol: true latest: "6.37.5" latestReleaseDate: 2017-03-09 - releaseCycle: "6.36" releaseDate: 2016-07-20 eol: true latest: "6.36.3" latestReleaseDate: 2016-09-05 - releaseCycle: "6.35" releaseDate: 2016-04-14 eol: true latest: "6.35.4" latestReleaseDate: 2016-06-09 - releaseCycle: "6.34" lts: true releaseDate: 2016-01-29 eol: true latest: "6.34.6" latestReleaseDate: 2016-06-06 - releaseCycle: "6.33" releaseDate: 2015-11-06 eol: true latest: "6.33.6" latestReleaseDate: 2016-01-28 - releaseCycle: "6.32" lts: true releaseDate: 2015-09-07 eol: true latest: "6.32.4" latestReleaseDate: 2016-02-09 - releaseCycle: "6.30" lts: true releaseDate: 2015-07-08 eol: true latest: "6.30.4" latestReleaseDate: 2015-08-25 - releaseCycle: "6.29" releaseDate: 2015-05-27 eol: true latest: "6.29.1" latestReleaseDate: 2015-06-01 - releaseCycle: "6.28" releaseDate: 2015-04-15 eol: true latest: "6.28" latestReleaseDate: 2015-04-15 - releaseCycle: "6.27" releaseDate: 2015-02-11 eol: true latest: "6.27" latestReleaseDate: 2015-02-11 - releaseCycle: "6.26" releaseDate: 2015-02-03 eol: true latest: "6.26" latestReleaseDate: 2015-02-03 - releaseCycle: "6.25" releaseDate: 2015-01-19 eol: true latest: "6.25" latestReleaseDate: 2015-01-19 - releaseCycle: "6.24" releaseDate: 2014-12-23 eol: true latest: "6.24" latestReleaseDate: 2014-12-23 - releaseCycle: "6.23" releaseDate: 2014-12-04 eol: true latest: "6.23" latestReleaseDate: 2014-12-04 - releaseCycle: "6.22" releaseDate: 2014-11-11 eol: true latest: "6.22" latestReleaseDate: 2014-11-11 - releaseCycle: "6.20" releaseDate: 2014-10-01 eol: true latest: "6.21.1" latestReleaseDate: 2014-11-03 - releaseCycle: "6.19" releaseDate: 2014-08-26 eol: true latest: "6.19" latestReleaseDate: 2014-08-26 - releaseCycle: "6.18" releaseDate: 2014-08-01 eol: true latest: "6.18" latestReleaseDate: 2014-08-01 - releaseCycle: "6.17" releaseDate: 2014-07-18 eol: true latest: "6.17" latestReleaseDate: 2014-07-18 - releaseCycle: "6.16" releaseDate: 2014-07-17 eol: true latest: "6.16" latestReleaseDate: 2014-07-17 - releaseCycle: "6.15" releaseDate: 2014-06-12 eol: true latest: "6.15" latestReleaseDate: 2014-06-12 - releaseCycle: "6.14" releaseDate: 2014-06-06 eol: true latest: "6.14" latestReleaseDate: 2014-06-06 - releaseCycle: "6.13" releaseDate: 2014-05-15 eol: true latest: "6.13" latestReleaseDate: 2014-05-15 - releaseCycle: "6.12" releaseDate: 2014-04-14 eol: true latest: "6.12" latestReleaseDate: 2014-04-14 - releaseCycle: "6.11" releaseDate: 2014-03-20 eol: true latest: "6.11" latestReleaseDate: 2014-03-20 - releaseCycle: "6.10" releaseDate: 2014-02-12 eol: true latest: "6.10" latestReleaseDate: 2014-02-12 - releaseCycle: "6.9" releaseDate: 2014-01-31 eol: true latest: "6.9" latestReleaseDate: 2014-01-31 - releaseCycle: "6.7" releaseDate: 2013-11-29 eol: true latest: "6.7" latestReleaseDate: 2013-11-29 - releaseCycle: "6.6" releaseDate: 2013-11-07 eol: true latest: "6.6" latestReleaseDate: 2013-11-07 - releaseCycle: "6.5" releaseDate: 2013-10-16 eol: true latest: "6.5" latestReleaseDate: 2013-10-16 - releaseCycle: "6.4" releaseDate: 2013-09-12 eol: true latest: "6.4" latestReleaseDate: 2013-09-12 - releaseCycle: "5.26" releaseDate: 2013-09-04 eol: true latest: "5.26" latestReleaseDate: 2013-09-04 - releaseCycle: "6.3" releaseDate: 2013-09-03 eol: true latest: "6.3" latestReleaseDate: 2013-09-03 - releaseCycle: "6.2" releaseDate: 2013-08-02 eol: true latest: "6.2" latestReleaseDate: 2013-08-02 - releaseCycle: "6.1" releaseDate: 2013-06-12 eol: true latest: "6.1" latestReleaseDate: 2013-06-12 - releaseCycle: "6.0" releaseDate: 2013-05-17 eol: true latest: "6.0" latestReleaseDate: 2013-05-17 - releaseCycle: "5.25" releaseDate: 2013-04-25 eol: true latest: "5.25" latestReleaseDate: 2013-04-25 - releaseCycle: "5.24" releaseDate: 2013-02-19 eol: true latest: "5.24" latestReleaseDate: 2013-02-19 - releaseCycle: "5.23" releaseDate: 2013-01-29 eol: true latest: "5.23" latestReleaseDate: 2013-01-29 - releaseCycle: "5.22" releaseDate: 2012-11-23 eol: true latest: "5.22" latestReleaseDate: 2012-11-23 - releaseCycle: "5.21" releaseDate: 2012-10-12 eol: true latest: "5.21" latestReleaseDate: 2012-10-12 - releaseCycle: "5.20" releaseDate: 2012-08-15 eol: true latest: "5.20" latestReleaseDate: 2012-08-15 - releaseCycle: "5.19" releaseDate: 2012-07-16 eol: true latest: "5.19" latestReleaseDate: 2012-07-16 - releaseCycle: "5.18" releaseDate: 2012-06-21 eol: true latest: "5.18" latestReleaseDate: 2012-06-21 - releaseCycle: "5.17" releaseDate: 2012-05-28 eol: true latest: "5.17" latestReleaseDate: 2012-05-28 - releaseCycle: "5.16" releaseDate: 2012-05-09 eol: true latest: "5.16" latestReleaseDate: 2012-05-09 - releaseCycle: "5.14" releaseDate: 2012-02-22 eol: true latest: "5.14" latestReleaseDate: 2012-02-22 - releaseCycle: "5.13" releaseDate: 2012-02-14 eol: true latest: "5.13" latestReleaseDate: 2012-02-14 - releaseCycle: "5.12" releaseDate: 2012-01-19 eol: true latest: "5.12" latestReleaseDate: 2012-01-19 - releaseCycle: "5.11" releaseDate: 2011-12-12 eol: true latest: "5.11" latestReleaseDate: 2011-12-12 - releaseCycle: "5.9" releaseDate: 2011-11-29 eol: true latest: "5.9" latestReleaseDate: 2011-11-29 - releaseCycle: "5.8" releaseDate: 2011-11-01 eol: true latest: "5.8" latestReleaseDate: 2011-11-01 - releaseCycle: "5.7" releaseDate: 2011-09-14 eol: true latest: "5.7" latestReleaseDate: 2011-09-14 - releaseCycle: "4.17" releaseDate: 2011-03-02 eol: true latest: "4.17" latestReleaseDate: 2011-03-02 - releaseCycle: "4.10" releaseDate: 2010-05-26 eol: true latest: "4.10" latestReleaseDate: 2010-05-26 - releaseCycle: "3.30" releaseDate: 2009-09-11 eol: true latest: "3.30" latestReleaseDate: 2009-09-11 --- > [MikroTik RouterOS](https://mikrotik.com/software) is an operating system based on the Linux kernel, specifically designed for routers. > It is installed on the company's produced networking hardware - RouterBOARD, as well as on standard x86 type computers, enabling these devices to fulfill router functions. {: .warning } > This description is based on information found in [the changelog](https://mikrotik.com/download/changelogs?channelFilter=) > and in [the forum](https://forum.mikrotik.com/t/release-policy-eol-policy/265483/30). RouterOS release and support policy is not clearly defined. There is a new minor release of RouterOS every few months, which is supported with bug and security fixes until the next minor release is available. Some minor releases are designated _long term_ and receive critical bug and security fixes until the next long term release is available. When performing updates each minor version must be upgraded in sequence. ================================================ FILE: products/rtpengine.md ================================================ --- title: rtpengine addedAt: 2025-02-12 category: server-app permalink: /rtpengine versionCommand: rtpengine -v releaseLabel: "mr__RELEASE_CYCLE__" changelogTemplate: "https://www.sipwise.com/releases/{{'__RELEASE_DATE__'|split:'-'|first}}/mr__RELEASE_CYCLE__" identifiers: - repology: rtpengine auto: methods: - git: https://github.com/sipwise/rtpengine.git regex: '^mr(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P\d+))?$' - rtpengine-releases: https://www.sipwise.com/releases/releases.json regex: '^mr(?P\d+)\.(?P\d+)$' # EOL dates can be found on https://www.sipwise.com/releases/releases.json. releases: - releaseCycle: "14.1" releaseDate: 2026-01-30 eol: 2026-03-21 latest: "14.1.1.3" latestReleaseDate: 2026-03-12 - releaseCycle: "14.0" releaseDate: 2025-11-28 eol: 2026-01-30 latest: "14.0.1.6" latestReleaseDate: 2026-03-12 - releaseCycle: "13.5" lts: true releaseDate: 2025-09-26 eol: 2028-09-28 latest: "13.5.1.7" latestReleaseDate: 2026-03-12 - releaseCycle: "13.4" releaseDate: 2025-06-27 eol: 2025-09-26 latest: "13.4.1.10" latestReleaseDate: 2025-10-21 - releaseCycle: "13.3" releaseDate: 2025-05-14 eol: 2025-06-27 latest: "13.3.1.16" latestReleaseDate: 2025-10-21 - releaseCycle: "13.2" releaseDate: 2025-02-21 eol: 2025-05-14 latest: "13.2.1.16" latestReleaseDate: 2025-06-30 - releaseCycle: "13.1" releaseDate: 2024-12-20 eol: 2025-02-21 latest: "13.1.1.16" latestReleaseDate: 2025-05-09 - releaseCycle: "13.0" releaseDate: 2024-11-08 eol: 2024-12-20 # latestReleaseDate is eol date for 13.0 latest: "13.0.1.10" latestReleaseDate: 2025-01-20 - releaseCycle: "12.5" lts: true releaseDate: 2024-09-20 eol: 2027-09-24 latest: "12.5.1.50" latestReleaseDate: 2026-03-12 - releaseCycle: "12.4" releaseDate: 2024-05-31 eol: 2024-09-20 latest: "12.4.1.11" latestReleaseDate: 2024-10-22 - releaseCycle: "12.3" releaseDate: 2024-04-05 eol: 2024-05-31 latest: "12.3.1.6" latestReleaseDate: 2024-10-22 - releaseCycle: "12.2" releaseDate: 2024-02-09 eol: 2024-04-05 latest: "12.2.1.5" latestReleaseDate: 2024-03-20 - releaseCycle: "12.1" releaseDate: 2023-12-22 eol: 2024-02-09 latest: "12.1.1.7" latestReleaseDate: 2024-02-16 - releaseCycle: "12.0" releaseDate: 2023-11-03 eol: 2023-12-22 latest: "12.0.1.5" latestReleaseDate: 2023-12-21 - releaseCycle: "11.5" lts: true releaseDate: 2023-09-22 eol: 2026-09-11 latest: "11.5.1.50" latestReleaseDate: 2026-03-12 - releaseCycle: "11.4" releaseDate: 2023-07-21 eol: 2023-09-08 latest: "11.4.1.8" latestReleaseDate: 2024-02-16 - releaseCycle: "11.3" releaseDate: 2023-04-14 eol: 2023-07-21 latest: "11.3.1.15" latestReleaseDate: 2024-02-16 - releaseCycle: "11.2" releaseDate: 2023-02-17 eol: 2023-04-14 latest: "11.2.1.12" latestReleaseDate: 2023-05-16 - releaseCycle: "11.1" releaseDate: 2022-10-28 eol: 2023-02-17 latest: "11.1.1.12" latestReleaseDate: 2023-05-12 - releaseCycle: "11.0" releaseDate: 2022-09-02 eol: 2022-10-28 latest: "11.0.1.7" latestReleaseDate: 2022-10-12 - releaseCycle: "10.5" lts: true releaseDate: 2022-07-08 eol: 2025-09-05 latest: "10.5.9.1" latestReleaseDate: 2025-07-29 - releaseCycle: "9.5" releaseDate: 2021-07-02 eol: 2024-09-06 latest: "9.5.9.1" latestReleaseDate: 2024-07-01 - releaseCycle: "8.5" releaseDate: 2020-07-31 eol: 2023-12-08 latest: "8.5.12.2" latestReleaseDate: 2023-12-15 --- > The [Sipwise NGCP rtpengine](https://www.sipwise.com/products/rtpengine/) is a proxy for RTP traffic and other UDP-based media traffic. > It’s meant to be used with the Kamailio SIP proxy and forms a drop-in replacement for any of the other available RTP and media proxies. rtpengine release, support and EOL policies are not documented, but support status for each release can be found on . ================================================ FILE: products/ruby-on-rails.md ================================================ --- title: Ruby on Rails addedAt: 2020-03-17 category: framework tags: ruby-runtime iconSlug: rubyonrails permalink: /rails alternate_urls: - /rubyonrails - /ruby-on-rails - /roro - /ror releasePolicyLink: https://rubyonrails.org/maintenance changelogTemplate: https://github.com/rails/rails/releases/tag/v__LATEST__ eolColumn: Security Support eoasColumn: Active Support identifiers: - repology: ruby:rails - purl: pkg:gem/rails - purl: pkg:github/rails/rails - cpe: cpe:2.3:a:rubyonrails:rails auto: methods: - git: https://github.com/rails/rails.git # Some dates can be found on https://rubyonrails.org/maintenance. releases: - releaseCycle: "8.1" releaseDate: 2025-10-22 eoas: 2026-10-10 eol: 2027-10-10 latest: "8.1.2" latestReleaseDate: 2026-01-08 - releaseCycle: "8.0" releaseDate: 2024-11-07 eoas: 2026-05-07 eol: 2026-11-07 latest: "8.0.4" latestReleaseDate: 2025-10-28 - releaseCycle: "7.2" releaseDate: 2024-08-09 eoas: 2025-08-09 eol: 2026-08-09 latest: "7.2.3" latestReleaseDate: 2025-10-28 - releaseCycle: "7.1" releaseDate: 2023-10-05 eoas: 2024-10-01 eol: 2025-10-01 # see https://rubyonrails.org/maintenance latest: "7.1.6" latestReleaseDate: 2025-10-28 - releaseCycle: "7.0" releaseDate: 2021-12-15 eoas: 2023-10-15 eol: 2025-04-01 # see https://rubyonrails.org/maintenance latest: "7.0.10" latestReleaseDate: 2025-10-28 - releaseCycle: "6.1" releaseDate: 2020-12-09 eoas: 2021-12-15 eol: 2024-10-01 # see https://rubyonrails.org/maintenance latest: "6.1.7.10" latestReleaseDate: 2024-10-23 - releaseCycle: "6.0" releaseDate: 2019-08-16 eoas: 2021-12-15 eol: 2023-06-01 latest: "6.0.6.1" latestReleaseDate: 2023-01-17 - releaseCycle: "5.2" releaseDate: 2018-04-09 eoas: 2021-12-15 eol: 2022-06-01 latest: "5.2.8.1" latestReleaseDate: 2022-07-12 - releaseCycle: "5.1" releaseDate: 2017-04-27 eoas: 2018-04-09 eol: 2019-08-25 latest: "5.1.7" latestReleaseDate: 2019-03-27 - releaseCycle: "5.0" releaseDate: 2016-06-30 eoas: 2018-04-09 eol: 2018-04-09 latest: "5.0.7.2" latestReleaseDate: 2019-03-13 - releaseCycle: "4.2" releaseDate: 2014-12-19 eoas: 2016-06-30 eol: 2017-04-27 latest: "4.2.11.3" latestReleaseDate: 2020-05-15 --- > [Ruby on Rails](https://rubyonrails.org/), or Rails, is a server-side web application framework written in Ruby. [Starting with 7.2](https://github.com/rails/rails/pull/52471#issuecomment-2271508281), each minor release (7.2, 8.0, etc.) is officially supported based on a fixed, yearly duration: 1 year for bug fixes and 2 years for security fixes. For example, if a theoretical 1.1.0 is released on January 1, 2023, it will receive bug and security fixes until January 1, 2024 (1 year), and then receive security fixes only until January 1, 2025 (2 years). After that, it will reach its end-of-life. A complete list of historic versions is available on [RubyGems](https://rubygems.org/gems/rails/versions). New releases are published on the [Rails blog](https://rubyonrails.org/category/releases). ================================================ FILE: products/ruby.md ================================================ --- title: Ruby addedAt: 2019-05-28 category: lang iconSlug: ruby permalink: /ruby versionCommand: ruby --version releasePolicyLink: https://www.ruby-lang.org/en/downloads/branches/ changelogTemplate: https://github.com/ruby/ruby/releases/tag/v{{'__LATEST__'|replace:'.','_'}} # changelogTemplate: "https://rubychangelog.com/versions-all/#ruby-{{'__LATEST__'|replace:'.',''}}" for archive purposes eolColumn: Support Status # Upstream does not support filtering https://git.ruby-lang.org/ruby.git auto: methods: - git: https://github.com/ruby/ruby.git # See https://www.ruby-lang.org/en/news/2013/12/21/ruby-version-policy-changes-with-2-1-0/ # The meaning of patch and tiny below is as per the new policy # Starting with 4.0, the tags use dots instead of underscores regex: ^v(?P\d+)(_|\.)(?P\d+)(_|\.)(?P\d{1,3})(_|\.)?(?P\d+)?$ template: "{{major}}.{{minor}}.{{patch}}{%if tiny %}p{{tiny}}{%endif%}" identifiers: - repology: ruby - purl: pkg:docker/library/ruby - purl: pkg:generic/ruby - cpe: cpe:2.3:a:ruby-lang:ruby releases: - releaseCycle: "4.0" releaseDate: 2025-12-25 eol: 2029-03-31 latest: "4.0.2" latestReleaseDate: 2026-03-16 link: https://www.ruby-lang.org/en/news/2025/12/25/ruby-4-0-0-released/ - releaseCycle: "3.4" releaseDate: 2024-12-24 eol: 2028-03-31 latest: "3.4.9" latestReleaseDate: 2026-03-11 - releaseCycle: "3.3" releaseDate: 2023-12-25 eol: 2027-03-31 latest: "3.3.10" latestReleaseDate: 2025-10-23 - releaseCycle: "3.2" releaseDate: 2022-12-25 eol: 2026-03-31 latest: "3.2.10" latestReleaseDate: 2026-01-14 - releaseCycle: "3.1" releaseDate: 2021-12-25 eol: 2025-03-31 latest: "3.1.7" latestReleaseDate: 2025-03-26 - releaseCycle: "3.0" releaseDate: 2020-12-25 eol: 2024-04-23 latest: "3.0.7" latestReleaseDate: 2024-04-23 - releaseCycle: "2.7" releaseDate: 2019-12-25 eol: 2023-03-31 latest: "2.7.8" latestReleaseDate: 2023-03-30 - releaseCycle: "2.6" releaseDate: 2018-12-25 eol: 2022-03-31 latest: "2.6.10" latestReleaseDate: 2022-04-12 - releaseCycle: "2.5" releaseDate: 2017-12-25 eol: 2021-03-31 latest: "2.5.9" latestReleaseDate: 2021-04-05 - releaseCycle: "2.4" releaseDate: 2016-12-23 eol: 2020-03-31 latest: "2.4.10" latestReleaseDate: 2020-03-31 - releaseCycle: "2.3" releaseDate: 2015-12-24 eol: 2019-03-31 latest: "2.3.8" latestReleaseDate: 2018-10-17 - releaseCycle: "2.2" releaseDate: 2014-12-25 eol: 2018-03-31 latest: "2.2.10" latestReleaseDate: 2018-03-28 - releaseCycle: "2.1" releaseDate: 2013-12-25 eol: 2017-03-31 latest: "2.1.10" latestReleaseDate: 2016-03-31 - releaseCycle: "2.0.0" releaseDate: 2013-02-24 eol: 2016-02-24 # Keep this pinned latest: "2.0.0p648" latestReleaseDate: 2015-12-16 link: null - releaseCycle: "1.9.3" releaseDate: 2011-10-30 eol: 2015-02-23 # Keep this pinned latest: "1.9.3p551" latestReleaseDate: 2014-11-13 link: null --- > [Ruby](https://www.ruby-lang.org/) is a dynamic, open-source programming language with a focus on > simplicity and productivity. It has an elegant syntax that is natural to read and easy to write. Since Ruby 2.1, a new major version of Ruby has been released every year on December 25th, and EOLed 3 years, 3 months later. ================================================ FILE: products/rust.md ================================================ --- title: Rust addedAt: 2023-12-07 category: lang tags: rust-foundation iconSlug: rust permalink: /rust alternate_urls: - /rustlang - /rust-lang releasePolicyLink: https://rust-lang.github.io/rustup/concepts/channels.html eolColumn: Supported versionCommand: rustc --version changelogTemplate: https://github.com/rust-lang/rust/releases/tag/__LATEST__ auto: methods: - git: https://github.com/rust-lang/rust.git identifiers: - repology: rust - cpe: cpe:2.3:a:rust-lang:rust # eol(x) = releaseDate(x+1) releases: - releaseCycle: "1.94" releaseDate: 2026-03-06 eol: false latest: "1.94.0" latestReleaseDate: 2026-03-05 - releaseCycle: "1.93" releaseDate: 2026-01-22 eol: 2026-03-06 latest: "1.93.1" latestReleaseDate: 2026-02-12 - releaseCycle: "1.92" releaseDate: 2025-12-11 eol: 2026-01-22 latest: "1.92.0" latestReleaseDate: 2025-12-11 - releaseCycle: "1.91" releaseDate: 2025-10-30 eol: 2025-12-11 latest: "1.91.1" latestReleaseDate: 2025-11-10 - releaseCycle: "1.90" releaseDate: 2025-09-18 eol: 2025-10-30 latest: "1.90.0" latestReleaseDate: 2025-09-18 - releaseCycle: "1.89" releaseDate: 2025-08-07 eol: 2025-09-18 latest: "1.89.0" latestReleaseDate: 2025-08-07 - releaseCycle: "1.88" releaseDate: 2025-06-26 eol: 2025-08-07 latest: "1.88.0" latestReleaseDate: 2025-06-26 - releaseCycle: "1.87" releaseDate: 2025-05-15 eol: 2025-06-26 latest: "1.87.0" latestReleaseDate: 2025-05-15 - releaseCycle: "1.86" releaseDate: 2025-04-03 eol: 2025-05-15 latest: "1.86.0" latestReleaseDate: 2025-04-03 - releaseCycle: "1.85" releaseDate: 2025-02-20 eol: 2025-04-03 latest: "1.85.1" latestReleaseDate: 2025-03-18 - releaseCycle: "1.84" releaseDate: 2025-01-09 eol: 2025-02-20 latest: "1.84.1" latestReleaseDate: 2025-01-30 - releaseCycle: "1.83" releaseDate: 2024-11-28 eol: 2025-01-09 latest: "1.83.0" latestReleaseDate: 2024-11-28 - releaseCycle: "1.82" releaseDate: 2024-10-17 eol: 2024-11-28 latest: "1.82.0" latestReleaseDate: 2024-10-17 - releaseCycle: "1.81" releaseDate: 2024-09-05 eol: 2024-10-17 latest: "1.81.0" latestReleaseDate: 2024-09-05 - releaseCycle: "1.80" releaseDate: 2024-07-25 eol: 2024-09-05 latest: "1.80.1" latestReleaseDate: 2024-08-08 - releaseCycle: "1.79" releaseDate: 2024-06-13 eol: 2024-07-25 latest: "1.79.0" latestReleaseDate: 2024-06-13 - releaseCycle: "1.78" releaseDate: 2024-05-02 eol: 2024-06-13 latest: "1.78.0" latestReleaseDate: 2024-05-02 - releaseCycle: "1.77" releaseDate: 2024-03-21 eol: 2024-05-02 latest: "1.77.2" latestReleaseDate: 2024-04-09 - releaseCycle: "1.76" releaseDate: 2024-02-08 eol: 2024-03-21 latest: "1.76.0" latestReleaseDate: 2024-02-08 - releaseCycle: "1.75" releaseDate: 2023-12-28 eol: 2024-02-08 latest: "1.75.0" latestReleaseDate: 2023-12-28 - releaseCycle: "1.74" releaseDate: 2023-11-16 eol: 2023-12-28 latest: "1.74.1" latestReleaseDate: 2023-12-07 - releaseCycle: "1.73" releaseDate: 2023-10-05 eol: 2023-11-17 latest: "1.73.0" latestReleaseDate: 2023-10-05 - releaseCycle: "1.72" releaseDate: 2023-08-24 eol: 2023-10-06 latest: "1.72.1" latestReleaseDate: 2023-09-19 - releaseCycle: "1.71" releaseDate: 2023-07-13 eol: 2023-08-25 latest: "1.71.1" latestReleaseDate: 2023-08-03 - releaseCycle: "1.70" releaseDate: 2023-06-01 eol: 2023-07-14 latest: "1.70.0" latestReleaseDate: 2023-06-01 - releaseCycle: "1.69" releaseDate: 2023-04-20 eol: 2023-06-02 latest: "1.69.0" latestReleaseDate: 2023-04-20 - releaseCycle: "1.68" releaseDate: 2023-03-09 eol: 2023-04-21 latest: "1.68.2" latestReleaseDate: 2023-03-28 - releaseCycle: "1.67" releaseDate: 2023-01-26 eol: 2023-03-10 latest: "1.67.1" latestReleaseDate: 2023-02-09 - releaseCycle: "1.66" releaseDate: 2022-12-15 eol: 2023-01-27 latest: "1.66.1" latestReleaseDate: 2023-01-10 - releaseCycle: "1.65" releaseDate: 2022-11-03 eol: 2022-12-16 latest: "1.65.0" latestReleaseDate: 2022-11-03 - releaseCycle: "1.64" releaseDate: 2022-09-22 eol: 2022-11-04 latest: "1.64.0" latestReleaseDate: 2022-09-22 - releaseCycle: "1.63" releaseDate: 2022-08-11 eol: 2022-09-23 latest: "1.63.0" latestReleaseDate: 2022-08-11 - releaseCycle: "1.62" releaseDate: 2022-06-30 eol: 2022-09-12 latest: "1.62.1" latestReleaseDate: 2022-07-19 - releaseCycle: "1.61" releaseDate: 2022-05-19 eol: 2022-07-01 latest: "1.61.0" latestReleaseDate: 2022-05-19 - releaseCycle: "1.60" releaseDate: 2022-04-07 eol: 2022-05-20 latest: "1.60.0" latestReleaseDate: 2022-04-07 - releaseCycle: "1.59" releaseDate: 2022-02-24 eol: 2022-04-08 latest: "1.59.0" latestReleaseDate: 2022-02-24 - releaseCycle: "1.58" releaseDate: 2022-01-13 eol: 2022-02-25 latest: "1.58.1" latestReleaseDate: 2022-01-20 - releaseCycle: "1.57" releaseDate: 2021-12-02 eol: 2022-01-14 latest: "1.57.0" latestReleaseDate: 2021-12-02 - releaseCycle: "1.56" releaseDate: 2021-10-21 eol: 2021-12-03 latest: "1.56.1" latestReleaseDate: 2021-11-01 - releaseCycle: "1.55" releaseDate: 2021-09-09 eol: 2021-10-22 latest: "1.55.0" latestReleaseDate: 2021-09-09 - releaseCycle: "1.54" releaseDate: 2021-07-29 eol: 2021-09-10 latest: "1.54.0" latestReleaseDate: 2021-07-29 - releaseCycle: "1.53" releaseDate: 2021-06-17 eol: 2021-07-30 latest: "1.53.0" latestReleaseDate: 2021-06-17 - releaseCycle: "1.52" releaseDate: 2021-05-06 eol: 2021-06-18 latest: "1.52.1" latestReleaseDate: 2021-05-10 - releaseCycle: "1.51" releaseDate: 2021-03-25 eol: 2021-05-07 latest: "1.51.0" latestReleaseDate: 2021-03-25 - releaseCycle: "1.50" releaseDate: 2021-02-11 eol: 2021-03-26 latest: "1.50.0" latestReleaseDate: 2021-02-11 - releaseCycle: "1.49" releaseDate: 2020-12-31 eol: 2021-02-12 latest: "1.49.0" latestReleaseDate: 2020-12-31 - releaseCycle: "1.48" releaseDate: 2020-11-19 eol: 2021-01-01 latest: "1.48.0" latestReleaseDate: 2020-11-19 - releaseCycle: "1.47" releaseDate: 2020-10-08 eol: 2020-11-20 latest: "1.47.0" latestReleaseDate: 2020-10-08 - releaseCycle: "1.46" releaseDate: 2020-08-27 eol: 2020-10-08 latest: "1.46.0" latestReleaseDate: 2020-08-27 - releaseCycle: "1.45" releaseDate: 2020-07-16 eol: 2020-08-28 latest: "1.45.2" latestReleaseDate: 2020-08-03 - releaseCycle: "1.44" releaseDate: 2020-06-04 eol: 2020-07-17 latest: "1.44.1" latestReleaseDate: 2020-06-18 - releaseCycle: "1.43" releaseDate: 2020-04-23 eol: 2020-06-05 latest: "1.43.1" latestReleaseDate: 2020-05-07 - releaseCycle: "1.42" releaseDate: 2020-03-12 eol: 2020-04-24 latest: "1.42.0" latestReleaseDate: 2020-03-12 - releaseCycle: "1.41" releaseDate: 2020-01-30 eol: 2020-03-13 latest: "1.41.1" latestReleaseDate: 2020-02-27 - releaseCycle: "1.40" releaseDate: 2019-12-19 eol: 2020-01-31 latest: "1.40.0" latestReleaseDate: 2019-12-19 - releaseCycle: "1.39" releaseDate: 2019-11-07 eol: 2019-12-20 latest: "1.39.0" latestReleaseDate: 2019-11-07 - releaseCycle: "1.38" releaseDate: 2019-09-26 eol: 2019-11-08 latest: "1.38.0" latestReleaseDate: 2019-09-26 - releaseCycle: "1.37" releaseDate: 2019-08-15 eol: 2019-09-27 latest: "1.37.0" latestReleaseDate: 2019-08-15 - releaseCycle: "1.36" releaseDate: 2019-07-04 eol: 2019-08-16 latest: "1.36.0" latestReleaseDate: 2019-07-04 - releaseCycle: "1.35" releaseDate: 2019-05-23 eol: 2019-07-04 latest: "1.35.0" latestReleaseDate: 2019-05-23 - releaseCycle: "1.34" releaseDate: 2019-04-11 eol: 2019-05-24 latest: "1.34.2" latestReleaseDate: 2019-05-14 - releaseCycle: "1.33" releaseDate: 2019-02-28 eol: 2019-04-12 latest: "1.33.0" latestReleaseDate: 2019-02-28 - releaseCycle: "1.32" releaseDate: 2019-01-17 eol: 2019-03-01 latest: "1.32.0" latestReleaseDate: 2019-01-17 - releaseCycle: "1.31" releaseDate: 2018-12-06 eol: 2019-01-18 latest: "1.31.1" latestReleaseDate: 2018-12-20 - releaseCycle: "1.30" releaseDate: 2018-10-25 eol: 2018-12-07 latest: "1.30.1" latestReleaseDate: 2018-11-08 - releaseCycle: "1.29" releaseDate: 2018-09-13 eol: 2018-10-26 latest: "1.29.2" latestReleaseDate: 2018-10-12 --- > [Rust](https://www.rust-lang.org/) is an open source multi-paradigm, general-purpose programming language > that emphasizes performance, type safety, and concurrency. > It enforces memory safety, meaning that all references point to valid memory, > without requiring the use of automated memory management techniques such as garbage collection A new stable release is produced every six weeks. Only the latest stable release receives patches. Each new stable release spends the preceding six-week period as the Beta release. ## [Rust Editions](https://doc.rust-lang.org/edition-guide/editions/index.html) Rust uses editions to make backwards-incompatible changes. Editions are a mechanism for opt-in changes that may otherwise pose a backwards compatibility risk. Since editions are opt-in, existing crates won't use the changes unless they explicitly migrate to the new edition. Each crate chooses its edition within its Cargo.toml file. Editions are skin-deep, and as a result - you can always use an older edition alongside a supported version of the compiler. Editions are expected to be [released every three years](https://rust-lang.github.io/rfcs/3501-edition-2024.html). The following Rust editions exist: - [Rust 2015](https://doc.rust-lang.org/edition-guide/rust-2015/index.html), the default edition from Rust 1.0. - [Rust 2018](https://doc.rust-lang.org/edition-guide/rust-2018/index.html), which added [path and module system](https://doc.rust-lang.org/edition-guide/rust-2018/path-changes.html) changes and was released alongside [1.31 in December 2018](https://blog.rust-lang.org/2018/12/06/Rust-1.31-and-rust-2018.html). - [Rust 2021](https://doc.rust-lang.org/edition-guide/rust-2021/index.html), [released alongside 1.56](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html) in October 2021. - [Rust 2024](https://blog.rust-lang.org/2025/02/20/Rust-1.85.0.html), released alongside 1.85 in February 2025. ================================================ FILE: products/salt.md ================================================ --- title: Salt addedAt: 2023-08-14 category: server-app tags: python-runtime iconSlug: saltproject permalink: /salt alternate_urls: - /saltstack versionCommand: salt --version releasePolicyLink: https://docs.saltproject.io/salt/install-guide/en/latest/topics/salt-version-support-lifecycle.html changelogTemplate: https://docs.saltproject.io/en/__RELEASE_CYCLE__/topics/releases/__LATEST__.html eolColumn: CVE & Critical Support eoasColumn: true auto: methods: - git: https://github.com/saltstack/salt.git regex: ^v(?P([1-9]\d*)(\.\d+){0,3})$ template: "{{version}}" - release_table: https://docs.saltproject.io/salt/install-guide/en/latest/topics/salt-version-support-lifecycle.html#1 fields: releaseCycle: column: "Salt version" regex: '^(?P\d{4}).+$' eoas: "Active support ends" eol: "CVE and critical support ends" - release_table: https://docs.saltproject.io/salt/install-guide/en/latest/topics/salt-version-support-lifecycle.html#2 fields: releaseCycle: "Salt version" eoas: "Phase 2 support ends" eol: "Phase 3 support ends" identifiers: - repology: salt - purl: pkg:oci/docker-salt-master?repository_url=ghcr.io/cdalvaro - purl: pkg:docker/saltstack/salt - cpe: cpe:2.3:a:saltstack:salt # link(x) = # - latest version: https://docs.saltproject.io/en/latest/topics/releases/__LATEST__.html # - other: see changelogTemplate releases: - releaseCycle: "3007" releaseDate: 2024-03-06 eoas: 2026-07-31 eol: 2026-07-31 latest: "3007.13" latestReleaseDate: 2026-02-12 link: https://github.com/saltstack/salt/blob/3007.x/CHANGELOG.md - releaseCycle: "3006" lts: true releaseDate: 2023-04-18 eoas: 2026-07-31 eol: 2027-07-31 latest: "3006.23" latestReleaseDate: 2026-02-23 - releaseCycle: "3005" releaseDate: 2022-08-22 eoas: 2023-08-25 eol: 2024-02-25 latest: "3005.5" latestReleaseDate: 2024-01-24 link: https://docs.saltproject.io/en/latest/topics/releases/__LATEST__.html - releaseCycle: "3004" releaseDate: 2021-10-12 eoas: 2022-10-18 eol: 2023-04-18 latest: "3004.2" latestReleaseDate: 2022-05-13 link: https://docs.saltproject.io/en/latest/topics/releases/__LATEST__.html - releaseCycle: "3003" releaseDate: 2021-03-23 eoas: 2022-03-31 eol: 2022-09-30 latest: "3003.5" latestReleaseDate: 2022-05-24 link: https://docs.saltproject.io/en/latest/topics/releases/__LATEST__.html - releaseCycle: "3002" releaseDate: 2020-10-20 eoas: 2021-10-21 eol: 2022-04-21 latest: "3002.9" latestReleaseDate: 2022-05-26 link: https://docs.saltproject.io/en/latest/topics/releases/__LATEST__.html - releaseCycle: "3001" releaseDate: 2020-06-09 eoas: 2021-06-30 eol: 2021-12-31 latest: "3001.8" latestReleaseDate: 2021-08-24 link: https://docs.saltproject.io/en/latest/topics/releases/__LATEST__.html - releaseCycle: "3000" releaseDate: 2020-02-01 eoas: 2021-02-28 eol: 2021-08-31 latest: "3000.9" latestReleaseDate: 2021-03-10 link: https://docs.saltproject.io/en/latest/topics/releases/__LATEST__.html - releaseCycle: "2019.2" releaseDate: 2019-01-07 eoas: 2020-03-31 eol: 2020-09-30 latest: "2019.2.8" latestReleaseDate: 2020-12-01 link: https://docs.saltproject.io/en/latest/topics/releases/__LATEST__.html - releaseCycle: "2018.3" releaseDate: 2018-02-22 eoas: 2019-04-30 eol: 2019-10-31 latest: "2018.3.5" latestReleaseDate: 2020-01-07 link: https://docs.saltproject.io/en/latest/topics/releases/__LATEST__.html - releaseCycle: "2017.7" releaseDate: 2017-06-14 eoas: 2018-06-30 eol: 2019-08-30 latest: "2017.7.8" latestReleaseDate: 2018-09-07 link: https://docs.saltproject.io/en/latest/topics/releases/__LATEST__.html - releaseCycle: "2016.3" releaseDate: 2016-02-02 eoas: 2017-05-31 eol: 2017-11-30 latest: "2016.3.8" latestReleaseDate: 2017-08-31 link: https://docs.saltproject.io/en/latest/topics/releases/__LATEST__.html - releaseCycle: "2015.8" releaseDate: 2015-07-02 eoas: 2016-09-30 eol: 2017-03-31 latest: "2015.8.13" latestReleaseDate: 2017-01-09 link: https://docs.saltproject.io/en/latest/topics/releases/__LATEST__.html - releaseCycle: "2015.5" releaseDate: 2015-05-06 eoas: 2016-05-31 eol: 2016-11-30 latest: "2015.5.11" latestReleaseDate: 2016-07-22 link: https://docs.saltproject.io/en/latest/topics/releases/__LATEST__.html - releaseCycle: "2014.7" releaseDate: 2014-07-15 eoas: 2015-11-30 eol: 2016-05-31 latest: "2014.7.9" latestReleaseDate: 2016-03-11 link: https://docs.saltproject.io/en/latest/topics/releases/__LATEST__.html --- > [Salt](https://saltproject.io/index.html) is software to automate the management and configuration > of any infrastructure or application at scale. Beginning with the 3006 release of Salt, the Salt Project is following an LTS/STS release strategy. Under this strategy, there is one long-term support (LTS) and one short-term support (STS) release a year. LTS releases prioritize stability. They are usually released in the first 4 months of the year and receive one year of full support, with bug/security fixes, followed by one year of security support. STS releases provide access to newer features in between LTS. They are released around the midpoint the year and receive three months of full support, with new OS support and bug/security fixes, followed by three months of security support. ================================================ FILE: products/samsung-galaxy-tab.md ================================================ --- title: Samsung Galaxy Tab addedAt: 2025-05-19 category: device tags: tablet iconSlug: samsung permalink: /samsung-galaxy-tab releasePolicyLink: https://security.samsungmobile.com/workScope.smsb latestColumn: false eoasColumn: Android Upgrades eolColumn: Security Updates staleReleaseThresholdDays: 1825 # devices have longer support periods auto: cumulative: true methods: - samsung-security: https://security.samsungmobile.com/workScope.smsb sections: monthly: Current Models for Monthly Security Updates quarterly: Current Models for Quarterly Security Updates biannually: Current Models for Biannual Security Updates regex: "^galaxy-tab.+$" regex_exclude: - "^galaxy-tab-a7-10.4-2022$" # still available, according to https://www.gsmarena.com/samsung_galaxy_tab_a7_10_4_(2022)-11988.php # eoas(x) = end of android upgrade # eol(x) = end of security support # # Useful information can be found on: # - https://news.samsung.com (releaseDate, eoas, eol - search on Google with " site:news.samsung.com") # - https://www.gsmarena.com/ (releaseDate) # - https://androidspotlight.com/software-update-policy-for-every-samsung-device/ (eoas / eol) # - https://www.knowyourmobile.com/phones/samsung/one-ui/samsung-update-policy/ (eoas / eol) # - https://security.samsungmobile.com/workScope.smsb (eol status) # - https://doc.samsungmobile.com/ (link - search on Google with " site:doc.samsungmobile.com") releases: - releaseCycle: "galaxy-tab-a11+" releaseLabel: "Galaxy Tab A11+" releaseDate: 2025-12-30 # https://news.samsung.com/us/samsung-welcomes-galaxy-a17-5g-galaxy-tab-a11-galaxy-ecosystem/ eoas: 2031-12-30 # https://news.samsung.com/us/samsung-welcomes-galaxy-a17-5g-galaxy-tab-a11-galaxy-ecosystem/ eol: 2031-12-30 # https://news.samsung.com/us/samsung-welcomes-galaxy-a17-5g-galaxy-tab-a11-galaxy-ecosystem/ link: null # unknown - releaseCycle: "galaxy-tab-a11" releaseLabel: "Galaxy Tab A11" releaseDate: 2025-09-29 # https://news.samsung.com/fr/galaxy_tab_a11 eoas: 2032-09-29 # https://news.samsung.com/fr/galaxy_tab_a11 eol: 2032-09-29 # https://news.samsung.com/fr/galaxy_tab_a11 link: https://doc.samsungmobile.com/SM-X133/XSP/doc.html - releaseCycle: "galaxy-tab-s11-ultra" releaseLabel: "Galaxy Tab S11 Ultra" releaseDate: 2025-09-04 # https://news.samsung.com/global/meet-samsung-galaxy-tab-s11-series-packing-everything-you-expect-from-a-premium-tablet eoas: 2032-09-04 # https://www.sammobile.com/news/samsung-galaxy-tab-s11-ultra-software-update-policy/ eol: 2032-09-04 # https://www.sammobile.com/news/samsung-galaxy-tab-s11-ultra-software-update-policy/ link: https://doc.samsungmobile.com/SM-X930/EUX/doc.html - releaseCycle: "galaxy-tab-s11" releaseLabel: "Galaxy Tab S11" releaseDate: 2025-09-04 # https://news.samsung.com/global/meet-samsung-galaxy-tab-s11-series-packing-everything-you-expect-from-a-premium-tablet eoas: 2032-09-04 # https://www.sammobile.com/news/samsung-galaxy-tab-s11-ultra-software-update-policy/ eol: 2032-09-04 # https://www.sammobile.com/news/samsung-galaxy-tab-s11-ultra-software-update-policy/ link: https://doc.samsungmobile.com/SM-X730/EUX/doc.html - releaseCycle: "galaxy-tab-s10-lite" releaseLabel: "Galaxy Tab S10 Lite" releaseDate: 2025-09-04 # https://news.samsung.com/us/samsung-galaxy-tab-s10-lite-value-packed-tablet-for-everyday-needs/ eoas: 2032-09-04 # https://samlover.com/2025/08/26/heres-how-many-software-updates-do-the-galaxy-tab-s10-lite-support/ eol: 2032-09-04 # https://samlover.com/2025/08/26/heres-how-many-software-updates-do-the-galaxy-tab-s10-lite-support/ link: https://doc.samsungmobile.com/SM-X406B/TCE/doc.html - releaseCycle: "galaxy-tab-a9+2025" releaseLabel: "Galaxy Tab A9+(2025)" releaseDate: 2025-08-01 # approximate, first detected in https://github.com/endoflife-date/endoflife.date/pull/8028 eoas: 2031-08-01 # 6 android update - https://www.samsung.com/be_fr/tablets/galaxy-tab-a/galaxy-tab-a9-plus-5g-2025-graphite-256gb-sm-x216rzapeub/ eol: false # https://www.samsung.com/be_fr/tablets/galaxy-tab-a/galaxy-tab-a9-plus-5g-2025-graphite-256gb-sm-x216rzapeub/ link: null # unknown model number - releaseCycle: "galaxy-tab-active5-pro" releaseLabel: "Galaxy Tab Active5 Pro" releaseDate: 2025-05-07 # https://www.gsmarena.com/samsung_galaxy_tab_active5_pro-13790.php eoas: 2029-05-07 # https://www.samsung.com/us/business/mobile/tablets/galaxy-tab-active/explore/ eol: 2030-05-07 # https://www.samsung.com/us/business/mobile/tablets/galaxy-tab-active/explore/ link: https://doc.samsungmobile.com/SM-X356B/MID/doc.html - releaseCycle: "galaxy-tab-s10-fe+" releaseLabel: "Galaxy Tab S10 FE+" releaseDate: 2025-04-03 # https://news.samsung.com/global/galaxy-tab-s10-fe-series-brings-intelligent-experiences-to-the-forefront-with-premium-versatile-design eoas: 2032-04-03 # https://samlover.com/2025/04/07/samsung-support-seven-years-of-support-for-galaxy-tab-s10-fe/ eol: false # https://samlover.com/2025/04/07/samsung-support-seven-years-of-support-for-galaxy-tab-s10-fe/ link: https://doc.samsungmobile.com/SM-X520/EUX/doc.html - releaseCycle: "galaxy-tab-s10-fe" releaseLabel: "Galaxy Tab S10 FE" releaseDate: 2025-04-03 # https://news.samsung.com/global/galaxy-tab-s10-fe-series-brings-intelligent-experiences-to-the-forefront-with-premium-versatile-design eoas: 2032-04-03 # https://samlover.com/2025/04/07/samsung-support-seven-years-of-support-for-galaxy-tab-s10-fe/ eol: false # https://samlover.com/2025/04/07/samsung-support-seven-years-of-support-for-galaxy-tab-s10-fe/ link: https://doc.samsungmobile.com/SM-X520/EUX/doc.html - releaseCycle: "galaxy-tab-s10-ultra" releaseLabel: "Galaxy Tab S10 Ultra" releaseDate: 2024-10-03 # https://news.samsung.com/global/galaxy-tab-s10-series-is-samsungs-ai-ready-tablet eoas: 2031-10-03 # https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: false # https://androidspotlight.com/software-update-policy-for-every-samsung-device/ link: https://doc.samsungmobile.com/SM-X920/XAC/doc.html - releaseCycle: "galaxy-tab-s10+" releaseLabel: "Galaxy Tab S10+" releaseDate: 2024-10-03 # https://news.samsung.com/global/galaxy-tab-s10-series-is-samsungs-ai-ready-tablet eoas: 2031-10-03 # https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: 2031-10-03 # https://androidspotlight.com/software-update-policy-for-every-samsung-device/ link: https://doc.samsungmobile.com/SM-X820/XSP/doc.html - releaseCycle: "galaxy-tab-s6-lite-2024" releaseLabel: "Galaxy Tab S6 Lite (2024)" releaseDate: 2024-03-28 # https://news.samsung.com/global/samsung-galaxy-tab-s6-lite-2024-style-and-function-in-a-compact-package eoas: 2027-03-28 # https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: false link: https://doc.samsungmobile.com/SM-X300/EUX/doc.html - releaseCycle: "galaxy-tab-active5" releaseLabel: "Galaxy Tab Active5" releaseDate: 2024-01-23 # https://www.gsmarena.com/samsung_galaxy_tab_active5-12785.php eoas: 2028-01-23 # https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: 2029-01-23 # https://androidspotlight.com/software-update-policy-for-every-samsung-device/ link: https://doc.samsungmobile.com/SM-X300/EUX/doc.html - releaseCycle: "galaxy-tab-a9+" releaseLabel: "Galaxy Tab A9+" releaseDate: 2023-10-23 # https://news.samsung.com/global/samsung-galaxy-tab-a9-and-galaxy-tab-a9-entertainment-and-productivity-engineered-for-everyone eoas: 2026-10-23 # https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: false # https://androidspotlight.com/software-update-policy-for-every-samsung-device/ link: https://doc.samsungmobile.com/SM-X210/ZTO/doc.html - releaseCycle: "galaxy-tab-a9" releaseLabel: "Galaxy Tab A9" releaseDate: 2023-10-23 # https://news.samsung.com/global/samsung-galaxy-tab-a9-and-galaxy-tab-a9-entertainment-and-productivity-engineered-for-everyone eoas: 2026-10-23 # https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: 2027-10-23 # https://androidspotlight.com/software-update-policy-for-every-samsung-device/ link: https://doc.samsungmobile.com/SM-X115/SKZ/doc.html - releaseCycle: "galaxy-tab-s9-fe+" releaseLabel: "Galaxy Tab S9 FE+" releaseDate: 2023-10-04 # https://news.samsung.com/global/samsung-galaxy-s23-fe-galaxy-tab-s9-fe-and-galaxy-buds-fe-bring-standout-features-to-even-more-users eoas: 2027-10-04 eol: 2028-10-04 link: https://doc.samsungmobile.com/SM-X610/ZTO/doc.html - releaseCycle: "galaxy-tab-s9-fe" releaseLabel: "Galaxy Tab S9 FE" releaseDate: 2023-10-04 # https://news.samsung.com/global/samsung-galaxy-s23-fe-galaxy-tab-s9-fe-and-galaxy-buds-fe-bring-standout-features-to-even-more-users eoas: 2027-10-04 # https://news.samsung.com/global/samsung-galaxy-s23-fe-galaxy-tab-s9-fe-and-galaxy-buds-fe-bring-standout-features-to-even-more-users eol: false # https://news.samsung.com/global/samsung-galaxy-s23-fe-galaxy-tab-s9-fe-and-galaxy-buds-fe-bring-standout-features-to-even-more-users link: https://doc.samsungmobile.com/SM-X510/ZTO/doc.html - releaseCycle: "galaxy-tab-s9-ultra" releaseLabel: "Galaxy Tab S9 Ultra" releaseDate: 2023-08-11 # https://news.samsung.com/us/samsung-galaxy-tab-s9-sets-new-standard-to-bring-galaxys-premium-experience-to-tablet-unpacked-2023/ eoas: 2027-08-11 # https://news.samsung.com/us/samsung-galaxy-tab-s9-sets-new-standard-to-bring-galaxys-premium-experience-to-tablet-unpacked-2023/ eol: false # https://news.samsung.com/us/samsung-galaxy-tab-s9-sets-new-standard-to-bring-galaxys-premium-experience-to-tablet-unpacked-2023/ link: https://doc.samsungmobile.com/SM-X910/XJP/doc.html - releaseCycle: "galaxy-tab-s9+" releaseLabel: "Galaxy Tab S9+" releaseDate: 2023-08-11 # https://news.samsung.com/us/samsung-galaxy-tab-s9-sets-new-standard-to-bring-galaxys-premium-experience-to-tablet-unpacked-2023/ eoas: 2027-08-11 # https://news.samsung.com/us/samsung-galaxy-tab-s9-sets-new-standard-to-bring-galaxys-premium-experience-to-tablet-unpacked-2023/ eol: false # https://news.samsung.com/us/samsung-galaxy-tab-s9-sets-new-standard-to-bring-galaxys-premium-experience-to-tablet-unpacked-2023/ link: https://doc.samsungmobile.com/SM-X816B/INS/doc.html - releaseCycle: "galaxy-tab-s9" releaseLabel: "Galaxy Tab S9" releaseDate: 2023-08-11 # https://news.samsung.com/us/samsung-galaxy-tab-s9-sets-new-standard-to-bring-galaxys-premium-experience-to-tablet-unpacked-2023/ eoas: 2027-08-11 # https://news.samsung.com/us/samsung-galaxy-tab-s9-sets-new-standard-to-bring-galaxys-premium-experience-to-tablet-unpacked-2023/ eol: 2028-08-11 # https://news.samsung.com/us/samsung-galaxy-tab-s9-sets-new-standard-to-bring-galaxys-premium-experience-to-tablet-unpacked-2023/ link: https://doc.samsungmobile.com/sm-x710/eux/doc.html - releaseCycle: "galaxy-tab-a7-10.4-2022" releaseLabel: "Galaxy Tab A7 10.4 (2022)" releaseDate: 2022-11-21 # https://www.gsmarena.com/samsung_galaxy_tab_a7_10_4_(2022)-11988.php eoas: 2024-11-21 # https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: false link: https://doc.samsungmobile.com/SM-T509/ITV/doc.html - releaseCycle: "galaxy-tab-active4-pro" releaseLabel: "Galaxy Tab Active4 Pro" releaseDate: 2022-08-31 # https://news.samsung.com/global/introducing-the-galaxy-tab-active4-pro-a-ruggedized-device-designed-for-the-new-mobile-workforce eoas: 2025-08-31 # https://news.samsung.com/global/introducing-the-galaxy-tab-active4-pro-a-ruggedized-device-designed-for-the-new-mobile-workforce eol: 2027-08-31 # https://news.samsung.com/global/introducing-the-galaxy-tab-active4-pro-a-ruggedized-device-designed-for-the-new-mobile-workforce link: https://doc.samsungmobile.com/SM-T636B/XSA/doc.html - releaseCycle: "galaxy-tab-s6-lite" releaseLabel: "Galaxy Tab S6 Lite" releaseDate: 2022-05-23 # https://www.gsmarena.com/samsung_galaxy_tab_s6_lite_(2022)-11524.php eoas: 2025-05-25 # https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: 2025-06-04 link: https://doc.samsungmobile.com/SM-P619/ATO/doc.html - releaseCycle: "galaxy-tab-s8-ultra" releaseLabel: "Galaxy Tab S8 Ultra" releaseDate: 2022-04-30 # https://www.gsmarena.com/samsung_galaxy_tab_s8_ultra-11274.php eoas: 2026-04-30 # https://news.samsung.com/us/galaxy-tab8-unpacked/ eol: 2027-04-30 # https://news.samsung.com/us/galaxy-tab8-unpacked/ link: https://doc.samsungmobile.com/SM-X906B/XXV/doc.html - releaseCycle: "galaxy-tab-s8+" releaseLabel: "Galaxy Tab S8+" releaseDate: 2022-04-14 # https://www.gsmarena.com/samsung_galaxy_tab_s8+-11342.php eoas: 2026-04-14 # https://news.samsung.com/us/galaxy-tab8-unpacked/ eol: false # https://news.samsung.com/us/galaxy-tab8-unpacked/ link: https://doc.samsungmobile.com/SM-X806B/XXV/doc.html - releaseCycle: "galaxy-tab-s8" releaseLabel: "Galaxy Tab S8" releaseDate: 2022-03-22 # https://www.gsmarena.com/samsung_galaxy_tab_s8-11343.php eoas: 2026-03-22 # https://news.samsung.com/us/galaxy-tab8-unpacked/ eol: 2027-03-22 # https://news.samsung.com/us/galaxy-tab8-unpacked/ link: https://doc.samsungmobile.com/SM-X706B/SER/doc.html - releaseCycle: "galaxy-tab-a8" releaseLabel: "Galaxy Tab A8" releaseDate: 2022-01-17 # https://www.gsmarena.com/samsung_galaxy_tab_a8_10_5_(2021)-11265.php eoas: 2025-01-17 # https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: 2026-02-21 link: https://doc.samsungmobile.com/SM-X205/INS/doc.html - releaseCycle: "galaxy-tab-a7-lite" releaseLabel: "Galaxy Tab A7 Lite" releaseDate: 2021-05-27 # https://news.samsung.com/global/introducing-the-newest-members-of-the-samsung-galaxy-tab-portfolio-galaxy-tab-s7-fe-and-galaxy-tab-a7-lite eoas: 2024-05-27 # https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: 2025-06-04 link: https://doc.samsungmobile.com/SM-T220/CHN/doc.html - releaseCycle: "galaxy-tab-s7-fe" releaseLabel: "Galaxy Tab S7 FE" releaseDate: 2021-05-27 # https://news.samsung.com/global/introducing-the-newest-members-of-the-samsung-galaxy-tab-portfolio-galaxy-tab-s7-fe-and-galaxy-tab-a7-lite eoas: 2024-05-27 # https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: 2025-07-08 link: https://doc.samsungmobile.com/SM-T730/KOO/doc.html - releaseCycle: "galaxy-tab-active3" releaseLabel: "Galaxy Tab Active3" releaseDate: 2020-09-28 # https://news.samsung.com/global/samsung-announces-the-galaxy-tab-active3-a-smart-new-tablet-built-for-demanding-environments eoas: 2022-09-28 # https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: 2025-11-04 # https://9to5google.com/2021/02/22/samsung-security-updates-policy-four-years/ link: https://doc.samsungmobile.com/SM-T575/XEF/doc.html - releaseCycle: "galaxy-tab-a7-10.4-2020" releaseLabel: "Galaxy Tab A7 10.4 (2020)" releaseDate: 2020-08-10 # https://news.samsung.com/us/galaxy-tab-a7-availability/ eoas: 2022-08-10 # https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: 2024-08-10 # https://9to5google.com/2021/02/22/samsung-security-updates-policy-four-years/ link: https://doc.samsungmobile.com/SM-T505/BTU/doc.html - releaseCycle: "galaxy-tab-s7+" releaseLabel: "Galaxy Tab S7+" releaseDate: 2020-08-05 # https://news.samsung.com/global/meet-galaxy-tab-s7-and-s7-plus-your-perfect-companion-to-work-play-and-more eoas: 2023-08-05 # https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: 2024-08-05 # https://9to5google.com/2021/02/22/samsung-security-updates-policy-four-years/ link: https://doc.samsungmobile.com/SM-T970/XAR/doc.html - releaseCycle: "galaxy-tab-s7" releaseLabel: "Galaxy Tab S7" releaseDate: 2020-08-05 # https://news.samsung.com/global/meet-galaxy-tab-s7-and-s7-plus-your-perfect-companion-to-work-play-and-more eoas: 2023-08-05 # https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: 2024-08-05 # https://9to5google.com/2021/02/22/samsung-security-updates-policy-four-years/ link: https://doc.samsungmobile.com/SM-T875/DBT/doc.html - releaseCycle: "galaxy-tab-s6-lite-2020" releaseLabel: "Galaxy Tab S6 Lite (2020)" releaseDate: 2020-03-26 # https://news.samsung.com/global/samsung-galaxy-tab-s6-lite-2024-style-and-function-in-a-compact-package eoas: 2023-03-26 # https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: 2024-03-26 # https://9to5google.com/2021/02/22/samsung-security-updates-policy-four-years/ link: https://doc.samsungmobile.com/SM-P610/XEH/doc.html - releaseCycle: "galaxy-tab-a-8.4-2020" releaseLabel: "Galaxy Tab A 8.4 (2020)" releaseDate: 2020-03-25 # https://www.gsmarena.com/samsung_galaxy_tab_a_8_4_(2020)-10483.php eoas: 2022-03-25 # https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: 2024-03-25 # https://9to5google.com/2021/02/22/samsung-security-updates-policy-four-years/ link: https://doc.samsungmobile.com/sm-t307u/glw/doc.html - releaseCycle: "galaxy-tab-s6-5g" releaseLabel: "Galaxy Tab S6 5G" releaseDate: 2020-01-30 # https://www.gsmarena.com/samsung_galaxy_tab_s6_5g-10004.php eoas: 2023-01-30 # https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: 2024-01-30 # https://9to5google.com/2021/02/22/samsung-security-updates-policy-four-years/ link: https://doc.samsungmobile.com/sm-t866n/koo/doc.html - releaseCycle: "galaxy-tab-active-pro" releaseLabel: "Galaxy Tab Active Pro" releaseDate: 2019-10-01 # https://www.gsmarena.com/samsung_galaxy_tab_active_pro-9850.php eoas: 2022-10-01 # Approximate from https://9to5google.com/2022/10/04/samsung-android-12-update-rollout/ eol: 2023-10-01 # https://9to5google.com/2021/02/22/samsung-security-updates-policy-four-years/ link: https://doc.samsungmobile.com/SM-T540/XEH/doc.html - releaseCycle: "galaxy-tab-s6" releaseLabel: "Galaxy Tab S6" releaseDate: 2019-07-31 # https://news.samsung.com/us/samsung-galaxy-tab-s6-new-tablet-enhances-creativity-and-productivity/ eoas: 2022-07-31 # https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: 2023-07-31 # https://9to5google.com/2021/02/22/samsung-security-updates-policy-four-years/ link: https://doc.samsungmobile.com/SM-T860/XAR/doc.html - releaseCycle: "galaxy-tab-a-8.0-2019" releaseLabel: "Galaxy Tab A 8.0 (2019)" releaseDate: 2019-07-01 # https://www.gsmarena.com/samsung_galaxy_tab_a_8_0_(2019)-9760.php eoas: true eol: 2023-07-01 # https://9to5google.com/2021/02/22/samsung-security-updates-policy-four-years/ link: https://doc.samsungmobile.com/SM-T290/008916190830/mlt.html - releaseCycle: "galaxy-tab-s5e" releaseLabel: "Galaxy Tab S5e" releaseDate: 2019-04-01 # https://www.gsmarena.com/samsung_galaxy_tab_s5e-9581.php eoas: 2021-04-01 # https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: 2023-04-01 # https://9to5google.com/2021/02/22/samsung-security-updates-policy-four-years/ link: https://doc.samsungmobile.com/SM-T725/XEO/doc.html - releaseCycle: "galaxy-tab-a-8.0-with-s-pen-2019" releaseLabel: "Galaxy Tab A 8.0 with S Pen (2019)" releaseDate: 2019-04-01 # https://www.gsmarena.com/samsung_galaxy_tab_a_8_0_&_s_pen_(2019)-9651.php eoas: true eol: 2023-04-01 # https://9to5google.com/2021/02/22/samsung-security-updates-policy-four-years/ link: https://doc.samsungmobile.com/sm-p205/xtc/doc.html - releaseCycle: "galaxy-tab-a-10.1-2019" releaseLabel: "Galaxy Tab A 10.1 (2019)" releaseDate: 2019-04-01 # https://www.gsmarena.com/samsung_galaxy_tab_a_10_1_(2019)-9582.php eoas: true eol: true link: https://doc.samsungmobile.com/SM-T515/TMZ/doc.html - releaseCycle: "galaxy-tab-advanced2" releaseLabel: "Galaxy Tab Advanced2" releaseDate: 2018-12-01 # https://www.gsmarena.com/samsung_galaxy_tab_advanced2-9264.php eoas: true eol: true link: https://doc.samsungmobile.com/SM-T583/KOO/doc.html - releaseCycle: "galaxy-tab-a-8.0-2018" releaseLabel: "Galaxy Tab A 8.0 (2018)" releaseDate: 2018-09-01 # https://www.gsmarena.com/samsung_galaxy_tab_a_8_0_(2018)-9665.php eoas: true eol: true link: https://doc.samsungmobile.com/SM-A530F/FTM/doc.html - releaseCycle: "galaxy-tab-s4-10.5" releaseLabel: "Galaxy Tab S4 10.5" releaseDate: 2018-08-01 # https://www.gsmarena.com/samsung_galaxy_tab_s4_10_5-9262.php eoas: true eol: true link: https://doc.samsungmobile.com/SM-T830/XAR/doc.html - releaseCycle: "galaxy-tab-a-10.5-2018" releaseLabel: "Galaxy Tab A 10.5 (2018)" releaseDate: 2018-08-01 # https://www.gsmarena.com/samsung_galaxy_tab_a_10_5-9263.php eoas: true eol: true link: https://doc.samsungmobile.com/SM-T595/SER/doc.html - releaseCycle: "galaxy-tab-active2" releaseLabel: "Galaxy Tab Active2" releaseDate: 2017-10-01 # https://www.gsmarena.com/samsung_galaxy_tab_active2-8897.php eoas: true eol: true link: https://doc.samsungmobile.com/SM-T395/DBT/doc.html - releaseCycle: "galaxy-tab-a-8.0-2017" releaseLabel: "Galaxy Tab A 8.0 (2017)" releaseDate: 2017-09-01 # https://www.gsmarena.com/samsung_galaxy_tab_a_8_0_(2017)-8725.php eoas: true eol: true link: https://doc.samsungmobile.com/SM-T380/COO/doc.html - releaseCycle: "galaxy-tab-s3-9.7" releaseLabel: "Galaxy Tab S3 9.7" releaseDate: 2017-04-01 # https://www.gsmarena.com/samsung_galaxy_tab_s3_9_7-8554.php eoas: true eol: true link: https://doc.samsungmobile.com/SM-T825Y/XXV/doc.html - releaseCycle: "galaxy-tab-j" releaseLabel: "Galaxy Tab J" releaseDate: 2016-08-01 # https://www.gsmarena.com/samsung_galaxy_tab_j-8227.php eoas: true eol: true link: null - releaseCycle: "galaxy-tab-a-10.1-2016" releaseLabel: "Galaxy Tab A 10.1 (2016)" releaseDate: 2016-05-01 # https://www.gsmarena.com/samsung_galaxy_tab_a_10_1_(2016)-8090.php eoas: true eol: true link: https://doc.samsungmobile.com/SM-T580/ATO/doc.html - releaseCycle: "galaxy-tab-a-7.0-2016" releaseLabel: "Galaxy Tab A 7.0 (2016)" releaseDate: 2016-03-01 # https://www.gsmarena.com/samsung_galaxy_tab_a_7_0_(2016)-7880.php eoas: true eol: true link: https://doc.samsungmobile.com/SM-T280/KOO/doc.html - releaseCycle: "galaxy-tab-e-8.0" releaseLabel: "Galaxy Tab E 8.0" releaseDate: 2016-01-01 # https://www.gsmarena.com/samsung_galaxy_tab_e_8_0-7879.php eoas: true eol: true link: https://doc.samsungmobile.com/SM-A710S/SKC/doc.html - releaseCycle: "galaxy-tab-s2-9.7" releaseLabel: "Galaxy Tab S2 9.7" releaseDate: 2015-09-01 # https://www.gsmarena.com/samsung_galaxy_tab_s2_9_7-7438.php eoas: true eol: true link: https://doc.samsungmobile.com/SM-T819Y/INS/doc.html - releaseCycle: "galaxy-tab-s2-8.0" releaseLabel: "Galaxy Tab S2 8.0" releaseDate: 2015-09-01 # https://www.gsmarena.com/samsung_galaxy_tab_s2_8_0-7439.php eoas: true eol: true link: https://doc.samsungmobile.com/SM-T713/BTU/doc.html - releaseCycle: "galaxy-tab-e-9.6" releaseLabel: "Galaxy Tab E 9.6" releaseDate: 2015-07-01 # https://www.gsmarena.com/samsung_galaxy_tab_e_9_6-7295.php eoas: true eol: true link: null - releaseCycle: "galaxy-tab-a-9.7-and-s-pen" releaseLabel: "Galaxy Tab A 9.7 & S Pen" releaseDate: 2015-07-01 # https://www.gsmarena.com/samsung_galaxy_tab_a_9_7_&_s_pen-7443.php eoas: true eol: true link: https://doc.samsungmobile.com/SM-P555/XXV/doc.html - releaseCycle: "galaxy-tab-a-9.7" releaseLabel: "Galaxy Tab A 9.7" releaseDate: 2015-05-01 # https://www.gsmarena.com/samsung_galaxy_tab_a_9_7-7122.php eoas: true eol: true link: https://doc.samsungmobile.com/SM-P550/XSA/doc.html - releaseCycle: "galaxy-tab-a-8.0-and-s-pen-2015" releaseLabel: "Galaxy Tab A 8.0 & S Pen (2015)" releaseDate: 2015-05-01 # https://www.gsmarena.com/samsung_galaxy_tab_a_8_0_&_s_pen_(2015)-8883.php eoas: true eol: true link: https://doc.samsungmobile.com/SM-P355/XXV/doc.html - releaseCycle: "galaxy-tab-a-8.0-2015" releaseLabel: "Galaxy Tab A 8.0 (2015)" releaseDate: 2015-05-01 # https://www.gsmarena.com/samsung_galaxy_tab_a_8_0_(2015)-7121.php eoas: true eol: true link: https://doc.samsungmobile.com/SM-T355/SER/doc.html - releaseCycle: "galaxy-tab-3-v" releaseLabel: "Galaxy Tab 3 V" releaseDate: 2015-04-01 # https://www.gsmarena.com/samsung_galaxy_tab_3_v-7134.php eoas: true eol: true link: null - releaseCycle: "galaxy-tab-3-lite-7.0-ve" releaseLabel: "Galaxy Tab 3 Lite 7.0 VE" releaseDate: 2015-03-01 # https://www.gsmarena.com/samsung_galaxy_tab_3_lite_7_0_ve-7110.php eoas: true eol: true link: null - releaseCycle: "galaxy-tab-active-lte" releaseLabel: "Galaxy Tab Active LTE" releaseDate: 2014-12-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-tab-active" releaseLabel: "Galaxy Tab Active" releaseDate: 2014-12-01 # https://www.gsmarena.com/samsung_galaxy_tab_active_lte-6658.php eoas: true eol: true link: null - releaseCycle: "galaxy-tab-s-8.4-lte" releaseLabel: "Galaxy Tab S 8.4 LTE" releaseDate: 2014-07-01 # https://www.gsmarena.com/samsung_galaxy_tab_s_8_4_lte-6435.php eoas: true eol: true link: https://doc.samsungmobile.com/SM-T705/INS/doc.html - releaseCycle: "galaxy-tab-s-8.4" releaseLabel: "Galaxy Tab S 8.4" releaseDate: 2014-07-01 # https://www.gsmarena.com/samsung_galaxy_tab_s_8_4-6439.php eoas: true eol: true link: https://doc.samsungmobile.com/SM-T700/BTU/doc.html - releaseCycle: "galaxy-tab-s-10.5-lte" releaseLabel: "Galaxy Tab S 10.5 LTE" releaseDate: 2014-07-01 # https://www.gsmarena.com/samsung_galaxy_tab_s_10_5_lte-6235.php eoas: true eol: true link: https://doc.samsungmobile.com/SM-T805/ATO/doc.html - releaseCycle: "galaxy-tab-s-10.5" releaseLabel: "Galaxy Tab S 10.5" releaseDate: 2014-07-01 # https://www.gsmarena.com/samsung_galaxy_tab_s_10_5-6438.php eoas: true eol: true link: https://doc.samsungmobile.com/SM-T800/ATO/doc.html - releaseCycle: "galaxy-tab-4-8.0" releaseLabel: "Galaxy Tab 4 8.0" releaseDate: 2014-06-01 # https://www.gsmarena.com/samsung_galaxy_tab_4_8_0-6249.php eoas: true eol: true link: https://doc.samsungmobile.com/SM-T330/KSA/doc.html - releaseCycle: "galaxy-tab-4-8.0-3g" releaseLabel: "Galaxy Tab 4 8.0 3G" releaseDate: 2014-06-01 # https://www.gsmarena.com/samsung_galaxy_tab_4_8_0_3g-6248.php eoas: true eol: true link: null - releaseCycle: "galaxy-tab-4-8.0-lte" releaseLabel: "Galaxy Tab 4 8.0 LTE" releaseDate: 2014-06-01 # https://www.gsmarena.com/samsung_galaxy_tab_4_8_0_lte-6240.php eoas: true eol: true link: null - releaseCycle: "galaxy-tab-4-10.1" releaseLabel: "Galaxy Tab 4 10.1" releaseDate: 2014-06-01 # https://www.gsmarena.com/samsung_galaxy_tab_4_10_1-6247.php eoas: true eol: true link: https://doc.samsungmobile.com/SM-T530/KOO/doc.html - releaseCycle: "galaxy-tab-4-10.1-3g" releaseLabel: "Galaxy Tab 4 10.1 3G" releaseDate: 2014-06-01 # https://www.gsmarena.com/samsung_galaxy_tab_4_10_1_3g-6246.php eoas: true eol: true link: null - releaseCycle: "galaxy-tab-4-10.1-lte" releaseLabel: "Galaxy Tab 4 10.1 LTE" releaseDate: 2014-06-01 # https://www.gsmarena.com/samsung_galaxy_tab_4_10_1_lte-6239.php eoas: true eol: true link: null - releaseCycle: "galaxy-tab-4-7.0" releaseLabel: "Galaxy Tab 4 7.0" releaseDate: 2014-05-01 # https://www.gsmarena.com/samsung_galaxy_tab_4_7_0-6251.php eoas: true eol: true link: null - releaseCycle: "galaxy-tab-4-7.0-3g" releaseLabel: "Galaxy Tab 4 7.0 3G" releaseDate: 2014-05-01 # https://www.gsmarena.com/samsung_galaxy_tab_4_7_0_3g-6250.php eoas: true eol: true link: null - releaseCycle: "galaxy-tab-4-7.0-lte" releaseLabel: "Galaxy Tab 4 7.0 LTE" releaseDate: 2014-05-01 # https://www.gsmarena.com/samsung_galaxy_tab_4_7_0_lte-6241.php eoas: true eol: true link: null - releaseCycle: "galaxy-tab-pro-12.2-lte" releaseLabel: "Galaxy Tab Pro 12.2 LTE" releaseDate: 2014-05-01 # https://www.gsmarena.com/samsung_galaxy_tab_pro_12_2_lte-5943.php eoas: true eol: true link: null - releaseCycle: "galaxy-tab-pro-12.2-3g" releaseLabel: "Galaxy Tab Pro 12.2 3G" releaseDate: 2014-04-01 # https://www.gsmarena.com/samsung_galaxy_tab_pro_12_2_3g-5942.php eoas: true eol: true link: null - releaseCycle: "galaxy-tab-pro-12.2" releaseLabel: "Galaxy Tab Pro 12.2" releaseDate: 2014-03-01 # https://www.gsmarena.com/samsung_galaxy_tab_pro_12_2-6212.php eoas: true eol: true link: null - releaseCycle: "galaxy-tab-3-lite-7.0-3g" releaseLabel: "Galaxy Tab 3 Lite 7.0 3G" releaseDate: 2014-02-01 # https://www.gsmarena.com/samsung_galaxy_tab_3_lite_7_0_3g-5975.php eoas: true eol: true link: null - releaseCycle: "galaxy-tab-3-lite-7.0" releaseLabel: "Galaxy Tab 3 Lite 7.0" releaseDate: 2014-02-01 # https://www.gsmarena.com/samsung_galaxy_tab_3_lite_7_0-5969.php eoas: true eol: true link: null --- > The [Samsung Galaxy Tab](https://www.samsung.com/us/tablets/) series is a line of tablets designed and produced > by Samsung Electronics. {: .note} Some release dates may vary depending on the country or region. Most Android upgrades or security update dates are approximate to the year. Samsung Galaxy Tab devices have two levels of support: Android upgrades and security updates. Android upgrades refer to updates that provide a device with newer major releases of the Android operating system. These upgrades typically include new features, improvements to performance and security, and enhancements to the user interface. Android upgrades ensure that devices remain compatible with the latest apps and benefit from ongoing development by Google and Samsung. Security updates refer to updates that address vulnerabilities and security issues in the Android operating system. They are essential for maintaining the security and privacy of a device, and may occur monthly, quarterly, or biannually depending on the model and its age. Guaranteed Android upgrades are provided for a limited period, which is usually less (but never more) than the device's security update period. How many Android upgrades a device receives depends on the model. ================================================ FILE: products/samsung-galaxy-watch.md ================================================ --- title: Samsung Galaxy Watch addedAt: 2025-05-09 category: device tags: smartwatch iconSlug: samsung permalink: /samsung-galaxy-watch releasePolicyLink: https://security.samsungmobile.com/workScope.smsb latestColumn: false eoasColumn: Wear OS Upgrades eolColumn: Security Updates staleReleaseThresholdDays: 1825 # devices have longer support periods # eoas(x) = end of android upgrade # eol(x) = end of security support # # Useful information can be found on: # - https://news.samsung.com (releaseDate, eoas, eol - search on Google with " site:news.samsung.com") # - https://www.gsmarena.com/ (releaseDate) # - https://androidspotlight.com/software-update-policy-for-every-samsung-device/ (eoas / eol) # - https://www.knowyourmobile.com/phones/samsung/one-ui/samsung-update-policy/ (eoas / eol) # - https://www.androidupdatetracker.com/ (eoas) # - https://security.samsungmobile.com/workScope.smsb (eol status) # - https://doc.samsungmobile.com/ (link - search on Google with " site:doc.samsungmobile.com") releases: - releaseCycle: "galaxy-watch-ultra" releaseLabel: "Galaxy Watch Ultra" releaseDate: 2024-07-24 eoas: false eol: false link: https://www.samsung.com/us/watches/galaxy-watch-ultra/ - releaseCycle: "galaxy-watch7" releaseLabel: "Galaxy Watch7" releaseDate: 2024-07-24 eoas: false eol: false link: https://wikipedia.org/wiki/Samsung_Galaxy_Watch_7 - releaseCycle: "galaxy-watch-fe" releaseLabel: "Galaxy Watch FE" releaseDate: 2024-06-24 eoas: 2028-12-31 eol: false link: https://www.samsung.com/us/watches/galaxy-watch-fe/ - releaseCycle: "galaxy-watch6-classic" releaseLabel: "Galaxy Watch6 Classic" releaseDate: 2023-08-11 eoas: 2027-12-31 eol: false link: https://wikipedia.org/wiki/Samsung_Galaxy_Watch_6 - releaseCycle: "galaxy-watch6" releaseLabel: "Galaxy Watch6" releaseDate: 2023-08-11 eoas: 2027-12-31 eol: false link: https://wikipedia.org/wiki/Samsung_Galaxy_Watch_6 - releaseCycle: "galaxy-watch5-pro" releaseLabel: "Galaxy Watch5 Pro" releaseDate: 2022-08-26 eoas: 2026-12-31 eol: false link: https://wikipedia.org/wiki/Samsung_Galaxy_Watch_5 - releaseCycle: "galaxy-watch5" releaseLabel: "Galaxy Watch5" releaseDate: 2022-08-26 eoas: 2026-12-31 eol: false link: https://wikipedia.org/wiki/Samsung_Galaxy_Watch_5 - releaseCycle: "galaxy-watch4-classic" releaseLabel: "Galaxy Watch4 Classic" releaseDate: 2021-08-27 eoas: 2025-12-31 eol: false link: https://wikipedia.org/wiki/Samsung_Galaxy_Watch_4 - releaseCycle: "galaxy-watch4" releaseLabel: "Galaxy Watch4" releaseDate: 2021-08-27 eoas: 2025-12-31 eol: false link: https://wikipedia.org/wiki/Samsung_Galaxy_Watch_4 - releaseCycle: "galaxy-watch3" releaseLabel: "Galaxy Watch3" releaseDate: 2020-08-06 eoas: true eol: true link: https://wikipedia.org/wiki/Samsung_Galaxy_Watch_3 - releaseCycle: "galaxy-watch-active2" releaseLabel: "Galaxy Watch Active2" releaseDate: 2019-09-13 eoas: true eol: true link: https://wikipedia.org/wiki/Samsung_Galaxy_Watch_Active_2 - releaseCycle: "galaxy-watch-active" releaseLabel: "Galaxy Watch Active" releaseDate: 2019-03-08 eoas: true eol: true link: https://wikipedia.org/wiki/Samsung_Galaxy_Watch_Active - releaseCycle: "galaxy-watch" releaseLabel: "Galaxy Watch" releaseDate: 2018-08-08 eoas: true eol: true link: https://wikipedia.org/wiki/Samsung_Galaxy_Watch --- > The [Samsung Galaxy Watch](https://www.samsung.com/us/watches/) series is a line of smartwatches designed and produced > by Samsung Electronics. {: .note} Some release dates may vary depending on the country or region. Most Android upgrades or security update dates are approximate to the year. Samsung Galaxy Watch devices have two levels of support: Wear OS upgrades and security updates. Wear OS upgrades refer to updates that provide a device with newer major releases of the Wear OS operating system. These upgrades typically include new features, improvements to performance and security, and enhancements to the user interface. Wear OS upgrades ensure that devices remain compatible with the latest apps and benefit from ongoing development by Google and Samsung. Security updates refer to updates that address vulnerabilities and security issues in the Wear OS operating system. They are essential for maintaining the security and privacy of a device, and may occur monthly, quarterly, or biannually depending on the model and its age. Guaranteed Wear OS upgrades are provided for a limited period, which is usually less (but never more) than the device's security update period. How many Wear OS upgrades a device receives depends on the model. However, since Galaxy Watch 4, Samsung Galaxy Watches have been supported [for five years](https://www.knowyourmobile.com/phones/samsung/one-ui/samsung-update-policy/#Samsung_Update_Policy_For_Galaxy_Watches) – four Android version updates and five years of security patches. ================================================ FILE: products/samsung-mobile.md ================================================ --- title: Samsung Mobile addedAt: 2021-10-01 category: device tags: mobile-phone iconSlug: samsung permalink: /samsung-mobile alternate_urls: - /samsungmobile releasePolicyLink: https://security.samsungmobile.com/workScope.smsb latestColumn: false eoasColumn: Android Upgrades eolColumn: Security Updates staleReleaseThresholdDays: 1825 # devices have longer support periods auto: cumulative: true methods: - samsung-security: https://security.samsungmobile.com/workScope.smsb sections: monthly: Current Models for Monthly Security Updates quarterly: Current Models for Quarterly Security Updates biannually: Current Models for Biannual Security Updates regex: "^.+$" regex_exclude: - "^galaxy-tab.+$" # managed in products/samsung-galaxy-tab.md - "^galaxy-m13-india$" # still available, according to https://www.gsmarena.com/samsung_galaxy_m13_(india)-11654.php - "^galaxy-a13-sm-a137$" # still available, according to https://www.gsmarena.com/samsung_galaxy_a13_(sm_a137)-11665.php - "^galaxy-a-quantum2$" # still available, according to https://www.gsmarena.com/samsung_galaxy_quantum_2-10850.php # eoas(x) = end of android upgrade # eol(x) = end of security support # # Useful information can be found on: # - https://news.samsung.com (releaseDate, eoas, eol - search on Google with " site:news.samsung.com") # - https://www.gsmarena.com/ (releaseDate) # - https://androidspotlight.com/software-update-policy-for-every-samsung-device/ (eoas / eol) # - https://www.knowyourmobile.com/phones/samsung/one-ui/samsung-update-policy/ (eoas / eol) # - https://www.androidupdatetracker.com/ (eoas) # - https://security.samsungmobile.com/workScope.smsb (eol status) # - https://doc.samsungmobile.com/ (link - search on Google with " site:doc.samsungmobile.com") releases: - releaseCycle: "galaxy-s26-ultra" releaseLabel: "Galaxy S26 Ultra" releaseDate: 2026-03-06 # https://www.gsmarena.com/samsung_galaxy_s26_ultra_5g-14320.php eoas: 2033-03-06 # 7 years - https://news.samsung.com/global/samsung-unveils-galaxy-s26-series-the-most-intuitive-galaxy-ai-phone-yet eol: false # 7 years - https://news.samsung.com/global/samsung-unveils-galaxy-s26-series-the-most-intuitive-galaxy-ai-phone-yet link: null # unknown - releaseCycle: "galaxy-s26+" releaseLabel: "Galaxy S26+" releaseDate: 2026-03-06 # https://www.gsmarena.com/samsung_galaxy_s26+_5g-14457.php eoas: 2033-03-06 # 7 years - https://news.samsung.com/global/samsung-unveils-galaxy-s26-series-the-most-intuitive-galaxy-ai-phone-yet eol: false # 7 years - https://news.samsung.com/global/samsung-unveils-galaxy-s26-series-the-most-intuitive-galaxy-ai-phone-yet link: null # unknown - releaseCycle: "galaxy-s26" releaseLabel: "Galaxy S26" releaseDate: 2026-03-06 # https://www.gsmarena.com/samsung_galaxy_s26_5g-14456.php eoas: 2033-03-06 # 7 years - https://news.samsung.com/global/samsung-unveils-galaxy-s26-series-the-most-intuitive-galaxy-ai-phone-yet eol: false # 7 years - https://news.samsung.com/global/samsung-unveils-galaxy-s26-series-the-most-intuitive-galaxy-ai-phone-yet link: null # unknown - releaseCycle: "galaxy-f70e-5g" releaseLabel: "Galaxy F70e 5G" releaseDate: 2026-02-17 # https://news.samsung.com/in/samsung-india-unveils-galaxy-f70e-5g-with-showstopper-camera-ultra-smooth-display-premium-leather-finish eoas: 2032-02-17 # 6 years - https://news.samsung.com/in/samsung-india-unveils-galaxy-f70e-5g-with-showstopper-camera-ultra-smooth-display-premium-leather-finish eol: 2032-02-17 # 6 years - https://news.samsung.com/in/samsung-india-unveils-galaxy-f70e-5g-with-showstopper-camera-ultra-smooth-display-premium-leather-finish - releaseCycle: "galaxy-a07-5g" releaseLabel: "Galaxy A07 5G" releaseDate: 2026-01-30 # https://news.samsung.com/global/samsung-launches-galaxy-a07-5g-bringing-intelligence-and-reliable-performance-to-more-galaxy-a-series-devices eoas: 2032-01-30 # 6 years - https://news.samsung.com/global/samsung-launches-galaxy-a07-5g-bringing-intelligence-and-reliable-performance-to-more-galaxy-a-series-devices eol: 2032-01-30 # 6 years - https://news.samsung.com/global/samsung-launches-galaxy-a07-5g-bringing-intelligence-and-reliable-performance-to-more-galaxy-a-series-devices - releaseCycle: "galaxy-z-trifold" releaseLabel: "Galaxy Z TriFold" releaseDate: 2025-12-01 # https://news.samsung.com/us/samsung-introducing-galaxy-z-trifold-shape-whats-next-mobile-innovation/ eoas: 2032-12-01 # 7 years - https://www.androidcentral.com/phones/samsung-galaxy/how-many-software-updates-will-the-samsung-galaxy-z-trifold-receive eol: false # 7 years - https://www.androidcentral.com/phones/samsung-galaxy/how-many-software-updates-will-the-samsung-galaxy-z-trifold-receive link: https://doc.samsungmobile.com/SM-F9680/CHC/doc.html - releaseCycle: "galaxy-m17-5g" releaseLabel: "Galaxy M17 5G" releaseDate: 2025-10-13 # https://news.samsung.com/in/samsung-launches-galaxy-m17-5g-with-segment-first-ois-camera-enhanced-durability-ai-features-in-india eoas: 2031-10-13 # 6 years - https://news.samsung.com/in/samsung-launches-galaxy-m17-5g-with-segment-first-ois-camera-enhanced-durability-ai-features-in-india eol: false # 6 years - https://news.samsung.com/in/samsung-launches-galaxy-m17-5g-with-segment-first-ois-camera-enhanced-durability-ai-features-in-india link: https://doc.samsungmobile.com/SM-M176B/NPB/doc.html - releaseCycle: "w26" releaseLabel: "W26" releaseDate: 2025-10-11 # https://www.absolutegeeks.com/article/tech-news/samsungs-galaxy-w26-brings-real-satellite-calling-but-only-for-china/ eoas: false # unknown eol: false # unknown link: https://doc.samsungmobile.com/SM-W9026/CHC/doc.html - releaseCycle: "galaxy-f07" releaseLabel: "Galaxy F07" releaseDate: 2025-10-04 # https://www.gsmarena.com/samsung_galaxy_f07-14205.php eoas: 2031-10-04 # 6 years - https://www.gsmarena.com/samsung_galaxy_f07-14205.php eol: 2031-10-04 link: https://doc.samsungmobile.com/SM-E075F/INS/doc.html - releaseCycle: "galaxy-m07" releaseLabel: "Galaxy M07" releaseDate: 2025-10-01 # https://www.gsmarena.com/samsung_galaxy_m07-14100.php eoas: 2031-10-01 # 6 years - https://www.gsmarena.com/samsung_galaxy_m07-14100.php eol: false link: https://doc.samsungmobile.com/SM-M075F/INS/doc.html - releaseCycle: "galaxy-f17-5g" releaseLabel: "Galaxy F17 5G" releaseDate: 2025-09-11 # https://news.samsung.com/in/samsung-launches-incredibly-thin-and-durable-galaxy-f17-5g-with-segment-leading-features eoas: 2031-09-11 # 6 years - https://news.samsung.com/in/samsung-launches-incredibly-thin-and-durable-galaxy-f17-5g-with-segment-leading-features eol: 2031-09-11 # 6 years - https://news.samsung.com/in/samsung-launches-incredibly-thin-and-durable-galaxy-f17-5g-with-segment-leading-features link: https://doc.samsungmobile.com/SM-E176B/INS/doc.html - releaseCycle: "galaxy-s25-fe" releaseLabel: "Galaxy S25 FE" releaseDate: 2025-09-04 # https://news.samsung.com/global/meet-samsung-galaxy-s25-fe-the-gateway-to-the-galaxy-ai-and-flagship-essentials eoas: 2032-09-04 # 7 years - https://news.samsung.com/global/meet-samsung-galaxy-s25-fe-the-gateway-to-the-galaxy-ai-and-flagship-essentials eol: 2032-09-04 # 7 years - https://news.samsung.com/global/meet-samsung-galaxy-s25-fe-the-gateway-to-the-galaxy-ai-and-flagship-essentials link: https://doc.samsungmobile.com/SM-S731B/COL/doc.html - releaseCycle: "galaxy-a07" releaseLabel: "Galaxy A07" releaseDate: 2025-09-01 # https://news.samsung.com/za/samsung-launches-the-all-new-galaxy-a07-built-for-every-challenge eoas: 2031-09-01 # 6 years - https://news.samsung.com/sg/enjoy-essential-and-secure-ai-powered-features-with-samsung-galaxy-a17-and-galaxy-a07 eol: 2031-09-01 # 6 years - https://news.samsung.com/sg/enjoy-essential-and-secure-ai-powered-features-with-samsung-galaxy-a17-and-galaxy-a07 link: https://doc.samsungmobile.com/SM-A075M/TCE/doc.html - releaseCycle: "galaxy-a17-5g" releaseLabel: "Galaxy A17 5G" releaseDate: 2025-08-27 # https://news.samsung.com/uk/awesome-made-easy-samsung-introduces-the-galaxy-a17-5g eoas: 2031-08-27 # 6 years - https://news.samsung.com/za/from-ai-to-essentials-meet-the-new-samsung-galaxy-a17 eol: 2031-08-27 # 6 years - https://news.samsung.com/za/from-ai-to-essentials-meet-the-new-samsung-galaxy-a17 link: https://doc.samsungmobile.com/SM-A176B/XXV/doc.html - releaseCycle: "galaxy-a17" releaseLabel: "Galaxy A17" releaseDate: 2025-08-27 # https://news.samsung.com/uk/awesome-made-easy-samsung-introduces-the-galaxy-a17-5g eoas: 2031-08-27 # 6 years - https://news.samsung.com/za/from-ai-to-essentials-meet-the-new-samsung-galaxy-a17 eol: false # 6 years - https://news.samsung.com/za/from-ai-to-essentials-meet-the-new-samsung-galaxy-a17 link: https://doc.samsungmobile.com/SM-A175F/TCE/doc.html - releaseCycle: "galaxy-z-fold7" releaseLabel: "Galaxy Z Fold7" releaseDate: 2025-07-25 # https://news.samsung.com/global/samsung-launches-galaxy-z-fold7-galaxy-z-flip7-and-galaxy-watch8-series-globally-starting-today eoas: 2032-07-25 # 7 android upgrade - https://sammyguru.com/galaxy-z-fold-7-galaxy-z-flip-7-software-updates-total/ eol: false # 7 years of security support - https://sammyguru.com/galaxy-z-fold-7-galaxy-z-flip-7-software-updates-total/ link: https://doc.samsungmobile.com/SM-F9660/TGY/doc.html - releaseCycle: "galaxy-z-flip7-fe" releaseLabel: "Galaxy Z Flip7 FE" releaseDate: 2025-07-25 # https://news.samsung.com/global/samsung-launches-galaxy-z-fold7-galaxy-z-flip7-and-galaxy-watch8-series-globally-starting-today eoas: 2032-07-25 # 7 android upgrade - https://sammyguru.com/galaxy-z-fold-7-galaxy-z-flip-7-software-updates-total/ eol: false # 7 years of security support - https://sammyguru.com/galaxy-z-fold-7-galaxy-z-flip-7-software-updates-total/ link: https://doc.samsungmobile.com/SM-F7610/CHC/doc.html - releaseCycle: "galaxy-z-flip7" releaseLabel: "Galaxy Z Flip7" releaseDate: 2025-07-25 # https://news.samsung.com/global/samsung-launches-galaxy-z-fold7-galaxy-z-flip7-and-galaxy-watch8-series-globally-starting-today eoas: 2032-07-25 # 7 android upgrade - https://sammyguru.com/galaxy-z-fold-7-galaxy-z-flip-7-software-updates-total/ eol: false # 7 years of security support - https://sammyguru.com/galaxy-z-fold-7-galaxy-z-flip-7-software-updates-total/ link: https://doc.samsungmobile.com/SM-F7660/CHC/doc.html - releaseCycle: "galaxy-f36-5g" releaseLabel: "Galaxy F36 5G" releaseDate: 2025-07-22 # https://news.samsung.com/in/samsung-launches-galaxy-f36-5g-with-premium-leather-finish-segment-leading-camera-and-ai-innovations-in-india eoas: 2031-07-22 # 6 android upgrade - https://news.samsung.com/in/samsung-launches-galaxy-f36-5g-with-premium-leather-finish-segment-leading-camera-and-ai-innovations-in-india eol: false # 6 years of security support - https://news.samsung.com/in/samsung-launches-galaxy-f36-5g-with-premium-leather-finish-segment-leading-camera-and-ai-innovations-in-india link: null # not found on doc.samsungmobile.com as of 2025-08-06 - releaseCycle: "galaxy-m36-5g" releaseLabel: "Galaxy M36 5G" releaseDate: 2025-07-12 # https://news.samsung.com/in/samsung-launches-galaxy-m36-5g-in-india-introduces-advanced-ai-innovations-in-mid-segment-smartphones eoas: 2031-07-12 # 6 android upgrade - https://news.samsung.com/in/samsung-launches-galaxy-m36-5g-in-india-introduces-advanced-ai-innovations-in-mid-segment-smartphones eol: false # 6 years of security support - https://news.samsung.com/in/samsung-launches-galaxy-m36-5g-in-india-introduces-advanced-ai-innovations-in-mid-segment-smartphones link: https://doc.samsungmobile.com/SM-M356B/INS/doc.html - releaseCycle: "galaxy-s25-edge" releaseLabel: "Galaxy S25 Edge" releaseDate: 2025-05-29 # https://www.gsmarena.com/samsung_galaxy_s25_edge-13506.php eoas: 2032-05-29 # 7 android upgrade - https://www.sammobile.com/news/galaxy-s25-edge-seven-years-android-one-ui-security-updates/ eol: false # 7 years of security updates - https://www.sammobile.com/news/galaxy-s25-edge-seven-years-android-one-ui-security-updates/ link: https://doc.samsungmobile.com/SM-S9370/TGY/doc.html - releaseCycle: "galaxy-f56-5g" releaseLabel: "Galaxy F56 5G" releaseDate: 2025-05-14 # https://www.gsmarena.com/samsung_galaxy_f56_5g-13855.php eoas: 2031-05-14 # 6 android upgrade - https://news.samsung.com/in/samsung-launches-galaxy-f56-its-slimmest-f-series-smartphone-in-india eol: false # 6 years of security updates - https://news.samsung.com/in/samsung-launches-galaxy-f56-its-slimmest-f-series-smartphone-in-india link: https://doc.samsungmobile.com/SM-E566B/INS/doc.html - releaseCycle: "galaxy-xcover7-pro" releaseLabel: "Galaxy XCover7 Pro" releaseDate: 2025-05-07 # https://www.gsmarena.com/samsung_galaxy_xcover7_pro-13780.php eoas: 2029-05-07 # not found, assumed 4 OS upgrades eol: false # https://www.samsung.com/us/business/smartphones/galaxy-xcover7-pro/buy/galaxy-xcover7-pro-128gb-unlocked-sku-sm-g766uzkfn14/ link: https://doc.samsungmobile.com/SM-G766B/EUX/doc.html - releaseCycle: "galaxy-m56-5g" releaseLabel: "Galaxy M56 5G" releaseDate: 2025-04-17 # https://news.samsung.com/in/samsung-launches-galaxy-m56-5g-segments-slimmest-smartphone-in-india eoas: 2031-04-17 # 6 android upgrade - https://news.samsung.com/in/samsung-launches-galaxy-m56-5g-segments-slimmest-smartphone-in-india eol: false # 6 years of security updates - https://news.samsung.com/in/samsung-launches-galaxy-m56-5g-segments-slimmest-smartphone-in-india link: https://news.samsung.com/in/samsung-launches-galaxy-m56-5g-segments-slimmest-smartphone-in-india - releaseCycle: "galaxy-a56-5g" releaseLabel: "Galaxy A56 5G" releaseDate: 2025-03-28 # https://news.samsung.com/global/samsung-galaxy-a56-5g-galaxy-a36-5g-and-galaxy-a26-5g-are-now-available-worldwide eoas: 2031-03-28 # 6 android upgrade - https://news.samsung.com/global/samsung-galaxy-a56-5g-galaxy-a36-5g-and-galaxy-a26-5g-are-now-available-worldwide eol: 2031-03-28 # 6 years of security updates - https://news.samsung.com/global/samsung-galaxy-a56-5g-galaxy-a36-5g-and-galaxy-a26-5g-are-now-available-worldwide link: https://doc.samsungmobile.com/SM-A5660/TGY/doc.html - releaseCycle: "galaxy-a36-5g" releaseLabel: "Galaxy A36 5G" releaseDate: 2025-03-28 # https://news.samsung.com/global/samsung-galaxy-a56-5g-galaxy-a36-5g-and-galaxy-a26-5g-are-now-available-worldwide eoas: 2031-03-28 # 6 android upgrade - https://news.samsung.com/global/samsung-galaxy-a56-5g-galaxy-a36-5g-and-galaxy-a26-5g-are-now-available-worldwide eol: 2031-03-28 # 6 years of security updates - https://news.samsung.com/global/samsung-galaxy-a56-5g-galaxy-a36-5g-and-galaxy-a26-5g-are-now-available-worldwide link: https://doc.samsungmobile.com/SM-A366E/CHT/doc.html - releaseCycle: "galaxy-a26-5g" releaseLabel: "Galaxy A26 5G" releaseDate: 2025-03-28 # https://news.samsung.com/global/samsung-galaxy-a56-5g-galaxy-a36-5g-and-galaxy-a26-5g-are-now-available-worldwide eoas: 2031-03-28 # 6 android upgrade - https://news.samsung.com/global/samsung-galaxy-a56-5g-galaxy-a36-5g-and-galaxy-a26-5g-are-now-available-worldwide eol: 2031-03-28 # 6 years of security updates - https://news.samsung.com/global/samsung-galaxy-a56-5g-galaxy-a36-5g-and-galaxy-a26-5g-are-now-available-worldwide link: https://doc.samsungmobile.com/SM-A266B/NPB/doc.html - releaseCycle: "galaxy-f16-5g" releaseLabel: "Galaxy F16 5G" releaseDate: 2025-03-13 # https://news.samsung.com/in/samsung-launches-galaxy-f16-5g-with-segment-leading-features-in-india eoas: 2031-03-13 # 6 android upgrade - https://news.samsung.com/in/samsung-launches-galaxy-f16-5g-with-segment-leading-features-in-india eol: false # 6 years of security updates - https://news.samsung.com/in/samsung-launches-galaxy-f16-5g-with-segment-leading-features-in-india link: https://doc.samsungmobile.com/SM-E166P/INS/doc.html - releaseCycle: "galaxy-m16-5g" releaseLabel: "Galaxy M16 5G" releaseDate: 2025-02-27 # https://news.samsung.com/in/samsung-launches-galaxy-m16-5g-and-galaxy-m06-5g-in-india-with-refreshed-design-and-monster-performance eoas: 2031-02-27 # 6 android upgrade - https://news.samsung.com/in/samsung-launches-galaxy-m16-5g-and-galaxy-m06-5g-in-india-with-refreshed-design-and-monster-performance eol: false # 6 years of security updates - https://news.samsung.com/in/samsung-launches-galaxy-m16-5g-and-galaxy-m06-5g-in-india-with-refreshed-design-and-monster-performance link: https://doc.samsungmobile.com/SM-M166P/INS/doc.html - releaseCycle: "galaxy-m06-5g" releaseLabel: "Galaxy M06 5G" releaseDate: 2025-02-27 # https://news.samsung.com/in/samsung-launches-galaxy-m16-5g-and-galaxy-m06-5g-in-india-with-refreshed-design-and-monster-performance eoas: 2029-02-27 # 4 android upgrade - https://news.samsung.com/in/samsung-launches-galaxy-m16-5g-and-galaxy-m06-5g-in-india-with-refreshed-design-and-monster-performance eol: false # 4 years of security updates - https://news.samsung.com/in/samsung-launches-galaxy-m16-5g-and-galaxy-m06-5g-in-india-with-refreshed-design-and-monster-performance link: https://doc.samsungmobile.com/SM-M166P/INS/doc.html - releaseCycle: "galaxy-a06-5g" releaseLabel: "Galaxy A06 5G" releaseDate: 2025-02-19 # https://www.gsmarena.com/samsung_galaxy_a06_5g-13662.php eoas: 2031-02-19 # 6 android upgrade - https://www.sammobile.com/news/samsung-galaxy-devices-six-years-android-one-ui-updates-eligibility/ eol: false # 6 years of security updates - https://www.sammobile.com/news/samsung-galaxy-devices-six-years-android-one-ui-updates-eligibility/ link: https://doc.samsungmobile.com/SM-A065M/TCE/doc.html - releaseCycle: "galaxy-f06-5g" releaseLabel: "Galaxy F06 5G" releaseDate: 2025-02-12 # https://news.samsung.com/in/samsung-launches-galaxy-f06-5g-its-most-affordable-5g-smartphone-in-india eoas: 2029-02-12 # 4 android upgrade - https://news.samsung.com/in/samsung-launches-galaxy-f06-5g-its-most-affordable-5g-smartphone-in-india eol: false # 4 years of security updates - https://news.samsung.com/in/samsung-launches-galaxy-f06-5g-its-most-affordable-5g-smartphone-in-india link: https://doc.samsungmobile.com/SM-E066B/INS/doc.html - releaseCycle: "galaxy-s25-ultra" releaseLabel: "Galaxy S25 Ultra" releaseDate: 2025-02-03 eoas: 2032-02-03 # "seven generations of OS upgrades" (https://news.samsung.com/global/samsung-galaxy-s25-series-sets-the-standard-of-ai-phone-as-a-true-ai-companion) eol: false # "seven years of security updates" link: https://doc.samsungmobile.com/SM-S938B/INS/doc.html - releaseCycle: "galaxy-s25+" releaseLabel: "Galaxy S25+" releaseDate: 2025-02-03 eoas: 2032-02-03 # "seven generations of OS upgrades" (https://news.samsung.com/global/samsung-galaxy-s25-series-sets-the-standard-of-ai-phone-as-a-true-ai-companion) eol: false # "seven years of security updates" link: https://doc.samsungmobile.com/SM-S936B/INS/doc.html - releaseCycle: "galaxy-s25" releaseLabel: "Galaxy S25" releaseDate: 2025-02-03 eoas: 2032-02-03 # "seven generations of OS upgrades" (https://news.samsung.com/global/samsung-galaxy-s25-series-sets-the-standard-of-ai-phone-as-a-true-ai-companion) eol: 2032-02-03 # "seven years of security updates" link: https://doc.samsungmobile.com/SM-S931B/INS/doc.html - releaseCycle: "galaxy-a16" releaseLabel: "Galaxy A16" releaseDate: 2024-11-20 eoas: 2030-11-20 # "6 generations of OS updates" (https://news.samsung.com/uk/samsung-introduces-the-galaxy-a16-series-featuring-two-new-devices) eol: false # "6 years of security updates" link: https://doc.samsungmobile.com/SM-A165F/XFA/doc.html - releaseCycle: "w25-flip" # only for China: https://www.androidauthority.com/samsung-w25-w25-flip-3496756/ releaseLabel: "W25 Flip" releaseDate: 2024-11-06 eoas: false eol: false link: https://doc.samsungmobile.com/SM-W7025/CHC/doc.html - releaseCycle: "w25" # only for China: https://www.androidauthority.com/samsung-w25-w25-flip-3496756/ releaseLabel: "W25" releaseDate: 2024-11-06 eoas: false eol: false link: https://doc.samsungmobile.com/SM-W9025/CHC/doc.html - releaseCycle: "galaxy-a16-5g" releaseLabel: "Galaxy A16 5G" releaseDate: 2024-10-25 eoas: 2030-10-25 # "6 generations of OS updates" (https://news.samsung.com/uk/samsung-introduces-the-galaxy-a16-series-featuring-two-new-devices) eol: false # "6 years of security updates" link: https://doc.samsungmobile.com/SM-A166B/EUX/doc.html - releaseCycle: "galaxy-z-fold-special-edition" releaseLabel: "Galaxy Z Fold Special Edition" releaseDate: 2024-10-24 # https://www.gsmarena.com/samsung_galaxy_z_fold_special-13452.php eoas: 2031-10-24 # 7 Android updates - https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: 2031-10-24 # 7 years of security updates - https://androidspotlight.com/software-update-policy-for-every-samsung-device/ link: https://doc.samsungmobile.com/SM-F958N/KOO/doc.html - releaseCycle: "galaxy-s24-fe" releaseLabel: "Galaxy S24 FE" releaseDate: 2024-09-26 eoas: 2031-09-26 # "seven generations of OS upgrades" (https://news.samsung.com/us/galaxy-s24-series-expands-with-s24-fe-a-premium-experience-that-makes-full-galaxy-ai-capabilities-attainable-for-more-users/) eol: 2031-09-26 # "seven years of security updates" link: https://doc.samsungmobile.com/sm-s721u/tmb/doc.html - releaseCycle: "galaxy-m55s-5g" releaseLabel: "Galaxy M55s 5G" releaseDate: 2024-09-24 # https://news.samsung.com/in/samsung-unveils-galaxy-m55s-5g-with-stunning-camera-super-amoled-display-powerful-snapdragon-processor-and-stylish-fusion-design-in-india eoas: 2028-09-24 # 4 android upgrade - https://news.samsung.com/in/samsung-unveils-galaxy-m55s-5g-with-stunning-camera-super-amoled-display-powerful-snapdragon-processor-and-stylish-fusion-design-in-india eol: false # 5 years of security updates - https://news.samsung.com/in/samsung-unveils-galaxy-m55s-5g-with-stunning-camera-super-amoled-display-powerful-snapdragon-processor-and-stylish-fusion-design-in-india link: https://news.samsung.com/in/samsung-unveils-galaxy-m55s-5g-with-stunning-camera-super-amoled-display-powerful-snapdragon-processor-and-stylish-fusion-design-in-india - releaseCycle: "galaxy-f05" releaseLabel: "Galaxy F05" releaseDate: 2024-09-17 # https://news.samsung.com/in/samsung-launches-galaxy-f05-with-stylish-leather-pattern-design-and-high-resolution-50-mp-dual-camera-in-india eoas: 2026-09-17 # 2 android upgrade - https://news.samsung.com/in/samsung-launches-galaxy-f05-with-stylish-leather-pattern-design-and-high-resolution-50-mp-dual-camera-in-india eol: false # 4 years of security updates - https://news.samsung.com/in/samsung-launches-galaxy-f05-with-stylish-leather-pattern-design-and-high-resolution-50-mp-dual-camera-in-india link: https://doc.samsungmobile.com/SM-E055F/INS/doc.html - releaseCycle: "galaxy-m05" releaseLabel: "Galaxy M05" releaseDate: 2024-09-12 # https://news.samsung.com/in/samsung-unveils-galaxy-m05-with-50mp-dual-camera-and-stunning-display-in-india eoas: 2026-09-12 # 2 android upgrade - https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: false # 4 years of security updates - https://androidspotlight.com/software-update-policy-for-every-samsung-device/ link: https://doc.samsungmobile.com/SM-M055F/BKD/doc.html - releaseCycle: "galaxy-f14" releaseLabel: "Galaxy F14" # aka Galaxy F14 4G releaseDate: 2024-09-05 # https://www.gsmarena.com/samsung_galaxy_f14_4g-13247.php eoas: 2026-09-05 # 2 android upgrade - https://www.gadgets360.com/mobiles/news/samsung-galaxy-f14-4g-price-india-launch-specifications-features-6265670 eol: false # 4 years of security updates - https://www.gadgets360.com/mobiles/news/samsung-galaxy-f14-4g-price-india-launch-specifications-features-6265670 link: https://doc.samsungmobile.com/SM-E145F/INS/doc.html - releaseCycle: "galaxy-a06" releaseLabel: "Galaxy A06" releaseDate: 2024-08-22 # https://www.gsmarena.com/samsung_galaxy_a06-13265.php eoas: 2026-08-22 # 2 android upgrade - https://www.gsmarena.com/samsung_galaxy_a06-review-2743p4.php eol: false # 4 years of security updates - https://www.gsmarena.com/samsung_galaxy_a06-review-2743p4.php link: https://doc.samsungmobile.com/SM-A065M/TCE/doc.html - releaseCycle: "galaxy-z-fold6" releaseLabel: "Galaxy Z Fold6" releaseDate: 2024-07-24 # https://www.gsmarena.com/samsung_galaxy_z_fold6-13147.php eoas: 2031-07-24 # 7 Android updates - https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: false # 7 years of security updates - https://androidspotlight.com/software-update-policy-for-every-samsung-device/ link: https://doc.samsungmobile.com/SM-F956W/ESK/doc.html - releaseCycle: "galaxy-z-flip6" releaseLabel: "Galaxy Z Flip6" releaseDate: 2024-07-24 # https://www.gsmarena.com/samsung_galaxy_z_flip6-13192.php eoas: 2031-07-24 # 7 Android updates - https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: false # 7 years of security updates - https://androidspotlight.com/software-update-policy-for-every-samsung-device/ link: https://doc.samsungmobile.com/SM-F741U/CCT/doc.html - releaseCycle: "galaxy-m35-5g" releaseLabel: "Galaxy M35 5G" releaseDate: 2024-07-17 # https://news.samsung.com/in/samsung-unveils-galaxy-m35-5g-with-segment-leading-monster-features-in-india eoas: 2028-07-17 # 4 Android updates - https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: false # 5 years of security updates - https://androidspotlight.com/software-update-policy-for-every-samsung-device/ link: https://doc.samsungmobile.com/SM-M356B/NPB/doc.html - releaseCycle: "galaxy-f55-5g" releaseLabel: "Galaxy F55 5G" releaseDate: 2024-05-27 # https://news.samsung.com/in/samsung-unveils-galaxy-f55-5g-with-classy-vegan-leather-design-super-amoled-display-and-powerful-snapdragon-processor-in-india eoas: 2028-05-27 # 4 android upgrade - https://news.samsung.com/in/samsung-unveils-galaxy-f55-5g-with-classy-vegan-leather-design-super-amoled-display-and-powerful-snapdragon-processor-in-india eol: false # 5 years of security updates - https://news.samsung.com/in/samsung-unveils-galaxy-f55-5g-with-classy-vegan-leather-design-super-amoled-display-and-powerful-snapdragon-processor-in-india link: https://doc.samsungmobile.com/SM-E556B/INS/doc.html - releaseCycle: "galaxy-c55-5g" releaseLabel: "Galaxy C55 5G" releaseDate: 2024-04-22 # https://www.gsmarena.com/samsung_galaxy_c55_goes_official_in_china-news-62544.php eoas: 2028-04-22 # 4 android upgrade - https://www.sammobile.com/samsung/galaxy-c55/ eol: 2029-04-22 # 5 years of security updates - https://www.sammobile.com/samsung/galaxy-c55/ link: https://doc.samsungmobile.com/SM-C5560/CHC/doc.html - releaseCycle: "galaxy-m55-5g" releaseLabel: "Galaxy M55 5G" releaseDate: 2024-04-08 # https://news.samsung.com/in/samsung-unveils-galaxy-m55-5g-galaxy-m15-5g-with-segment-leading-super-amoled-plus-display-powerful-processor-and-stylish-design-in-india eoas: 2028-04-08 # 4 android upgrade - https://news.samsung.com/in/samsung-unveils-galaxy-m55-5g-galaxy-m15-5g-with-segment-leading-super-amoled-plus-display-powerful-processor-and-stylish-design-in-india eol: false # 5 years of security updates - https://news.samsung.com/in/samsung-unveils-galaxy-m55-5g-galaxy-m15-5g-with-segment-leading-super-amoled-plus-display-powerful-processor-and-stylish-design-in-india link: https://doc.samsungmobile.com/SM-M556B/BNG/doc.html - releaseCycle: "galaxy-m15-5g" releaseLabel: "Galaxy M15 5G" releaseDate: 2024-04-08 # https://news.samsung.com/in/samsung-unveils-galaxy-m55-5g-galaxy-m15-5g-with-segment-leading-super-amoled-plus-display-powerful-processor-and-stylish-design-in-india eoas: 2028-04-08 # 4 android upgrade - https://news.samsung.com/in/samsung-unveils-galaxy-m55-5g-galaxy-m15-5g-with-segment-leading-super-amoled-plus-display-powerful-processor-and-stylish-design-in-india eol: false # 5 years of security updates - https://news.samsung.com/in/samsung-unveils-galaxy-m55-5g-galaxy-m15-5g-with-segment-leading-super-amoled-plus-display-powerful-processor-and-stylish-design-in-india link: https://doc.samsungmobile.com/SM-M156B/XID/doc.html - releaseCycle: "galaxy-f15-5g" releaseLabel: "Galaxy F15 5G" releaseDate: 2024-04-03 # https://news.samsung.com/in/samsung-launches-galaxy-f16-5g-with-segment-leading-features-in-india eoas: 2028-04-03 # 4 android upgrade - https://news.samsung.com/in/samsung-unveils-galaxy-f15-5g-with-segment-best-samoled-display-4-generations-of-android-upgrades-5-years-of-security-updates-and-6000mah-battery eol: false # 5 years of security updates - https://news.samsung.com/in/samsung-unveils-galaxy-f15-5g-with-segment-best-samoled-display-4-generations-of-android-upgrades-5-years-of-security-updates-and-6000mah-battery link: https://doc.samsungmobile.com/SM-E156B/INS/doc.html - releaseCycle: "galaxy-a55-5g" releaseLabel: "Galaxy A55 5G" releaseDate: 2024-03-11 eoas: 2028-03-11 # "four generations of OS upgrades" (https://news.samsung.com/uk/galaxy-a55-5g-and-galaxy-a35-5g-awesome-innovations-and-security-engineered-for-everyone) eol: 2029-03-11 # "five years of security updates" link: https://doc.samsungmobile.com/sm-a556e/ins/doc.html - releaseCycle: "galaxy-a35-5g" releaseLabel: "Galaxy A35 5G" releaseDate: 2024-03-11 eoas: 2028-03-11 # "four generations of OS upgrades" (https://news.samsung.com/uk/galaxy-a55-5g-and-galaxy-a35-5g-awesome-innovations-and-security-engineered-for-everyone) eol: false # "five years of security updates" link: https://doc.samsungmobile.com/SM-A356E/NPB/doc.html - releaseCycle: "galaxy-m14" releaseLabel: "Galaxy M14" # aka Galaxy M14 4G releaseDate: 2024-03-07 # https://www.gsmarena.com/samsung_galaxy_m14_4g-12862.php eoas: 2026-03-07 # 2 android upgrades - https://www.amazon.in/Samsung-Sapphire-Snapdragon-Processor-Security/dp/B0CV7KZLL4 eol: false # 4 years of security updates - https://www.amazon.in/Samsung-Sapphire-Snapdragon-Processor-Security/dp/B0CV7KZLL4 link: https://doc.samsungmobile.com/SM-M145F/INS/doc.html - releaseCycle: "galaxy-s24-ultra" releaseLabel: "Galaxy S24 Ultra" releaseDate: 2024-01-24 eoas: 2031-01-24 # "seven generations of OS upgrades" (https://news.samsung.com/global/enter-the-new-era-of-mobile-ai-with-samsung-galaxy-s24-series) eol: false # "seven years of security updates" link: https://doc.samsungmobile.com/SM-S928U1/XAA/doc.html - releaseCycle: "galaxy-s24+" releaseLabel: "Galaxy S24+" releaseDate: 2024-01-24 eoas: 2031-01-24 # "seven generations of OS upgrades" (https://news.samsung.com/global/enter-the-new-era-of-mobile-ai-with-samsung-galaxy-s24-series) eol: false # "seven years of security updates" link: https://doc.samsungmobile.com/SM-S926U1/XAA/doc.html - releaseCycle: "galaxy-s24" releaseLabel: "Galaxy S24" releaseDate: 2024-01-24 eoas: 2031-01-24 # "seven generations of OS upgrades" (https://news.samsung.com/global/enter-the-new-era-of-mobile-ai-with-samsung-galaxy-s24-series) eol: 2031-01-24 # "seven years of security updates" link: https://doc.samsungmobile.com/SM-S921U1/XAA/doc.html - releaseCycle: "galaxy-xcover7" releaseLabel: "Galaxy XCover7" releaseDate: 2024-01-10 eoas: 2030-01-10 # "ANDROID 21 supported" eol: false # "ANDROID 21 supported" link: https://doc.samsungmobile.com/sm-g556b/eux/doc.html - releaseCycle: "galaxy-a25-5g" releaseLabel: "Galaxy A25 5G" releaseDate: 2023-12-11 eoas: 2027-12-11 # "4 generations of OS upgrades" (https://news.samsung.com/in/samsung-galaxy-a25-5g-galaxy-a15-5g-with-awesome-camera-and-new-editing-features-launched-in-india) eol: false # "5 years of security updates" link: https://doc.samsungmobile.com/SM-A256E/CHT/doc.html - releaseCycle: "galaxy-a15-5g" releaseLabel: "Galaxy A15 5G" releaseDate: 2023-12-11 eoas: 2027-12-11 # "4 generations of OS upgrades" (https://news.samsung.com/in/samsung-galaxy-a25-5g-galaxy-a15-5g-with-awesome-camera-and-new-editing-features-launched-in-india) eol: false # "5 years of security updates" link: https://doc.samsungmobile.com/SM-A156B/EUX/doc.html - releaseCycle: "galaxy-a15" releaseLabel: "Galaxy A15" releaseDate: 2023-12-11 eoas: 2027-12-11 # "4 generations of OS upgrades" (https://news.samsung.com/in/samsung-galaxy-a25-5g-galaxy-a15-5g-with-awesome-camera-and-new-editing-features-launched-in-india) eol: false # "5 years of security updates" link: https://doc.samsungmobile.com/SM-A155F/EUX/doc.html - releaseCycle: "galaxy-m44-5g" releaseLabel: "Galaxy M44 5G" releaseDate: 2023-11-10 # https://www.gsmarena.com/samsung_galaxy_m44_makes_its_international_debut_in_south_korea_with_surprising_chipset-news-60556.php eoas: 2025-10-15 # 2 android updates - https://www.androidupdatetracker.com/p/samsung-galaxy-m44-5g eol: false link: null # no page found on doc.samsungmobile.com - releaseCycle: "galaxy-a05s" releaseLabel: "Galaxy A05s" releaseDate: 2023-10-18 # https://www.gsmarena.com/samsung_galaxy_a05s-12584.php eoas: 2025-10-18 # 2 android updates - https://rmupdate.com/galaxy-a05-software-update-policy/ eol: false # 4 years of security updates - https://rmupdate.com/galaxy-a05-software-update-policy/ link: https://doc.samsungmobile.com/SM-A057F/FWD/doc.html - releaseCycle: "galaxy-a05" releaseLabel: "Galaxy A05" releaseDate: 2023-10-15 # https://www.gsmarena.com/samsung_galaxy_a05-12583.php eoas: 2025-10-15 # 2 android updates - https://rmupdate.com/galaxy-a05-software-update-policy/ eol: false # 4 years of security updates - https://rmupdate.com/galaxy-a05-software-update-policy/ link: https://doc.samsungmobile.com/SM-A055F/FWD/doc.html - releaseCycle: "galaxy-s23-fe" releaseLabel: "Galaxy S23 FE" releaseDate: 2023-10-05 eoas: false eol: 2028-10-05 # "five years of security updates" (https://security.samsungmobile.com/securityPost.smsb) link: https://doc.samsungmobile.com/SM-S711B/INS/doc.html - releaseCycle: "w24-flip" # only for China: https://www.gizmochina.com/2023/09/15/samsung-w24-launched-china/ releaseLabel: "W24 Flip" releaseDate: 2023-09-15 eoas: false eol: false link: https://doc.samsungmobile.com/SM-W7024/CHC/doc.html - releaseCycle: "w24" # only for China: https://www.gizmochina.com/2023/09/15/samsung-w24-launched-china/ releaseLabel: "W24" releaseDate: 2023-09-15 eoas: false eol: false link: https://doc.samsungmobile.com/SM-W9024/CHC/doc.html - releaseCycle: "galaxy-z-fold5" releaseLabel: "Galaxy Z Fold5" releaseDate: 2023-08-11 # https://en.wikipedia.org/wiki/Samsung_Galaxy_Z_Fold_5 eoas: 2027-08-11 # 4 Android updates - https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: false # 5 years of security updates - https://androidspotlight.com/software-update-policy-for-every-samsung-device/ link: https://doc.samsungmobile.com/SM-F946B/ZTO/doc.html - releaseCycle: "galaxy-z-flip5" releaseLabel: "Galaxy Z Flip5" releaseDate: 2023-08-11 # https://en.wikipedia.org/wiki/Samsung_Galaxy_Z_Flip_5 eoas: 2027-08-11 # 4 Android updates - https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: false # 5 years of security updates - https://androidspotlight.com/software-update-policy-for-every-samsung-device/ link: https://doc.samsungmobile.com/SM-F731B/ZTO/doc.html - releaseCycle: "galaxy-f34-5g" releaseLabel: "Galaxy F34 5G" releaseDate: 2023-08-07 # https://news.samsung.com/in/samsung-launches-galaxy-f34-5g-with-50mp-no-shake-camera-120hz-super-amoled-display-and-6000-mah-battery-at-just-inr-16999 eoas: 2027-08-07 # 4 android upgrade - https://news.samsung.com/in/samsung-launches-galaxy-f34-5g-with-50mp-no-shake-camera-120hz-super-amoled-display-and-6000-mah-battery-at-just-inr-16999 eol: 2028-08-07 # 5 years of security updates - https://news.samsung.com/in/samsung-launches-galaxy-f34-5g-with-50mp-no-shake-camera-120hz-super-amoled-display-and-6000-mah-battery-at-just-inr-16999 link: https://doc.samsungmobile.com/SM-E236B/INS/doc.html - releaseCycle: "galaxy-m34-5g" releaseLabel: "Galaxy M34 5G" releaseDate: 2023-07-07 # https://news.samsung.com/in/samsung-launches-galaxy-m34-5g-in-india-with-monster-display-camera-and-battery-at-just-inr-16999 eoas: 2027-07-07 # 4 Android updates - https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: false # 5 years of security updates - https://androidspotlight.com/software-update-policy-for-every-samsung-device/ link: https://doc.samsungmobile.com/SM-M346B1/XID/doc.html - releaseCycle: "galaxy-f54-5g" releaseLabel: "Galaxy F54 5G" releaseDate: 2023-06-06 # https://news.samsung.com/in/samsung-unveils-galaxy-f54-5g eoas: 2027-06-06 # 4 android upgrade - https://news.samsung.com/in/samsung-unveils-galaxy-f54-5g eol: 2028-06-06 # 5 years of security updates - https://news.samsung.com/in/samsung-unveils-galaxy-f54-5g link: https://doc.samsungmobile.com/SM-E546B/INS/doc.html - releaseCycle: "galaxy-a14" releaseLabel: "Galaxy A14" releaseDate: 2023-05-22 # https://news.samsung.com/in/samsung-launches-galaxy-a14-with-premium-design-50mp-triple-camera-and-5000mah-battery-starting-at-just-inr-12999 eoas: 2025-05-22 # 2 android upgrades - https://news.samsung.com/in/samsung-launches-galaxy-a14-with-premium-design-50mp-triple-camera-and-5000mah-battery-starting-at-just-inr-12999 eol: false # 4 years of security updates - https://news.samsung.com/in/samsung-launches-galaxy-a14-with-premium-design-50mp-triple-camera-and-5000mah-battery-starting-at-just-inr-12999 link: https://doc.samsungmobile.com/SM-A145FB/XME/doc.html - releaseCycle: "galaxy-a24" releaseLabel: "Galaxy A24" releaseDate: 2023-05-05 eoas: 2027-05-05 # four generations of OS upgrades eol: false # five years of security updates (https://news.samsung.com/my/your-galaxy-a24-is-worth-more-in-resale-or-trade-in-value-heres-why) link: https://doc.samsungmobile.com/sm-a245f/pak/doc.html - releaseCycle: "galaxy-m14-5g" releaseLabel: "Galaxy M14 5G" releaseDate: 2023-04-17 # https://news.samsung.com/in/samsung-unveils-galaxy-m14-5g-with-segment-leading-features-50mp-triple-camera-6000mah-battery-and-5nm-processor-starting-at-just-inr-13490 eoas: 2025-04-17 # 2 android upgrades - https://news.samsung.com/in/samsung-unveils-galaxy-m14-5g-with-segment-leading-features-50mp-triple-camera-6000mah-battery-and-5nm-processor-starting-at-just-inr-13490 eol: false # 4 years of security updates - https://news.samsung.com/in/samsung-unveils-galaxy-m14-5g-with-segment-leading-features-50mp-triple-camera-6000mah-battery-and-5nm-processor-starting-at-just-inr-13490 link: https://doc.samsungmobile.com/SM-M146B/INS/doc.html - releaseCycle: "galaxy-m54-5g" releaseLabel: "Galaxy M54 5G" releaseDate: 2023-04-04 # https://news.samsung.com/br/samsung-apresenta-galaxy-m54-5g-e-m14-5g-no-brasil eoas: 2027-04-04 # 4 android upgrades - https://news.samsung.com/br/samsung-apresenta-galaxy-m54-5g-e-m14-5g-no-brasil eol: false # 5 years of security updates - https://news.samsung.com/br/samsung-apresenta-galaxy-m54-5g-e-m14-5g-no-brasil link: https://doc.samsungmobile.com/SM-M546B/GTO/doc.html - releaseCycle: "galaxy-f14-5g" releaseLabel: "Galaxy F14 5G" releaseDate: 2023-03-24 # https://news.samsung.com/in/samsung-unveils-galaxy-f14-5g-with-segment-only-features-5nm-processor-and-6000-mah-battery-at-just-inr-12990 eoas: 2025-03-24 # 2 android upgrade - https://news.samsung.com/in/samsung-unveils-galaxy-f14-5g-with-segment-only-features-5nm-processor-and-6000-mah-battery-at-just-inr-12990 eol: false # 4 years of security updates - https://news.samsung.com/in/samsung-unveils-galaxy-f14-5g-with-segment-only-features-5nm-processor-and-6000-mah-battery-at-just-inr-12990 link: https://doc.samsungmobile.com/SM-E146B/INS/doc.html - releaseCycle: "galaxy-a54-5g" releaseLabel: "Galaxy A54 5G" releaseDate: 2023-03-24 eoas: 2027-03-24 # "four generations of OS upgrades" eol: false # "five years of security updates" (https://news.samsung.com/global/the-samsung-galaxy-a54-5g-and-galaxy-a34-5g-awesome-experiences-for-all) link: https://doc.samsungmobile.com/SM-A546U/TMB/doc.html - releaseCycle: "galaxy-a34-5g" releaseLabel: "Galaxy A34 5G" releaseDate: 2023-03-24 eoas: 2027-03-24 # "four generations of OS upgrades" eol: false # "five years of security updates" (https://news.samsung.com/global/the-samsung-galaxy-a54-5g-and-galaxy-a34-5g-awesome-experiences-for-all) link: https://doc.samsungmobile.com/SM-A346E/INS/doc.html - releaseCycle: "galaxy-s23-ultra" releaseLabel: "Galaxy S23 Ultra" releaseDate: 2023-02-17 eoas: 2027-02-17 eol: false # "five years of security updates" (https://security.samsungmobile.com/securityPost.smsb) link: https://doc.samsungmobile.com/SM-S918B/EUX/doc.html - releaseCycle: "galaxy-s23+" releaseLabel: "Galaxy S23+" releaseDate: 2023-02-17 eoas: false eol: false # "five years of security updates" (https://security.samsungmobile.com/securityPost.smsb) link: https://doc.samsungmobile.com/SM-S916B/EUX/doc.html - releaseCycle: "galaxy-s23" releaseLabel: "Galaxy S23" releaseDate: 2023-02-17 eoas: 2027-02-17 eol: 2028-02-17 # "five years of security updates" (https://security.samsungmobile.com/securityPost.smsb) link: https://doc.samsungmobile.com/SM-S911B/EUX/doc.html - releaseCycle: "galaxy-f04" releaseLabel: "Galaxy F04" releaseDate: 2023-01-12 eoas: 2025-01-12 eol: 2027-01-12 link: null - releaseCycle: "galaxy-a14-5g" releaseLabel: "Galaxy A14 5G" releaseDate: 2023-01-05 # https://news.samsung.com/sg/introducing-the-samsung-galaxy-a14-5g-delivering-an-awesome-experience-for-all eoas: 2025-01-05 # 2 android upgrades - https://news.samsung.com/sg/introducing-the-samsung-galaxy-a14-5g-delivering-an-awesome-experience-for-all eol: false # 4 years of security updates - https://news.samsung.com/sg/introducing-the-samsung-galaxy-a14-5g-delivering-an-awesome-experience-for-all link: https://doc.samsungmobile.com/SM-A146B/INS/doc.html - releaseCycle: "galaxy-m04" releaseLabel: "Galaxy M04" releaseDate: 2022-12-16 eoas: 2024-12-16 eol: false link: https://doc.samsungmobile.com/SM-M045F/INS/doc.html - releaseCycle: "galaxy-a04e" releaseLabel: "Galaxy A04e" releaseDate: 2022-11-07 eoas: false eol: false link: https://doc.samsungmobile.com/SM-A042F/XXV/doc.html - releaseCycle: "w23-flip" # only for China: https://www.sammobile.com/news/samsung-first-foldable-w23-flip-phone-china-launching-this-week/ releaseLabel: "W23 Flip" releaseDate: 2022-10-21 eoas: false eol: false link: https://doc.samsungmobile.com/SM-W7023/CHC/doc.html - releaseCycle: "w23" # only for China: https://www.sammobile.com/news/samsung-first-foldable-w23-flip-phone-china-launching-this-week/ releaseLabel: "W23" releaseDate: 2022-10-21 eoas: false eol: false link: https://doc.samsungmobile.com/SM-W9023/CHC/doc.html - releaseCycle: "galaxy-a04" releaseLabel: "Galaxy A04" releaseDate: 2022-10-10 eoas: false eol: false link: https://doc.samsungmobile.com/SM-A045F/XXV/doc.html - releaseCycle: "galaxy-a04s" releaseLabel: "Galaxy A04s" releaseDate: 2022-09-22 eoas: false eol: false link: https://doc.samsungmobile.com/SM-A047F/XXV/doc.html - releaseCycle: "galaxy-a23-5g" releaseLabel: "Galaxy A23 5G" releaseDate: 2022-09-02 eoas: 2025-09-02 eol: false link: https://doc.samsungmobile.com/SM-A236U/DSA/doc.html - releaseCycle: "galaxy-z-fold4" releaseLabel: "Galaxy Z Fold4" releaseDate: 2022-08-25 eoas: 2026-08-25 eol: 2027-08-25 link: https://doc.samsungmobile.com/SM-F936U1/TMB/doc.html - releaseCycle: "galaxy-z-flip4" releaseLabel: "Galaxy Z Flip4" releaseDate: 2022-08-25 eoas: 2026-08-25 eol: 2027-08-25 link: https://doc.samsungmobile.com/SM-F721U1/XAR/doc.html - releaseCycle: "galaxy-m13-5g" releaseLabel: "Galaxy M13 5G" releaseDate: 2022-07-23 eoas: false eol: false link: https://doc.samsungmobile.com/SM-M136B/INS/doc.html - releaseCycle: "galaxy-m13-india" releaseLabel: "Galaxy M13 (India)" releaseDate: 2022-07-23 eoas: 2024-07-23 eol: 2025-07-23 link: https://doc.samsungmobile.com/SM-M135FU/INS/doc.html - releaseCycle: "galaxy-xcover6-pro" releaseLabel: "Galaxy XCover6 Pro" releaseDate: 2022-07-13 eoas: 2026-07-13 eol: 2027-07-13 link: https://doc.samsungmobile.com/SM-G736B/XSA/doc.html - releaseCycle: "galaxy-a13-sm-a137" releaseLabel: "Galaxy A13 (SM-A137)" releaseDate: 2022-07-01 # Approximate to the month and year. eoas: 2025-07-01 eol: 2026-07-01 link: https://doc.samsungmobile.com/SM-A137F/SFR/doc.html - releaseCycle: "galaxy-m13" releaseLabel: "Galaxy M13" releaseDate: 2022-07-01 eoas: 2025-07-01 eol: 2026-07-01 link: https://doc.samsungmobile.com/SM-M135F/EUX/doc.html - releaseCycle: "galaxy-f13" releaseLabel: "Galaxy F13" releaseDate: 2022-06-29 eoas: 2024-06-29 eol: false link: https://doc.samsungmobile.com/SM-E135F/INS/doc.html - releaseCycle: "galaxy-m53-5g" releaseLabel: "Galaxy M53 5G" releaseDate: 2022-04-22 # https://news.samsung.com/in/samsung-launches-galaxy-m53-5g-with-segment-best-108-mp-quad-camera-segment-only-auto-data-switching-segment-leading-samoled-display-in-india eoas: 2024-04-22 # 2 android updates - https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: false # 3 years of security updates - https://androidspotlight.com/software-update-policy-for-every-samsung-device/ link: https://doc.samsungmobile.com/SM-M536B/SER/doc.html - releaseCycle: "galaxy-a73-5g" releaseLabel: "Galaxy A73 5G" releaseDate: 2022-04-22 eoas: 2026-04-22 eol: 2027-04-22 link: https://doc.samsungmobile.com/SM-A736B/XSA/doc.html - releaseCycle: "galaxy-m33-5g" releaseLabel: "Galaxy M33 5G" releaseDate: 2022-04-08 eoas: 2025-04-08 # 3 Android updates - https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: false link: https://doc.samsungmobile.com/SM-M336BU/INS/doc.html - releaseCycle: "galaxy-m23-5g" releaseLabel: "Galaxy M23 5G" releaseDate: 2022-04-08 eoas: false eol: false link: https://doc.samsungmobile.com/SM-M236B/XXV/doc.html - releaseCycle: "galaxy-s20-fe" releaseLabel: "Galaxy S20 FE" # South Korea only releaseDate: 2022-04-01 eoas: 2025-03-31 eol: 2025-11-04 # Samsung provides a 4th year security support for S20 link: https://doc.samsungmobile.com/sm-g781b/xeo/doc.html - releaseCycle: "galaxy-a53-5g" releaseLabel: "Galaxy A53 5G" releaseDate: 2022-04-01 eoas: 2026-04-01 eol: 2027-04-01 link: https://doc.samsungmobile.com/SM-A536B/EUX/doc.html - releaseCycle: "galaxy-a33-5g" releaseLabel: "Galaxy A33 5G" releaseDate: 2022-04-01 eoas: 2026-04-01 eol: 2027-04-01 link: https://doc.samsungmobile.com/sm-a336e/ins/doc.html - releaseCycle: "galaxy-a23" releaseLabel: "Galaxy A23" releaseDate: 2022-03-25 eoas: 2025-03-25 eol: 2026-03-25 link: https://doc.samsungmobile.com/SM-A235M/PET/doc.html - releaseCycle: "galaxy-a13" releaseLabel: "Galaxy A13" releaseDate: 2022-03-23 eoas: 2025-03-23 eol: 2026-03-23 link: https://doc.samsungmobile.com/SM-A135M/PET/doc.html - releaseCycle: "galaxy-f23" releaseLabel: "Galaxy F23" releaseDate: 2022-03-16 eoas: 2024-03-16 eol: 2025-03-16 link: https://doc.samsungmobile.com/SM-E236B/INS/doc.html - releaseCycle: "galaxy-s22-ultra" releaseLabel: "Galaxy S22 Ultra" releaseDate: 2022-02-25 eoas: 2026-02-25 eol: 2027-02-25 # "five years of security updates" (https://security.samsungmobile.com/securityPost.smsb) link: https://doc.samsungmobile.com/SM-S908E/VAU/doc.html - releaseCycle: "galaxy-s22+" releaseLabel: "Galaxy S22+" releaseDate: 2022-02-25 eoas: 2026-02-25 eol: false # "five years of security updates" (https://security.samsungmobile.com/securityPost.smsb) link: https://doc.samsungmobile.com/SM-S906E/XXV/doc.html - releaseCycle: "galaxy-s22" releaseLabel: "Galaxy S22" releaseDate: 2022-02-25 eoas: 2026-02-25 eol: 2027-02-25 # "five years of security updates" (https://security.samsungmobile.com/securityPost.smsb) link: https://doc.samsungmobile.com/SM-S901E/XXV/doc.html - releaseCycle: "galaxy-a03" releaseLabel: "Galaxy A03" releaseDate: 2022-01-21 eoas: false eol: 2026-02-21 link: https://doc.samsungmobile.com/SM-A035G/BTU/doc.html - releaseCycle: "galaxy-s21-fe-5g" releaseLabel: "Galaxy S21 FE 5G" releaseDate: 2022-01-07 eoas: 2026-01-07 eol: 2027-01-07 # "five years of security updates" (https://security.samsungmobile.com/securityPost.smsb) link: https://doc.samsungmobile.com/SM-G990B2/SER/doc.html - releaseCycle: "galaxy-a03-core" releaseLabel: "Galaxy A03 core" releaseDate: 2021-12-06 eoas: false eol: 2026-01-06 link: https://doc.samsungmobile.com/SM-A032M/PET/doc.html - releaseCycle: "galaxy-a13-5g" releaseLabel: "Galaxy A13 5G" releaseDate: 2021-12-03 eoas: 2024-12-03 eol: 2026-01-06 link: https://doc.samsungmobile.com/SM-A136U/USC/doc.html - releaseCycle: "w22-5g" releaseLabel: "W22 5G" releaseDate: 2021-10-13 # https://en.eeworld.com.cn/news/xfdz/eic552331.html eoas: false eol: 2025-11-04 link: https://doc.samsungmobile.com/SM-W2022/CHC/doc.html - releaseCycle: "galaxy-m22" releaseLabel: "Galaxy M22" releaseDate: 2021-10-13 # https://www.gsmarena.com/samsung_galaxy_m22-11011.php eoas: 2023-10-13 # 2 android updates - https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: 2025-11-04 link: https://doc.samsungmobile.com/sm-m225fv/zto/doc.html - releaseCycle: "galaxy-f42-5g" releaseLabel: "Galaxy F42 5G" releaseDate: 2021-10-03 eoas: false eol: 2025-10-10 link: https://doc.samsungmobile.com/sm-e426b/ins/doc.html - releaseCycle: "galaxy-m52-5g" releaseLabel: "Galaxy M52 5G" releaseDate: 2021-10-03 eoas: 2023-10-03 # 2 android updates - https://androidspotlight.com/software-update-policy-for-every-samsung-device/ eol: 2025-11-04 # 3 years of security updates - https://androidspotlight.com/software-update-policy-for-every-samsung-device/ link: https://doc.samsungmobile.com/SM-M526BR/ITV/doc.html - releaseCycle: "galaxy-m32-5g" releaseLabel: "Galaxy M32 5G" releaseDate: 2021-09-02 eoas: false eol: 2025-10-10 link: https://doc.samsungmobile.com/SM-M326B/INS/doc.html - releaseCycle: "galaxy-a52s-5g" releaseLabel: "Galaxy A52s 5G" releaseDate: 2021-09-01 eoas: 2024-09-01 eol: 2025-10-10 link: https://doc.samsungmobile.com/SM-A528B/BTU/doc.html - releaseCycle: "galaxy-z-fold3-5g" releaseLabel: "Galaxy Z Fold3 5G" releaseDate: 2021-08-27 eoas: 2025-08-27 eol: 2026-08-27 link: https://doc.samsungmobile.com/SM-F926B/SER/doc.html - releaseCycle: "galaxy-z-flip3-5g" releaseLabel: "Galaxy Z Flip3 5G" releaseDate: 2021-08-27 eoas: 2025-08-27 eol: 2026-08-27 link: https://doc.samsungmobile.com/SM-F711B/SER/doc.html - releaseCycle: "galaxy-a03s" releaseLabel: "Galaxy A03s" releaseDate: 2021-08-18 eoas: false eol: 2025-10-10 link: https://doc.samsungmobile.com/SM-A037F/INS/doc.html - releaseCycle: "galaxy-a12-india" releaseLabel: "Galaxy A12 (India)" releaseDate: 2021-08-12 eoas: 2023-08-12 eol: true link: https://doc.samsungmobile.com/SM-A127F/INS/doc.html - releaseCycle: "galaxy-a12-nacho" releaseLabel: "Galaxy A12 Nacho" releaseDate: 2021-08-09 eoas: 2023-08-12 eol: true link: https://doc.samsungmobile.com/SM-A127F/ITV/doc.html - releaseCycle: "galaxy-m21-2021" releaseLabel: "Galaxy M21 2021" releaseDate: 2021-07-26 eoas: false eol: 2025-09-02 link: https://doc.samsungmobile.com/sm-m215f/ins/doc.html - releaseCycle: "galaxy-f22" releaseLabel: "Galaxy F22" releaseDate: 2021-07-13 eoas: 2023-07-13 eol: 2025-08-05 link: https://doc.samsungmobile.com/SM-E225F/INS/doc.html - releaseCycle: "galaxy-m32" releaseLabel: "Galaxy M32" releaseDate: 2021-06-28 eoas: false eol: 2025-08-05 link: https://doc.samsungmobile.com/sm-m325f/ins/doc.html - releaseCycle: "galaxy-a22-5g" releaseLabel: "Galaxy A22 5G" releaseDate: 2021-06-24 eoas: 2023-06-24 eol: 2025-07-08 link: https://doc.samsungmobile.com/SM-A226B/XEH/doc.html - releaseCycle: "galaxy-a22" releaseLabel: "Galaxy A22" releaseDate: 2021-06-03 eoas: 2023-06-03 eol: 2025-08-05 link: https://doc.samsungmobile.com/SM-A225F/TUR/doc.html - releaseCycle: "galaxy-f52-5g" releaseLabel: "Galaxy F52 5G" releaseDate: 2021-06-01 eoas: false eol: 2025-07-08 link: https://doc.samsungmobile.com/SM-E5260/CHC/doc.html - releaseCycle: "galaxy-a82-5g" releaseLabel: "Galaxy A82 5G" releaseDate: 2021-05-05 eoas: true eol: true link: https://doc.samsungmobile.com/sm-a528b/dbt/doc.html - releaseCycle: "galaxy-m42-5g" releaseLabel: "Galaxy M42 5G" releaseDate: 2021-04-30 eoas: false eol: 2025-06-04 link: https://doc.samsungmobile.com/SM-M426B/INS/doc.html - releaseCycle: "galaxy-a-quantum2" releaseLabel: "Galaxy A Quantum2" releaseDate: 2021-04-23 eoas: false eol: false link: https://doc.samsungmobile.com/sm-a826s/skc/doc.html - releaseCycle: "galaxy-f12" releaseLabel: "Galaxy F12" releaseDate: 2021-04-12 eoas: true eol: 2024-11-05 link: https://doc.samsungmobile.com/SM-F127G/INS/doc.html - releaseCycle: "galaxy-f02s" releaseLabel: "Galaxy F02s" releaseDate: 2021-04-09 eoas: 2023-04-09 eol: 2024-04-09 link: https://doc.samsungmobile.com/SM-E025F/INS/doc.html - releaseCycle: "galaxy-a52" releaseLabel: "Galaxy A52" releaseDate: 2021-03-26 eoas: 2024-03-26 eol: true link: https://doc.samsungmobile.com/SM-A525F/XID/doc.html - releaseCycle: "galaxy-a72" releaseLabel: "Galaxy A72" releaseDate: 2021-03-26 eoas: 2024-03-26 eol: 2025-03-26 link: https://doc.samsungmobile.com/SM-A725F/XEO/doc.html - releaseCycle: "galaxy-m12-india" releaseLabel: "Galaxy M12 (India)" releaseDate: 2021-03-18 eoas: 2023-03-18 eol: 2024-03-18 link: https://doc.samsungmobile.com/SM-M127G/INS/doc.html - releaseCycle: "galaxy-a52-5g" releaseLabel: "Galaxy A52 5G" releaseDate: 2021-03-17 eoas: 2024-03-17 eol: 2025-03-17 link: https://doc.samsungmobile.com/sm-a526b/dbt/doc.html - releaseCycle: "galaxy-xcover5" releaseLabel: "Galaxy XCover5" releaseDate: 2021-03-12 eoas: 2024-03-12 eol: false link: https://doc.samsungmobile.com/SM-G525F/XNZ/doc.html - releaseCycle: "galaxy-m62" releaseLabel: "Galaxy M62" releaseDate: 2021-03-03 eoas: 2023-03-03 eol: 2024-03-03 link: https://doc.samsungmobile.com/SM-M625F/NPL/doc.html - releaseCycle: "galaxy-a32" releaseLabel: "Galaxy A32" releaseDate: 2021-02-25 eoas: 2023-02-13 eol: 2025-02-13 link: https://doc.samsungmobile.com/sm-a325f/ins/doc.html - releaseCycle: "galaxy-f62" releaseLabel: "Galaxy F62" releaseDate: 2021-02-22 eoas: 2024-02-22 eol: 2024-02-22 link: https://doc.samsungmobile.com/SM-E625F/INS/doc.html - releaseCycle: "galaxy-m02" releaseLabel: "Galaxy M02" releaseDate: 2021-02-09 eoas: 2023-02-09 eol: 2024-02-09 link: https://doc.samsungmobile.com/SM-M022F/XTC/doc.html - releaseCycle: "galaxy-m31s" releaseLabel: "Galaxy M31s" releaseDate: 2021-02-09 eoas: 2023-02-09 eol: 2024-02-09 link: https://doc.samsungmobile.com/sm-m317f/ins/doc.html - releaseCycle: "galaxy-s21-ultra-5g" releaseLabel: "Galaxy S21 Ultra 5G" releaseDate: 2021-01-29 eoas: 2025-10-06 # https://9to5google.com/2025/10/15/samsung-galaxy-android-16-one-ui-8-update-list-schedule/ eol: 2026-02-21 # "five years of security updates" (https://security.samsungmobile.com/securityPost.smsb) link: https://doc.samsungmobile.com/sm-g998b/dbt/doc.html - releaseCycle: "galaxy-s21+-5g" releaseLabel: "Galaxy S21+ 5G" releaseDate: 2021-01-29 eoas: 2025-10-06 # https://9to5google.com/2025/10/15/samsung-galaxy-android-16-one-ui-8-update-list-schedule/ eol: 2026-02-21 # "five years of security updates" (https://security.samsungmobile.com/securityPost.smsb) link: https://doc.samsungmobile.com/SM-G996B/DBT/doc.html - releaseCycle: "galaxy-s21-5g" releaseLabel: "Galaxy S21 5G" releaseDate: 2021-01-29 eoas: 2025-10-06 # https://9to5google.com/2025/10/15/samsung-galaxy-android-16-one-ui-8-update-list-schedule/ eol: 2026-02-21 # "five years of security updates" (https://security.samsungmobile.com/securityPost.smsb) link: https://doc.samsungmobile.com/SM-G991B/DBT/doc.html - releaseCycle: "galaxy-a02" releaseLabel: "Galaxy A02" releaseDate: 2021-01-27 eoas: true eol: 2024-03-05 # approximate (https://www.gizchina.com/2024/03/05/samsung-galaxy-smartphone-end-of-support-march-2024/) link: https://doc.samsungmobile.com/SM-A022F/XID/doc.html - releaseCycle: "galaxy-a32-5g" releaseLabel: "Galaxy A32 5G" releaseDate: 2021-01-13 eoas: true eol: 2025-02-13 link: https://doc.samsungmobile.com/sm-a326u/tmb/doc.html - releaseCycle: "galaxy-m02s" releaseLabel: "Galaxy M02s" releaseDate: 2021-01-07 eoas: 2023-01-07 eol: 2024-01-07 link: https://doc.samsungmobile.com/SM-M025F/SLK/doc.html - releaseCycle: "galaxy-a02s" releaseLabel: "Galaxy A02s" releaseDate: 2021-01-04 eoas: true eol: 2025-01-04 # 4 years of security updates link: https://doc.samsungmobile.com/SM-A025G/XEF/doc.html - releaseCycle: "galaxy-a12" releaseLabel: "Galaxy A12" releaseDate: 2020-11-24 eoas: 2022-11-24 eol: 2024-11-24 link: https://doc.samsungmobile.com/SM-A125F/XEF/doc.html - releaseCycle: "galaxy-m12" releaseLabel: "Galaxy M12" releaseDate: 2020-11-24 eoas: true eol: 2024-11-05 link: https://doc.samsungmobile.com/SM-M127F/ARO/doc.html - releaseCycle: "galaxy-a42-5g" releaseLabel: "Galaxy A42 5G" releaseDate: 2020-11-11 eoas: true eol: 2024-06-20 link: https://doc.samsungmobile.com/SM-A426B/XEF/doc.html - releaseCycle: "galaxy-m21s" releaseLabel: "Galaxy M21s" releaseDate: 2020-11-06 eoas: 2022-11-06 eol: true link: https://doc.samsungmobile.com/SM-F415F/INS/doc.html - releaseCycle: "galaxy-z-fold2-5g" releaseLabel: "Galaxy Z Fold2 5G" releaseDate: 2020-11-04 eoas: 2023-11-04 eol: 2024-11-04 link: https://doc.samsungmobile.com/SM-F916B/XEH/doc.html - releaseCycle: "galaxy-m31-prime" releaseLabel: "Galaxy M31 Prime" releaseDate: 2020-10-17 eoas: 2022-10-17 eol: true link: https://doc.samsungmobile.com/sm-m315f/ins/doc.html - releaseCycle: "galaxy-f41" releaseLabel: "Galaxy F41" releaseDate: 2020-10-16 eoas: 2022-10-16 eol: true link: https://doc.samsungmobile.com/SM-F415F/INS/doc.html - releaseCycle: "galaxy-s20-fe-5g" releaseLabel: "Galaxy S20 FE 5G" releaseDate: 2020-10-02 eoas: true # three generations of upgrades eol: 2025-11-04 # Samsung provides a 5th year security support for S20 link: https://doc.samsungmobile.com/SM-G781B/BTU/doc.html - releaseCycle: "galaxy-s20-fe-2020" releaseLabel: "Galaxy S20 FE (2020)" releaseDate: 2020-10-02 eoas: true # three generations of upgrades eol: true # Samsung provides a 5th year security support for S20 link: https://doc.samsungmobile.com/SM-G780G/BTU/doc.html - releaseCycle: "galaxy-z-fold-2" releaseLabel: "Galaxy Z Fold 2" releaseDate: 2020-09-18 eoas: 2023-09-18 eol: 2024-09-18 link: https://doc.samsungmobile.com/SM-F916B/XEH/doc.html - releaseCycle: "galaxy-note20-ultra-5g" releaseLabel: "Galaxy Note20 Ultra 5G" releaseDate: 2020-08-21 eoas: true eol: 2025-09-02 link: https://doc.samsungmobile.com/SM-N986U1/VZW/doc.html - releaseCycle: "galaxy-note20-5g" releaseLabel: "Galaxy Note20 5G" releaseDate: 2020-08-21 eoas: 2023-08-21 eol: 2025-09-02 link: https://doc.samsungmobile.com/SM-N981U1/VZW/doc.html - releaseCycle: "galaxy-note20-ultra" releaseLabel: "Galaxy Note20 Ultra" releaseDate: 2020-08-21 eoas: 2023-08-21 eol: 2025-09-02 link: https://doc.samsungmobile.com/SM-N985F/XNZ/doc.html - releaseCycle: "galaxy-note20" releaseLabel: "Galaxy Note20" releaseDate: 2020-08-21 eoas: 2023-08-21 eol: 2025-09-02 link: https://doc.samsungmobile.com/SM-N980F/XEO/doc.html - releaseCycle: "galaxy-a51-5g-uw" releaseLabel: "Galaxy A51 5G UW" releaseDate: 2020-08-14 eoas: true eol: 2024-06-05 link: https://doc.samsungmobile.com/SM-A516V/CHA/doc.html - releaseCycle: "galaxy-z-flip-5g" releaseLabel: "Galaxy Z Flip 5G" releaseDate: 2020-08-07 eoas: true eol: 2024-08-07 link: https://doc.samsungmobile.com/SM-F707B/XEH/doc.html - releaseCycle: "galaxy-a51-5g" releaseLabel: "Galaxy A51 5G" releaseDate: 2020-08-07 eoas: true eol: 2024-06-05 link: https://doc.samsungmobile.com/SM-A516B/012784200623/nld.html - releaseCycle: "galaxy-m51" releaseLabel: "Galaxy M51" releaseDate: 2020-08-06 eoas: 2022-08-06 eol: 2023-08-06 link: https://doc.samsungmobile.com/SM-M515F/DBT/doc.html - releaseCycle: "galaxy-a01-core" releaseLabel: "Galaxy A01 Core" releaseDate: 2020-08-06 eoas: true eol: true link: https://doc.samsungmobile.com/SM-A013F/SEK/doc.html - releaseCycle: "galaxy-m01-core" releaseLabel: "Galaxy M01 Core" releaseDate: 2020-07-29 eoas: true eol: true link: https://doc.samsungmobile.com/SM-M013F/INS/doc.html - releaseCycle: "galaxy-m01s" releaseLabel: "Galaxy M01s" releaseDate: 2020-07-16 eoas: true eol: true link: https://doc.samsungmobile.com/SM-M017F/INS/doc.html - releaseCycle: "galaxy-a71-5g-uw" releaseLabel: "Galaxy A71 5G UW" releaseDate: 2020-07-16 eoas: true eol: true link: https://doc.samsungmobile.com/SM-A716V/CCT/doc.html - releaseCycle: "galaxy-a21" releaseLabel: "Galaxy A21" releaseDate: 2020-06-26 eoas: true eol: true link: https://doc.samsungmobile.com/sm-a215u/usc/doc.html - releaseCycle: "galaxy-a71-5g" releaseLabel: "Galaxy A71 5G" releaseDate: 2020-06-15 eoas: true eol: true link: https://doc.samsungmobile.com/sm-a716u/spr/doc.html - releaseCycle: "galaxy-s20-5g-uw" releaseLabel: "Galaxy S20 5G UW" # Verizon only releaseDate: 2020-06-04 eoas: true # three generations of upgrades eol: 2024-06-04 # "minimum of four (4) years following their global launch" (https://security.samsungmobile.com/workScope.smsb) link: https://www.verizon.com/support/samsung-galaxy-s20-5g-uw-update/ - releaseCycle: "galaxy-a21s" releaseLabel: "Galaxy A21s" releaseDate: 2020-06-02 eoas: true eol: true link: https://doc.samsungmobile.com/SM-A217F/XEF/doc.html - releaseCycle: "galaxy-m01" releaseLabel: "Galaxy M01" releaseDate: 2020-06-02 eoas: true eol: true link: https://doc.samsungmobile.com/SM-M015G/INS/doc.html - releaseCycle: "galaxy-a-quantum" releaseLabel: "Galaxy A Quantum" releaseDate: 2020-05-22 eoas: true eol: true link: https://doc.samsungmobile.com/sm-a716s/skc/doc.html - releaseCycle: "galaxy-a11" releaseLabel: "Galaxy A11" releaseDate: 2020-05-15 eoas: true eol: true link: https://doc.samsungmobile.com/SM-A115F/XSG/doc.html - releaseCycle: "galaxy-m11" releaseLabel: "Galaxy M11" releaseDate: 2020-05-04 eoas: true eol: true link: https://doc.samsungmobile.com/SM-M115F/INS/doc.html - releaseCycle: "galaxy-a31" releaseLabel: "Galaxy A31" releaseDate: 2020-04-27 eoas: true eol: true link: https://doc.samsungmobile.com/SM-A315F/MID/doc.html - releaseCycle: "galaxy-j2-core-2020" releaseLabel: "Galaxy J2 Core (2020)" releaseDate: 2020-04-27 eoas: true # Android 8.1 Oreo (Go edition) is not supported anymore eol: true link: https://doc.samsungmobile.com/SM-J260FU/SER/doc.html - releaseCycle: "galaxy-xcover-fieldpro" releaseLabel: "Galaxy Xcover FieldPro" releaseDate: 2020-04-06 eoas: 2022-10-01 # Approximate from here: https://9to5google.com/2022/10/04/samsung-android-12-update-rollout/ eol: true link: https://doc.samsungmobile.com/SM-G889YB/DBT/doc.html - releaseCycle: "galaxy-m21" releaseLabel: "Galaxy M21" releaseDate: 2020-03-23 eoas: 2022-03-23 eol: 2024-03-23 link: https://doc.samsungmobile.com/sm-m215f/ins/doc.html - releaseCycle: "galaxy-a41" releaseLabel: "Galaxy A41" releaseDate: 2020-03-18 eoas: true eol: true link: https://doc.samsungmobile.com/SM-A415F/TMH/doc.html - releaseCycle: "galaxy-s20-ultra" releaseLabel: "Galaxy S20 Ultra" releaseDate: 2020-03-15 eoas: true eol: 2025-03-14 # Samsung provides a 5th year security support for S20 link: https://doc.samsungmobile.com/SM-G988B/DCO/doc.html - releaseCycle: "galaxy-s20-ultra-5g" releaseLabel: "Galaxy S20 Ultra 5G" releaseDate: 2020-03-06 eoas: true eol: 2025-03-05 # Samsung provides a 5th year security support for S20 link: https://doc.samsungmobile.com/SM-G988B/ATO/doc.html - releaseCycle: "galaxy-s20+-5g" releaseLabel: "Galaxy S20+ 5G" releaseDate: 2020-03-06 eoas: true eol: 2025-03-05 # Samsung provides a 5th year security support for S20 link: https://doc.samsungmobile.com/SM-G986B/XEF/doc.html - releaseCycle: "galaxy-s20+" releaseLabel: "Galaxy S20+" releaseDate: 2020-03-06 eoas: true eol: 2025-03-05 # Samsung provides a 5th year security support for S20 link: https://doc.samsungmobile.com/SM-G985F/XEH/doc.html - releaseCycle: "galaxy-s20-5g" releaseLabel: "Galaxy S20 5G" releaseDate: 2020-03-06 eoas: true eol: 2025-03-05 # Samsung provides a 5th year security support for S20 link: https://doc.samsungmobile.com/SM-G981B/ITV/doc.html - releaseCycle: "galaxy-s20" releaseLabel: "Galaxy S20" releaseDate: 2020-03-06 eoas: true eol: 2025-03-05 # Samsung provides a 5th year security support for S20 link: https://doc.samsungmobile.com/SM-G980F/VDC/doc.html - releaseCycle: "galaxy-m31" releaseLabel: "Galaxy M31" releaseDate: 2020-03-05 eoas: true eol: true link: https://doc.samsungmobile.com/sm-m315f/ins/doc.html - releaseCycle: "galaxy-z-flip" releaseLabel: "Galaxy Z Flip" releaseDate: 2020-02-14 eoas: true eol: true link: https://doc.samsungmobile.com/SM-F700F/XEH/doc.html - releaseCycle: "galaxy-a71" releaseLabel: "Galaxy A71" releaseDate: 2020-01-17 eoas: true eol: true link: https://doc.samsungmobile.com/sm-a715f/ins/doc.html - releaseCycle: "galaxy-s10-lite" releaseLabel: "Galaxy S10 Lite" releaseDate: 2020-01-03 eoas: true eol: true link: https://doc.samsungmobile.com/sm-g770f/phe/doc.html - releaseCycle: "galaxy-note10-lite" releaseLabel: "Galaxy Note10 Lite" releaseDate: 2020-01-03 eoas: true eol: true link: https://doc.samsungmobile.com/sm-n770f/xef/doc.html - releaseCycle: "galaxy-xcover-pro" releaseLabel: "Galaxy XCover Pro" # Unclear release date. releaseDate: 2020-01-01 eoas: 2023-01-01 eol: 2024-01-01 link: https://doc.samsungmobile.com/SM-G715FN/XEH/doc.html - releaseCycle: "galaxy-a51" releaseLabel: "Galaxy A51" releaseDate: 2019-12-27 eoas: true eol: true link: https://doc.samsungmobile.com/SM-A515F/XEF/doc.html - releaseCycle: "galaxy-a01" releaseLabel: "Galaxy A01" releaseDate: 2019-12-18 eoas: true eol: true link: https://doc.samsungmobile.com/SM-A015F/THL/doc.html - releaseCycle: "galaxy-fold-5g" releaseLabel: "Galaxy Fold 5G" releaseDate: 2019-11-20 eoas: true eol: true link: https://doc.samsungmobile.com/SM-F907B/AUT/doc.html - releaseCycle: "galaxy-m30s" releaseLabel: "Galaxy M30s" releaseDate: 2019-10-30 eoas: true eol: true link: https://doc.samsungmobile.com/sm-m307f/ins/doc.html - releaseCycle: "galaxy-a20s" releaseLabel: "Galaxy A20s" releaseDate: 2019-10-05 eoas: true eol: true link: https://doc.samsungmobile.com/SM-A207F/XEH/doc.html - releaseCycle: "galaxy-a30s" releaseLabel: "Galaxy A30s" releaseDate: 2019-09-11 eoas: true eol: true link: https://doc.samsungmobile.com/SM-A307GN/XXV/doc.html - releaseCycle: "galaxy-fold" releaseLabel: "Galaxy Fold" releaseDate: 2019-09-06 eoas: true eol: true link: https://doc.samsungmobile.com/SM-F900F/XEH/doc.html - releaseCycle: "galaxy-a90-5g" releaseLabel: "Galaxy A90 5G" releaseDate: 2019-09-03 eoas: true eol: true link: https://doc.samsungmobile.com/SM-A908B/009444191005/eng.html - releaseCycle: "galaxy-a70s" releaseLabel: "Galaxy A70s" releaseDate: 2019-09-01 eoas: true eol: true link: https://doc.samsungmobile.com/sm-a707f/ins/doc.html - releaseCycle: "galaxy-a50s" releaseLabel: "Galaxy A50s" releaseDate: 2019-09-01 eoas: true eol: true link: https://doc.samsungmobile.com/sm-a507fn/ins/doc.html - releaseCycle: "galaxy-m10s" releaseLabel: "Galaxy M10s" releaseDate: 2019-09-01 eoas: true eol: true link: https://doc.samsungmobile.com/SM-M107F/INS/doc.html - releaseCycle: "galaxy-a10s" releaseLabel: "Galaxy A10s" releaseDate: 2019-08-27 eoas: true eol: true link: https://doc.samsungmobile.com/SM-A107F/SEK/doc.html - releaseCycle: "galaxy-a10e" releaseLabel: "Galaxy A10e" releaseDate: 2019-08-27 eoas: true eol: true link: https://doc.samsungmobile.com/SM-A102U/DSH/doc.html - releaseCycle: "galaxy-note10+" releaseLabel: "Galaxy Note10+" releaseDate: 2019-08-23 eoas: true eol: true link: https://doc.samsungmobile.com/SM-N975U/008579190821/fra.html - releaseCycle: "galaxy-note10" releaseLabel: "Galaxy Note10" releaseDate: 2019-08-23 eoas: true eol: true link: https://doc.samsungmobile.com/SM-N970F/XEF/doc.html - releaseCycle: "galaxy-note10+-5g" releaseLabel: "Galaxy Note10+ 5G" releaseDate: 2019-08-01 # Approximate to the month and year. eoas: true eol: true link: https://doc.samsungmobile.com/SM-N976B/SFR/doc.html - releaseCycle: "galaxy-note10-5g" releaseLabel: "Galaxy Note10 5G" releaseDate: 2019-08-01 # Approximate to the month and year. eoas: true eol: true link: https://doc.samsungmobile.com/sm-n971n/koo/doc.html - releaseCycle: "galaxy-xcover-4s" releaseLabel: "Galaxy Xcover 4s" releaseDate: 2019-07-01 # Approximate to the month and year. eoas: 2022-10-01 # Approximate from here: https://9to5google.com/2022/10/04/samsung-android-12-update-rollout/ eol: true link: https://doc.samsungmobile.com/SM-G398FN/ATO/doc.html - releaseCycle: "galaxy-a60" releaseLabel: "Galaxy A60" releaseDate: 2019-06-01 eoas: true eol: true link: https://doc.samsungmobile.com/SM-A6060/TGY/doc.html - releaseCycle: "galaxy-m40" releaseLabel: "Galaxy M40" releaseDate: 2019-06-01 # Approximate to the month and year. eoas: true eol: true link: https://doc.samsungmobile.com/SM-M405F/INS/doc.html - releaseCycle: "galaxy-a80" releaseLabel: "Galaxy A80" releaseDate: 2019-05-01 eoas: true eol: true link: https://doc.samsungmobile.com/SM-A805F/XEH/doc.html - releaseCycle: "galaxy-a70" releaseLabel: "Galaxy A70" releaseDate: 2019-05-01 eoas: true eol: true link: https://doc.samsungmobile.com/SM-A705F/XID/doc.html - releaseCycle: "galaxy-a20e" releaseLabel: "Galaxy A20e" releaseDate: 2019-05-01 eoas: true eol: true link: https://doc.samsungmobile.com/SM-A202F/DBT/doc.html - releaseCycle: "galaxy-a20" releaseLabel: "Galaxy A20" releaseDate: 2019-04-05 eoas: true eol: true link: https://doc.samsungmobile.com/SM-A205F/AFR/doc.html - releaseCycle: "galaxy-a40" releaseLabel: "Galaxy A40" releaseDate: 2019-04-01 eoas: 2022-10-01 # Approximate from here: https://9to5google.com/2022/10/04/samsung-android-12-update-rollout/ eol: true link: https://doc.samsungmobile.com/SM-A405FN/XEH/doc.html - releaseCycle: "galaxy-view2" releaseLabel: "Galaxy View2" releaseDate: 2019-04-01 eoas: true eol: 2021-12-31 link: null - releaseCycle: "galaxy-a2-core" releaseLabel: "Galaxy A2 Core" releaseDate: 2019-04-01 eoas: true eol: 2021-10-01 link: https://doc.samsungmobile.com/SM-A260F/ECT/doc.html - releaseCycle: "galaxy-a10" releaseLabel: "Galaxy A10" releaseDate: 2019-03-19 eoas: true eol: true link: https://doc.samsungmobile.com/SM-A105F/AFR/doc.html - releaseCycle: "galaxy-a50" releaseLabel: "Galaxy A50" releaseDate: 2019-03-18 eoas: 2022-10-01 # Approximate from here: https://9to5google.com/2022/10/04/samsung-android-12-update-rollout/ eol: 2023-04-01 # https://www.sammobile.com/news/samsung-galaxy-s10-a50-software-update-support-discontinued/ link: https://doc.samsungmobile.com/SM-A505G/CHL/doc.html - releaseCycle: "galaxy-a30" releaseLabel: "Galaxy A30" releaseDate: 2019-03-01 eoas: true eol: true link: https://doc.samsungmobile.com/SM-A305F/AFR/doc.html - releaseCycle: "galaxy-m30" releaseLabel: "Galaxy M30" releaseDate: 2019-03-01 # Approximate to the month and year. eoas: true eol: true link: https://doc.samsungmobile.com/SM-M305M/XXV/doc.html - releaseCycle: "galaxy-s10-5g" releaseLabel: "Galaxy S10 5G" releaseDate: 2019-02-20 eoas: true eol: true link: https://doc.samsungmobile.com/SM-G977B/EVR/doc.html - releaseCycle: "galaxy-s10" releaseLabel: "Galaxy S10" releaseDate: 2019-02-20 eoas: true eol: 2023-04-01 # https://www.sammobile.com/news/samsung-galaxy-s10-a50-software-update-support-discontinued/ link: https://doc.samsungmobile.com/SM-G973F/XEF/doc.html - releaseCycle: "galaxy-s10+" releaseLabel: "Galaxy S10+" releaseDate: 2019-02-20 eoas: true eol: 2023-04-01 # https://www.sammobile.com/news/samsung-galaxy-s10-a50-software-update-support-discontinued/ link: https://doc.samsungmobile.com/SM-G975F/XEF/doc.html - releaseCycle: "galaxy-s10e" releaseLabel: "Galaxy S10e" releaseDate: 2019-02-20 eoas: true eol: 2023-04-01 # https://www.sammobile.com/news/samsung-galaxy-s10-a50-software-update-support-discontinued/ link: https://doc.samsungmobile.com/sm-g970f/dbt/doc.html - releaseCycle: "galaxy-m20" releaseLabel: "Galaxy M20" releaseDate: 2019-02-01 # Approximate to the month and year. eoas: true eol: true link: https://doc.samsungmobile.com/SM-M205F/INS/doc.html - releaseCycle: "galaxy-m10" releaseLabel: "Galaxy M10" releaseDate: 2019-02-01 # Approximate to the month and year. eoas: true eol: true link: https://doc.samsungmobile.com/SM-M105F/INS/doc.html - releaseCycle: "galaxy-a8s" releaseLabel: "Galaxy A8s" releaseDate: 2018-12-01 eoas: true eol: true link: https://doc.samsungmobile.com/SM-G8870/TGY/doc.html - releaseCycle: "galaxy-j4-core" releaseLabel: "Galaxy J4 Core" releaseDate: 2018-11-01 eoas: true eol: 2020-12-01 link: https://doc.samsungmobile.com/SM-J410F/AFR/doc.html - releaseCycle: "galaxy-a6s" releaseLabel: "Galaxy A6s" releaseDate: 2018-11-01 # Approximate to the month and year. eoas: true eol: true link: https://doc.samsungmobile.com/SM-A600FN/XEF/doc.html - releaseCycle: "galaxy-a9-2018" releaseLabel: "Galaxy A9 (2018)" releaseDate: 2018-11-01 eoas: true eol: 2022-06-01 link: https://doc.samsungmobile.com/SM-A920F/XEO/doc.html - releaseCycle: "galaxy-j6+" releaseLabel: "Galaxy J6+" releaseDate: 2018-10-01 eoas: true eol: 2022-06-01 link: https://doc.samsungmobile.com/SM-J610FN/XEF/doc.html - releaseCycle: "galaxy-j4+" releaseLabel: "Galaxy J4+" releaseDate: 2018-10-01 eoas: true eol: 2020-12-01 link: https://doc.samsungmobile.com/SM-J415F/AFR/doc.html - releaseCycle: "galaxy-a7-2018" releaseLabel: "Galaxy A7 (2018)" releaseDate: 2018-10-01 eoas: true eol: 2022-07-01 link: https://doc.samsungmobile.com/SM-A750GN/XXV/doc.html - releaseCycle: "galaxy-note-9" releaseLabel: "Galaxy Note 9" releaseDate: 2018-08-24 eoas: true eol: 2022-07-01 link: https://doc.samsungmobile.com/sm-n960f/dbt/doc.html - releaseCycle: "galaxy-j2-core" releaseLabel: "Galaxy J2 Core" releaseDate: 2018-08-01 eoas: true eol: 2021-12-31 link: https://doc.samsungmobile.com/SM-J260M/COM/doc.html - releaseCycle: "galaxy-j8" releaseLabel: "Galaxy J8" releaseDate: 2018-07-01 eoas: true eol: 2021-09-01 link: https://doc.samsungmobile.com/SM-J810G/INS/doc.html - releaseCycle: "galaxy-on6" releaseLabel: "Galaxy On6" releaseDate: 2018-07-01 # Approximate to the month and year. eoas: true eol: 2022-02-01 link: https://doc.samsungmobile.com/SM-J600GF/INS/doc.html - releaseCycle: "galaxy-j7-2018" releaseLabel: "Galaxy J7 (2018)" releaseDate: 2018-07-01 # Approximate to the month and year. eoas: true eol: 2021-12-01 link: https://doc.samsungmobile.com/SM-J700F/023395220803/roh.html - releaseCycle: "galaxy-j7-top" releaseLabel: "Galaxy J7 Top" releaseDate: 2018-07-01 eoas: true eol: 2021-12-31 link: https://doc.samsungmobile.com/SM-J737U/XAR/doc.html - releaseCycle: "galaxy-j3-2018" releaseLabel: "Galaxy J3 (2018)" releaseDate: 2018-06-01 # Approximate to the month and year. eoas: true eol: 2021-11-01 link: https://doc.samsungmobile.com/SM-J3300/CHC/doc.html - releaseCycle: "galaxy-a8-star" releaseLabel: "Galaxy A8 Star" releaseDate: 2018-06-01 eoas: true eol: 2022-06-01 link: https://doc.samsungmobile.com/SM-G885F/XXV/doc.html - releaseCycle: "galaxy-j6" releaseLabel: "Galaxy J6" releaseDate: 2018-05-01 eoas: true eol: 2022-02-01 link: https://doc.samsungmobile.com/SM-J600G/INS/doc.html - releaseCycle: "galaxy-j4" releaseLabel: "Galaxy J4" releaseDate: 2018-05-01 eoas: true eol: 2022-02-01 link: https://doc.samsungmobile.com/SM-J400G/BRI/doc.html - releaseCycle: "galaxy-s-light-luxury" releaseLabel: "Galaxy S Light Luxury" releaseDate: 2018-05-01 # Approximate to the month and year. eoas: true eol: true link: https://doc.samsungmobile.com/SM-G8750/000773180601/zho-cn.html - releaseCycle: "galaxy-a6+-2018" releaseLabel: "Galaxy A6+ (2018)" releaseDate: 2018-05-01 # Approximate to the month and year. eoas: true eol: 2021-12-01 link: https://doc.samsungmobile.com/SM-A605G/XXV/doc.html - releaseCycle: "galaxy-a6-2018" releaseLabel: "Galaxy A6 (2018)" releaseDate: 2018-05-01 # Approximate to the month and year. eoas: true eol: 2022-03-01 link: https://doc.samsungmobile.com/SM-A600U/XAR/doc.html - releaseCycle: "galaxy-j7-prime-2" releaseLabel: "Galaxy J7 Prime 2" releaseDate: 2018-04-01 eoas: true eol: 2021-12-31 link: null - releaseCycle: "galaxy-j7-duo" releaseLabel: "Galaxy J7 Duo" releaseDate: 2018-04-01 eoas: true eol: 2021-12-31 link: null - releaseCycle: "galaxy-s9+" releaseLabel: "Galaxy S9+" releaseDate: 2018-03-09 eoas: true eol: 2022-04-05 link: https://doc.samsungmobile.com/sm-g965f/dbt/doc.html - releaseCycle: "galaxy-s9" releaseLabel: "Galaxy S9" releaseDate: 2018-03-09 eoas: true eol: 2022-04-05 link: https://doc.samsungmobile.com/sm-g960f/dbt/doc.html - releaseCycle: "galaxy-a8-2018-enterprise" releaseLabel: "Galaxy A8 (2018) Enterprise" releaseDate: 2018-01-01 eoas: true eol: 2021-12-31 link: null - releaseCycle: "galaxy-a8+-2018" releaseLabel: "Galaxy A8+ (2018)" releaseDate: 2018-01-01 # Approximate to the month and year. eoas: true eol: 2021-09-01 link: https://doc.samsungmobile.com/SM-A730F/INS/doc.html - releaseCycle: "galaxy-a8-2018" releaseLabel: "Galaxy A8 (2018)" releaseDate: 2018-01-01 # Approximate to the month and year. eoas: true eol: 2022-01-01 link: https://doc.samsungmobile.com/SM-A530F/CHL/doc.html - releaseCycle: "galaxy-j2-pro-2018" releaseLabel: "Galaxy J2 Pro (2018)" releaseDate: 2018-01-01 # Approximate to the month and year. eoas: true eol: 2019-10-01 link: https://doc.samsungmobile.com/SM-J250Y/ITV/doc.html - releaseCycle: "galaxy-j2-2017" releaseLabel: "Galaxy J2 (2017)" releaseDate: 2017-10-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-c7-2017" releaseLabel: "Galaxy C7 (2017)" releaseDate: 2017-10-01 # Approximate to the month and year. eoas: true eol: true link: https://doc.samsungmobile.com/SM-C710F/XXV/doc.html - releaseCycle: "gear-sport" releaseLabel: "Gear Sport" releaseDate: 2017-10-01 # Approximate to the month and year. eoas: true eol: true link: https://doc.samsungmobile.com/SM-R600/CHC/doc.html - releaseCycle: "galaxy-note8" releaseLabel: "Galaxy Note8" releaseDate: 2017-09-01 eoas: true eol: 2021-11-17 link: https://doc.samsungmobile.com/sm-n950f/dbt/doc.html - releaseCycle: "galaxy-s8-active" releaseLabel: "Galaxy S8 Active" releaseDate: 2017-08-01 eoas: true eol: 2021-11-17 link: null - releaseCycle: "galaxy-note-fe" releaseLabel: "Galaxy Note FE" releaseDate: 2017-07-01 # Approximate to the month and year. eoas: true eol: 2019-03-01 link: https://doc.samsungmobile.com/SM-N935F/XXV/doc.html - releaseCycle: "galaxy-j7-2017" releaseLabel: "Galaxy J7 (2017)" releaseDate: 2017-07-01 # Approximate to the month and year. eoas: true eol: 2019-05-01 link: https://doc.samsungmobile.com/SM-J730F/XEF/doc.html - releaseCycle: "galaxy-j7-pro" releaseLabel: "Galaxy J7 Pro" releaseDate: 2017-07-01 # Approximate to the month and year. eoas: true eol: 2019-04-01 link: https://doc.samsungmobile.com/SM-J730G/TNZ/doc.html - releaseCycle: "galaxy-j3-2017" releaseLabel: "Galaxy J3 (2017)" releaseDate: 2017-07-01 # Approximate to the month and year. eoas: true eol: 2019-07-01 link: https://doc.samsungmobile.com/SM-J327U/XAR/doc.html - releaseCycle: "galaxy-folder2" releaseLabel: "Galaxy Folder2" releaseDate: 2017-07-01 # Approximate to the month and year. eoas: true eol: true link: https://doc.samsungmobile.com/SM-G160N/KOO/doc.html - releaseCycle: "galaxy-j7-neo" releaseLabel: "Galaxy J7 Neo" releaseDate: 2017-07-01 # Approximate to the month and year. eoas: true eol: 2019-05-01 link: https://doc.samsungmobile.com/SM-J701M/PET/doc.html - releaseCycle: "galaxy-j7-max" releaseLabel: "Galaxy J7 Max" releaseDate: 2017-06-01 # Approximate to the month and year. eoas: true eol: 2019-03-01 link: https://doc.samsungmobile.com/SM-G615FU/INS/doc.html - releaseCycle: "galaxy-j5-2017" releaseLabel: "Galaxy J5 (2017)" releaseDate: 2017-06-01 # Approximate to the month and year. eoas: true eol: 2019-03-01 link: https://doc.samsungmobile.com/SM-J530F/XEO/doc.html - releaseCycle: "z4" releaseLabel: "Z4" releaseDate: 2017-06-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "gear-s3-classic-lte" releaseLabel: "Gear S3 classic LTE" releaseDate: 2017-05-01 # Approximate to the month and year. eoas: true eol: true link: https://doc.samsungmobile.com/SM-R770/BRI/doc.html - releaseCycle: "galaxy-s8" releaseLabel: "Galaxy S8" releaseDate: 2017-04-24 eoas: true eol: 2021-04-01 link: https://doc.samsungmobile.com/SM-G950F/ITV/doc.html - releaseCycle: "galaxy-s8+" releaseLabel: "Galaxy S8+" releaseDate: 2017-04-01 # Approximate to the month and year. eoas: true eol: 2021-04-01 link: https://doc.samsungmobile.com/SM-G955F/SER/doc.html - releaseCycle: "galaxy-xcover-4" releaseLabel: "Galaxy Xcover 4" releaseDate: 2017-04-01 # Approximate to the month and year. eoas: true eol: 2019-06-01 link: https://doc.samsungmobile.com/SM-G390F/ATO/doc.html - releaseCycle: "galaxy-j7-v" releaseLabel: "Galaxy J7 V" releaseDate: 2017-03-01 # Approximate to the month and year. eoas: true eol: 2019-03-01 link: https://doc.samsungmobile.com/SM-J727U/XAA/doc.html - releaseCycle: "galaxy-c5-pro" releaseLabel: "Galaxy C5 Pro" releaseDate: 2017-03-01 # Approximate to the month and year. eoas: true eol: 2018-10-01 link: https://doc.samsungmobile.com/SM-C5010/TGY/doc.html - releaseCycle: "galaxy-c7-pro" releaseLabel: "Galaxy C7 Pro" releaseDate: 2017-02-01 # Approximate to the month and year. eoas: true eol: 2019-05-01 link: https://doc.samsungmobile.com/SM-C701F/INS/doc.html - releaseCycle: "galaxy-j3-emerge" releaseLabel: "Galaxy J3 Emerge" releaseDate: 2017-01-01 # Approximate to the month and year. eoas: true eol: 2019-08-01 link: https://doc.samsungmobile.com/SM-J327T/TMB/doc.html - releaseCycle: "galaxy-a7-2017" releaseLabel: "Galaxy A7 (2017)" releaseDate: 2017-01-01 # Approximate to the month and year. eoas: true eol: 2020-08-01 link: https://doc.samsungmobile.com/SM-A720F/CHL/doc.html - releaseCycle: "galaxy-a5-2017" releaseLabel: "Galaxy A5 (2017)" releaseDate: 2017-01-01 # Approximate to the month and year. eoas: true eol: 2019-04-01 link: https://doc.samsungmobile.com/SM-A520F/XSA/doc.html - releaseCycle: "galaxy-a3-2017" releaseLabel: "Galaxy A3 (2017)" releaseDate: 2017-01-01 # Approximate to the month and year. eoas: true eol: 2020-11-01 link: https://doc.samsungmobile.com/SM-A320FL/ITV/doc.html - releaseCycle: "galaxy-j1-mini-prime" releaseLabel: "Galaxy J1 mini prime" releaseDate: 2016-12-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-j7-prime" releaseLabel: "Galaxy J7 Prime" releaseDate: 2016-11-30 eoas: true eol: 2020-04-01 link: https://doc.samsungmobile.com/SM-G610F/XXV/doc.html - releaseCycle: "galaxy-grand-prime-plus" releaseLabel: "Galaxy Grand Prime Plus" releaseDate: 2016-11-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-j2-prime" releaseLabel: "Galaxy J2 Prime" releaseDate: 2016-11-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-c9-pro" releaseLabel: "Galaxy C9 Pro" releaseDate: 2016-11-01 # Approximate to the month and year. eoas: true eol: 2019-07-01 link: https://doc.samsungmobile.com/SM-C900F/INS/doc.html - releaseCycle: "gear-s3-classic" releaseLabel: "Gear S3 classic" releaseDate: 2016-11-01 # Approximate to the month and year. eoas: true eol: true link: https://doc.samsungmobile.com/SM-R770/BRI/doc.html - releaseCycle: "gear-s3-frontier" releaseLabel: "Gear S3 frontier" releaseDate: 2016-11-01 # Approximate to the month and year. eoas: true eol: true link: https://doc.samsungmobile.com/SM-R770/BRI/doc.html - releaseCycle: "gear-s3-frontier-lte" releaseLabel: "Gear S3 frontier LTE" releaseDate: 2016-11-01 # Approximate to the month and year. eoas: true eol: true link: https://doc.samsungmobile.com/SM-R770/BRI/doc.html - releaseCycle: "galaxy-a8-2016" releaseLabel: "Galaxy A8 (2016)" releaseDate: 2016-10-01 # Approximate to the month and year. eoas: true eol: true link: https://doc.samsungmobile.com/SM-A800IZ/000065170406/zho-tw.html - releaseCycle: "galaxy-on8" releaseLabel: "Galaxy On8" releaseDate: 2016-10-01 # Approximate to the month and year. eoas: true eol: 2019-01-01 link: https://doc.samsungmobile.com/SM-J710FN/INS/doc.html - releaseCycle: "galaxy-on7-2016" releaseLabel: "Galaxy On7 (2016)" releaseDate: 2016-10-01 # Approximate to the month and year. eoas: true eol: 2020-07-01 link: https://doc.samsungmobile.com/SM-G6100/TGY/doc.html - releaseCycle: "galaxy-j5-prime" releaseLabel: "Galaxy J5 Prime" releaseDate: 2016-10-01 # Approximate to the month and year. eoas: true eol: 2020-10-01 link: https://doc.samsungmobile.com/SM-G570F/SER/doc.html - releaseCycle: "galaxy-note7" releaseLabel: "Galaxy Note7" releaseDate: 2016-09-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "z2" releaseLabel: "Z2" releaseDate: 2016-08-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-note-7-usa" releaseLabel: "Galaxy Note 7 (USA)" releaseDate: 2016-08-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-j-max" releaseLabel: "Galaxy J Max" releaseDate: 2016-08-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-on7-pro" releaseLabel: "Galaxy On7 Pro" releaseDate: 2016-07-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-on5-pro" releaseLabel: "Galaxy On5 Pro" releaseDate: 2016-07-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-j2-pro-2016" releaseLabel: "Galaxy J2 Pro (2016)" releaseDate: 2016-07-01 # Approximate to the month and year. eoas: true eol: 2019-10-01 link: https://doc.samsungmobile.com/SM-J250F/TUR/doc.html - releaseCycle: "galaxy-j2-2016" releaseLabel: "Galaxy J2 (2016)" releaseDate: 2016-07-01 # Approximate to the month and year. eoas: true eol: 2018-08-01 link: https://doc.samsungmobile.com/SM-J210F/INS/doc.html - releaseCycle: "z3-corporate" releaseLabel: "Z3 Corporate" releaseDate: 2016-06-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-s7-active" releaseLabel: "Galaxy S7 active" releaseDate: 2016-06-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-j3-pro" releaseLabel: "Galaxy J3 Pro" releaseDate: 2016-06-01 # Approximate to the month and year. eoas: true eol: 2021-04-01 link: https://doc.samsungmobile.com/SM-J330G/BRI/doc.html - releaseCycle: "galaxy-c7" releaseLabel: "Galaxy C7" releaseDate: 2016-06-01 # Approximate to the month and year. eoas: true eol: 2018-10-01 link: https://doc.samsungmobile.com/SM-C7000/CHC/doc.html - releaseCycle: "galaxy-c5" releaseLabel: "Galaxy C5" releaseDate: 2016-06-01 # Approximate to the month and year. eoas: true eol: 2019-01-01 link: https://doc.samsungmobile.com/sm-c5000/tgy/doc.html - releaseCycle: "galaxy-j3-2016" releaseLabel: "Galaxy J3 (2016)" releaseDate: 2016-05-06 eoas: true eol: 2019-04-02 link: https://doc.samsungmobile.com/SM-J320H/AFR/doc.html - releaseCycle: "galaxy-a9-pro-2016" releaseLabel: "Galaxy A9 Pro (2016)" releaseDate: 2016-05-01 # Approximate to the month and year. eoas: true eol: 2019-02-01 link: https://doc.samsungmobile.com/SM-A910F/INS/doc.html - releaseCycle: "galaxy-xcover3-g389f" releaseLabel: "Galaxy Xcover3 G389F" releaseDate: 2016-04-01 # Approximate to the month and year. eoas: true eol: 2018-06-01 link: https://doc.samsungmobile.com/SM-G389F/ATO/doc.html - releaseCycle: "galaxy-j7-2016" releaseLabel: "Galaxy J7 (2016)" releaseDate: 2016-04-01 # Approximate to the month and year. eoas: true eol: 2019-11-01 link: https://doc.samsungmobile.com/SM-J710F/INS/doc.html - releaseCycle: "galaxy-j5-2016" releaseLabel: "Galaxy J5 (2016)" releaseDate: 2016-04-01 # Approximate to the month and year. eoas: true eol: 2019-08-01 link: https://doc.samsungmobile.com/SM-J510FN/ATO/doc.html - releaseCycle: "gear-s2-classic-3g" releaseLabel: "Gear S2 classic 3G" releaseDate: 2016-04-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-express-prime" releaseLabel: "Galaxy Express Prime" releaseDate: 2016-04-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-s7-edge" releaseLabel: "Galaxy S7 edge" releaseDate: 2016-03-11 eoas: true eol: 2019-03-01 link: https://doc.samsungmobile.com/SM-G935F/AFR/doc.html - releaseCycle: "galaxy-s7" releaseLabel: "Galaxy S7" releaseDate: 2016-03-11 eoas: true eol: 2019-06-01 link: https://doc.samsungmobile.com/SM-G930F/CHL/doc.html - releaseCycle: "galaxy-j1-nxt" releaseLabel: "Galaxy J1 Nxt" releaseDate: 2016-02-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-j1-2016" releaseLabel: "Galaxy J1 (2016)" releaseDate: 2016-01-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-a9-2016" releaseLabel: "Galaxy A9 (2016)" releaseDate: 2016-01-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-a7-2016" releaseLabel: "Galaxy A7 (2016)" releaseDate: 2015-12-01 # Approximate to the month and year. eoas: true eol: 2018-11-01 link: https://doc.samsungmobile.com/SM-A710F/INS/doc.html - releaseCycle: "galaxy-a5-2016" releaseLabel: "Galaxy A5 (2016)" releaseDate: 2015-12-01 # Approximate to the month and year. eoas: true eol: 2019-06-01 link: https://doc.samsungmobile.com/SM-A510F/INS/doc.html - releaseCycle: "galaxy-a3-2016" releaseLabel: "Galaxy A3 (2016)" releaseDate: 2015-12-01 # Approximate to the month and year. eoas: true eol: 2018-06-01 link: https://doc.samsungmobile.com/SM-A310F/BTU/doc.html - releaseCycle: "galaxy-view" releaseLabel: "Galaxy View" releaseDate: 2015-11-01 # Approximate to the month and year. eoas: true eol: 2018-01-01 link: https://doc.samsungmobile.com/SM-T810/XSA/doc.html - releaseCycle: "galaxy-on7" releaseLabel: "Galaxy On7" releaseDate: 2015-11-01 # Approximate to the month and year. eoas: true eol: 2018-01-01 link: https://doc.samsungmobile.com/SM-G600S/SKC/doc.html - releaseCycle: "galaxy-on5" releaseLabel: "Galaxy On5" releaseDate: 2015-11-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "z3" releaseLabel: "Z3" releaseDate: 2015-10-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-j1-ace" releaseLabel: "Galaxy J1 Ace" releaseDate: 2015-10-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "gear-s2-classic" releaseLabel: "Gear S2 classic" releaseDate: 2015-10-01 # Approximate to the month and year. eoas: true eol: 2018-03-26 link: https://doc.samsungmobile.com/SM-R720/CHC/doc.html - releaseCycle: "gear-s2" releaseLabel: "Gear S2" releaseDate: 2015-10-01 # Approximate to the month and year. eoas: true eol: 2018-03-26 link: https://doc.samsungmobile.com/SM-R720/CHC/doc.html - releaseCycle: "gear-s2-3g" releaseLabel: "Gear S2 3G" releaseDate: 2015-10-01 # Approximate to the month and year. eoas: true eol: 2018-03-26 link: https://doc.samsungmobile.com/SM-R720/CHC/doc.html - releaseCycle: "galaxy-j2" releaseLabel: "Galaxy J2" releaseDate: 2015-09-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-note-5-usa" releaseLabel: "Galaxy Note 5 (USA)" releaseDate: 2015-08-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-note-5" releaseLabel: "Galaxy Note 5" releaseDate: 2015-08-01 # Approximate to the month and year. eoas: true eol: 2018-08-01 link: https://doc.samsungmobile.com/SM-N920G/CHL/doc.html - releaseCycle: "galaxy-note-5-duos" releaseLabel: "Galaxy Note 5 Duos" releaseDate: 2015-08-01 # Approximate to the month and year. eoas: true eol: 2018-08-01 link: https://doc.samsungmobile.com/SM-N920C/SER/doc.html - releaseCycle: "galaxy-s6-edge+-usa" releaseLabel: "Galaxy S6 edge+ (USA)" releaseDate: 2015-08-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-s6-edge+" releaseLabel: "Galaxy S6 edge+" releaseDate: 2015-08-01 # Approximate to the month and year. eoas: true eol: 2018-08-01 link: https://doc.samsungmobile.com/SM-G928C/XXV/doc.html - releaseCycle: "galaxy-s6-edge+-duos" releaseLabel: "Galaxy S6 edge+ Duos" releaseDate: 2015-08-01 # Approximate to the month and year. eoas: true eol: 2018-08-01 link: https://doc.samsungmobile.com/SM-G928F/ITV/doc.html - releaseCycle: "galaxy-s5-neo" releaseLabel: "Galaxy S5 Neo" releaseDate: 2015-08-01 # Approximate to the month and year. eoas: true eol: 2018-04-01 link: https://doc.samsungmobile.com/SM-G903F/DBT/doc.html - releaseCycle: "galaxy-a8-duos" releaseLabel: "Galaxy A8 Duos" releaseDate: 2015-08-01 # Approximate to the month and year. eoas: true eol: 2017-08-01 link: https://doc.samsungmobile.com/SM-A800I/INS/doc.html - releaseCycle: "galaxy-a8" releaseLabel: "Galaxy A8" releaseDate: 2015-08-01 # Approximate to the month and year. eoas: true eol: 2017-08-01 link: https://doc.samsungmobile.com/SM-A800F/INS/doc.html - releaseCycle: "galaxy-j5" releaseLabel: "Galaxy J5" releaseDate: 2015-07-28 eoas: true eol: 2019-12-03 link: https://doc.samsungmobile.com/SM-J500F/INS/doc.html - releaseCycle: "galaxy-j7" releaseLabel: "Galaxy J7" releaseDate: 2015-07-16 eoas: true eol: 2018-04-01 link: https://doc.samsungmobile.com/SM-J700F/INS/doc.html - releaseCycle: "galaxy-folder" releaseLabel: "Galaxy Folder" releaseDate: 2015-07-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-v-plus" releaseLabel: "Galaxy V Plus" releaseDate: 2015-07-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-s4-mini-i9195i" releaseLabel: "Galaxy S4 mini I9195I" releaseDate: 2015-06-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-s6-active" releaseLabel: "Galaxy S6 active" releaseDate: 2015-06-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-s6-duos" releaseLabel: "Galaxy S6 Duos" releaseDate: 2015-06-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-xcover-3" releaseLabel: "Galaxy Xcover 3" releaseDate: 2015-04-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-s6-edge-usa" releaseLabel: "Galaxy S6 edge (USA)" releaseDate: 2015-04-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-s6-usa" releaseLabel: "Galaxy S6 (USA)" releaseDate: 2015-04-01 # Approximate to the month and year. eoas: true eol: 2018-03-01 link: https://doc.samsungmobile.com/SM-G920T1/TMB/doc.html - releaseCycle: "galaxy-s6-edge" releaseLabel: "Galaxy S6 edge" releaseDate: 2015-04-01 # Approximate to the month and year. eoas: true eol: 2018-06-01 link: https://doc.samsungmobile.com/SM-G925I/PET/doc.html - releaseCycle: "galaxy-s6" releaseLabel: "Galaxy S6" releaseDate: 2015-04-01 # Approximate to the month and year. eoas: true eol: 2018-06-01 link: https://doc.samsungmobile.com/SM-G920I/INS/doc.html - releaseCycle: "galaxy-j1-4g" releaseLabel: "Galaxy J1 4G" releaseDate: 2015-03-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-j1" releaseLabel: "Galaxy J1" releaseDate: 2015-02-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-a7-duos" releaseLabel: "Galaxy A7 Duos" releaseDate: 2015-02-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-e7" releaseLabel: "Galaxy E7" releaseDate: 2015-02-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-e5" releaseLabel: "Galaxy E5" releaseDate: 2015-02-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "z1" releaseLabel: "Z1" releaseDate: 2015-01-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-grand-max" releaseLabel: "Galaxy Grand Max" releaseDate: 2015-01-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-a5" releaseLabel: "Galaxy A5" releaseDate: 2014-12-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-a3-duos" releaseLabel: "Galaxy A3 Duos" releaseDate: 2014-12-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-a3" releaseLabel: "Galaxy A3" releaseDate: 2014-12-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-core-prime" releaseLabel: "Galaxy Core Prime" releaseDate: 2014-11-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-a5-duos" releaseLabel: "Galaxy A5 Duos" releaseDate: 2014-11-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-s5-plus" releaseLabel: "Galaxy S5 Plus" releaseDate: 2014-11-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-note-edge" releaseLabel: "Galaxy Note Edge" releaseDate: 2014-11-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-core-lte-g386w" releaseLabel: "Galaxy Core LTE G386W" releaseDate: 2014-11-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-grand-prime-duos-tv" releaseLabel: "Galaxy Grand Prime Duos TV" releaseDate: 2014-10-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-grand-prime" releaseLabel: "Galaxy Grand Prime" releaseDate: 2014-10-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-note-4-duos" releaseLabel: "Galaxy Note 4 Duos" releaseDate: 2014-10-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-note4" releaseLabel: "Galaxy Note4" releaseDate: 2014-10-01 # Approximate to the month and year. eoas: true eol: 2017-08-01 link: https://doc.samsungmobile.com/SM-N910U/TNZ/doc.html - releaseCycle: "gear-s" releaseLabel: "Gear S" releaseDate: 2014-10-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-young-2" releaseLabel: "Galaxy Young 2" releaseDate: 2014-10-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-pocket-2" releaseLabel: "Galaxy Pocket 2" releaseDate: 2014-09-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-v" releaseLabel: "Galaxy V" releaseDate: 2014-09-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-ace-style-lte-g357" releaseLabel: "Galaxy Ace Style LTE G357" releaseDate: 2014-09-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-mega-2" releaseLabel: "Galaxy Mega 2" releaseDate: 2014-09-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-alpha-s801" releaseLabel: "Galaxy Alpha (S801)" releaseDate: 2014-09-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-alpha" releaseLabel: "Galaxy Alpha" releaseDate: 2014-09-01 # Approximate to the month and year. eoas: true eol: 2017-01-01 link: https://doc.samsungmobile.com/SM-G850Y/XSA/doc.html - releaseCycle: "galaxy-w" releaseLabel: "Galaxy W" releaseDate: 2014-09-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-s5-lte-a-g901f" releaseLabel: "Galaxy S5 LTE-A G901F" releaseDate: 2014-08-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-s5-mini-duos" releaseLabel: "Galaxy S5 mini Duos" releaseDate: 2014-08-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-s-duos-3" releaseLabel: "Galaxy S Duos 3" releaseDate: 2014-08-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-ace-nxt" releaseLabel: "Galaxy Ace NXT" releaseDate: 2014-08-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-star-2-plus" releaseLabel: "Galaxy Star 2 Plus" releaseDate: 2014-08-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-ace-4-lte-g313" releaseLabel: "Galaxy Ace 4 LTE G313" releaseDate: 2014-08-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-ace-4" releaseLabel: "Galaxy Ace 4" releaseDate: 2014-08-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-star-2" releaseLabel: "Galaxy Star 2" releaseDate: 2014-08-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "gear-live" releaseLabel: "Gear Live" releaseDate: 2014-07-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-avant" releaseLabel: "Galaxy Avant" releaseDate: 2014-07-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-s5-mini" releaseLabel: "Galaxy S5 mini" releaseDate: 2014-07-01 # Approximate to the month and year. eoas: true eol: 2017-08-01 link: https://doc.samsungmobile.com/SM-G800F/DBT/doc.html - releaseCycle: "galaxy-core-ii" releaseLabel: "Galaxy Core II" releaseDate: 2014-07-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-s5-lte-a-g906s" releaseLabel: "Galaxy S5 LTE-A G906S" releaseDate: 2014-07-01 # Approximate to the month and year. eoas: true eol: 2017-01-04 link: https://doc.samsungmobile.com/sm-g906s/skc/doc.html - releaseCycle: "galaxy-beam2" releaseLabel: "Galaxy Beam2" releaseDate: 2014-07-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-s5-sport" releaseLabel: "Galaxy S5 Sport" releaseDate: 2014-06-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-core-lite-lte" releaseLabel: "Galaxy Core Lite LTE" releaseDate: 2014-06-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "i9301i-galaxy-s3-neo" releaseLabel: "I9301I Galaxy S3 Neo" releaseDate: 2014-06-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-k-zoom" releaseLabel: "Galaxy K zoom" releaseDate: 2014-06-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-s5-duos" releaseLabel: "Galaxy S5 Duos" releaseDate: 2014-06-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "gear-2-neo" releaseLabel: "Gear 2 Neo" releaseDate: 2014-05-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-s5-active" releaseLabel: "Galaxy S5 Active" releaseDate: 2014-05-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-ace-style" releaseLabel: "Galaxy Ace Style" releaseDate: 2014-05-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-core-lte" releaseLabel: "Galaxy Core LTE" releaseDate: 2014-05-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-star-trios-s5283" releaseLabel: "Galaxy Star Trios S5283" releaseDate: 2014-05-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "gear-2" releaseLabel: "Gear 2" releaseDate: 2014-04-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "i9300i-galaxy-s3-neo" releaseLabel: "I9300I Galaxy S3 Neo" releaseDate: 2014-04-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "ativ-se" releaseLabel: "ATIV SE" releaseDate: 2014-04-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-s5-octa-core" releaseLabel: "Galaxy S5 (octa-core)" releaseDate: 2014-04-01 # Approximate to the month and year. eoas: true eol: 2017-04-01 link: https://doc.samsungmobile.com/SM-G900H/XXV/doc.html - releaseCycle: "galaxy-s5" releaseLabel: "Galaxy S5" releaseDate: 2014-04-01 # Approximate to the month and year. eoas: true eol: 2017-04-01 link: https://doc.samsungmobile.com/SM-G900H/XXV/doc.html - releaseCycle: "g3812b-galaxy-s3-slim" releaseLabel: "G3812B Galaxy S3 Slim" releaseDate: 2014-03-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "i8200-galaxy-s-iii-mini-ve" releaseLabel: "I8200 Galaxy S III mini VE" releaseDate: 2014-03-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-note-pro-12.2-lte" releaseLabel: "Galaxy Note Pro 12.2 LTE" releaseDate: 2014-03-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-note-pro-12.2-3g" releaseLabel: "Galaxy Note Pro 12.2 3G" releaseDate: 2014-03-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-note-3-neo-duos" releaseLabel: "Galaxy Note 3 Neo Duos" releaseDate: 2014-02-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-note-3-neo" releaseLabel: "Galaxy Note 3 Neo" releaseDate: 2014-02-01 # Approximate to the month and year. eoas: true eol: true link: https://doc.samsungmobile.com/SM-N750K/KTC/doc.html - releaseCycle: "galaxy-grand-neo" releaseLabel: "Galaxy Grand Neo" releaseDate: 2014-02-01 # Approximate to the month and year. eoas: true eol: true link: null - releaseCycle: "galaxy-note-pro-12.2" releaseLabel: "Galaxy Note Pro 12.2" releaseDate: 2014-02-01 # Approximate to the month and year. eoas: true eol: true link: https://doc.samsungmobile.com/SM-P900/KOO/doc.html - releaseCycle: "galaxy-gear" releaseLabel: "Galaxy Gear" releaseDate: 2013-09-01 # Approximate to the month and year. eoas: true eol: true link: null --- > Samsung Galaxy is a series of computing and mobile computing devices that are designed, > manufactured, and marketed by Samsung Electronics. {: .note} Some release dates may vary depending on the country or region. Most Android upgrades or security update dates are approximate to the year. Samsung Mobile devices have two levels of support: Android upgrades and security updates. Android upgrades refer to updates that provide a device with newer major releases of the Android operating system. These upgrades typically include new features, improvements to performance and security, and enhancements to the user interface. Android upgrades ensure that devices remain compatible with the latest apps and benefit from ongoing development by Google and Samsung. Security updates refer to updates that address vulnerabilities and security issues in the Android operating system. They are essential for maintaining the security and privacy of a device, and may occur monthly, quarterly, or biannually depending on the model and its age. Guaranteed Android upgrades are provided for a limited period, which is usually less (but never more) than the device's security update period. How many Android upgrades a device receives depends on the model. ================================================ FILE: products/sapmachine.md ================================================ --- title: SapMachine addedAt: 2023-06-26 category: lang tags: sap java-distribution iconSlug: openjdk permalink: /sapmachine versionCommand: java -version releasePolicyLink: https://github.com/SAP/SapMachine/wiki/Security-Updates,-Maintenance-and-Support auto: methods: - github_releases: SAP/SapMachine regex: '^sapmachine-(?P[\d\.]+)$' template: "{{version}}" # LTS: EOL dates can be found on https://github.com/SAP/SapMachine/wiki/Maintenance-and-Support # non-LTS : eol(x) = releaseDate(x+1) (exact date for future releases can be found on https://www.java.com/releases/) releases: - releaseCycle: "25" lts: true releaseDate: 2025-09-16 eol: 2030-09-30 latest: "25.0.2" latestReleaseDate: 2026-01-20 - releaseCycle: "24" releaseDate: 2025-03-19 eol: 2025-09-16 latest: "24.0.2" latestReleaseDate: 2025-07-15 - releaseCycle: "23" releaseDate: 2024-09-18 eol: 2025-03-18 latest: "23.0.2" latestReleaseDate: 2025-01-22 - releaseCycle: "22" releaseDate: 2024-03-18 eol: 2024-09-17 latest: "22.0.2" latestReleaseDate: 2024-07-17 - releaseCycle: "21" lts: true releaseDate: 2023-09-18 eol: 2028-09-01 latest: "21.0.10.0.1" latestReleaseDate: 2026-02-17 - releaseCycle: "20" releaseDate: 2023-03-17 eol: 2023-09-19 latest: "20.0.2" latestReleaseDate: 2023-07-18 - releaseCycle: "19" releaseDate: 2022-09-19 eol: 2023-03-17 latest: "19.0.2" latestReleaseDate: 2023-01-17 - releaseCycle: "18" releaseDate: 2022-03-21 eol: 2022-09-19 latest: "18.0.2.1" latestReleaseDate: 2022-08-23 - releaseCycle: "17" lts: true releaseDate: 2021-09-14 eol: 2026-09-01 latest: "17.0.18" latestReleaseDate: 2026-01-20 - releaseCycle: "16" releaseDate: 2021-03-15 eol: 2021-09-14 latest: "16.0.2" latestReleaseDate: 2021-07-22 - releaseCycle: "15" releaseDate: 2020-09-16 eol: 2021-03-15 latest: "15.0.2" latestReleaseDate: 2021-01-22 - releaseCycle: "14" releaseDate: 2020-03-18 eol: 2020-09-16 latest: "14.0.2" latestReleaseDate: 2020-07-16 - releaseCycle: "13" releaseDate: 2019-09-18 eol: 2020-03-18 latest: "13.0.2" latestReleaseDate: 2020-01-16 - releaseCycle: "12" releaseDate: 2019-03-21 eol: 2019-09-18 latest: "12.0.2" latestReleaseDate: 2019-07-17 - releaseCycle: "11" lts: true releaseDate: 2019-01-16 eol: 2024-12-01 latest: "11.0.30" latestReleaseDate: 2026-01-20 - releaseCycle: "10" releaseDate: 2018-03-21 eol: 2018-09-25 # releaseDate of OpenJDK 11 latest: "10.0.2" latestReleaseDate: 2026-03-11 --- > [SapMachine](https://sap.github.io/SapMachine/) is a [GPLv2 with CPE](https://openjdk.org/legal/gplv2+ce.html) > licensed build of the Open Java Development Kit (OpenJDK) with long-term support and patches from > SAP. SapMachine [is certified](https://github.com/SAP/SapMachine/wiki/Certification-and-Java-Compatibility) > using the Java Technical Compatibility Kit (TCK) to ensure it meets the Java SE standard. It is > available on Linux, Windows, macOS and Docker. SapMachine follows the same release cadence as OpenJDK, with a 6-month rapid-release cycle. There used to be a new LTS release every 3 years (every sixth OpenJDK release) but, after OpenJDK 17, the LTS frequency was increased to every 2 years (every fourth OpenJDK release). Updates are planned to be released quarterly, with performance enhancements and security updates. Urgent fixes (including security) outside the regular quarterly cycle may occur. SapMachine is one of the many builds of OpenJDK. For recommendations on which JDK build to use, check out [whichjdk.com](https://whichjdk.com/#sapmachine). *[LTS]: Long-Term Support ================================================ FILE: products/scala.md ================================================ --- title: Scala addedAt: 2022-12-28 category: lang tags: java-runtime iconSlug: scala permalink: /scala alternate_urls: - /scala-lang versionCommand: scalac -version releasePolicyLink: https://www.scala-lang.org/download/all.html changelogTemplate: "https://github.com/lampepfl/dotty/releases/tag/__LATEST__" eoasColumn: Current Releases eolColumn: Maintenance Releases identifiers: - repology: scala - cpe: cpe:/a:scala-lang:scala - cpe: cpe:2.3:a:scala-lang:scala # Some old scala releases are only tagged and don't have any associated GitHub releases. # But releases may be tagged from a few days to a few weeks to before being officially released, so overall using GitHub releases is better. auto: methods: - github_releases: scala/scala # Scala < 3 - github_releases: lampepfl/dotty # Scala >= 3 # For 3.x : eoas(x) = eol(x) = releaseDate(x+1) releases: - releaseCycle: "3.8" releaseDate: 2026-01-22 eoas: false eol: false latest: "3.8.2" latestReleaseDate: 2026-02-24 - releaseCycle: "3.7" releaseDate: 2025-05-07 eoas: 2026-01-22 eol: 2026-01-22 latest: "3.7.4" latestReleaseDate: 2025-11-11 - releaseCycle: "3.6" releaseDate: 2024-12-10 eoas: 2025-05-07 eol: 2025-05-07 latest: "3.6.4" latestReleaseDate: 2025-03-07 - releaseCycle: "3.5" releaseDate: 2024-08-22 eoas: 2024-12-10 eol: 2024-12-10 latest: "3.5.2" latestReleaseDate: 2024-10-22 - releaseCycle: "3.4" releaseDate: 2024-02-14 eoas: 2024-08-22 eol: 2024-08-22 latest: "3.4.3" latestReleaseDate: 2024-08-23 - releaseCycle: "3.3" lts: true releaseDate: 2023-05-23 eoas: false eol: false latest: "3.3.7" latestReleaseDate: 2025-10-13 - releaseCycle: "3.2" releaseDate: 2022-08-31 eoas: 2023-05-23 eol: 2023-05-23 latest: "3.2.2" latestReleaseDate: 2023-01-30 - releaseCycle: "3.1" releaseDate: 2021-10-18 eoas: 2022-09-01 eol: 2022-09-01 latest: "3.1.3" latestReleaseDate: 2022-06-21 - releaseCycle: "3.0" releaseDate: 2021-05-13 eoas: 2021-10-18 eol: 2021-10-18 latest: "3.0.2" latestReleaseDate: 2021-09-01 - releaseCycle: "2.13" releaseDate: 2019-06-07 eoas: false eol: false latest: "2.13.18" latestReleaseDate: 2025-11-17 link: https://github.com/scala/scala/releases/tag/v__LATEST__ - releaseCycle: "2.12" staleReleaseThresholdDays: 730 # still listed on https://www.scala-lang.org/download/all.html releaseDate: 2016-10-28 eoas: 2019-06-07 eol: false latest: "2.12.21" latestReleaseDate: 2025-12-08 link: https://github.com/scala/scala/releases/tag/v__LATEST__ - releaseCycle: "2.11" staleReleaseThresholdDays: 3285 # still listed on https://www.scala-lang.org/download/all.html releaseDate: 2014-04-16 eoas: 2016-11-03 eol: false latest: "2.11.12" latestReleaseDate: 2017-11-09 link: https://github.com/scala/scala/releases/tag/v__LATEST__ - releaseCycle: "2.10" staleReleaseThresholdDays: 3285 # still listed on https://www.scala-lang.org/download/all.html releaseDate: 2012-12-19 eoas: 2014-04-17 eol: false latest: "2.10.7" latestReleaseDate: 2017-11-09 link: https://github.com/scala/scala/releases/tag/v__LATEST__ --- > [Scala](https://www.scala-lang.org/) is a strong statically typed general-purpose programming > language that supports both object-oriented programming and functional programming. Designed to be > concise, many of Scala's design decisions are aimed to address criticisms of Java. Only the latest `2.x` and `3.x` releases are actively developed. Those versions are named _current releases_. A few older `2.x` releases are also maintained with bug fixes and security support. Those releases are named _maintenance releases_ and are maintained for a long time (because migration between two `2.x` releases is difficult). ## Scala 3 release policy [Starting with Scala 3.3](https://www.scala-lang.org/blog/2022/08/17/long-term-compatibility-plans.html "Long-term compatibility plans for Scala 3"), development is split into two lines called _Scala Next_ (for newest and experimental features) and _Scala LTS_ (only bug fixes, non-language changes and minor quality-of-life enhancements). LTS releases are released every two years, and each LTS release is supported for at least three years. ## [JDK Compatibility](https://docs.scala-lang.org/overviews/jdk-compatibility/overview.html) Scala’s primary platform is the Java Virtual Machine (JVM). | JDK version | Minimum Scala versions | | ----------- | ------------------------------------- | | 23 | 3.4.0, 3.3.1, 2.13.15, 2.12.20 | | 22 | 3.4.0, 3.3.1, 2.13.13, 2.12.19 | | 21 (LTS) | 3.4.0, 3.3.1, 2.13.11, 2.12.18 | | 17 (LTS) | 3.0.0, 3.3.0, 2.13.6, 2.12.15 | | 11 (LTS) | 3.0.0, 3.3.0, 2.13.0, 2.12.4, 2.11.12 | | 8 (LTS) | 3.0.0, 3.3.0, 2.13.0, 2.12.0, 2.11.0 | † = forthcoming; support available in nightly builds ================================================ FILE: products/sharepoint.md ================================================ --- title: Microsoft SharePoint addedAt: 2022-03-20 category: server-app tags: microsoft permalink: /sharepoint alternate_urls: - /mssharepoint releasePolicyLink: https://learn.microsoft.com/lifecycle/products/?terms=SharePoint%20Server eoasColumn: true releases: - releaseCycle: "subscription" releaseLabel: "Subscription Edition" releaseDate: 2021-11-02 eoas: false eol: false latest: "16.0.19725.20076" latestReleaseDate: 2026-03-10 link: https://support.microsoft.com/help/5002843 - releaseCycle: "2019" releaseDate: 2018-10-22 eoas: 2024-01-09 eol: 2026-07-14 latest: "16.0.10417.20102" latestReleaseDate: 2026-03-10 link: https://support.microsoft.com/help/5002847 - releaseCycle: "2016" releaseDate: 2016-05-01 eoas: 2021-07-13 eol: 2026-07-14 latest: "16.0.5543.1000" latestReleaseDate: 2026-03-10 link: https://support.microsoft.com/help/5002851 - releaseCycle: "2013" releaseLabel: "2013 SP1" releaseDate: 2013-01-09 eoas: 2018-04-10 eol: 2023-04-11 latest: "15.0.5545.1000" latestReleaseDate: 2023-04-11 link: https://support.microsoft.com/help/5002379 - releaseCycle: "2010" releaseLabel: "2010 SP2" releaseDate: 2010-07-05 eoas: 2015-10-13 eol: 2021-04-13 latest: "14.0.7268.5000" latestReleaseDate: 2021-04-13 link: https://support.microsoft.com/help/4504709 - releaseCycle: "2007" releaseLabel: "2007 SP3" releaseDate: 2007-01-27 eoas: 2012-10-09 eol: 2017-10-10 latest: "12.0.6690.5000" latestReleaseDate: 2014-05-13 link: https://support.microsoft.com/topic/70d30e40-2571-df91-5994-8109c8bc0f8b --- > [Microsoft SharePoint Server](https://en.wikipedia.org/wiki/SharePoint) is a web-based collaborative > platform that integrates with Microsoft Office, developed by Microsoft. Microsoft publishes tables for each release [detailing the build numbers, versions, and release dates](https://learn.microsoft.com/officeupdates/sharepoint-updates). The 2013 version was the last to which Service Pack (SP) appeared. As of 2016 onwards, only security updates are released for the product. ================================================ FILE: products/shopware.md ================================================ --- title: Shopware addedAt: 2024-04-19 category: server-app tags: php-runtime iconSlug: shopware permalink: /shopware versionCommand: php bin/console --version releasePolicyLink: https://developer.shopware.com/release-notes/ changelogTemplate: https://github.com/shopware/shopware/releases/tag/v__LATEST__ eoasColumn: true customFields: - name: supportedPhpVersions display: api-only label: PHP description: Supported PHP versions link: https://docs.shopware.com/en/shopware-6-en/first-steps/system-requirements identifiers: - cpe: cpe:/a:shopware:shopware - cpe: cpe:2.3:a:shopware:shopware auto: methods: - git: https://github.com/shopware/shopware.git # Shopware 6 - git: https://github.com/shopware5/shopware.git # Shopware 5 # eoas(x) = releaseDate(x+1) # eol(x) = true or the EOL date of the major release if known (patch applied through the Shopware Security Plugin). # PHP support is documented on https://docs.shopware.com/en/shopware-6-en/first-steps/system-requirements. releases: - releaseCycle: "6.7" supportedPhpVersions: 8.2 - 8.4 # https://github.com/shopware/shopware/blob/v6.7.0.0/composer.json#L64 releaseDate: 2025-06-17 eoas: false eol: false # still listed on https://developer.shopware.com/release-notes/ latest: "6.7.8.2" latestReleaseDate: 2026-03-17 - releaseCycle: "6.6" supportedPhpVersions: 8.2 - 8.3 releaseDate: 2024-03-21 eoas: 2025-06-17 eol: false # still listed on https://developer.shopware.com/release-notes/ latest: "6.6.10.15" latestReleaseDate: 2026-03-10 - releaseCycle: "6.5" supportedPhpVersions: 8.1 - 8.3 releaseDate: 2023-05-03 eoas: 2024-03-28 eol: false # still listed on https://developer.shopware.com/release-notes/ latest: "6.5.8.18" latestReleaseDate: 2025-05-12 - releaseCycle: "5.7" supportedPhpVersions: N/A releaseDate: 2021-05-26 eoas: true eol: 2024-07-31 # https://docs.shopware.com/en/shopware-5-en/end-of-life/shopware-5-end-of-life latest: "5.7.20" latestReleaseDate: 2025-06-05 link: https://github.com/shopware5/shopware/releases/tag/v__LATEST__ - releaseCycle: "6.4" supportedPhpVersions: 7.4 - 8.3 releaseDate: 2021-05-04 eoas: 2023-05-03 eol: true # not listed anymore on https://developer.shopware.com/release-notes/ latest: "6.4.20.2" latestReleaseDate: 2023-05-05 - releaseCycle: "6.3" supportedPhpVersions: 7.2 - 7.4 releaseDate: 2020-08-03 eoas: 2021-05-04 eol: true # not listed anymore on https://developer.shopware.com/release-notes/ latest: "6.3.5.4" latestReleaseDate: 2021-04-19 - releaseCycle: "6.2" supportedPhpVersions: 7.2 - 7.4 releaseDate: 2020-05-18 eoas: 2020-08-03 eol: true # not listed anymore on https://developer.shopware.com/release-notes/ latest: "6.2.3" latestReleaseDate: 2020-07-13 # There was no 6.0. - releaseCycle: "6.1" supportedPhpVersions: 7.2 - 7.4 releaseDate: 2020-01-13 eoas: 2020-05-19 eol: true # not listed anymore on https://developer.shopware.com/release-notes/ latest: "6.1.6" latestReleaseDate: 2020-05-14 - releaseCycle: "5.6" supportedPhpVersions: N/A releaseDate: 2019-08-09 eoas: 2021-06-14 eol: true latest: "5.6.10" latestReleaseDate: 2021-05-04 link: https://github.com/shopware5/shopware/releases/tag/v__LATEST__ - releaseCycle: "5.5" supportedPhpVersions: N/A releaseDate: 2018-09-17 eoas: 2019-08-12 eol: true latest: "5.5.10" latestReleaseDate: 2019-06-05 link: https://github.com/shopware5/shopware/releases/tag/v__LATEST__ - releaseCycle: "5.4" supportedPhpVersions: N/A releaseDate: 2018-02-26 eoas: 2018-09-18 eol: true latest: "5.4.6" latestReleaseDate: 2018-07-18 link: https://github.com/shopware5/shopware/releases/tag/v__LATEST__ - releaseCycle: "5.3" supportedPhpVersions: N/A releaseDate: 2017-07-31 eoas: 2018-02-28 eol: true latest: "5.3.7" latestReleaseDate: 2018-01-17 link: https://github.com/shopware5/shopware/releases/tag/v__LATEST__ - releaseCycle: "5.2" supportedPhpVersions: N/A releaseDate: 2016-07-01 eoas: 2017-07-31 eol: true latest: "5.2.27" latestReleaseDate: 2017-07-10 link: https://github.com/shopware5/shopware/releases/tag/v__LATEST__ - releaseCycle: "5.1" supportedPhpVersions: N/A releaseDate: 2015-10-19 eoas: 2016-07-04 eol: true latest: "5.1.6" latestReleaseDate: 2016-05-23 link: https://github.com/shopware5/shopware/releases/tag/v__LATEST__ - releaseCycle: "5.0" supportedPhpVersions: N/A releaseDate: 2015-04-27 eoas: 2015-10-21 eol: true latest: "5.0.4" latestReleaseDate: 2015-09-16 link: https://github.com/shopware5/shopware/releases/tag/v__LATEST__ --- > [Shopware](https://shopware.com) is an MIT licensed e-commerce platform written in PHP and > developed by Shopware AG. Shopware follows [semantic versioning](https://developer.shopware.com/release-notes/#types-of-releases), but starting with Shopware 6 the versioning scheme has been changed to a four-digit version number: `6.major.minor.patch` (the `6.` prefix indicating _Shopware 6_). There is one major release per year, one minor release every first Monday of the month, and patch when needed. Only the latest minor release is actively supported with bug and security fixes. Older versions only receive security fixes via the [Shopware Security Plugin](https://store.shopware.com/en/swag575294366635f/shopware-security-plugin.html) and not via direct patch update. Finally, the last minor version of a major cycle gets extended support with selective bug fixes and security updates. Shopware 5 [will be discontinued at the end of July 2024](https://docs.shopware.com/en/shopware-5-en/end-of-life/shopware-5-end-of-life). After July 2024, commercial Long-Term Support can be purchased through [the third-party vendor safefive](https://safefive.de/en/why-safefive/). ## [PHP Compatibility](https://docs.shopware.com/en/shopware-6-en/first-steps/system-requirements) {%- assign collapsedCycles = page.releases | collapse_cycles:"supportedPhpVersions"," - " %} {% include table.html labels="Shopware version,PHP versions" fields="releaseCycle,supportedPhpVersions" types="string,string" rows=collapsedCycles %} ================================================ FILE: products/silverstripe.md ================================================ --- title: Silverstripe CMS addedAt: 2023-06-07 category: server-app tags: php-runtime permalink: /silverstripe alternate_urls: - /silverstripe-cms - /silverstripe-framework versionCommand: composer info silverstripe/cms releaseImage: https://www.silverstripe.org/assets/Uploads/_resampled/ResizedImageWzYwMCw0ODdd/CMS-5.1-Support-Timeline-with-provisional-release-date.png releasePolicyLink: https://www.silverstripe.org/software/roadmap/ changelogTemplate: "https://docs.silverstripe.org/en/{{'__RELEASE_CYCLE__'|split:'.'|first}}/changelogs/__RELEASE_CYCLE__.0/" eoasColumn: Active Development eolColumn: Security Support identifiers: - purl: pkg:composer/silverstripe/cms - purl: pkg:github/silverstripe/silverstripe-installer auto: methods: - git: https://github.com/silverstripe/silverstripe-installer.git - silverstripe: https://raw.githubusercontent.com/silverstripe/roadmap/refs/heads/main/data.json # releaseDate, eoas and eol on https://www.silverstripe.org/software/roadmap/ # eoas, eol rounded to the end of month # When adding a new release, please also update the auto section above with the exact release date. releases: - releaseCycle: "6.1" releaseDate: 2025-10-13 eoas: 2026-04-30 eol: 2026-10-31 latest: "6.1.0" latestReleaseDate: 2025-10-13 - releaseCycle: "6.0" releaseDate: 2025-06-10 eoas: 2025-10-13 eol: 2026-04-14 latest: "6.0.0" latestReleaseDate: 2025-06-10 - releaseCycle: "5.4" releaseDate: 2025-04-10 eoas: 2026-04-11 eol: 2027-04-30 latest: "5.4.0" latestReleaseDate: 2025-04-10 - releaseCycle: "5.3" releaseDate: 2024-11-04 eoas: 2025-04-10 eol: 2025-10-11 latest: "5.3.0" latestReleaseDate: 2024-11-04 - releaseCycle: "5.2" releaseDate: 2024-04-15 eoas: 2024-11-04 eol: 2025-05-05 latest: "5.2.0" latestReleaseDate: 2024-04-15 - releaseCycle: "5.1" releaseDate: 2023-10-17 eoas: 2024-04-17 eol: 2024-10-17 latest: "5.1.0" latestReleaseDate: 2023-10-16 - releaseCycle: "5.0" releaseDate: 2023-05-08 eoas: 2023-10-17 eol: 2024-04-17 latest: "5.0.0" latestReleaseDate: 2023-05-04 - releaseCycle: "4.13" releaseDate: 2023-04-26 eoas: 2024-04-27 eol: 2025-06-10 latest: "4.13.0" latestReleaseDate: 2023-04-26 - releaseCycle: "4.12" releaseDate: 2022-12-19 eoas: 2023-04-26 eol: 2023-10-26 latest: "4.12.1" latestReleaseDate: 2022-12-21 - releaseCycle: "4.11" releaseDate: 2022-06-28 eoas: 2022-12-19 eol: 2023-05-19 latest: "4.11.2" latestReleaseDate: 2022-06-29 - releaseCycle: "4.10" releaseDate: 2022-01-27 eoas: 2022-06-30 eol: 2022-12-31 latest: "4.10.0" latestReleaseDate: 2022-01-25 - releaseCycle: "3.7" releaseDate: 2018-06-08 eoas: true eol: 2021-09-30 # http://web.archive.org/web/20200930101626/https://www.silverstripe.org/software/roadmap/ latest: "3.7.5" latestReleaseDate: 2020-07-15 - releaseCycle: "3.1" releaseDate: 2013-10-01 eoas: true eol: 2016-12-31 # https://www.silverstripe.org/blog/support-timeline-update-where-are-we-heading/ latest: "3.1.21" latestReleaseDate: 2016-11-18 - releaseCycle: "3.0" releaseDate: 2012-06-28 eoas: true eol: 2015-10-12 # as stated in https://www.silverstripe.org/blog/silverstripe-2-4-end-of-life-announcement/, the release policy was at the time that support lasts for 2 minor versions latest: "3.0.14" latestReleaseDate: 2015-05-28 - releaseCycle: "2.4" releaseDate: 2011-02-02 eoas: true eol: 2015-03-31 # https://www.silverstripe.org/blog/silverstripe-2-4-end-of-life-announcement/ latest: "2.4.13" latestReleaseDate: 2013-09-26 link: null - releaseCycle: "2.3" releaseDate: 2009-02-23 eoas: true eol: true latest: "2.3.13" latestReleaseDate: 2011-10-18 link: null --- > [Silverstripe](https://www.silverstripe.org/) is a free and open-source content management CMS > and Framework written in PHP and distributed under the BSD License. For major releases that are in "Active development" or "Full support", minor versions are released approximately every three months, and their End-of-Life (EOL) is announced at least six months in advance. The latest minor release is supported as long as its underlying major release. Silverstripe 5 will receive security fixes till April 2027. Bug and security fixes are managed differently depending on whether the underlying major release is in "Full support" or "Limited support". For more information, read the [Release Process](https://docs.silverstripe.org/en/5/contributing/release_process/) documentation. ================================================ FILE: products/slackware.md ================================================ --- title: Slackware Linux addedAt: 2022-10-29 category: os tags: linux-distribution iconSlug: slackware permalink: /slackware alternate_urls: - /slackwarelinux - /slackware-linux versionCommand: cat /etc/os-release releasePolicyLink: http://www.slackware.com/faq/do_faq.php?faq=general#4 changelogTemplate: http://www.slackware.com/announce/__RELEASE_CYCLE__.php latestColumn: false staleReleaseThresholdDays: 1825 # oses have longer support periods identifiers: - cpe: cpe:/o:slackware:slackware_linux - cpe: cpe:2.3:o:slackware:slackware_linux auto: methods: - distrowatch: slackware regex: '^Distribution Release: Slackware (Linux )?(?P\d+)\.(?P\d+)$' releases: - releaseCycle: "15.0" codename: "stable" releaseLabel: "15.0 (Stable)" releaseDate: 2022-02-03 eol: false latest: "15.0" latestReleaseDate: 2022-02-03 - releaseCycle: "14.2" releaseDate: 2016-07-01 eol: 2024-01-01 # https://mirrors.slackware.com/slackware/slackware-14.2/ChangeLog.txt latest: "14.2" latestReleaseDate: 2016-07-01 - releaseCycle: "14.1" releaseDate: 2013-11-07 eol: 2024-01-01 # https://mirrors.slackware.com/slackware/slackware-14.1/ChangeLog.txt latest: "14.1" latestReleaseDate: 2013-11-07 - releaseCycle: "14.0" releaseDate: 2012-09-28 eol: 2024-01-01 # https://mirrors.slackware.com/slackware/slackware-14.0/ChangeLog.txt latest: "14.0" latestReleaseDate: 2012-09-28 - releaseCycle: "13.37" releaseDate: 2011-04-28 eol: 2018-07-05 latest: "13.37" latestReleaseDate: 2011-04-28 - releaseCycle: "13.1" releaseDate: 2010-05-24 eol: 2018-07-05 latest: "13.1" latestReleaseDate: 2010-05-24 - releaseCycle: "13.0" releaseDate: 2009-08-28 eol: 2018-07-05 latest: "13.0" latestReleaseDate: 2009-08-28 - releaseCycle: "12.2" releaseDate: 2008-12-11 eol: 2013-12-09 latest: "12.2" latestReleaseDate: 2008-12-11 - releaseCycle: "12.1" releaseDate: 2008-05-02 eol: 2013-12-09 latest: "12.1" latestReleaseDate: 2008-05-02 - releaseCycle: "12.0" releaseDate: 2007-07-02 eol: 2012-08-01 latest: "12.0" latestReleaseDate: 2007-07-02 - releaseCycle: "11.0" releaseDate: 2006-10-03 eol: 2012-08-01 latest: "11.0" latestReleaseDate: 2006-10-03 - releaseCycle: "10.2" releaseDate: 2005-09-15 eol: 2012-08-01 latest: "10.2" latestReleaseDate: 2005-09-15 - releaseCycle: "10.1" releaseDate: 2005-02-07 eol: 2012-08-01 latest: "10.1" latestReleaseDate: 2005-02-07 - releaseCycle: "10.0" releaseDate: 2004-06-23 eol: 2012-08-01 latest: "10.0" latestReleaseDate: 2004-06-23 - releaseCycle: "9.1" releaseDate: 2003-09-26 eol: 2012-08-01 latest: "9.1" latestReleaseDate: 2003-09-26 - releaseCycle: "9.0" releaseDate: 2003-03-18 eol: 2012-08-01 - releaseCycle: "8.1" releaseDate: 2002-06-19 eol: 2012-08-01 link: https://mirrors.slackware.com/slackware/slackware-8.1/ANNOUNCE.8_1 latest: "8.1" latestReleaseDate: 2002-06-19 - releaseCycle: "8.0" releaseDate: 2001-07-01 eol: 2003-03-29 link: https://mirrors.slackware.com/slackware/slackware-8.0/ANNOUNCE.TXT latest: "8.0" latestReleaseDate: 2001-07-01 --- > [Slackware](http://www.slackware.com/) is a general-purpose GNU/Linux distribution that aims to be > most ["UNIX-like", simple and stable](http://www.slackware.com/info/). It strives to minimize the > number of changes to upstream software releases. It is the oldest actively developed GNU/Linux > distribution with development being led by creator Patrick Volkerding continuously since 1993. There are several releases of Slackware Linux supported concurrently. A [stability-based release cycle](http://www.slackware.com/faq/do_faq.php?faq=general#4) is used, and therefore releases are not due on a fixed schedule. A new release is usually made once every few years. Slackware's `-current` development tree closely follows bleeding edge of upstream releases. The latest stable release gets bug and security fixes, while previous non-End-of-Life releases receive only security patches. Slackware officially supports 32-bit non-PAE (i586-compatible), 32-bit PAE (i686-compatible) and 64-bit x86 processors. Unofficial builds are available for the arm and s/390 architectures. Security Advisories are published on , and can be subscribed via the [slackware-security](http://www.slackware.com/lists/) mailing list. ================================================ FILE: products/sles.md ================================================ --- title: SUSE Linux Enterprise Server addedAt: 2021-07-18 category: os tags: linux-distribution suse iconSlug: suse permalink: /sles alternate_urls: - /suseenterpriseserver - /suseserver - /suselinuxenterpriseserver versionCommand: cat /etc/os-release releasePolicyLink: https://www.suse.com/lifecycle changelogTemplate: https://{% assign MajorReleaseCycle = "__RELEASE_CYCLE__" | split:"." |first| plus:0 %}{% if MajorReleaseCycle < 16 %}www.suse.com/releasenotes/x86_64/SUSE-SLES/{{"__RELEASE_CYCLE__"|replace:".","-SP"|replace:"-SP0",""}}/{%else%}documentation.suse.com/releasenotes/sles/__RELEASE_CYCLE__/{%endif%} latestColumn: false eolColumn: General Support eoesColumn: Long Term Service Pack Support identifiers: - cpe: cpe:/o:suse:sles - cpe: cpe:2.3:o:suse:sles auto: methods: - release_table: https://www.suse.com/lifecycle/#1 header_selector: "tr:nth-of-type(1)" fields: releaseCycle: column: "Service Pack Release" regex: 'SUSE Linux Enterprise Server (?P\d+)(\s+SP(?P\d+))?' template: "{{major}}.{% if minor %}{{minor}}{% else %}0{% endif %}" releaseDate: "FCS Date" eol: "General Ends" eoes: "LTSS Ends" # Starting with SLES 16 the column and release titles changed - release_table: https://www.suse.com/lifecycle/#2 header_selector: "tr:nth-of-type(1)" fields: releaseCycle: column: "Releases" regex: 'SUSE Linux Enterprise Server (?P\d+)(.(?P\d+))?' template: "{{major}}.{% if minor %}{{minor}}{% else %}0{% endif %}" releaseDate: "FCS Date" eol: "General Ends" eoes: "LTS Ends" releases: - releaseCycle: "16.0" releaseDate: 2025-11-04 eol: 2027-11-30 eoes: 2030-11-30 - releaseCycle: "15.7" releaseDate: 2025-06-17 eol: 2031-07-31 eoes: 2034-07-31 - releaseCycle: "15.6" releaseDate: 2024-06-26 eol: 2025-12-31 eoes: 2028-12-31 - releaseCycle: "15.5" releaseDate: 2023-06-20 eol: 2024-12-31 eoes: 2027-12-31 - releaseCycle: "15.4" releaseDate: 2022-06-21 eol: 2023-12-31 eoes: 2026-12-31 - releaseCycle: "15.3" releaseDate: 2021-06-22 eol: 2022-12-31 eoes: 2025-12-31 - releaseCycle: "15.2" releaseDate: 2020-07-21 eol: 2021-12-31 eoes: 2024-12-31 - releaseCycle: "12.5" releaseDate: 2019-12-09 eol: 2024-10-31 eoes: 2027-10-31 - releaseCycle: "15.1" releaseDate: 2019-06-24 eol: 2021-01-31 eoes: 2024-01-31 - releaseCycle: "12.4" releaseDate: 2018-12-12 eol: 2020-06-30 eoes: 2023-06-30 - releaseCycle: "15.0" releaseDate: 2018-07-16 eol: 2019-12-31 eoes: 2022-12-31 - releaseCycle: "12.3" releaseDate: 2017-09-07 eol: 2019-06-30 eoes: 2022-06-30 - releaseCycle: "12.2" releaseDate: 2016-11-08 eol: 2018-03-31 eoes: 2021-03-31 - releaseCycle: "12.1" releaseDate: 2015-12-15 eol: 2017-05-31 eoes: 2020-05-31 - releaseCycle: "11.4" releaseDate: 2015-07-15 eol: 2019-03-31 eoes: 2022-03-31 - releaseCycle: "12.0" releaseDate: 2014-10-27 eol: 2016-06-30 eoes: 2019-07-01 - releaseCycle: "11.3" releaseDate: 2013-07-01 eol: 2016-01-31 eoes: 2019-01-30 - releaseCycle: "11.2" releaseDate: 2012-02-29 eol: 2014-01-31 eoes: 2017-01-30 - releaseCycle: "10.4" releaseDate: 2011-04-12 eol: 2013-07-31 eoes: 2016-07-30 - releaseCycle: "11.1" releaseDate: 2010-06-02 eol: 2012-08-31 eoes: 2015-08-30 - releaseCycle: "10.3" releaseDate: 2009-10-12 eol: 2011-10-11 eoes: 2014-10-31 - releaseCycle: "11.0" releaseDate: 2009-03-24 eol: 2010-12-31 eoes: 2010-12-31 - releaseCycle: "10.2" releaseDate: 2008-05-19 eol: 2010-04-11 eoes: 2013-04-10 - releaseCycle: "10.1" releaseDate: 2007-06-18 eol: 2008-11-30 eoes: 2010-12-31 - releaseCycle: "10.0" releaseDate: 2006-07-17 eol: 2007-12-31 eoes: 2007-12-31 link: null --- > [Suse Linux Enterprise Server](https://www.suse.com/products/server/) is a modular linux > distribution for both multimodal and traditional IT. SLES has a thirteen-year product lifecycle for major versions. The current support model consists of 10 years of general support, followed by up to 3 years of paid Long-Term Service Pack Support (LTSS). Major versions are released at an interval of 3–4 years, while minor versions (called "Service Packs") are released about every 12 months. SLES receives more intense testing than the upstream openSUSE community product. SLES 13 and SLES 14 version numbers were skipped. Advisories are published at . ================================================ FILE: products/sns-firmware.md ================================================ --- title: Stormshield Firmware addedAt: 2025-08-27 category: os tags: stormshield permalink: /sns-firmware versionCommand: getversion latestColumn: false eoasColumn: Maintenance Support eolColumn: Lifecycle Support staleReleaseThresholdDays: 1825 # devices have longer support periods releasePolicyLink: https://documentation.stormshield.eu/PLC/SNS/en/Content/SNS_Product_Life_Cycle/Matrices_firmwares.htm LTSLabel: "LTSB" auto: methods: - release_table: https://documentation.stormshield.eu/PLC/SNS/en/Content/SNS_Product_Life_Cycle/Matrices_firmwares.htm ignore_empty_releases: true fields: releaseCycle: "SNS version" eol: column: "End of Life" regex: '^.*(?P\w+ \d+).*$' releaseDate: "Available as of" eoas: "End of Maintenance" releases: - releaseCycle: "5.0" releaseDate: 2025-09-24 eoas: false eol: false - releaseCycle: "4.8" releaseDate: 2024-07-02 lts: true eoas: false eol: false - releaseCycle: "4.7" releaseDate: 2023-10-31 eoas: 2024-11-12 eol: 2025-02-12 - releaseCycle: "4.6" releaseDate: 2022-11-24 eoas: 2024-02-22 eol: 2024-05-22 - releaseCycle: "4.5" releaseDate: 2022-07-05 eoas: 2022-11-24 eol: 2022-11-24 - releaseCycle: "4.4" releaseDate: 2022-05-12 eoas: 2022-06-30 eol: 2022-06-30 - releaseCycle: "4.3" releaseDate: 2022-01-12 eoas: 2025-12-31 eol: 2026-03-31 lts: true - releaseCycle: "4.2" releaseDate: 2021-04-06 eoas: 2022-07-21 eol: 2022-07-21 - releaseCycle: "4.1" releaseDate: 2020-09-24 eoas: 2021-04-06 eol: 2021-04-06 - releaseCycle: "3.11" releaseDate: 2020-09-24 eoas: 2024-06-30 eol: 2024-06-30 lts: true - releaseCycle: "4.0" releaseDate: 2020-01-07 eoas: 2020-09-24 eol: 2020-09-24 - releaseCycle: "3.7" releaseDate: 2018-09-29 eoas: 2024-06-30 eol: 2024-06-30 lts: true - releaseCycle: "3" releaseDate: 2016-11-21 eoas: 2020-09-24 eol: 2020-09-24 - releaseCycle: "2" releaseDate: 2015-03-31 eoas: 2021-09-13 eol: 2021-09-13 - releaseCycle: "1" releaseDate: 2014-06-03 eoas: 2015-04-24 eol: 2015-04-24 --- > [Stormshield Network Security firmware](https://www.stormshield.com/products-services/products/network-security/firmware-sns-4x/) > are certified (ANSSI, CCN) firmwares that run > on [Stormshield firewalls](https://www.stormshield.com/products-services/products/network-security/product-range-sns/). Maintenance is guaranteed on release branches with an LTSB label for at least 12 months after they are designated as such. LTSB branches receieve only only functional or security patches. A minimum 6-month overlap is expected between each LTSB release branch, to allow clients to migrate their installations to the next LTSB branch. ================================================ FILE: products/sns-hardware.md ================================================ --- title: Stormshield Firewall addedAt: 2025-08-27 category: device tags: stormshield permalink: /sns-hardware latestColumn: false eoasColumn: Commercial Availability eolColumn: Software Support staleReleaseThresholdDays: 3650 # devices have longer support periods customFields: - name: lowestSNSVersion display: after-release-column label: Lowest SNS supported versions - name: highestSNSVersion display: after-release-column label: Highest SNS supported versions auto: methods: - release_table: https://documentation.stormshield.eu/PLC/SNS/en/Content/SNS_Product_Life_Cycle/Matrices_firewalls.htm ignore_empty_releases: true fields: releaseCycle: column: "Product" regex: '^.*(?PSN\w*\d+)$' # Capture the hidden name for sn-(xs|s|m|l|xl)-series releaseDate: "Available as of" eoas: "End of Sales" eol: column: "End of Life" regex: '^.*(?P\w+ \d+).*$' releases: - releaseCycle: "sni10" releaseDate: 2024-09-30 eoas: false eol: false lowestSNSVersion: "4.3.30/4.8.3" - releaseCycle: "sn170" releaseDate: 2024-09-30 eoas: false eol: false lowestSNSVersion: "4.3.30/4.8.3" - releaseCycle: "sn3200" releaseDate: 2024-06-10 eoas: false eol: false lowestSNSVersion: "4.3.26/4.8.1" - releaseCycle: "sn2200" releaseDate: 2024-06-10 eoas: false eol: false lowestSNSVersion: "4.3.26/4.8.1" - releaseCycle: "sn6200" releaseDate: 2024-05-01 eoas: false eol: false lowestSNSVersion: "4.3.25/4.8.1" - releaseCycle: "sn5200" releaseDate: 2024-05-01 eoas: false eol: false lowestSNSVersion: "4.3.25/4.8.1" - releaseCycle: "sn320" releaseDate: 2023-06-01 eoas: false eol: false lowestSNSVersion: "4.3.17/4.6.4" - releaseCycle: "sn220" releaseDate: 2023-06-01 eoas: false eol: false lowestSNSVersion: "4.3.17/4.6.4" - releaseCycle: "sn520" releaseDate: 2023-05-04 eoas: false eol: false lowestSNSVersion: "4.3.16/4.6.3" - releaseCycle: "sn920" releaseDate: 2022-09-29 eoas: false eol: false lowestSNSVersion: "4.3.14/4.5.3" - releaseCycle: "sn720" releaseDate: 2022-09-29 eoas: false eol: false lowestSNSVersion: "4.3.14/4.5.3" - releaseCycle: "snxr1200" releaseDate: 2021-09-16 eoas: false eol: false lowestSNSVersion: "4.3.7" - releaseCycle: "sn1100" releaseDate: 2021-09-16 eoas: false eol: false lowestSNSVersion: "4.2.4" - releaseCycle: "sni20" releaseDate: 2020-09-24 eoas: false eol: false lowestSNSVersion: "3.11.0" - releaseCycle: "sn6100" releaseDate: 2018-03-10 eoas: 2024-12-31 eol: 2029-12-31 lowestSNSVersion: "3.7.0" - releaseCycle: "sn3100" releaseDate: 2018-03-10 eoas: 2024-12-31 eol: 2029-12-31 lowestSNSVersion: "3.7.6" - releaseCycle: "sn2100" releaseDate: 2018-03-10 eoas: 2024-12-31 eol: 2029-12-31 lowestSNSVersion: "3.7.0" - releaseCycle: "sn310" releaseDate: 2017-04-01 eoas: 2023-12-31 eol: 2028-12-31 lowestSNSVersion: "3.1.0" highestSNSVersion: "4.8" - releaseCycle: "sn210w" releaseDate: 2017-03-01 eoas: 2022-03-31 eol: 2027-03-31 lowestSNSVersion: "3.1.0" highestSNSVersion: "4.8" - releaseCycle: "sn210" outOfOrder: true # because SN210W has been released after releaseDate: 2017-04-01 eoas: 2023-12-31 eol: 2028-12-31 lowestSNSVersion: "3.1.0" highestSNSVersion: "4.8" - releaseCycle: "sn160w" releaseDate: 2017-03-01 eoas: 2022-03-31 eol: 2027-03-31 lowestSNSVersion: "3.1.0" highestSNSVersion: "4.8" - releaseCycle: "sn160" outOfOrder: true # because SN160W has been released after releaseDate: 2017-04-01 eoas: 2024-06-30 eol: 2028-12-31 lowestSNSVersion: "3.1.0" highestSNSVersion: "4.8" - releaseCycle: "sn910" releaseDate: 2016-05-01 eoas: 2022-12-31 eol: 2027-12-31 lowestSNSVersion: "1.5.0" - releaseCycle: "sn710" outOfOrder: true # because SN910 has been released after releaseDate: 2016-10-01 eoas: 2023-12-31 eol: 2028-12-31 lowestSNSVersion: "1.5.0" - releaseCycle: "sn510" outOfOrder: true # because SN910 has been released after releaseDate: 2016-10-01 eoas: 2023-12-31 eol: 2028-12-31 lowestSNSVersion: "1.5.0" - releaseCycle: "sni40" outOfOrder: true # because SN910 has been released after releaseDate: 2016-06-01 eoas: false eol: false lowestSNSVersion: "2.3.4" - releaseCycle: "sn6000" releaseDate: 2015-08-01 eoas: 2019-12-31 eol: 2024-12-31 lowestSNSVersion: "1.1.0" highestSNSVersion: "4.8" - releaseCycle: "sn3000" releaseDate: 2014-08-01 eoas: 2019-12-31 eol: 2024-12-31 lowestSNSVersion: "1.1.0" highestSNSVersion: "4.8" - releaseCycle: "sn2000" releaseDate: 2014-08-01 eoas: 2019-12-31 eol: 2024-12-31 lowestSNSVersion: "1.1.0" highestSNSVersion: "4.8" - releaseCycle: "sn300" releaseDate: 2014-08-01 eoas: 2017-12-31 eol: 2022-12-31 lowestSNSVersion: "1.0.0" highestSNSVersion: "3.7" - releaseCycle: "sn200" releaseDate: 2014-08-01 eoas: 2017-12-31 eol: 2022-12-31 lowestSNSVersion: "1.0.0" highestSNSVersion: "3.7" - releaseCycle: "sn150" releaseDate: 2014-08-01 eoas: 2017-12-31 eol: 2022-12-31 lowestSNSVersion: "1.0.0" highestSNSVersion: "3.7" - releaseCycle: "sn900" releaseDate: 2014-07-03 eoas: 2016-09-30 eol: 2021-09-30 lowestSNSVersion: "1.0.0" highestSNSVersion: "3.7" - releaseCycle: "sn700" releaseDate: 2014-07-03 eoas: 2016-09-30 eol: 2021-09-30 lowestSNSVersion: "1.0.0" highestSNSVersion: "3.7" - releaseCycle: "sn500" releaseDate: 2014-07-03 eoas: 2016-09-30 eol: 2021-09-30 lowestSNSVersion: "1.0.0" highestSNSVersion: "3.7" --- > [Stormshield firewalls](https://www.stormshield.com/products-services/products/network-security/product-range-sns/) > are hardware firewalls > running [Stormshield Network Security firmware](https://www.stormshield.com/products-services/products/network-security/firmware-sns-4x/). End of Sales, End of Life as well as supported Stormshield Firmware versions are listed in the [Stormshield technical documentation](https://documentation.stormshield.eu/PLC/SNS/en/Content/SNS_Product_Life_Cycle/Matrices_firewalls.htm). ================================================ FILE: products/sns-smc.md ================================================ --- title: Stormshield Management Center addedAt: 2025-09-09 category: os tags: stormshield permalink: /sns-smc latestColumn: false eoasColumn: Maintenance Support eolColumn: Lifecycle Support customFields: - name: lowestSNSVersion display: after-release-column label: Lowest SNS supported versions - name: highestSNSVersion display: after-release-column label: Highest SNS supported versions auto: methods: - release_table: https://documentation.stormshield.eu/PLC/SNS/en/Content/SNS_Product_Life_Cycle/Matrices_SMC.htm ignore_empty_releases: true fields: releaseCycle: column: "SMC version" regex: '^(?P\d+(\.\d+)?).*$' releaseDate: "Available as of" eoas: "End of Maintenance" eol: "End of Life" lowestSNSVersion: "Lowest SNS version (*)" highestSNSVersion: "Highest SNS version" - declare: sns-smc releases: # There is an error on https://documentation.stormshield.eu/PLC/SNS/en/Content/SNS_Product_Life_Cycle/Matrices_SMC.htm. - { name: "3.0", eoas: 2021-12-03, eol: 2021-12-03 } releases: - releaseCycle: "3.8" releaseDate: 2025-06-10 eoas: false eol: false lowestSNSVersion: '4.3' highestSNSVersion: ND - releaseCycle: "3.7" releaseDate: 2024-12-17 eoas: 2025-09-10 eol: 2025-12-10 lowestSNSVersion: "4.3" highestSNSVersion: "4.8" - releaseCycle: "3.6" releaseDate: 2024-07-30 eoas: 2025-03-18 eol: 2025-06-18 lowestSNSVersion: "4.3" highestSNSVersion: "4.8" - releaseCycle: "3.5" releaseDate: 2023-11-08 eoas: 2024-07-30 eol: 2024-10-30 lowestSNSVersion: "3.7.0" highestSNSVersion: "4.7" - releaseCycle: "3.4" releaseDate: 2023-04-11 eoas: 2023-11-08 eol: 2023-11-08 lowestSNSVersion: "3.7.0" highestSNSVersion: "4.7" - releaseCycle: "3.3" releaseDate: 2022-08-30 eoas: 2023-04-11 eol: 2023-04-11 lowestSNSVersion: "3.7.0" highestSNSVersion: "4.7" - releaseCycle: "3.2" releaseDate: 2022-05-24 eoas: 2022-08-30 eol: 2022-08-30 lowestSNSVersion: "3.7.0" highestSNSVersion: "4.7" - releaseCycle: "3.1" releaseDate: 2021-12-03 eoas: 2022-05-24 eol: 2022-05-24 lowestSNSVersion: "2.5.0" highestSNSVersion: "4.7" - releaseCycle: "3.0" releaseDate: 2021-06-17 eoas: 2021-12-03 eol: 2021-12-03 lowestSNSVersion: "2.5.0" highestSNSVersion: "4.7" - releaseCycle: "2" releaseDate: 2017-03-31 eoas: 2021-06-17 eol: 2021-06-17 lowestSNSVersion: "2.5.0" highestSNSVersion: "4.7" - releaseCycle: "1" releaseDate: 2015-12-16 eoas: 2017-03-31 eol: 2017-03-31 lowestSNSVersion: "2.5.0" highestSNSVersion: "4.7" --- > [Stormshield Management Center (SMC)](https://www.stormshield.com/products-services/products/network-security/administration-tools-sns-firewalls/stormshield-management-center/) > provides centralized and secure administration of Stormshield Network Security firewalls. > It is compatible with hypervisors such as VMware ESXi, Microsoft Hyper-V or KVM, > as well as with cloud environments like Amazon Web Services (AWS) or 3DS OUTSCALE or Microsoft Azure. Supported releases of Stormshield Management Center (SMC) are documented in [Stormshield technical documentation](https://documentation.stormshield.eu/PLC/SNS/en/Content/SNS_Product_Life_Cycle/Matrices_SMC.htm). ================================================ FILE: products/solr.md ================================================ --- title: Apache Solr addedAt: 2022-07-10 category: server-app tags: apache java-runtime iconSlug: apachesolr permalink: /solr alternate_urls: - /apache_solr - /apache-solr versionCommand: bin/solr version releasePolicyLink: https://solr.apache.org/downloads.html#about-versions-and-support changelogTemplate: "https://solr.apache.org/docs/{{'__LATEST__'|replace:'.','_'}}/changes/Changes.html" identifiers: - repology: solr - cpe: cpe:/a:apache:solr - cpe: cpe:2.3:a:apache:solr auto: methods: - git: https://github.com/apache/lucene-solr.git regex: '^releases\/lucene-solr\/(?P\d+\.\d+(.\d+)?)$' template: "{{version}}" - git: https://github.com/apache/solr.git # Only pick new releases from the new repo regex: '^releases\/solr\/(?P\d+\.\d+(.\d+)?)$' template: "{{version}}" # eol(x) = releaseDate(x+2) or announcement on https://solr.apache.org/news.html releases: - releaseCycle: "10" releaseDate: 2026-03-03 eol: false # releaseDate(12) latest: "10.0.0" latestReleaseDate: 2026-03-03 - releaseCycle: "9" releaseDate: 2022-05-11 eol: false # releaseDate(11) latest: "9.10.1" latestReleaseDate: 2026-01-20 - releaseCycle: "8" releaseDate: 2019-03-13 eol: 2024-10-25 # https://solr.apache.org/news.html#solr-8-reaches-end-of-life latest: "8.11.4" latestReleaseDate: 2024-09-24 - releaseCycle: "7" releaseDate: 2017-09-18 eol: 2022-05-11 latest: "7.7.3" latestReleaseDate: 2020-04-24 - releaseCycle: "6" releaseDate: 2016-04-07 eol: 2019-03-13 latest: "6.6.6" latestReleaseDate: 2019-04-01 - releaseCycle: "5" releaseDate: 2015-02-19 eol: 2017-10-24 latest: "5.5.5" latestReleaseDate: 2017-10-23 - releaseCycle: "4" releaseDate: 2012-10-11 eol: true latest: "4.10.4" latestReleaseDate: 2015-03-03 - releaseCycle: "3" releaseDate: 2011-03-30 eol: true latest: "3.6.2" latestReleaseDate: 2012-12-24 link: https://cwiki.apache.org/confluence/display/solr/ReleaseNote362 - releaseCycle: "1" releaseDate: 2006-12-22 eol: true latest: "1.4.1" latestReleaseDate: 2010-06-25 link: https://svn.apache.org/repos/asf/lucene/solr/tags/release-1.4.1/CHANGES.txt --- > [Apache Solr](https://solr.apache.org/) is an open-source search engine written in Java. The previous major version will get occasional critical security fixes. Versions older than that are considered EOL. No releases are scheduled in advance. ================================================ FILE: products/sonarqube-community.md ================================================ --- title: SonarQube Community Build addedAt: 2025-08-31 category: server-app tags: sonarsource java-runtime iconSlug: sonarqube permalink: /sonarqube-community alternate_urls: - /sonar # To keep retro-compatibility after the sonarqube-community / sonarqube-server split. - /sonarqube releasePolicyLink: https://docs.sonarsource.com/sonarqube-community-build/server-upgrade-and-maintenance/upgrade/release-cycle-model/ changelogTemplate: https://github.com/SonarSource/sonarqube/releases/tag/__LATEST__ eolColumn: Support identifiers: - repology: sonarqube - cpe: cpe:2.3:a:sonarsource:sonarqube auto: methods: - github_releases: SonarSource/sonarqube # eol(x) = releaseDate(x+1) releases: - releaseCycle: "26" releaseDate: 2026-01-06 eol: false latest: "26.3.0.120487" latestReleaseDate: 2026-03-03 - releaseCycle: "25" releaseDate: 2025-01-07 eol: 2026-01-06 latest: "25.12.0.117093" latestReleaseDate: 2025-12-23 - releaseCycle: "24" releaseDate: 2024-12-02 eol: 2025-01-07 latest: "24.12.0.100206" latestReleaseDate: 2024-12-02 - releaseCycle: "10" releaseDate: 2023-03-30 eol: 2024-12-02 latest: "10.7.0.96327" latestReleaseDate: 2024-09-30 link: https://www.sonarsource.com/products/sonarqube/whats-new/sonarqube-10-0/ - releaseCycle: "9" releaseDate: 2021-07-05 eol: 2025-01-20 latest: "9.9.8.100196" latestReleaseDate: 2024-12-02 link: https://www.sonarsource.com/products/sonarqube/downloads/lts/9-9-lts/ - releaseCycle: "8" releaseDate: 2019-10-15 eol: 2023-02-07 latest: "8.9.10.61524" latestReleaseDate: 2022-10-21 link: https://www.sonarsource.com/products/sonarqube/downloads/lts/8-9-lts/ - releaseCycle: "7" # https://groups.google.com/g/sonarqube/c/p3l3naFctpg/m/Sbk7fzX3AgAJ releaseDate: 2018-02-02 eol: 2021-05-04 latest: "7.9.6" latestReleaseDate: 2021-03-30 link: https://web.archive.org/web/20220707010454/https://www.sonarqube.org/sonarqube-7-9-lts/ --- > [SonarQube Community Build](https://www.sonarsource.com/open-source-editions/sonarqube-community-edition/) is a free and open-source version of the SonarQube platform, > offering continuous inspection of code quality to detect bugs, vulnerabilities, and code smells across various programming languages. {: .note } > SonarQube Community Build [used to be called SonarQube Community Edition until end of 2024](https://community.sonarsource.com/t/updates-to-sonar-s-community-functionality/130732). > It followed the same versioning scheme as the commercial versions. > Since version 24.12.0.100206, releases of SonarQube Community Build and the commercial offering Sonarqube Server do not align > and there is no mapping between the versions of SonarQube Community Build and [SonarQube Server](/sonarqube-server). SonarQube Community Build releases follow the following calendar version scheme: `YY.M.0.BuildNumber`, with `YY` being the year of the release, `M` being the month of the release, and `BuildNumber` being the internal build number. A new version of SonarQube Community Build is released every month. There is no active version or Long-Term Active (LTA) version concepts for SonarQube Community Build, meaning bug and security issues won't be fixed until the next Community Build version. New releases are announced on the [community.sonarsource.com](https://community.sonarsource.com/c/sq/releases/24). ================================================ FILE: products/sonarqube-server.md ================================================ --- title: SonarQube Server addedAt: 2025-08-31 category: server-app tags: sonarsource java-runtime iconSlug: sonarqubeserver permalink: /sonarqube-server releasePolicyLink: https://docs.sonarsource.com/sonarqube-server/latest/server-upgrade-and-maintenance/upgrade/release-cycle-model/ eoasColumn: true identifiers: - repology: sonarqube auto: methods: - discourse: https://community.sonarsource.com/c/sq/releases/24 regex: - '^SonarQube Server (?P\d+) Release (?P\d+)$' - '^SonarQube Server (?P\d+) Release (?P\d+).(?P\d+)( LTA)?$' # Release dates available on https://community.sonarsource.com/c/sq/releases/24. # For non-LTA releases: eoas(x) = eol(x) = releaseDate(x+1) # For LTA releases: # - eoas(x) = releaseDate(x+1) # - eol(x) = releaseDate(LTA+1) releases: - releaseCycle: "2025.6" releaseDate: 2025-12-12 # https://community.sonarsource.com/t/sonarqube-server-2025-release-6/153802 eoas: false eol: false latest: "2025.6.1" latestReleaseDate: 2025-12-24 link: https://community.sonarsource.com/t/sonarqube-server-2025-release-6/153802 - releaseCycle: "2025.5" releaseDate: 2025-09-26 # https://community.sonarsource.com/t/sonarqube-server-2025-release-5/149368 eoas: 2025-12-12 eol: 2025-12-12 latest: "2025.5" latestReleaseDate: 2025-09-26 link: https://community.sonarsource.com/t/sonarqube-server-2025-release-4-2/146252 - releaseCycle: "2025.4" lts: true releaseDate: 2025-07-30 # https://community.sonarsource.com/t/sonarqube-server-2025-4-error/145463 eoas: 2025-09-26 eol: false # releaseDate(2026.4) + 6 months latest: "2025.4.4" latestReleaseDate: 2025-12-12 link: https://community.sonarsource.com/t/sonarqube-server-2025-release-4-3/149159 - releaseCycle: "2025.3" releaseDate: 2025-05-30 # https://community.sonarsource.com/t/sonarqube-server-2025-release-3/142053 eoas: 2025-07-29 eol: 2025-07-29 latest: "2025.3.1" latestReleaseDate: 2025-06-20 link: https://community.sonarsource.com/t/sonarqube-server-2025-release-3-1/143131 - releaseCycle: "2025.2" releaseDate: 2025-03-27 # https://community.sonarsource.com/t/sonarqube-server-2025-release-2-released/137906 eoas: 2025-05-26 eol: 2025-05-26 latest: "2025.2.0" latestReleaseDate: 2025-03-27 link: https://community.sonarsource.com/t/sonarqube-server-2025-release-2-released/137906 - releaseCycle: "2025.1" lts: true releaseDate: 2025-01-23 # https://community.sonarsource.com/t/sonarqube-server-2025-release-1-lta-released/133961 eoas: 2025-03-26 eol: 2026-01-30 latest: "2025.1.6" latestReleaseDate: 2026-03-09 link: https://community.sonarsource.com/t/sonarqube-server-2025-release-1-4-lta/149156 - releaseCycle: "10" releaseDate: 2023-03-30 eoas: 2025-01-20 eol: 2025-03-26 latest: "10.8.0" latestReleaseDate: 2024-12-04 link: https://www.sonarsource.com/products/sonarqube/whats-new/sonarqube-server-10-8/ - releaseCycle: "9" releaseDate: 2021-07-05 eoas: 2023-03-30 lts: 2023-02-07 eol: 2025-01-20 latest: "9.9.8" latestReleaseDate: 2024-11-25 link: https://www.sonarsource.com/products/sonarqube/downloads/lts/9-9-lts/ - releaseCycle: "8" releaseDate: 2019-10-15 eoas: 2021-07-05 lts: 2021-05-04 eol: 2023-02-07 latest: "8.9.10" latestReleaseDate: 2022-10-14 link: https://www.sonarsource.com/products/sonarqube/downloads/lts/8-9-lts/ - releaseCycle: "7" # https://groups.google.com/g/sonarqube/c/p3l3naFctpg/m/Sbk7fzX3AgAJ releaseDate: 2018-02-02 eoas: 2019-10-16 lts: 2019-07-01 eol: 2021-05-04 latest: "7.9.6" latestReleaseDate: 2021-03-01 link: https://web.archive.org/web/20220707010454/https://www.sonarqube.org/sonarqube-7-9-lts/ --- > [SonarQube Server](https://www.sonarsource.com/products/sonarqube/) (formerly Sonar) is a commercial tool that automates code quality and security reviews > and provides actionable code intelligence so developers can focus on building better and faster. {: .note } > [Up to version 10.8](https://community.sonarsource.com/t/updates-to-sonarqube-server-release-cadence-and-versioning-scheme/133881), > SonarQube Server followed the `MAJOR.MINOR.PATCH` version scheme and shared the same versioning scheme as the free and open-source > [SonarQube Community Edition](/sonarqube-community). SonarQube Server releases follow the following calendar version scheme: `YYYY.ReleaseNumber.PatchReleaseNumber`, with `YYYY` being the year of the release, `ReleaseNumber` being the sequential number of the release within the year, and `PatchReleaseNumber` being the patch version for that release. A new version of SonarQube Server is released every two months. It is supported with new features, enhancements, patches until the next release. The first release of a year is always a Long-Term Active (LTA) release (previously known as LTS). After its standard support phase, it is supported with blocker bug and security fixes until the next LTA release. Technical support is provided for two months (for non-LTA releases) or 6 months (for LTA releases) after EOL. The support policy is the same for the Developer, Enterprise and Data Center editions. New releases and EOL are announced on the [community.sonarsource.com](https://community.sonarsource.com/c/sq/releases/24). ================================================ FILE: products/sony-xperia.md ================================================ --- title: Sony Xperia addedAt: 2025-09-08 category: device tags: sony iconSlug: sony permalink: /sony-xperia alternate_urls: - /xperia latestColumn: false customFields: - name: androidVersions display: after-release-column label: Android versions description: Supported Android versions auto: disabled: true # Don't work in headless mode, probably due to anti-bot measures ? methods: - release_table: https://www.sony.co.uk/electronics/support/articles/SX243901 render_javascript: true render_javascript_wait_for: "table" header_selector: "tr:nth-of-type(1)" fields: releaseCycle: column: "Model" regex: '^Xperia (?P.+)$' releaseLabel: "Model" androidVersions: "Current Android Version" eol: "Security Updates End Date" releases: - releaseCycle: "10-vii" releaseLabel: "Xperia 10 VII" releaseDate: 2025-09-19 # https://www.gsmarena.com/sony_xperia_10_vii_5g-14137.php eol: 2031-08-01 androidVersions: '15 > 16' - releaseCycle: "1-vii" releaseLabel: "Xperia 1 VII" releaseDate: 2025-06-04 # https://www.gsmarena.com/sony_xperia_1_vii_5g-13843.php eol: 2031-04-01 androidVersions: '15 > 16' - releaseCycle: "10-vi" releaseLabel: "Xperia 10 VI" releaseDate: 2024-06-13 # https://www.gsmarena.com/sony_xperia_10_vi-13002.php eol: 2028-05-01 androidVersions: '14 > 15 > 16' - releaseCycle: "1-vi" releaseLabel: "Xperia 1 VI" releaseDate: 2024-06-03 # https://www.gsmarena.com/sony_xperia_1_vi-13003.php eol: 2028-04-01 androidVersions: '14 > 15 > 16' - releaseCycle: "5-v" releaseLabel: "Xperia 5 V" releaseDate: 2023-09-25 # https://www.gsmarena.com/sony_xperia_5_v-12534.php eol: 2026-08-01 androidVersions: '13 > 14 > 15' - releaseCycle: "1-v" releaseLabel: "Xperia 1 V" releaseDate: 2023-07-28 # https://www.gsmarena.com/sony_xperia_1_v-12263.php eol: 2026-05-01 androidVersions: '13 > 14 > 15' - releaseCycle: "10-v" releaseLabel: "Xperia 10 V" releaseDate: 2023-06-21 # https://www.gsmarena.com/sony_xperia_10_v-12264.php eol: 2026-06-01 androidVersions: '13 > 14 > 15' - releaseCycle: "5-iv" releaseLabel: "Xperia 5 IV" releaseDate: 2022-09-22 # https://www.gsmarena.com/sony_xperia_5_iv-11838.php eol: 2025-09-01 androidVersions: '12 > 13 > 14' - releaseCycle: "10-iv" releaseLabel: "Xperia 10 IV" releaseDate: 2022-06-30 # https://www.gsmarena.com/sony_xperia_10_iv-11522.php eol: 2025-05-01 androidVersions: '12 > 13 > 14' - releaseCycle: "1-iv" releaseLabel: "Xperia 1 IV" releaseDate: 2022-06-11 # https://www.gsmarena.com/sony_xperia_1_iv-11521.php eol: 2025-05-01 androidVersions: '12 > 13 > 14' - releaseCycle: "pro-i" releaseLabel: "Xperia PRO-I" releaseDate: 2021-12-02 # https://www.gsmarena.com/sony_xperia_pro_i-11174.php eol: 2023-11-01 androidVersions: '11 > 12 > 13' - releaseCycle: "5-iii" releaseLabel: "Xperia 5 III" releaseDate: 2021-10-08 # https://www.gsmarena.com/sony_xperia_5_iii-10851.php eol: 2023-07-01 androidVersions: '11 > 12 > 13' - releaseCycle: "1-iii" releaseLabel: "Xperia 1 III" releaseDate: 2021-08-25 # https://www.gsmarena.com/sony_xperia_1_iii-10712.php eol: 2023-07-01 androidVersions: '11 > 12 > 13' - releaseCycle: "10-iii" releaseLabel: "Xperia 10 III" releaseDate: 2021-06-11 # https://www.gsmarena.com/sony_xperia_10_iii-10698.php eol: 2023-07-01 androidVersions: '11 > 12 > 13' - releaseCycle: "pro" releaseLabel: "Xperia PRO" releaseDate: 2021-01-27 # https://www.gsmarena.com/sony_xperia_pro-10707.php eol: 2023-02-01 androidVersions: '10 > 11 > 12' - releaseCycle: "5-ii" releaseLabel: "Xperia 5 II" releaseDate: 2020-10-12 # https://www.gsmarena.com/sony_xperia_5_ii-10396.php eol: 2022-10-01 androidVersions: '10 > 11 > 12' - releaseCycle: "1-ii" releaseLabel: "Xperia 1 II" releaseDate: 2020-05-22 # https://www.gsmarena.com/sony_xperia_1_ii-10096.php eol: 2022-06-01 androidVersions: '10 > 11 > 12' - releaseCycle: "10-ii" releaseLabel: "Xperia 10 II" releaseDate: 2020-05-05 # https://www.gsmarena.com/sony_xperia_10_ii-10095.php eol: 2022-03-01 androidVersions: '10 > 11 > 12' - releaseCycle: "l4" releaseLabel: "Xperia L4" releaseDate: 2020-04-28 # https://www.gsmarena.com/sony_xperia_l4-10091.php eol: 2022-01-01 androidVersions: '9' - releaseCycle: "5" releaseLabel: "Xperia 5" releaseDate: 2019-10-05 # https://www.gsmarena.com/sony_xperia_5-9840.php eol: 2021-10-01 androidVersions: '9 > 10 > 11' - releaseCycle: "1" releaseLabel: "Xperia 1" releaseDate: 2019-05-30 # https://www.gsmarena.com/sony_xperia_1-9543.php eol: 2021-10-01 androidVersions: '9 > 10 > 11' - releaseCycle: "10-plus" releaseLabel: "Xperia 10 Plus" releaseDate: 2019-02-27 # https://www.gsmarena.com/sony_xperia_10_plus-9591.php eol: 2021-10-01 androidVersions: '9 > 10' - releaseCycle: "10" releaseLabel: "Xperia 10" releaseDate: 2019-02-27 # https://www.gsmarena.com/sony_xperia_10-9353.php eol: 2021-10-01 androidVersions: '9 > 10' - releaseCycle: "l3" releaseLabel: "Xperia L3" releaseDate: 2019-02-01 # https://www.gsmarena.com/sony_xperia_l3-9592.php eol: 2020-12-01 androidVersions: '8.1' --- > Xperia is a series of and the sole brand name of smartphones marketed by Sony. Support information is available on [Sony's support page](https://www.sony.co.uk/electronics/support/articles/SX243901). ================================================ FILE: products/sourcegraph.md ================================================ --- title: Sourcegraph addedAt: 2024-04-08 category: server-app tags: java-runtime iconSlug: sourcegraph permalink: /sourcegraph releasePolicyLink: https://handbook.sourcegraph.com/departments/engineering/dev/process/releases/ changelogTemplate: https://github.com/sourcegraph/sourcegraph-public-snapshot/releases/tag/v__LATEST__ eolColumn: Support identifiers: - purl: pkg:docker/sourcegraph/sg - cpe: cpe:2.3:a:sourcegraph:sourcegraph auto: methods: # https://github.com/sourcegraph/sourcegraph-public-snapshot is no more updated, this repository # seems up to date and aligned with what's documented on https://sourcegraph.com/docs/releases. - git: https://github.com/sourcegraph/deploy-sourcegraph-docker.git # eol(x) = releaseDate(x+1) releases: - releaseCycle: "7" releaseDate: 2026-02-25 eol: false latest: "7.0.2852" latestReleaseDate: 2026-03-13 link: null - releaseCycle: "6" releaseDate: 2025-01-29 eol: false latest: "6.12.5040" latestReleaseDate: 2026-02-10 link: null - releaseCycle: "5" releaseDate: 2023-03-22 eol: 2025-01-29 latest: "5.11.6271" latestReleaseDate: 2025-01-23 link: null - releaseCycle: "4" releaseDate: 2022-09-22 eol: 2023-05-22 latest: "4.5.1" latestReleaseDate: 2023-02-24 --- > [Sourcegraph](https://sourcegraph.com/) is a code search and intelligence tool for developers that helps > them find, understand, and fix code across all of their projects and dependencies. Sourcegraph is available in self-hosted and cloud editions. This page only tracks releases for the self-hosted offering. While limited support is offered for the previous major version, it does not include bug-fixes or security backports. Consequentially, this page marks all but the latest release as unsupported. Sourcegraph provides [enterprise support](https://sourcegraph.com/pricing) with additional features and support for organizations. ================================================ FILE: products/splunk.md ================================================ --- title: Splunk addedAt: 2021-10-18 category: server-app tags: cisco iconSlug: splunk permalink: /splunk versionCommand: splunk --version releasePolicyLink: https://www.splunk.com/en_us/legal/splunk-software-support-policy.html changelogTemplate: https://help.splunk.com/en/splunk-enterprise/release-notes-and-updates/release-notes/__RELEASE_CYCLE__/ identifiers: - repology: splunk - cpe: cpe:2.3:a:splunk:splunk auto: disabled: true # there are anti-bot protection measures on https://docs.splunk.com methods: - splunk: https://docs.splunk.com/Documentation/Splunk # EOL dates can be found on https://www.splunk.com/en_us/legal/splunk-software-support-policy.html. releases: - releaseCycle: "10.0" releaseDate: 2025-07-28 eol: 2027-07-28 latest: "10.0.2" latestReleaseDate: 2025-11-14 - releaseCycle: "9.4" releaseDate: 2024-12-16 eol: 2026-12-16 latest: "9.4.7" latestReleaseDate: 2025-11-26 - releaseCycle: "9.3" releaseDate: 2024-07-24 eol: 2026-07-24 latest: "9.3.8" latestReleaseDate: 2025-11-14 - releaseCycle: "9.2" releaseDate: 2024-01-31 eol: 2026-01-31 latest: "9.2.11" latestReleaseDate: 2025-11-26 - releaseCycle: "9.1" releaseDate: 2023-06-28 eol: 2025-06-28 latest: "9.1.10" latestReleaseDate: 2025-06-05 - releaseCycle: "9.0" releaseDate: 2022-06-14 eol: 2024-06-14 latest: "9.0.10" latestReleaseDate: 2024-07-01 - releaseCycle: "8.2" releaseDate: 2021-05-12 eol: 2023-05-12 latest: "8.2.12" latestReleaseDate: 2023-08-30 link: https://docs.splunk.com/Documentation/Splunk/__LATEST__/ReleaseNotes/MeetSplunk - releaseCycle: "8.1" releaseDate: 2020-10-20 eol: 2023-04-19 latest: "8.1.14" latestReleaseDate: 2023-06-01 link: https://docs.splunk.com/Documentation/Splunk/__LATEST__/ReleaseNotes/MeetSplunk - releaseCycle: "8.0" releaseDate: 2019-10-22 eol: 2021-10-22 latest: "8.0.10" latestReleaseDate: 2021-08-03 link: https://docs.splunk.com/Documentation/Splunk/__LATEST__/ReleaseNotes/MeetSplunk - releaseCycle: "7.3" releaseDate: 2019-06-04 eol: 2021-10-22 latest: "7.3.9" latestReleaseDate: 2021-02-24 link: https://docs.splunk.com/Documentation/Splunk/__LATEST__/ReleaseNotes/MeetSplunk - releaseCycle: "7.2" releaseDate: 2018-10-02 eol: 2021-04-30 latest: "7.2.10.1" latestReleaseDate: 2020-04-27 link: https://docs.splunk.com/Documentation/Splunk/7.2.10/ReleaseNotes/MeetSplunk - releaseCycle: "7.1" releaseDate: 2018-04-24 eol: 2020-10-31 latest: "7.1.10" latestReleaseDate: 2019-12-12 link: https://docs.splunk.com/Documentation/Splunk/__LATEST__/ReleaseNotes/MeetSplunk - releaseCycle: "7.0" releaseDate: 2017-09-26 eol: 2020-01-31 latest: "7.0.13.1" latestReleaseDate: 2019-12-05 link: https://docs.splunk.com/Documentation/Splunk/7.0.13/ReleaseNotes/MeetSplunk --- > [Splunk](https://www.splunk.com/) is a data platform built for expansive data access, powerful > analytics and automation. ================================================ FILE: products/spring-boot.md ================================================ --- title: Spring Boot addedAt: 2022-11-09 category: framework tags: java-runtime vmware iconSlug: springboot permalink: /spring-boot alternate_urls: - /springboot releasePolicyLink: https://github.com/spring-projects/spring-boot/wiki/Supported-Versions changelogTemplate: "https://github.com/spring-projects/spring-boot/releases/tag/v__LATEST__" eolColumn: OSS support eoesColumn: Commercial Support customFields: - name: supportedJavaVersions display: api-only label: JDK description: Supported JDK versions identifiers: - purl: pkg:maven/org.springframework.boot/spring-boot - purl: pkg:maven/org.springframework.boot/spring-boot-starter - purl: pkg:maven/org.springframework.boot/spring-boot-starter-web - purl: pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa - purl: pkg:maven/org.springframework.boot/spring-boot-starter-jdbc - purl: pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb - purl: pkg:maven/org.springframework.boot/spring-boot-starter-security - purl: pkg:maven/org.springframework.boot/spring-boot-starter-test - purl: pkg:maven/org.springframework.boot/spring-boot-starter-thymeleaf - purl: pkg:maven/org.springframework.boot/spring-boot-starter-amqp - purl: pkg:maven/org.springframework.boot/spring-boot-starter-websocket - purl: pkg:maven/org.springframework.boot/spring-boot-starter-actuator - purl: pkg:maven/org.springframework.boot/spring-boot-starter-undertow - purl: pkg:maven/org.springframework.boot/spring-boot-autoconfigure - purl: pkg:maven/org.springframework.boot/spring-boot-actuator-autoconfigure - purl: pkg:maven/org.springframework.boot/spring-boot-starter-webflux - purl: pkg:maven/org.springframework.boot/spring-boot-starter-aop - purl: pkg:maven/org.springframework.boot/spring-boot-starter-tomcat - purl: pkg:maven/org.springframework.boot/spring-boot-starter-logging - purl: pkg:maven/org.springframework.boot/spring-boot-starter-batch - purl: pkg:maven/org.springframework.boot/spring-boot-starter-log4j2 - purl: pkg:maven/org.springframework.boot/spring-boot-starter-validation - purl: pkg:github/spring-projects/spring-boot - repology: springboot auto: methods: - git: https://github.com/spring-projects/spring-boot.git regex: '^v?(?P[1-9]\d*)\.(?P\d+)\.(?P\d+)(\.RELEASE)?$' - release_table: https://spring.io/projects/spring-boot#support render_javascript: true render_javascript_wait_until: networkidle fields: releaseCycle: column: "Branch" regex: '^(?P\d+\.\d+)\.x$' releaseDate: "Initial Release" eol: "End of OSS Support" eoes: "End Enterprise Support *" releases: - releaseCycle: "4.0" supportedJavaVersions: "17 - 25" # https://docs.spring.io/spring-boot/4.0/system-requirements.html releaseDate: 2025-11-30 eol: 2026-12-31 eoes: 2027-12-31 latest: "4.0.4" latestReleaseDate: 2026-03-19 - releaseCycle: "3.5" supportedJavaVersions: "17 - 25" # https://docs.spring.io/spring-boot/3.5/system-requirements.html releaseDate: 2025-05-31 eol: 2026-06-30 eoes: 2032-06-30 latest: "3.5.12" latestReleaseDate: 2026-03-19 - releaseCycle: "3.4" supportedJavaVersions: "17 - 24" # https://docs.spring.io/spring-boot/3.4/system-requirements.html releaseDate: 2024-11-30 eol: 2025-12-31 eoes: 2026-12-31 latest: "3.4.13" latestReleaseDate: 2025-12-18 - releaseCycle: "3.3" supportedJavaVersions: "17 - 23" # https://docs.spring.io/spring-boot/docs/3.3.x/reference/html/getting-started.html#getting-started.system-requirements releaseDate: 2024-05-31 eol: 2025-06-30 eoes: 2026-06-30 latest: "3.3.13" latestReleaseDate: 2025-06-19 - releaseCycle: "3.2" supportedJavaVersions: "17 - 21" # https://docs.spring.io/spring-boot/docs/3.2.x/reference/html/getting-started.html#getting-started.system-requirements releaseDate: 2023-11-30 eol: 2024-12-31 eoes: 2025-12-31 latest: "3.2.12" latestReleaseDate: 2024-11-21 - releaseCycle: "3.1" supportedJavaVersions: "17 - 21" # https://docs.spring.io/spring-boot/docs/3.1.x/reference/html/getting-started.html#getting-started.system-requirements releaseDate: 2023-05-31 eol: 2024-06-30 eoes: 2025-06-30 latest: "3.1.12" latestReleaseDate: 2024-05-23 - releaseCycle: "3.0" supportedJavaVersions: "17 - 21" # https://docs.spring.io/spring-boot/docs/3.0.x/reference/html/getting-started.html#getting-started.system-requirements releaseDate: 2022-11-24 eol: 2023-12-31 eoes: 2024-12-31 latest: "3.0.13" latestReleaseDate: 2023-11-23 - releaseCycle: "2.7" supportedJavaVersions: "8 - 21" # https://docs.spring.io/spring-boot/docs/2.7.x/reference/html/getting-started.html#getting-started.system-requirements releaseDate: 2022-05-31 eol: 2023-06-30 eoes: 2029-06-30 latest: "2.7.18" latestReleaseDate: 2023-11-23 - releaseCycle: "2.6" supportedJavaVersions: "8 - 19" # https://docs.spring.io/spring-boot/docs/2.6.14/reference/html/getting-started.html#getting-started.system-requirements releaseDate: 2021-11-17 eol: 2022-11-24 eoes: 2024-02-24 latest: "2.6.15" latestReleaseDate: 2023-05-18 - releaseCycle: "2.5" supportedJavaVersions: "8 - 18" # https://docs.spring.io/spring-boot/docs/2.5.14/reference/html/getting-started.html#getting-started.system-requirements releaseDate: 2021-05-20 eol: 2022-05-19 eoes: 2023-08-24 latest: "2.5.15" latestReleaseDate: 2023-05-18 - releaseCycle: "2.4" supportedJavaVersions: "8 - 16" # https://docs.spring.io/spring-boot/docs/2.4.13/reference/html/getting-started.html#getting-started-system-requirements releaseDate: 2020-11-12 eol: 2021-11-18 eoes: 2023-02-23 latest: "2.4.13" latestReleaseDate: 2021-11-18 - releaseCycle: "2.3" supportedJavaVersions: "8 - 15" # https://docs.spring.io/spring-boot/docs/2.3.12.RELEASE/reference/html/getting-started.html#getting-started-system-requirements releaseDate: 2020-05-15 eol: 2021-05-20 eoes: 2022-08-20 link: https://github.com/spring-projects/spring-boot/releases/tag/v__LATEST__.RELEASE latest: "2.3.12" latestReleaseDate: 2021-06-10 - releaseCycle: "2.2" supportedJavaVersions: "8 - 15" # https://docs.spring.io/spring-boot/docs/2.2.13.RELEASE/reference/html/getting-started.html#getting-started-system-requirements releaseDate: 2019-10-16 eol: 2020-10-16 eoes: 2022-01-16 link: https://github.com/spring-projects/spring-boot/releases/tag/v__LATEST__.RELEASE latest: "2.2.13" latestReleaseDate: 2021-01-14 - releaseCycle: "2.1" supportedJavaVersions: "8 - 12" # https://docs.spring.io/spring-boot/docs/2.1.18.RELEASE/reference/html/getting-started-system-requirements.html releaseDate: 2018-10-30 eol: 2019-10-30 eoes: 2021-01-30 link: https://github.com/spring-projects/spring-boot/releases/tag/v__LATEST__.RELEASE latest: "2.1.18" latestReleaseDate: 2020-10-29 - releaseCycle: "2.0" supportedJavaVersions: "8 - 9" # https://docs.spring.io/spring-boot/docs/2.0.9.RELEASE/reference/html/getting-started-system-requirements.html releaseDate: 2018-03-01 eol: 2019-03-01 eoes: 2020-06-01 link: https://github.com/spring-projects/spring-boot/releases/tag/v__LATEST__.RELEASE latest: "2.0.9" latestReleaseDate: 2019-04-03 - releaseCycle: "1.5" supportedJavaVersions: "6 - 8" # https://docs.spring.io/spring-boot/docs/1.5.22.RELEASE/reference/html/getting-started-system-requirements.html releaseDate: 2017-01-30 eol: 2019-08-06 eoes: 2020-11-06 link: https://github.com/spring-projects/spring-boot/releases/tag/v__LATEST__.RELEASE latest: "1.5.22" latestReleaseDate: 2019-08-06 --- > [Spring Boot](https://github.com/spring-projects/spring-boot) helps you to create Spring-powered, > production-grade applications and services with absolute minimum fuss. It takes an opinionated > view of the Spring platform so that new and existing users can quickly get to the bits they need. See [Spring Boot Milestones page](https://github.com/spring-projects/spring-boot/milestones) for upcoming releases and [Spring Boot Support page](https://spring.io/projects/spring-boot#support) for more details about the support roadmap. A commercial offer for extended support is available [from VMWare](https://tanzu.vmware.com/content/blog/vmware-spring-runtime-extended-support). ## Java Compatibility {%- assign collapsedCycles = page.releases | collapse_cycles:"supportedJavaVersions"," - " %} {% include table.html labels="Release,Java" fields="releaseCycle,supportedJavaVersions" types="string,string" rows=collapsedCycles %} ================================================ FILE: products/spring-framework.md ================================================ --- title: Spring Framework addedAt: 2021-03-10 category: framework tags: java-runtime vmware iconSlug: spring permalink: /spring-framework alternate_urls: - /spring releasePolicyLink: https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions changelogTemplate: https://github.com/spring-projects/spring-framework/releases/tag/v__LATEST__ eolColumn: OSS support eoesColumn: Commercial Support customFields: - name: supportedJavaVersions display: api-only label: JDK description: Supported JDK versions link: https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions#jdk-version-range - name: supportedJakartaEEVersions display: api-only label: Jakarta EE description: Supported Jakarta EE versions link: https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions#jdk-version-range identifiers: - purl: pkg:maven/org.springframework/spring-core - purl: pkg:maven/org.springframework/spring-aop - purl: pkg:maven/org.springframework/spring-beans - purl: pkg:maven/org.springframework/spring-context - purl: pkg:maven/org.springframework/spring-expression - purl: pkg:maven/org.springframework/spring-jdbc - purl: pkg:maven/org.springframework/spring-jms - purl: pkg:maven/org.springframework/spring-messaging - purl: pkg:maven/org.springframework/spring-orm - purl: pkg:maven/org.springframework/spring-oxm - purl: pkg:maven/org.springframework/spring-tx - purl: pkg:maven/org.springframework/spring-web - purl: pkg:maven/org.springframework/spring-webmvc - purl: pkg:maven/org.springframework/spring-websocket auto: methods: - git: https://github.com/spring-projects/spring-framework.git regex: '^v?(?P[1-9]\d*)\.(?P\d+)\.(?P\d+)(\.RELEASE)?$' - release_table: https://spring.io/projects/spring-framework#support render_javascript: true render_javascript_wait_until: networkidle fields: releaseCycle: column: "Branch" regex: '^(?P\d+\.\d+)\.x$' releaseDate: "Initial Release" eol: "End of OSS Support" eoes: "End Enterprise Support *" # Supported Java/Jakarta EE versions available on https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions#jdk-version-range. releases: - releaseCycle: "7.0" supportedJavaVersions: "17 - 25" supportedJakartaEEVersions: "11 - 12" releaseDate: 2025-11-30 eol: 2027-06-30 eoes: 2028-06-30 latest: "7.0.6" latestReleaseDate: 2026-03-13 - releaseCycle: "6.2" supportedJavaVersions: "17 - 25" supportedJakartaEEVersions: "9 - 10" releaseDate: 2024-11-30 eol: 2026-06-30 eoes: 2032-06-30 latest: "6.2.17" latestReleaseDate: 2026-03-13 - releaseCycle: "6.1" supportedJavaVersions: "17 - 23" supportedJakartaEEVersions: "9 - 10" releaseDate: 2023-11-30 eol: 2025-06-30 eoes: 2026-06-30 latest: "6.1.21" latestReleaseDate: 2025-06-12 - releaseCycle: "6.0" supportedJavaVersions: "17 - 21" supportedJakartaEEVersions: "9 - 10" releaseDate: 2022-11-30 eol: 2024-06-30 eoes: 2025-08-31 latest: "6.0.23" latestReleaseDate: 2024-08-14 - releaseCycle: "5.3" supportedJavaVersions: "8 - 21" supportedJakartaEEVersions: "7 - 8" releaseDate: 2020-10-31 eol: 2024-08-31 eoes: 2029-06-30 lts: true latest: "5.3.39" latestReleaseDate: 2024-08-14 - releaseCycle: "5.2" supportedJavaVersions: "8 - 11" # https://docs.spring.io/spring-framework/docs/5.2.22.RELEASE/spring-framework-reference/overview.html#overview supportedJakartaEEVersions: "N/A" releaseDate: 2019-09-30 eol: 2021-12-31 eoes: 2023-12-31 link: https://github.com/spring-projects/spring-framework/releases/tag/v__LATEST__.RELEASE latest: "5.2.25" latestReleaseDate: 2023-07-13 - releaseCycle: "5.1" supportedJavaVersions: "8 - 11" # https://docs.spring.io/spring-framework/docs/5.1.20.RELEASE/spring-framework-reference/overview.html#overview supportedJakartaEEVersions: "N/A" releaseDate: 2018-09-21 eol: 2020-12-31 eoes: 2022-12-31 link: https://github.com/spring-projects/spring-framework/releases/tag/v__LATEST__.RELEASE latest: "5.1.20" latestReleaseDate: 2020-12-09 - releaseCycle: "5.0" supportedJavaVersions: "8" # https://docs.spring.io/spring-framework/docs/5.0.20.RELEASE/spring-framework-reference/overview.html#overview supportedJakartaEEVersions: "N/A" releaseDate: 2017-09-28 eol: 2020-12-31 link: https://github.com/spring-projects/spring-framework/releases/tag/v__LATEST__.RELEASE latest: "5.0.20" latestReleaseDate: 2020-12-09 - releaseCycle: "4.3" supportedJavaVersions: "6 - 8" # https://docs.spring.io/spring-framework/docs/4.3.30.RELEASE/spring-framework-reference/html/new-in-4.0.html#_java_8_as_well_as_6_and_7 supportedJakartaEEVersions: "N/A" releaseDate: 2016-06-10 eol: 2020-12-31 link: https://github.com/spring-projects/spring-framework/releases/tag/v__LATEST__.RELEASE latest: "4.3.30" latestReleaseDate: 2020-12-09 - releaseCycle: "3.2" supportedJavaVersions: "5 - 6" # https://docs.spring.io/spring-framework/docs/3.2.18.RELEASE/spring-framework-reference/html/new-in-3.0.html#new-in-3.0 supportedJakartaEEVersions: "N/A" releaseDate: 2012-12-13 eol: 2016-12-31 link: https://github.com/spring-projects/spring-framework/releases/tag/v__LATEST__.RELEASE latest: "3.2.18" latestReleaseDate: 2016-12-21 --- > The [Spring Framework](https://spring.io/projects/spring-framework) provides a comprehensive > programming and configuration model for modern Java-based enterprise applications — on any kind of > deployment platform. See [Spring Boot Milestones page](https://github.com/spring-projects/spring-framework/milestones) for upcoming releases and [Spring Boot Support page](https://spring.io/projects/spring-framework#support) for more details about the support roadmap. Extended support is available [from VMWare](https://tanzu.vmware.com/content/blog/vmware-spring-runtime-extended-support). ## [JDK/Jakarta EE Compatibility](https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions#jdk-version-range) {% include table.html labels="Release,JDK,Jakarta EE" fields="releaseCycle,supportedJavaVersions,supportedJakartaEEVersions" types="string,string" rows=page.releases %} ================================================ FILE: products/sqlite.md ================================================ --- title: SQLite addedAt: 2023-02-14 category: database iconSlug: sqlite permalink: /sqlite alternate_urls: - /sqlite3 versionCommand: sqlite3 --version releasePolicyLink: https://www.sqlite.org/support.html changelogTemplate: "https://www.sqlite.org/changes.html#version_{{'__LATEST__'|replace:'.','_'}}" eolColumn: Support Status identifiers: - repology: sqlite - purl: pkg:generic/sqlite - purl: pkg:apk/alpine/sqlite - purl: pkg:github/sqlite/sqlite - cpe: cpe:2.3:a:sqlite:sqlite # This git mirror only contains versions from 3.6.10. auto: methods: - git: https://github.com/sqlite/sqlite.git regex: '^version-(?P\d+)\.(?P\d+)(\.(?P\d+))?$' releases: - releaseCycle: "3" # 3.0.7 release date, because it is the first stable release in the 3.x line releaseDate: 2004-09-18 eol: false latest: "3.52.0" latestReleaseDate: 2026-03-06 - releaseCycle: "2" releaseDate: 2001-09-28 # 3.0.7 release date, because it is the first stable release in the 3.x line eol: 2004-09-18 latest: "2.8.17" latestReleaseDate: 2005-12-19 - releaseCycle: "1" releaseDate: 2000-08-17 eol: 2001-09-28 latest: "1.0.32" latestReleaseDate: 2001-07-23 --- > SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, > transactional SQL database engine. The code for SQLite is in the public domain and is thus free > for use for any purpose, commercial or private. SQLite follows [semantic versioning](https://semver.org) since [3.9.0](https://www.sqlite.org/versionnumbers.html). Only the latest version is supported, but [various professional support options](https://www.sqlite.org/prosupport.html) are available. The most notable one is the [Technical Support](https://sqlite.org/com/tech.html) which gives access to support for any version of SQLite up to a year old. Developers made a pledge to [_support SQLite through the year 2050_](https://www.sqlite.org/lts.html). This doesn't mean they are supporting [all SQLite releases](https://www.sqlite.org/chronology.html); it means they plan as if they will be supporting SQLite until 2050. ================================================ FILE: products/squid.md ================================================ --- title: Squid addedAt: 2023-06-09 category: server-app permalink: /squid alternate_urls: - /squid-cache versionCommand: squid -v releasePolicyLink: https://wiki.squid-cache.org/ReleaseSchedule changelogTemplate: https://github.com/squid-cache/squid/releases/tag/SQUID_{{'__LATEST__'|replace:'.':'_'}} identifiers: - repology: squid - purl: pkg:deb/debian/squid - purl: pkg:deb/ubuntu/squid - purl: pkg:rpm/amzn/squid - purl: pkg:rpm/redhat/squid - purl: pkg:rpm/centos/squid - purl: pkg:apk/alpine/squid - cpe: cpe:2.3:a:squid-cache:squid # v4+ has stable releases as major.minor # v2,3 had stable releases as major.minor.patch, where patch=0 was for RC releases. auto: methods: - git: https://github.com/squid-cache/squid regex: - ^SQUID_(?P[2-3])_(?P\d)_((STABLE)?(?P\d+))$ # https://regex101.com/r/yMRzJO/1 - ^SQUID_(?P[4-9])_(?P\d+)$ # https://regex101.com/r/psotaU/1 - git: https://github.com/squid-cache/squid2.git # v2 sources are now archived in a separate repo, we use that as well regex: - ^SQUID_(?P[2-3])_(?P\d)_((STABLE)?(?P\d+))$ # https://regex101.com/r/yMRzJO/1 - ^SQUID_(?P[4-9])_(?P\d+)$ # https://regex101.com/r/psotaU/1 # eol(x) = releaseDate(x+1) releases: - releaseCycle: "7" releaseDate: 2025-07-10 eol: false latest: "7.5" latestReleaseDate: 2026-03-13 - releaseCycle: "6" releaseDate: 2023-07-06 eol: 2025-07-10 latest: "6.14" latestReleaseDate: 2025-06-24 - releaseCycle: "5" releaseDate: 2021-07-31 eol: 2023-07-06 latest: "5.9" latestReleaseDate: 2023-05-01 - releaseCycle: "4" releaseDate: 2018-07-03 eol: 2021-10-04 latest: "4.17" latestReleaseDate: 2021-10-04 - releaseCycle: "3.5" releaseDate: 2015-01-13 eol: 2018-08-07 latest: "3.5.28" latestReleaseDate: 2018-07-16 - releaseCycle: "3.4" releaseDate: 2013-12-08 eol: 2015-08-01 latest: "3.4.14" latestReleaseDate: 2015-08-01 - releaseCycle: "3.3" releaseDate: 2013-02-09 eol: 2015-05-01 latest: "3.3.14" latestReleaseDate: 2015-05-01 - releaseCycle: "3.2" releaseDate: 2012-08-14 eol: 2015-05-01 latest: "3.2.14" latestReleaseDate: 2015-05-01 - releaseCycle: "3.1" releaseDate: 2010-03-29 eol: 2013-01-08 latest: "3.1.23" latestReleaseDate: 2013-01-08 - releaseCycle: "2.7" releaseDate: 2008-05-27 eol: 2010-03-14 latest: "2.7.9" latestReleaseDate: 2010-03-14 - releaseCycle: "3.0" releaseDate: 2007-12-14 eol: 2011-08-27 latest: "3.0.26" latestReleaseDate: 2011-08-27 link: http://www.squid-cache.org/Versions/v3/3.0/ - releaseCycle: "2.6" releaseDate: 2006-07-01 eol: 2010-03-26 latest: "2.6.24" latestReleaseDate: 2010-03-26 link: http://www.squid-cache.org/Versions/v2/2.6/ - releaseCycle: "2.5" releaseDate: 2002-09-24 eol: 2006-05-20 latest: "2.5.14" latestReleaseDate: 2006-05-20 link: http://www.squid-cache.org/Versions/v2/2.5/ - releaseCycle: "2.4" releaseDate: 2001-03-20 eol: 2002-07-02 latest: "2.4.7" latestReleaseDate: 2002-07-02 link: http://www.squid-cache.org/Versions/v2/2.4/ --- > [Squid](http://www.squid-cache.org/) is a caching proxy for the web supporting HTTP, HTTPS, FTP, > and more. It reduces bandwidth and improves response times by caching and reusing > frequently requested web pages. It runs on most available operating systems, and is licensed > under the GNU GPL. ## [Release schedule](https://wiki.squid-cache.org/ReleaseSchedule#future-release-schedule) Major stable versions are released in July every 2 years. Beta branches are spawned six months before the corresponding major stable release. A [Roadmap](https://wiki.squid-cache.org/RoadMap/) is maintained for planned features. [Security Advisories](https://github.com/squid-cache/squid/security/advisories) are published on GitHub and can be [subscribed](https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications#configuring-your-watch-settings-for-an-individual-repository) with a GitHub account or via the [squid-announce](http://www.squid-cache.org/Support/mailing-lists.html#squid-announce) mailing list. Commercial support is available from [various companies](http://www.squid-cache.org/Support/services.html). ================================================ FILE: products/statamic.md ================================================ --- title: Statamic addedAt: 2025-08-08 category: server-app tags: php-runtime iconSlug: statamic permalink: /statamic versionCommand: php please --version releasePolicyLink: https://statamic.dev/release-schedule-support-policy/ changelogTemplate: "https://github.com/statamic/cms/blob/v__LATEST__/CHANGELOG.md" eoasColumn: true customFields: - name: supportedLaravelVersions display: api-only label: Laravel description: Supported Laravel versions link: https://statamic.dev/release-schedule-support-policy - name: supportedPhpVersions display: api-only label: PHP description: Supported PHP versions link: https://statamic.dev/release-schedule-support-policy identifiers: - purl: pkg:composer/statamic/cms - purl: pkg:github/statamic/cms - cpe: cpe:2.3:a:statamic:statamic auto: methods: - git: https://github.com/statamic/cms.git - release_table: https://statamic.dev/release-schedule-support-policy remove_if_undefined: "releaseDate" fields: releaseCycle: column: "Statamic" regex: '(?P\d+(\.\d+)?).*' releaseDate: "Release" eoas: "Bug Fixes Until" eol: "Security Fixes Until" supportedLaravelVersions: "Laravel" supportedPhpVersions: "PHP" - declare: statamic # Release dates are approximate on https://statamic.dev/release-schedule-support-policy. releases: - {name: "6", releaseDate: 2026-01-28} # https://statamic.com/blog/statamic-6 - {name: "5", releaseDate: 2024-05-09} # https://statamic.com/blog/statamic-5-is-here - {name: "4", releaseDate: 2023-05-09} # https://statamic.com/blog/statamic-4-unleashed - {name: "3.4", releaseDate: 2023-01-27} # https://statamic.com/blog/statamic-3-4-released - {name: "3.3", releaseDate: 2022-03-14} # https://statamic.com/blog/statamic-3-3 releases: - releaseCycle: "6" releaseDate: 2026-01-28 eoas: 2027-03-31 eol: 2027-12-31 supportedLaravelVersions: "12-13" supportedPhpVersions: "8.3-8.5" latest: "6.7.1" latestReleaseDate: 2026-03-18 - releaseCycle: "5" releaseDate: 2024-05-09 eoas: 2026-03-31 eol: 2026-12-31 supportedLaravelVersions: "10-12" supportedPhpVersions: "8.2-8.4" latest: "5.73.15" latestReleaseDate: 2026-03-18 - releaseCycle: "4" releaseDate: 2023-05-09 eoas: 2024-05-31 eol: 2024-09-30 supportedLaravelVersions: "9-10" supportedPhpVersions: "8.0-8.3" latest: "4.58.3" latestReleaseDate: 2024-09-11 - releaseCycle: "3.4" releaseDate: 2023-01-27 eoas: 2023-01-31 eol: 2024-07-31 supportedLaravelVersions: "8-9" supportedPhpVersions: "7.4-8.1" latest: "3.4.17" latestReleaseDate: 2024-01-25 - releaseCycle: "3.3" releaseDate: 2022-03-14 eoas: 2023-03-31 eol: 2023-09-30 supportedLaravelVersions: "8-9" supportedPhpVersions: "7.4-8.1" latest: "3.3.68" latestReleaseDate: 2023-02-02 --- > [Statamic](https://statamic.com/) is a modern and flexible content management system built on the [Laravel PHP framework](/laravel). > It uses flat files for content storage, making it easy to version control. Statamic and its other first-party packages follow [Semantic Versioning](https://semver.org/). Major framework releases are released every year, following [Laravel's](/laravel) major releases by roughly a month. For all Statamic releases, bug fixes are provided for at least 12 months and security fixes for at least 18 months. For all first party addons, only the latest major release receives bug fixes. ## Laravel and PHP Support {% include table.html labels="Release,Supported Laravel versions,Supported PHP versions" fields="releaseCycle,supportedLaravelVersions,supportedPhpVersions" types="string,string,string" rows=page.releases %} ================================================ FILE: products/steamos.md ================================================ --- title: SteamOS addedAt: 2024-03-21 category: os tags: linux-distribution iconSlug: steam permalink: /steamos eolColumn: Support latestColumn: false staleReleaseThresholdDays: 1825 # devices have longer support periods identifiers: - cpe: cpe:/o:valvesoftware:steamos - cpe: cpe:2.3:o:valvesoftware:steamos releases: - releaseCycle: "3" codename: holo releaseDate: 2022-03-01 eol: false - releaseCycle: "2" codename: brewmaster releaseDate: 2015-11-01 eol: 2019-06-30 - releaseCycle: "1" codename: alchemist releaseDate: 2013-12-01 eol: 2015-11-02 --- > [SteamOS](https://store.steampowered.com/steamos) is a Linux distribution developed by Valve. SteamOS 3 is based on Arch Linux and is the main operating system for the Steam Deck. SteamOS 1 and 2 were based on Debian and were used on Steam Machines. ================================================ FILE: products/surface.md ================================================ --- title: Microsoft Surface addedAt: 2020-11-23 category: device tags: microsoft permalink: /surface releasePolicyLink: https://learn.microsoft.com/surface/surface-driver-firmware-lifecycle-support latestColumn: false eolColumn: End of Servicing Date auto: methods: - release_table: https://learn.microsoft.com/en-us/surface/surface-driver-firmware-lifecycle-support fields: releaseCycle: column: "Surface device" type: "identifier" regex: "^Surface (?P.+)$" releaseLabel: "Surface device" releaseDate: "Release date" eol: "End-of-servicing date for firmware & drivers" # Most models can be found on https://support.microsoft.com/surface/find-out-which-surface-model-you-have-da204261-8d26-9351-8588-5b09632c9486 releases: - releaseCycle: "laptop-5g-for-business" releaseLabel: "Surface Laptop 5G for Business" releaseDate: 2025-08-26 eol: 2031-08-26 link: https://www.microsoft.com/en-us/surface/business/surface-laptop-intel-7th-edition - releaseCycle: "pro-12-inch" releaseLabel: "Surface Pro 12-inch" releaseDate: 2025-05-20 eol: 2031-05-20 link: https://support.microsoft.com/surface/surface-pro-12-inch-features-f1ec3085-a88a-4c52-abfb-cd75f8c4e736 - releaseCycle: "laptop-13-inch" releaseLabel: "Surface Laptop 13-inch" releaseDate: 2025-05-20 eol: 2031-05-20 link: https://support.microsoft.com/surface/surface-laptop-13-inch-features-177367f3-4bde-4ba2-8453-88d36a9cb720 - releaseCycle: "pro-11th-edition-intel-processor" releaseLabel: "Surface Pro 11th Edition, Intel processor" releaseDate: 2025-02-18 eol: 2031-02-18 link: https://support.microsoft.com/surface/surface-pro-11th-edition-features-36fb8175-189b-4712-b064-d3feefacf349 - releaseCycle: "laptop-7th-edition-intel-processor" releaseLabel: "Surface Laptop 7th Edition, Intel processor" releaseDate: 2025-02-18 eol: 2031-02-18 link: https://support.microsoft.com/surface/surface-laptop-7th-edition-features-9fba07be-d48d-4f2f-b508-70b7b5a60143 - releaseCycle: "pro-10-with-5g" releaseLabel: "Surface Pro 10 with 5G" releaseDate: 2024-10-11 eol: 2030-10-11 link: https://support.microsoft.com/surface/surface-pro-10-for-business-features-debb0fd7-4f30-492f-8000-b5deaf71922f - releaseCycle: "pro-11th-edition-5g" releaseLabel: "Surface Pro 11th Edition 5G" releaseDate: 2024-09-03 eol: 2030-09-26 link: https://support.microsoft.com/surface/surface-pro-11th-edition-features-36fb8175-189b-4712-b064-d3feefacf349 - releaseCycle: "pro-11" releaseLabel: "Surface Pro (11th generation)" releaseDate: 2024-06-18 eol: 2030-06-18 link: https://support.microsoft.com/surface/surface-pro-11th-edition-features-36fb8175-189b-4712-b064-d3feefacf349 - releaseCycle: "pro-11th-edition-snapdragon-processor" releaseLabel: "Surface Pro 11th Edition, Snapdragon processor" releaseDate: 2024-06-18 eol: 2030-09-10 link: https://support.microsoft.com/surface/surface-pro-11th-edition-features-36fb8175-189b-4712-b064-d3feefacf349 - releaseCycle: "laptop-7th-edition-snapdragon-processor" releaseLabel: "Surface Laptop 7th Edition, Snapdragon processor" releaseDate: 2024-06-18 eol: 2030-09-10 link: https://support.microsoft.com/surface/surface-laptop-7th-edition-features-9fba07be-d48d-4f2f-b508-70b7b5a60143 - releaseCycle: "laptop-7" releaseLabel: "Surface Laptop (7th generation)" releaseDate: 2024-06-18 eol: 2030-06-18 link: https://support.microsoft.com/surface/surface-laptop-7th-edition-features-9fba07be-d48d-4f2f-b508-70b7b5a60143 - releaseCycle: "laptop-6" releaseLabel: "Surface Laptop 6" releaseDate: 2024-04-09 eol: 2030-04-09 link: https://support.microsoft.com/surface/surface-laptop-6-for-business-features-3d09dbcd-fc74-4fae-88b8-071307d92c6c - releaseCycle: "laptop-6-for-business" releaseLabel: "Surface Laptop 6 for Business" releaseDate: 2024-04-09 eol: 2030-04-09 link: https://support.microsoft.com/surface/surface-laptop-6-for-business-features-3d09dbcd-fc74-4fae-88b8-071307d92c6c - releaseCycle: "pro-10-for-business" releaseLabel: "Surface Pro 10 for Business" releaseDate: 2024-04-09 eol: 2030-04-09 link: https://support.microsoft.com/surface/surface-pro-10-for-business-features-debb0fd7-4f30-492f-8000-b5deaf71922f - releaseCycle: "pro-10" releaseLabel: "Surface Pro 10" releaseDate: 2024-04-09 eol: 2030-04-09 link: https://support.microsoft.com/surface/surface-pro-x-features-and-specs-f4b9bd8d-af25-8c56-c9a5-3c56d860d7f6 - releaseCycle: "laptop-studio-2" releaseLabel: "Surface Laptop Studio 2" releaseDate: 2023-10-03 eol: 2029-10-03 link: https://support.microsoft.com/surface/surface-laptop-studio-2-features-70268b43-8c31-4a35-bb8f-9898461e4942 - releaseCycle: "laptop-go-3" releaseLabel: "Surface Laptop Go 3" releaseDate: 2023-10-03 eol: 2029-10-03 link: https://support.microsoft.com/surface/surface-laptop-go-3-features-d8baf45b-00ba-4b73-a9c8-21a6f26bba02 - releaseCycle: "go-4" releaseLabel: "Surface Go 4" releaseDate: 2023-09-21 eol: 2029-09-21 link: https://support.microsoft.com/surface/surface-go-4-features-522e227b-24d6-41c6-b48e-db7a053989cb - releaseCycle: "studio-2+" releaseLabel: "Surface Studio 2+" releaseDate: 2022-10-25 eol: 2028-10-02 link: https://support.microsoft.com/surface/surface-studio-2-features-53cfae12-28fd-483d-9c4d-6e8f943c05a0 - releaseCycle: "laptop-5" releaseLabel: "Surface Laptop 5" releaseDate: 2022-10-25 eol: 2028-10-25 link: https://support.microsoft.com/surface/surface-laptop-5-specs-and-features-0816e45e-6a4c-4c9e-8365-ef755a2e34d2 - releaseCycle: "pro-9" releaseLabel: "Surface Pro 9" releaseDate: 2022-10-25 eol: 2028-10-25 link: https://support.microsoft.com/surface/surface-pro-9-features-and-specs-f3f523e6-4f0e-487d-a95c-6115ab55477d - releaseCycle: "laptop-go-2" releaseLabel: "Surface Laptop Go 2" releaseDate: 2022-06-07 eol: 2028-06-07 link: https://support.microsoft.com/surface/surface-laptop-go-2-features-2eff8979-464a-442a-8848-856b2e237c11 - releaseCycle: "laptop-se" releaseLabel: "Surface Laptop SE" releaseDate: 2022-01-11 eol: 2028-01-11 link: https://support.microsoft.com/surface/surface-laptop-se-features-2674627b-d92f-4a88-b85c-f649552f3625 - releaseCycle: "pro-x-wi-fi" releaseLabel: "Surface Pro X Wi-Fi" releaseDate: 2021-10-05 eol: 2027-10-05 link: https://support.microsoft.com/surface/surface-pro-x-features-and-specs-f4b9bd8d-af25-8c56-c9a5-3c56d860d7f6 - releaseCycle: "pro-8" releaseLabel: "Surface Pro 8" releaseDate: 2021-10-05 eol: 2027-10-05 link: https://support.microsoft.com/surface/surface-pro-8-features-80d10ad3-52c1-4ded-a3be-ede236b9de93 - releaseCycle: "laptop-studio" releaseLabel: "Surface Laptop Studio" releaseDate: 2021-10-05 eol: 2027-10-05 link: https://support.microsoft.com/surface/surface-laptop-studio-features-2f496a27-a453-4883-9bc0-c32be7fe2f30 - releaseCycle: "go-3" releaseLabel: "Surface Go 3" releaseDate: 2021-10-05 eol: 2027-10-05 link: https://support.microsoft.com/surface/surface-go-3-features-1ef2c926-4de1-46c9-a159-9fcb13992509 - releaseCycle: "laptop-4" releaseLabel: "Surface Laptop 4" releaseDate: 2021-04-15 eol: 2027-04-15 link: https://support.microsoft.com/surface/surface-laptop-4-features-e4fbd527-8ded-424c-9ccb-f2dd76b0f4dd - releaseCycle: "pro-7+" releaseLabel: "Surface Pro 7+" releaseDate: 2021-01-15 eol: 2027-01-15 link: https://support.microsoft.com/surface/surface-pro-7-features-b21cbd38-6f47-42da-bbd2-c75ca02ea17a - releaseCycle: "hub-2s-85" releaseLabel: "Surface Hub 2S 85" releaseDate: 2021-01-11 eol: 2025-01-11 link: null - releaseCycle: "pro-x-sq2" releaseLabel: "Surface Pro X SQ2" releaseDate: 2020-10-13 eol: 2025-08-10 link: https://support.microsoft.com/surface/surface-pro-x-features-and-specs-f4b9bd8d-af25-8c56-c9a5-3c56d860d7f6 - releaseCycle: "laptop-go" releaseLabel: "Surface Laptop Go" releaseDate: 2020-10-13 eol: 2024-10-13 link: https://support.microsoft.com/topic/surface-laptop-go-1st-gen-specs-and-features-962fdfc3-9771-e5d0-e86e-8e9c2119b411 - releaseCycle: "book-3" releaseLabel: "Surface Book 3" releaseDate: 2020-05-26 eol: 2025-04-01 link: https://support.microsoft.com/surface/surface-book-3-specs-and-features-261d4bb1-2851-d9d5-2020-283429f6cd8c - releaseCycle: "go-2" releaseLabel: "Surface Go 2" releaseDate: 2020-05-06 eol: 2024-12-30 link: https://support.microsoft.com/surface/surface-go-2-specs-and-features-0fc6a657-2851-484f-6f82-bd3c589ed92c - releaseCycle: "pro-x-sq1" releaseLabel: "Surface Pro X SQ1" releaseDate: 2019-11-05 eol: 2025-08-10 link: https://support.microsoft.com/surface/surface-pro-x-features-f4b9bd8d-af25-8c56-c9a5-3c56d860d7f6 - releaseCycle: "laptop-3" releaseLabel: "Surface Laptop 3" releaseDate: 2019-10-22 eol: 2024-07-30 link: https://support.microsoft.com/surface/surface-laptop-3-specs-and-features-75315c06-5d74-07fe-55d5-a8c5cb626849 - releaseCycle: "pro-7" releaseLabel: "Surface Pro 7" releaseDate: 2019-10-22 eol: 2025-10-30 link: https://support.microsoft.com/surface/surface-pro-7-specs-and-features-8254894d-bb80-77ef-daae-612ea713e310 - releaseCycle: "hub-2s" releaseLabel: "Surface Hub 2S" releaseDate: 2019-04-17 eol: 2023-04-17 link: null - releaseCycle: "go-with-lte-advanced" releaseLabel: "Surface Go with LTE Advanced" releaseDate: 2018-11-20 eol: 2022-11-20 link: null - releaseCycle: "pro-6" releaseLabel: "Surface Pro 6" releaseDate: 2018-10-16 eol: 2023-06-30 link: https://support.microsoft.com/surface/surface-pro-6-specs-and-features-ade5cfc2-e99a-6fd1-abbe-c0e8a8a3942d - releaseCycle: "laptop-2" releaseLabel: "Surface Laptop 2" releaseDate: 2018-10-16 eol: 2022-12-27 link: https://support.microsoft.com/surface/surface-laptop-2-specs-and-features-44924da8-8a48-b0f3-4cb0-f9aa104e7cdd - releaseCycle: "studio-2" releaseLabel: "Surface Studio 2" releaseDate: 2018-10-02 eol: 2024-10-02 link: https://support.microsoft.com/surface/surface-studio-2-features-8672fa31-2e5d-2eb7-e299-5138e2ea682f - releaseCycle: "go" releaseLabel: "Surface Go" releaseDate: 2018-08-02 eol: 2022-08-02 link: https://support.microsoft.com/surface/surface-go-1st-gen-specs-and-features-d5f9e6f4-1b01-f61a-6dac-ad4f963ddba5 - releaseCycle: "pro-lte-5th-gen-model-1807" releaseLabel: "Surface Pro LTE (5th gen) (Model 1807)" releaseDate: 2017-12-01 eol: 2024-01-15 link: null - releaseCycle: "book-2" releaseLabel: "Surface Book 2" releaseDate: 2017-11-17 eol: 2023-06-30 link: https://support.microsoft.com/surface/surface-book-2-specs-and-features-d752c78d-d1fc-c483-c80d-8343e68ad96b - releaseCycle: "pro-5th-gen" releaseLabel: "Surface Pro (5th gen)" releaseDate: 2017-06-15 eol: 2024-01-15 link: https://support.microsoft.com/surface/surface-pro-5th-gen-specs-and-features-42d321e4-52d6-dcb1-e014-9ffc76fbca14 - releaseCycle: "laptop-1st-gen" releaseLabel: "Surface Laptop (1st gen)" releaseDate: 2017-06-14 eol: 2021-11-13 link: https://support.microsoft.com/surface/surface-laptop-1st-gen-specs-and-features-30b1b484-4587-928f-ea9a-351d411569af - releaseCycle: "studio-1st-gen" releaseLabel: "Surface Studio (1st gen)" releaseDate: 2016-12-15 eol: 2021-11-13 link: https://support.microsoft.com/surface/surface-studio-1st-gen-diagrams-and-tech-specs-ee58a743-6463-2557-e66e-4dc4b3207881 - releaseCycle: "book-with-performance-base" releaseLabel: "Surface Book with Performance Base" releaseDate: 2016-11-10 eol: 2021-11-13 link: null - releaseCycle: "book" releaseLabel: "Surface Book" releaseDate: 2015-10-26 eol: 2021-11-13 link: https://support.microsoft.com/surface/surface-book-1st-gen-specs-and-features-b2c7cf05-1144-da66-c4c8-dba0be246040 - releaseCycle: "pro-4" releaseLabel: "Surface Pro 4" releaseDate: 2015-10-26 eol: 2021-11-13 link: https://support.microsoft.com/surface/surface-pro-4-specs-and-features-e3a8ac71-4cee-9107-23bc-7bd08d47cf75 - releaseCycle: "hub-55" releaseLabel: "Surface Hub 55" releaseDate: 2015-06-01 eol: 2022-11-30 link: https://support.microsoft.com/surface/surface-hub-tech-spec-4b57f72c-dc1c-28d7-959f-3d95eda7708f - releaseCycle: "hub-84" releaseLabel: "Surface Hub 84" releaseDate: 2015-06-01 eol: 2022-11-30 link: https://support.microsoft.com/surface/surface-hub-tech-spec-4b57f72c-dc1c-28d7-959f-3d95eda7708f - releaseCycle: "3" releaseLabel: "Surface 3" releaseDate: 2015-05-05 eol: 2021-11-13 link: https://support.microsoft.com/surface/surface-3-specs-and-features-80e52440-0c3a-60e4-b77c-88a5f373ea4d - releaseCycle: "pro-3" releaseLabel: "Surface Pro 3" releaseDate: 2014-06-20 eol: 2021-11-13 link: https://support.microsoft.com/surface/surface-pro-3-specs-and-features-4c142a41-134f-f22b-0142-a5cf073b56ee - releaseCycle: "2" releaseLabel: "Surface 2" releaseDate: 2013-10-22 eol: 2018-04-10 link: https://support.microsoft.com/surface/surface-2-specifications-7a5aaf4f-9641-2c69-3747-ea4e2a161aae - releaseCycle: "pro-2" releaseLabel: "Surface Pro 2" releaseDate: 2013-10-22 eol: 2018-04-10 link: https://support.microsoft.com/surface/surface-pro-2-specs-and-features-f38cf5d3-1b61-0c2a-fd46-4729afebe798 - releaseCycle: "pro" releaseLabel: "Surface Pro" releaseDate: 2013-02-09 eol: 2017-04-11 link: https://support.microsoft.com/surface/surface-pro-1st-gen-specifications-f0e31ddb-b03b-e450-bf83-0e23cf6cbdce - releaseCycle: "rt" releaseLabel: "Surface RT" releaseDate: 2012-10-26 eol: 2017-04-11 link: https://support.microsoft.com/surface/surface-rt-specifications-dcc757dc-b4ab-c33f-d3b3-352cf5d2e637 --- > Microsoft Surface is a series of touchscreen-based personal computers and interactive whiteboards > designed and developed by Microsoft, running the Microsoft Windows operating system. Microsoft defines a supported Surface Device as one receiving driver and firmware updates, along with a supported Windows OS version. Surface devices will receive driver and firmware updates for Windows versions released in the prior 30 months. Microsoft publishes the [minimum supported Windows version](https://support.microsoft.com/surface/surface-supported-operating-systems-9559cc3c-7a38-31b6-d9fb-571435e84cd1). Once the device support period is concluded, devices will continue to receive Windows OS feature and security updates. ================================================ FILE: products/suse-linux-micro.md ================================================ --- title: SUSE Linux Micro addedAt: 2025-09-09 category: os tags: linux-distribution suse iconSlug: suse permalink: /suse-linux-micro alternate_urls: - /sl-micro versionCommand: cat /etc/os-release releasePolicyLink: https://www.suse.com/lifecycle changelogTemplate: https://www.suse.com/releasenotes/x86_64/SL-Micro/__RELEASE_CYCLE__/ latestColumn: false eolColumn: General Support identifiers: - cpe: cpe:/o:suse:linux_enterprise_micro - cpe: cpe:2.3:o:suse:linux_enterprise_micro auto: methods: - release_table: https://www.suse.com/lifecycle/ header_selector: "tr:nth-of-type(1)" fields: releaseCycle: column: "Service Pack Release" regex: 'SUSE Linux Micro (?P\d+\.\d+)' releaseDate: "FCS Date" eol: "General Ends" releases: - releaseCycle: "6.2" releaseDate: 2025-11-04 eol: 2029-11-30 - releaseCycle: "6.1" releaseDate: 2024-11-26 eol: 2028-11-30 - releaseCycle: "6.0" releaseDate: 2024-06-06 eol: 2028-06-30 - releaseCycle: "5.5" releaseDate: 2023-10-12 eol: 2027-10-31 link: https://www.suse.com/releasenotes/x86_64/SLE-Micro/__RELEASE_CYCLE__/ - releaseCycle: "5.4" releaseDate: 2023-04-20 eol: 2027-04-30 link: https://www.suse.com/releasenotes/x86_64/SLE-Micro/__RELEASE_CYCLE__/ - releaseCycle: "5.3" releaseDate: 2022-10-25 eol: 2026-10-30 link: https://www.suse.com/releasenotes/x86_64/SLE-Micro/__RELEASE_CYCLE__/ - releaseCycle: "5.2" releaseDate: 2022-04-14 eol: 2026-04-30 link: https://www.suse.com/releasenotes/x86_64/SLE-Micro/__RELEASE_CYCLE__/ - releaseCycle: "5.1" releaseDate: 2021-10-26 eol: 2025-10-31 link: https://www.suse.com/releasenotes/x86_64/SLE-Micro/__RELEASE_CYCLE__/ - releaseCycle: "5.0" releaseDate: 2021-03-30 eol: 2022-03-31 link: https://www.suse.com/releasenotes/x86_64/SLE-Micro/__RELEASE_CYCLE__/ --- > [SUSE Linux Micro](https://www.suse.com/products/micro/), formerly known as SUSE Linux Enterprise Micro, > is a commercial lightweight OS for edge computing and containerized and virtual workloads. SUSE Linux Micro is included as part of the SUSE Rancher Prime, SUSE Rancher Suite and SUSE Virtualization products. Each minor version is supported for four years. ================================================ FILE: products/suse-manager.md ================================================ --- title: SUSE Multi-Linux Manager addedAt: 2024-08-02 category: server-app tags: suse iconSlug: suse permalink: /suse-manager alternate_urls: - /suse-multi-linux-manager - /suse-mlm versionCommand: zypper info mgradm releasePolicyLink: https://www.suse.com/lifecycle changelogTemplate: https://www.suse.com/releasenotes/x86_64/SUSE-MANAGER/__RELEASE_CYCLE__/ eolColumn: General Support # Release dates are documented in each release note in the "Version revision history" paragraph. # EOL dates can be found on https://www.suse.com/lifecycle. releases: - releaseCycle: "5.1" releaseDate: 2025-07-31 eol: false latest: "5.1" latestReleaseDate: 2025-07-31 link: https://www.suse.com/releasenotes/x86_64/multi-linux-manager/__RELEASE_CYCLE__ - releaseCycle: "5.0" releaseDate: 2024-07-16 eol: 2026-06-30 latest: "5.0.5" latestReleaseDate: 2025-07-01 - releaseCycle: "4.3" releaseDate: 2022-06-20 eol: 2025-07-23 latest: "4.3.16" latestReleaseDate: 2025-07-01 - releaseCycle: "4.2" releaseDate: 2021-06-21 eol: 2023-10-31 latest: "4.2.14" latestReleaseDate: 2023-08-29 - releaseCycle: "4.1" releaseDate: 2020-07-21 eol: 2022-10-31 latest: "4.1.15" latestReleaseDate: 2022-06-20 - releaseCycle: "4.0" releaseDate: 2019-06-26 eol: 2021-06-30 latest: "4.0.14" latestReleaseDate: 2021-06-22 - releaseCycle: "3.2" releaseDate: 2018-06-25 eol: 2020-09-30 latest: "3.2.15" latestReleaseDate: 2020-08-19 - releaseCycle: "3.1" releaseDate: 2017-06-27 eol: 2019-06-30 latest: "3.1.11" latestReleaseDate: 2019-06-30 # https://web.archive.org/web/20190407030446/https://www.suse.com/lifecycle/ - releaseCycle: "3.0" releaseDate: 2016-04-05 eol: 2018-10-31 # https://web.archive.org/web/20190808082538/https://www.suse.com/lifecycle/ latest: "3.0.12" latestReleaseDate: 2018-06-01 - releaseCycle: "2.1" releaseDate: 2014-06-02 eol: 2017-01-31 # https://web.archive.org/web/20170318160650/https://www.suse.com/lifecycle/ latest: "2.1.19" latestReleaseDate: 2016-10-31 - releaseCycle: "1.7" releaseDate: 2012-08-09 eol: 2015-06-30 # https://web.archive.org/web/20170318160650/https://www.suse.com/lifecycle/ latest: "1.7.6" latestReleaseDate: 2013-08-26 --- > [SUSE Multi-Linux Manager](https://www.suse.com/products/multi-linux-manager/), formerly known as SUSE Manager, is an open source infrastructure management solution designed to simplify and secure a mixed Linux environment. > It uses the Salt configuration management system to manage clients, deploy patches and packages, and report changes at scale. {: .warning } > This page tracks SUSE Multi-Linux Manager, which is a SUSE product based on the [open-source Uyuni project](https://uyuni-project.org). > Uyuni offers the same functionality but follows a rolling release — bugfixes are only available on the latest version. SUSE Multi-Linux Manager is usually released every 12 months. The current release is usually supported for an additional 12 months once after the next release, resulting in a 24-month support cycle. SUSE Multi-Linux Manager Proxy follows the same lifecycle as SUSE Multi-Linux Manager Server. ================================================ FILE: products/svelte.md ================================================ --- title: Svelte addedAt: 2024-11-21 category: framework tags: javascript-runtime iconSlug: svelte permalink: /svelte versionCommand: npm list svelte eoasColumn: true eoesColumn: false changelogTemplate: https://github.com/sveltejs/svelte/releases/tag/svelte%40__LATEST__ auto: methods: - npm: svelte identifiers: - purl: pkg:npm/svelte - purl: pkg:github/sveltejs/svelte - cpe: cpe:2.3:a:svelte:svelte releases: - releaseCycle: "5" releaseDate: 2024-10-19 eoas: false eol: false latest: "5.54.1" latestReleaseDate: 2026-03-21 - releaseCycle: "4" releaseDate: 2023-06-22 eoas: 2024-10-19 eol: 2024-10-19 latest: "4.2.20" latestReleaseDate: 2025-05-20 - releaseCycle: "3" releaseDate: 2019-04-21 eoas: 2023-06-22 eol: 2023-06-22 latest: "3.59.2" latestReleaseDate: 2023-06-20 link: https://github.com/sveltejs/svelte/releases/tag/v__LATEST__ - releaseCycle: "2" releaseDate: 2018-04-19 eoas: 2019-04-21 eol: 2019-04-21 latest: "2.16.1" latestReleaseDate: 2019-02-08 link: https://github.com/sveltejs/svelte/releases/tag/v__LATEST__ - releaseCycle: "1" releaseDate: 2016-11-29 eoas: 2018-04-19 eol: 2018-04-19 latest: "1.64.1" latestReleaseDate: 2018-04-18 link: https://github.com/sveltejs/svelte/releases/tag/v__LATEST__ --- > [Svelte](https://svelte.dev/) a UI framework that uses a compiler to let you write > breathtakingly concise components that do minimal work in the browser, using languages you already > know — HTML, CSS and JavaScript. The support and EOL policy is not clearly defined. Looking at past releases, it seems that only the latest release is actively maintained. ================================================ FILE: products/symfony.md ================================================ --- title: Symfony addedAt: 2019-05-29 category: framework tags: php-runtime iconSlug: symfony permalink: /symfony versionCommand: composer show | grep "symfony/" releasePolicyLink: https://symfony.com/releases changelogTemplate: "https://symfony.com/blog/symfony-{{'__LATEST__'|replace:'.','-'}}-released" eoasColumn: true identifiers: - repology: php:symfony - cpe: cpe:/a:sensiolabs:symfony - cpe: cpe:2.3:a:sensiolabs:symfony auto: methods: - git: https://github.com/symfony/symfony.git # For LTS: # - eoas(x) = releaseDate(x) + 36 months # - eol(x) = releaseDate(x) + 48 months # # For non-LTS: # - eoas(x) = releaseDate(x) + 8 months # - eol(x) = releaseDate(x) + 8 months releases: - releaseCycle: "8.0" releaseDate: 2025-11-27 eoas: 2026-07-31 eol: 2026-07-31 latest: "8.0.7" latestReleaseDate: 2026-03-06 - releaseCycle: "7.4" lts: true releaseDate: 2025-11-27 eoas: 2028-11-30 eol: 2029-11-30 latest: "7.4.7" latestReleaseDate: 2026-03-06 - releaseCycle: "7.3" releaseDate: 2025-05-29 eoas: 2026-01-31 eol: 2026-01-31 latest: "7.3.11" latestReleaseDate: 2026-01-28 - releaseCycle: "7.2" releaseDate: 2024-11-29 eoas: 2025-07-31 eol: 2025-07-31 latest: "7.2.9" latestReleaseDate: 2025-07-31 - releaseCycle: "7.1" releaseDate: 2024-05-31 eoas: 2025-01-31 eol: 2025-01-31 latest: "7.1.11" latestReleaseDate: 2025-01-29 - releaseCycle: "7.0" releaseDate: 2023-11-29 eoas: 2024-07-31 eol: 2024-07-31 latest: "7.0.10" latestReleaseDate: 2024-07-26 - releaseCycle: "6.4" lts: true releaseDate: 2023-11-29 eoas: 2026-11-30 eol: 2027-11-30 latest: "6.4.35" latestReleaseDate: 2026-03-06 - releaseCycle: "6.3" releaseDate: 2023-05-30 eoas: 2024-01-31 eol: 2024-01-31 latest: "6.3.12" latestReleaseDate: 2024-01-30 - releaseCycle: "6.2" releaseDate: 2022-11-30 eoas: 2023-07-31 eol: 2023-07-31 latest: "6.2.14" latestReleaseDate: 2023-07-31 - releaseCycle: "6.1" releaseDate: 2022-05-27 eoas: 2023-01-31 eol: 2023-01-31 latest: "6.1.12" latestReleaseDate: 2023-02-01 - releaseCycle: "6.0" releaseDate: 2021-11-29 eoas: 2023-01-31 eol: 2023-01-31 latest: "6.0.20" latestReleaseDate: 2023-02-01 - releaseCycle: "5.4" lts: true releaseDate: 2021-11-29 eoas: 2024-11-30 eol: 2029-02-28 latest: "5.4.51" latestReleaseDate: 2026-01-28 - releaseCycle: "5.3" releaseDate: 2021-05-31 eoas: 2022-01-01 eol: 2022-01-01 latest: "5.3.16" latestReleaseDate: 2022-03-01 - releaseCycle: "5.2" releaseDate: 2020-11-30 eoas: 2021-07-21 eol: 2021-07-21 latest: "5.2.14" latestReleaseDate: 2021-07-29 - releaseCycle: "5.1" releaseDate: 2020-05-31 eoas: 2021-01-21 eol: 2021-01-21 latest: "5.1.11" latestReleaseDate: 2021-01-27 - releaseCycle: "5.0" releaseDate: 2019-11-21 eoas: 2020-07-21 eol: 2020-07-21 latest: "5.0.11" latestReleaseDate: 2020-07-24 - releaseCycle: "4.4" lts: true releaseDate: 2019-11-21 eoas: 2022-11-21 eol: 2023-11-21 latest: "4.4.51" latestReleaseDate: 2023-11-10 - releaseCycle: "4.3" releaseDate: 2019-05-30 eoas: 2020-01-01 eol: 2020-07-01 latest: "4.3.11" latestReleaseDate: 2020-01-31 - releaseCycle: "4.2" releaseDate: 2018-11-30 eoas: 2019-07-01 eol: 2020-01-01 latest: "4.2.12" latestReleaseDate: 2019-11-13 - releaseCycle: "4.1" releaseDate: 2018-05-30 eoas: 2019-01-01 eol: 2019-07-01 # No announcement for 4.1.13, which was tagged the same day link: https://symfony.com/blog/symfony-4-1-12-released latest: "4.1.13" latestReleaseDate: 2019-04-17 - releaseCycle: "4.0" releaseDate: 2017-11-30 eoas: 2018-07-01 eol: 2019-01-01 latest: "4.0.15" latestReleaseDate: 2018-12-06 - releaseCycle: "3.4" lts: true releaseDate: 2017-11-30 eoas: 2020-11-01 eol: 2021-11-01 latest: "3.4.49" latestReleaseDate: 2021-05-19 - releaseCycle: "3.3" releaseDate: 2017-05-29 eoas: 2018-01-01 eol: 2018-07-01 latest: "3.3.18" latestReleaseDate: 2018-08-01 - releaseCycle: "3.2" releaseDate: 2016-11-30 eoas: 2017-07-01 eol: 2018-01-01 latest: "3.2.14" latestReleaseDate: 2017-11-16 - releaseCycle: "3.1" releaseDate: 2016-05-30 eoas: 2017-01-01 eol: 2017-07-01 latest: "3.1.10" latestReleaseDate: 2017-01-27 - releaseCycle: "3.0" releaseDate: 2015-11-30 eoas: 2016-07-01 eol: 2017-01-01 latest: "3.0.9" latestReleaseDate: 2016-07-30 - releaseCycle: "2.8" lts: true releaseDate: 2015-11-30 eoas: 2018-11-01 eol: 2019-11-01 latest: "2.8.52" latestReleaseDate: 2019-11-13 - releaseCycle: "2.7" lts: true releaseDate: 2015-05-30 eoas: 2018-05-01 eol: 2019-05-01 # no announcement for 2.7.52, which was tagged the same day link: https://symfony.com/blog/symfony-2-7-51-released latest: "2.7.52" latestReleaseDate: 2019-04-17 - releaseCycle: "2.3" lts: true releaseDate: 2013-06-03 eoas: 2016-05-01 eol: 2017-05-01 latest: "2.3.42" latestReleaseDate: 2016-05-30 --- > [Symfony](https://symfony.com/) is a free and open-source PHP web application framework and a set > of reusable PHP component libraries. Symfony manages its releases through a time-based model. A new Symfony minor version comes out every six months, one in May and one in November. Starting from the Symfony 3.x branch, the number of minor versions is limited to five per branch (X.0, X.1, X.2, X.3 and X.4). The last minor version of a branch (e.g. 3.4, 4.4, 5.4) is considered a long-term support version, and the other ones are considered standard versions: | Version Type | Bugs are fixed for | Security issues are fixed for | | :---------------------- | :----------------- | :------------------------------------------------------------------------------------- | | Standard | 8 months | [8 months](https://symfony.com/blog/symfony-maintenance-changes-for-standard-releases) | | Long-Term Support (LTS) | 3 years | 4 years | ================================================ FILE: products/tails.md ================================================ --- title: Tails addedAt: 2022-12-28 category: os tags: linux-distribution iconSlug: tails permalink: /tails versionCommand: cat /etc/amnesia/version changelogTemplate: https://tails.net/news/version___LATEST__/ identifiers: - cpe: cpe:2.3:o:tails_project:tails # We fetch dates from Git and then override a few # older releases with more accurate dates from distrowatch # pre-1.3 releases were tagged later, so git data isn't accurate for those. auto: methods: - git: https://gitlab.tails.boum.org/tails/tails.git # eol(x) = releaseDate(x+1) releases: - releaseCycle: "7" releaseDate: 2025-09-18 eol: false latest: "7.5" latestReleaseDate: 2026-02-25 - releaseCycle: "6" releaseDate: 2024-02-27 eol: 2025-09-18 latest: "6.19" latestReleaseDate: 2025-08-20 - releaseCycle: "5" releaseDate: 2022-05-03 eol: 2024-02-27 latest: "5.22" latestReleaseDate: 2024-01-29 - releaseCycle: "4" releaseDate: 2019-10-22 eol: 2022-05-02 latest: "4.29" latestReleaseDate: 2022-04-04 - releaseCycle: "3" releaseDate: 2017-06-13 eol: 2019-10-21 latest: "3.16" latestReleaseDate: 2019-09-03 - releaseCycle: "2" releaseDate: 2016-01-27 eol: 2017-07-10 latest: "2.12" latestReleaseDate: 2017-04-18 - releaseCycle: "1" releaseDate: 2014-04-29 eol: 2016-01-25 latest: "1.8.2" latestReleaseDate: 2016-01-09 --- > [Tails](https://tails.net/about/), or _The Amnesic Incognito Live System_, is a > security-focused Debian-based Linux distribution aimed at preserving privacy and anonymity. Tails [provides upgrades every six weeks](https://tails.net/support/faq/#upgrade) and only supports the latest release. ================================================ FILE: products/tailwind-css.md ================================================ --- title: Tailwind CSS addedAt: 2025-08-03 category: framework tags: css-runtime iconSlug: tailwindcss permalink: /tailwind-css alternate_urls: - /tailwind - /tailwindcss changelogTemplate: https://github.com/tailwindlabs/tailwindcss/releases/tag/v__LATEST__ eolColumn: Support auto: methods: - npm: tailwindcss identifiers: - repology: tailwindcss - purl: pkg:github/tailwindlabs/tailwindcss - purl: pkg:npm/tailwindcss # eol(x) = releaseDate(x+1) releases: - releaseCycle: "4.2" releaseDate: 2026-02-18 eol: false latest: "4.2.2" latestReleaseDate: 2026-03-18 - releaseCycle: "4.1" releaseDate: 2025-04-01 eol: 2026-02-18 latest: "4.1.18" latestReleaseDate: 2025-12-11 - releaseCycle: "4.0" releaseDate: 2025-01-21 eol: 2025-04-01 latest: "4.0.17" latestReleaseDate: 2025-03-26 - releaseCycle: "3.4" releaseDate: 2023-12-18 eol: 2027-02-28 # in February 2025 adamwathan commented (at least the next 18 — 24 months) https://github.com/tailwindlabs/tailwindcss/discussions/15284#discussioncomment-12340556 latest: "3.4.19" latestReleaseDate: 2025-12-10 - releaseCycle: "3.3" releaseDate: 2023-03-28 eol: 2023-12-18 latest: "3.3.7" latestReleaseDate: 2023-12-18 - releaseCycle: "3.2" releaseDate: 2022-10-19 eol: 2023-03-28 latest: "3.2.7" latestReleaseDate: 2023-02-16 - releaseCycle: "3.1" releaseDate: 2022-06-08 eol: 2022-10-19 latest: "3.1.8" latestReleaseDate: 2022-08-05 - releaseCycle: "3.0" releaseDate: 2021-12-09 eol: 2022-06-08 latest: "3.0.24" latestReleaseDate: 2022-04-12 - releaseCycle: "2.2" releaseDate: 2021-06-17 eol: 2021-12-09 latest: "2.2.19" latestReleaseDate: 2021-10-29 - releaseCycle: "2.1" releaseDate: 2021-04-05 eol: 2021-06-17 latest: "2.1.4" latestReleaseDate: 2021-06-02 - releaseCycle: "2.0" releaseDate: 2020-11-18 eol: 2021-04-05 latest: "2.0.5" latestReleaseDate: 2021-04-05 - releaseCycle: "1.9" releaseDate: 2020-10-12 eol: 2020-11-18 latest: "1.9.6" latestReleaseDate: 2020-10-23 - releaseCycle: "1.8" releaseDate: 2020-09-04 eol: 2020-10-12 latest: "1.8.13" latestReleaseDate: 2020-10-10 - releaseCycle: "1.7" releaseDate: 2020-08-18 eol: 2020-09-04 latest: "1.7.6" latestReleaseDate: 2020-08-29 - releaseCycle: "1.6" releaseDate: 2020-07-28 eol: 2020-08-18 latest: "1.6.3" latestReleaseDate: 2020-08-18 - releaseCycle: "1.5" releaseDate: 2020-07-15 eol: 2020-07-28 latest: "1.5.2" latestReleaseDate: 2020-07-21 - releaseCycle: "1.4" releaseDate: 2020-04-29 eol: 2020-07-15 latest: "1.4.6" latestReleaseDate: 2020-05-08 - releaseCycle: "1.3" releaseDate: 2020-04-20 eol: 2020-04-29 latest: "1.3.5" latestReleaseDate: 2020-04-23 - releaseCycle: "1.2" releaseDate: 2020-02-05 eol: 2020-04-20 latest: "1.2.0" latestReleaseDate: 2020-02-05 - releaseCycle: "1.1" releaseDate: 2019-08-06 eol: 2020-02-05 latest: "1.1.4" latestReleaseDate: 2019-11-25 - releaseCycle: "1.0" releaseDate: 2019-05-13 eol: 2019-08-06 latest: "1.0.6" latestReleaseDate: 2019-08-01 --- > [Tailwind CSS](https://tailwindcss.com/) is a utility-first CSS framework for rapidly building modern websites without ever leaving your HTML. Tailwind CSS does not have a clear release, support and EOL policy. Looking at the latest releases, it seems that only the latest release is supported. This page marks Tailwind 3 as supported as per a [note from the creator](https://github.com/tailwindlabs/tailwindcss/discussions/15284#discussioncomment-12340556) - this is [not yet documented](https://github.com/tailwindlabs/tailwindcss.com/issues/2102) ================================================ FILE: products/tarantool.md ================================================ --- title: Tarantool addedAt: 2022-03-21 category: database permalink: /tarantool versionCommand: $ tarantool --version releaseImage: https://hb.bizmrg.com/tarantool-io/doc-builds/tarantool/latest/images_en/releases_calendar.svg releasePolicyLink: https://www.tarantool.io/en/doc/latest/release/policy/ changelogTemplate: https://github.com/tarantool/tarantool/releases/tag/__LATEST__ eolColumn: Support Status identifiers: - repology: tarantool - cpe: cpe:/a:tarantool:tarantool - cpe: cpe:2.3:a:tarantool:tarantool auto: methods: - git: https://github.com/tarantool/tarantool.git # EOL dates can be found on https://www.tarantool.io/en/doc/latest/release/calendar/#release-table releases: - releaseCycle: "3.6" releaseDate: 2025-12-12 eol: false # pending update on https://www.tarantool.io/en/doc/latest/release/calendar/#release-table latest: "3.6.2" latestReleaseDate: 2026-03-05 - releaseCycle: "3.5" releaseDate: 2025-08-27 eol: false # pending update on https://www.tarantool.io/en/doc/latest/release/calendar/#release-table latest: "3.5.1" latestReleaseDate: 2025-11-21 - releaseCycle: "3.4" releaseDate: 2025-04-15 eol: 2027-04-14 latest: "3.4.2" latestReleaseDate: 2025-11-21 - releaseCycle: "3.3" releaseDate: 2024-11-29 eol: 2026-11-29 latest: "3.3.4" latestReleaseDate: 2025-11-21 - releaseCycle: "3.2" releaseDate: 2024-08-26 eol: 2026-08-26 latest: "3.2.3" latestReleaseDate: 2025-11-21 - releaseCycle: "3.1" releaseDate: 2024-04-16 eol: 2024-08-26 latest: "3.1.2" latestReleaseDate: 2024-08-26 - releaseCycle: "3.0" releaseDate: 2023-12-26 eol: 2024-04-16 latest: "3.0.2" latestReleaseDate: 2024-04-16 - releaseCycle: "2.11" lts: true releaseDate: 2023-05-24 eol: 2027-05-24 latest: "2.11.8" latestReleaseDate: 2025-10-17 - releaseCycle: "2.10" releaseDate: 2022-05-22 eol: 2023-05-24 latest: "2.10.8" latestReleaseDate: 2023-09-14 - releaseCycle: "2.8" releaseDate: 2020-12-30 eol: 2022-04-25 latest: "2.8.4" latestReleaseDate: 2022-04-25 - releaseCycle: "2.7" releaseDate: 2020-10-23 eol: 2021-08-19 latest: "2.7.3" latestReleaseDate: 2021-08-19 - releaseCycle: "2.6" releaseDate: 2020-07-17 eol: 2021-04-21 latest: "2.6.3" latestReleaseDate: 2021-04-21 - releaseCycle: "2.5" releaseDate: 2020-04-20 eol: 2020-12-30 latest: "2.5.3" latestReleaseDate: 2020-12-30 - releaseCycle: "2.4" releaseDate: 2020-01-10 eol: 2020-10-22 latest: "2.4.3" latestReleaseDate: 2020-10-23 - releaseCycle: "2.3" releaseDate: 2019-08-02 eol: 2020-07-17 latest: "2.3.3" latestReleaseDate: 2020-07-17 - releaseCycle: "2.2" releaseDate: 2019-03-22 eol: 2020-04-20 latest: "2.2.3" latestReleaseDate: 2020-04-20 - releaseCycle: "1.10" lts: true releaseDate: 2018-03-07 eol: 2023-05-24 latest: "1.10.15" latestReleaseDate: 2023-02-20 --- > [Tarantool](https://www.tarantool.io/) is an open source (BSD-2 clause licensed), in-memory > computing platform consisting of a database and an application server. It includes a heavily > optimized Lua interpreter, cooperative multitasking and non-blocking IO, persistent queues, > sharding, and MySQL/PostgreSQL support. A release cycle reaches the end of life (EOL) when the last release in the series is published. Unsupported releases are documented as [Unsupported Versions](https://www.tarantool.io/en/doc/latest/release/eos_versions/). 2.11 is the long-term support (LTS) release with four years of maintenance. ================================================ FILE: products/tarteaucitron.md ================================================ --- title: tarteaucitron addedAt: 2025-08-01 category: framework iconSlug: tarteaucitron tags: javascript-runtime permalink: /tarteaucitron releasePolicyLink: https://github.com/AmauriC/tarteaucitron.js?tab=security-ov-file changelogTemplate: https://github.com/AmauriC/tarteaucitron.js/releases/tag/v__LATEST__ auto: methods: - git: https://github.com/AmauriC/tarteaucitron.js.git identifiers: - purl: pkg:github/AmauriC/tarteaucitron.js - purl: pkg:npm/tarteaucitronjs - cpe: cpe:2.3:a:amauri:tarteaucitronjs - cpe: cpe:/a:amauri:tarteaucitronjs releases: - releaseCycle: "1" releaseDate: 2018-08-28 eol: false latest: "1.31.0" latestReleaseDate: 2026-03-04 --- > [tarteaucitron](https://tarteaucitron.io/en/) is a JavaScript cookie banner library. tarteaucitron supported versions are documented on their [GitHub security page](https://github.com/AmauriC/tarteaucitron.js/security). ================================================ FILE: products/telegraf.md ================================================ --- title: Telegraf addedAt: 2022-10-25 category: server-app iconSlug: influxdb permalink: /telegraf versionCommand: telegraf --version releasePolicyLink: https://www.influxdata.com/legal/support-policy/ changelogTemplate: https://github.com/influxdata/telegraf/releases/tag/v__LATEST__ auto: methods: - git: https://github.com/influxdata/telegraf identifiers: - repology: telegraf # eol(x) = releaseDate(x+2) releases: - releaseCycle: "1.38" releaseDate: 2026-03-09 eol: false # releaseDate(1.40) latest: "1.38.1" latestReleaseDate: 2026-03-16 - releaseCycle: "1.37" releaseDate: 2025-12-08 eol: false # releaseDate(1.39) latest: "1.37.3" latestReleaseDate: 2026-02-23 - releaseCycle: "1.36" releaseDate: 2025-09-08 eol: 2026-03-09 latest: "1.36.4" latestReleaseDate: 2025-11-17 - releaseCycle: "1.35" releaseDate: 2025-06-16 eol: 2025-12-08 latest: "1.35.4" latestReleaseDate: 2025-08-18 - releaseCycle: "1.34" releaseDate: 2025-03-10 eol: 2025-09-08 latest: "1.34.4" latestReleaseDate: 2025-05-19 - releaseCycle: "1.33" releaseDate: 2024-12-09 eol: 2025-06-16 latest: "1.33.3" latestReleaseDate: 2025-02-25 - releaseCycle: "1.32" releaseDate: 2024-09-09 eol: 2025-03-10 latest: "1.32.3" latestReleaseDate: 2024-11-18 - releaseCycle: "1.31" releaseDate: 2024-06-10 eol: 2024-12-09 # releaseDate(1.33) latest: "1.31.3" latestReleaseDate: 2024-08-12 - releaseCycle: "1.30" releaseDate: 2024-03-11 eol: 2024-09-09 # releaseDate(1.32) latest: "1.30.3" latestReleaseDate: 2024-05-20 - releaseCycle: "1.29" releaseDate: 2023-12-11 eol: 2024-06-10 latest: "1.29.5" latestReleaseDate: 2024-02-20 - releaseCycle: "1.28" releaseDate: 2023-09-11 eol: 2024-03-11 latest: "1.28.5" latestReleaseDate: 2023-11-15 - releaseCycle: "1.27" releaseDate: 2023-06-12 eol: 2023-12-11 latest: "1.27.4" latestReleaseDate: 2023-08-21 - releaseCycle: "1.26" releaseDate: 2023-03-13 eol: 2023-09-11 latest: "1.26.3" latestReleaseDate: 2023-05-22 - releaseCycle: "1.25" releaseDate: 2022-12-12 eol: 2023-06-12 latest: "1.25.3" latestReleaseDate: 2023-02-27 - releaseCycle: "1.24" releaseDate: 2022-09-12 eol: 2023-03-13 latest: "1.24.4" latestReleaseDate: 2022-11-29 - releaseCycle: "1.23" releaseDate: 2022-06-13 eol: 2022-12-12 latest: "1.23.4" latestReleaseDate: 2022-08-16 - releaseCycle: "1.22" releaseDate: 2022-03-23 eol: 2022-09-12 latest: "1.22.4" latestReleaseDate: 2022-05-16 - releaseCycle: "1.21" releaseDate: 2021-12-15 eol: 2022-06-13 latest: "1.21.4" latestReleaseDate: 2022-02-16 - releaseCycle: "1.20" releaseDate: 2021-09-17 eol: 2022-03-23 latest: "1.20.4" latestReleaseDate: 2021-11-17 - releaseCycle: "1.19" releaseDate: 2021-06-17 eol: 2021-12-15 latest: "1.19.3" latestReleaseDate: 2021-08-18 - releaseCycle: "1.18" releaseDate: 2021-03-17 eol: 2021-09-17 latest: "1.18.3" latestReleaseDate: 2021-05-21 - releaseCycle: "1.17" releaseDate: 2020-12-18 eol: 2021-06-17 latest: "1.17.3" latestReleaseDate: 2021-02-17 - releaseCycle: "1.16" releaseDate: 2020-10-21 eol: 2021-03-17 latest: "1.16.3" latestReleaseDate: 2020-12-01 - releaseCycle: "1.15" releaseDate: 2020-07-22 eol: 2020-12-18 latest: "1.15.4" latestReleaseDate: 2020-10-21 - releaseCycle: "1.14" releaseDate: 2020-03-26 eol: 2020-10-21 latest: "1.14.5" latestReleaseDate: 2020-06-30 - releaseCycle: "1.13" releaseDate: 2019-12-12 eol: 2020-07-22 latest: "1.13.4" latestReleaseDate: 2020-02-25 link: https://github.com/influxdata/telegraf/releases/tag/__LATEST__ - releaseCycle: "1.12" releaseDate: 2019-09-03 eol: 2020-03-26 latest: "1.12.6" latestReleaseDate: 2019-11-19 link: https://github.com/influxdata/telegraf/releases/tag/__LATEST__ - releaseCycle: "1.11" releaseDate: 2019-06-11 eol: 2019-12-12 latest: "1.11.5" latestReleaseDate: 2019-08-27 link: https://github.com/influxdata/telegraf/releases/tag/__LATEST__ - releaseCycle: "1.10" releaseDate: 2019-03-05 eol: 2019-09-03 latest: "1.10.4" latestReleaseDate: 2019-05-14 link: https://github.com/influxdata/telegraf/releases/tag/__LATEST__ - releaseCycle: "1.9" releaseDate: 2018-11-20 eol: 2019-06-11 latest: "1.9.5" latestReleaseDate: 2019-02-26 link: https://github.com/influxdata/telegraf/releases/tag/__LATEST__ - releaseCycle: "1.8" releaseDate: 2018-09-21 eol: 2019-03-05 latest: "1.8.3" latestReleaseDate: 2018-10-30 link: https://github.com/influxdata/telegraf/releases/tag/__LATEST__ - releaseCycle: "1.7" releaseDate: 2018-06-12 eol: 2018-11-20 latest: "1.7.4" latestReleaseDate: 2018-08-29 link: https://github.com/influxdata/telegraf/releases/tag/__LATEST__ - releaseCycle: "1.6" releaseDate: 2018-04-16 eol: 2018-09-21 latest: "1.6.4" latestReleaseDate: 2018-06-05 link: https://github.com/influxdata/telegraf/releases/tag/__LATEST__ - releaseCycle: "1.5" releaseDate: 2017-12-14 eol: 2018-06-12 latest: "1.5.3" latestReleaseDate: 2018-03-14 link: https://github.com/influxdata/telegraf/releases/tag/__LATEST__ - releaseCycle: "1.4" releaseDate: 2017-09-05 eol: 2018-04-16 latest: "1.4.5" latestReleaseDate: 2017-12-01 link: https://github.com/influxdata/telegraf/releases/tag/__LATEST__ - releaseCycle: "1.3" releaseDate: 2017-05-15 eol: 2017-12-14 latest: "1.3.5" latestReleaseDate: 2017-07-26 link: https://github.com/influxdata/telegraf/releases/tag/__LATEST__ - releaseCycle: "1.2" releaseDate: 2017-01-23 eol: 2017-09-05 latest: "1.2.1" latestReleaseDate: 2017-02-01 link: https://github.com/influxdata/telegraf/releases/tag/__LATEST__ - releaseCycle: "1.1" releaseDate: 2016-11-08 eol: 2017-05-15 latest: "1.1.2" latestReleaseDate: 2016-12-12 link: https://github.com/influxdata/telegraf/releases/tag/__LATEST__ - releaseCycle: "1.0" releaseDate: 2016-09-02 eol: 2017-01-23 latest: "1.0.1" latestReleaseDate: 2016-09-28 link: https://github.com/influxdata/telegraf/releases/tag/__LATEST__ --- > [Telegraf](https://github.com/influxdata/telegraf) is an agent for collecting, processing, aggregating, and writing metrics. Telegraf follows [SemVer](https://semver.org/). [There are four minor releases a year](https://github.com/influxdata/telegraf/blob/master/docs/FAQ.md#when-is-the-next-release-when-will-my-pr-or-fix-get-released) (in March, June, September, and December), supported with bug and security fixes. InfluxData have not published specific support periods for their OSS products, although their commercial support policy offers support for the last two minor releases. ================================================ FILE: products/teleport.md ================================================ --- title: Teleport addedAt: 2025-12-14 category: server-app permalink: /teleport versionCommand: teleport version releasePolicyLink: https://goteleport.com/docs/upcoming-releases/ changelogTemplate: https://github.com/gravitational/teleport/releases/tag/v__LATEST__ eoasColumn: true identifiers: - purl: pkg:github/gravitational/teleport - repology: teleport - cpe: cpe:2.3:a:goteleport:teleport auto: methods: - git: https://github.com/gravitational/teleport.git # eoas(x) = releaseDate(x+1) # eol(x) = releaseDate(x+2) releases: - releaseCycle: "18" releaseDate: 2025-07-04 eoas: false eol: false latest: "18.7.2" latestReleaseDate: 2026-03-06 - releaseCycle: "17" releaseDate: 2024-11-15 eoas: 2025-07-04 eol: false latest: "17.7.20" latestReleaseDate: 2026-03-06 - releaseCycle: "16" releaseDate: 2024-06-13 eoas: 2024-11-15 eol: 2025-10-31 # https://web.archive.org/web/20250709131044/https://goteleport.com/docs/upcoming-releases/ latest: "16.5.18" latestReleaseDate: 2025-09-29 --- > [Teleport](https://goteleport.com/) is an identity-based access platform that secures servers, Kubernetes clusters, databases, internal applications, and desktops > using short-lived certificates, detailed audit logging, and fine-grained role-based access controls. Teleport adheres to [semantic versioning](https://goteleport.com/docs/upcoming-releases/#version-compatibility). Major releases occur annually. Support for bug and security fixes covers the two most recent major versions, with new features exclusively added to the latest major release. ================================================ FILE: products/terraform.md ================================================ --- title: Hashicorp Terraform addedAt: 2022-09-09 category: app tags: hashicorp iconSlug: terraform permalink: /terraform versionCommand: terraform --version releasePolicyLink: https://support.hashicorp.com/hc/en-us/articles/360021185113-Support-Period-and-End-of-Life-EOL-Policy changelogTemplate: https://github.com/hashicorp/terraform/blob/v__LATEST__/CHANGELOG.md identifiers: - repology: terraform - purl: pkg:github/hashicorp/terraform - purl: pkg:generic/terraform - cpe: cpe:2.3:a:hashicorp:terraform auto: methods: - git: https://github.com/hashicorp/terraform.git # eol(x) = releaseDate(x+2) releases: - releaseCycle: "1.14" releaseDate: 2025-11-19 eol: false # releaseDate(1.16) latest: "1.14.7" latestReleaseDate: 2026-03-11 - releaseCycle: "1.13" releaseDate: 2025-08-20 eol: false # releaseDate(1.15) latest: "1.13.5" latestReleaseDate: 2025-11-05 - releaseCycle: "1.12" releaseDate: 2025-05-14 eol: 2025-11-19 latest: "1.12.2" latestReleaseDate: 2025-06-11 - releaseCycle: "1.11" releaseDate: 2025-02-27 eol: 2025-08-20 latest: "1.11.4" latestReleaseDate: 2025-04-09 - releaseCycle: "1.10" releaseDate: 2024-11-26 eol: 2025-05-14 latest: "1.10.5" latestReleaseDate: 2025-01-22 - releaseCycle: "1.9" releaseDate: 2024-06-26 eol: 2025-02-27 latest: "1.9.8" latestReleaseDate: 2024-10-16 - releaseCycle: "1.8" releaseDate: 2024-04-10 eol: 2024-11-26 latest: "1.8.5" latestReleaseDate: 2024-06-05 - releaseCycle: "1.7" releaseDate: 2024-01-17 eol: 2024-06-26 latest: "1.7.5" latestReleaseDate: 2024-03-13 - releaseCycle: "1.6" releaseDate: 2023-10-04 eol: 2024-04-10 latest: "1.6.6" latestReleaseDate: 2023-12-13 - releaseCycle: "1.5" releaseDate: 2023-06-12 eol: 2024-01-17 latest: "1.5.7" latestReleaseDate: 2023-09-07 - releaseCycle: "1.4" releaseDate: 2023-03-08 eol: 2023-10-04 latest: "1.4.7" latestReleaseDate: 2023-09-13 - releaseCycle: "1.3" releaseDate: 2022-09-21 eol: 2023-06-12 latest: "1.3.10" latestReleaseDate: 2023-09-13 - releaseCycle: "1.2" releaseDate: 2022-05-18 eol: 2023-03-08 latest: "1.2.9" latestReleaseDate: 2022-09-07 - releaseCycle: "1.1" releaseDate: 2021-12-08 eol: 2022-09-21 latest: "1.1.9" latestReleaseDate: 2022-04-20 - releaseCycle: "1.0" releaseDate: 2021-06-08 eol: 2022-05-18 latest: "1.0.11" latestReleaseDate: 2021-11-10 --- > [Hashicorp Terraform](https://www.terraform.io/) is a [BUSL-1.1 licensed](https://www.hashicorp.com/bsl) > infrastructure as code software tool by Hashicorp. Generally Available (GA) releases of active products are supported for up to two (2) years. Eligible code-fixes and hot-fixes are provided via a new minor release (Z) on top of the latest "major release" branch, for up to two (2) releases from the most current major release. A major release is identified by a change in the first (X) or second (Y) digit in the following versioning nomenclature: `Version X.Y.Z.` Hashicorp uses the same support period and EoL Policy for all its products. Terraform Enterprise follows a 2-year Advisory support policy. ================================================ FILE: products/thumbor.md ================================================ --- title: Thumbor addedAt: 2025-07-14 category: server-app tags: python-runtime web-server permalink: /thumbor versionCommand: thumbor --version changelogTemplate: https://github.com/thumbor/thumbor/releases/tag/__LATEST__ identifiers: - repology: thumbor auto: methods: - git: https://github.com/thumbor/thumbor.git # eol(x) = releaseDate(x+1) releases: - releaseCycle: "7.7" releaseDate: 2023-10-31 eol: false latest: "7.7.7" latestReleaseDate: 2025-05-15 - releaseCycle: "7.6" releaseDate: 2023-10-09 eol: 2023-10-31 latest: "7.6.0" latestReleaseDate: 2023-10-09 - releaseCycle: "7.5" releaseDate: 2023-05-29 eol: 2023-10-09 latest: "7.5.2" latestReleaseDate: 2023-07-07 - releaseCycle: "7.4" releaseDate: 2022-12-20 eol: 2023-05-29 latest: "7.4.7" latestReleaseDate: 2023-01-26 - releaseCycle: "7.3" releaseDate: 2022-11-01 eol: 2022-12-22 latest: "7.3.2" latestReleaseDate: 2022-12-20 - releaseCycle: "7.2" releaseDate: 2022-10-20 eol: 2022-11-01 latest: "7.2.1" latestReleaseDate: 2022-10-21 - releaseCycle: "7.1" releaseDate: 2022-07-27 eol: 2022-10-20 latest: "7.1.2" latestReleaseDate: 2022-10-19 - releaseCycle: "7.0" releaseDate: 2020-02-27 eol: 2022-07-27 latest: "7.0.12" latestReleaseDate: 2022-07-08 --- > [Thumbor](https://www.thumbor.org/) is an open-source imaging service that enables on-demand > cropping, resizing, applying filters and optimizing images. Thumbor doesn’t have a documented release and support policy. Looking at the latest releases, it seems only the latest minor release gets bug and security fixes. ================================================ FILE: products/tls.md ================================================ --- title: TLS addedAt: 2025-08-15 category: standard tags: ietf permalink: /tls releaseLabel: "TLS __RELEASE_CYCLE__" latestColumn: false staleReleaseThresholdDays: 7300 # standards have longer support periods releases: - releaseCycle: "1.3" releaseDate: 2018-08-10 # https://datatracker.ietf.org/doc/rfc8446/history/ eol: false link: https://www.rfc-editor.org/rfc/rfc8446 - releaseCycle: "1.2" releaseDate: 2008-08-15 # https://datatracker.ietf.org/doc/rfc5246/history/ eol: false link: https://www.rfc-editor.org/rfc/rfc5246 - releaseCycle: "1.1" releaseDate: 2006-04-26 # https://datatracker.ietf.org/doc/rfc4346/history/ eol: 2021-03-23 # https://datatracker.ietf.org/doc/rfc8996/history/ link: https://www.rfc-editor.org/rfc/rfc4346 - releaseCycle: "1.0" releaseDate: 1999-01-01 # https://datatracker.ietf.org/doc/rfc2246/history/ eol: 2021-03-23 # https://datatracker.ietf.org/doc/rfc8996/history/ link: https://www.rfc-editor.org/rfc/rfc2246 --- > [Transport Layer Security (TLS)](https://datatracker.ietf.org/wg/tls/about/) is a cryptographic protocol > designed to provide communications security over a computer network, such as the Internet. > The protocol is widely used in applications such as email, instant messaging, and voice over IP, > but its use in securing HTTPS remains the most publicly visible. TLS is a proposed [Internet Engineering Task Force (IETF)](https://www.ietf.org/) standard. New releases and deprecations are announced using [RFCs](https://www.rfc-editor.org/). ================================================ FILE: products/tomcat.md ================================================ --- title: Apache Tomcat addedAt: 2022-03-21 category: server-app tags: apache web-server iconSlug: apachetomcat permalink: /tomcat versionCommand: ./bin/version.sh releasePolicyLink: https://tomcat.apache.org/whichversion.html changelogTemplate: "https://tomcat.apache.org/tomcat-{{'__LATEST__'|split:'.'|pop|join:'.'}}-doc/changelog.html" customFields: - name: minJavaVersion display: api-only label: Java description: Minimum required Java version link: https://tomcat.apache.org/whichversion.html identifiers: - repology: tomcat - purl: pkg:maven/org.apache.tomcat/tomcat - purl: pkg:github/apache/tomcat - cpe: cpe:2.3:a:apache:tomcat auto: methods: - git: https://github.com/apache/tomcat.git # EOL can be seen on https://tomcat.apache.org/whichversion.html releases: - releaseCycle: "11.0" releaseDate: 2024-10-03 eol: false minJavaVersion: "17" latest: "11.0.20" latestReleaseDate: 2026-03-16 - releaseCycle: "10.1" releaseDate: 2022-09-23 eol: false minJavaVersion: "11" latest: "10.1.53" latestReleaseDate: 2026-03-18 - releaseCycle: "10.0" releaseDate: 2020-12-03 eol: 2022-10-31 # https://tomcat.apache.org/tomcat-10.0-eol.html minJavaVersion: "8" latest: "10.0.27" latestReleaseDate: 2022-10-03 - releaseCycle: "9.0" releaseDate: 2017-09-27 eol: 2027-03-31 # https://tomcat.apache.org/tomcat-9.0.x-eos.html minJavaVersion: "8" latest: "9.0.116" latestReleaseDate: 2026-03-16 - releaseCycle: "8.5" releaseDate: 2016-03-17 eol: 2024-03-31 # https://tomcat.apache.org/tomcat-85-eol.html minJavaVersion: "7" latest: "8.5.100" latestReleaseDate: 2024-03-19 - releaseCycle: "8.0" releaseDate: 2014-01-29 eol: 2018-06-30 # https://tomcat.apache.org/tomcat-80-eol.html minJavaVersion: "7" latest: "8.0.53" latestReleaseDate: 2018-06-29 - releaseCycle: "7" releaseDate: 2013-01-10 eol: 2021-03-31 # https://tomcat.apache.org/tomcat-70-eol.html minJavaVersion: "6" latest: "7.0.109" latestReleaseDate: 2021-04-22 - releaseCycle: "6" releaseDate: 2006-10-21 eol: 2016-12-31 # https://tomcat.apache.org/tomcat-60-eol.html minJavaVersion: "5" latest: "6.0.53" latestReleaseDate: 2017-04-02 - releaseCycle: "5" releaseDate: 2003-09-06 eol: 2012-09-30 # https://tomcat.apache.org/tomcat-55-eol.html minJavaVersion: "1.4" latest: "5.5.36" latestReleaseDate: 2012-10-10 --- > Apache Tomcat is an open-source (Apache-2.0 licensed) pure-Java HTTP web server environment. It > implements various [Jakarta web specifications](https://projects.eclipse.org/projects/ee4j.jakartaee-platform), > including [JSP](https://projects.eclipse.org/projects/ee4j.jsp "Jakarta Server Pages"), > [Servlets](https://projects.eclipse.org/projects/ee4j.servlet "Jakarta Servlet"), > and [WebSockets](https://projects.eclipse.org/projects/ee4j.websocket "Jakarta WebSocket"). ## Stability Initial releases of a new major version typically process from Alpha, through Beta to Stable over a period of several months. However, the Stable level is only available once the Java specifications the release implements have been finalized. This means a release that in all other respects is considered stable may still be labeled as Beta if the specifications are not final. ## Lifecycle Prior major releases have been supported for approximately 10 years. When a release is sunset and moved to End-of-life status, a notice is provided roughly a year in advance. Generally, three major versions of Tomcat are concurrently supported. When Tomcat 10.0 was released as stable, Tomcat 7 became EOL. 8.5 is expected to become unsupported once Tomcat 11 becomes stable. ## Java Compatibility Different versions of Apache Tomcat are available for different versions of the specifications, and the Tomcat website has a [table](https://tomcat.apache.org/whichversion.html) documenting which version of the specification is implemented by a given release. {% include table.html labels="Tomcat Version,Minimum Java Version" fields="releaseCycle,minJavaVersion" types="string,string" rows=page.releases %} ================================================ FILE: products/traefik.md ================================================ --- title: Traefik addedAt: 2023-12-15 category: server-app tags: web-server iconSlug: traefikproxy permalink: /traefik versionCommand: traefik version releasePolicyLink: https://doc.traefik.io/traefik/deprecation/releases changelogTemplate: https://github.com/traefik/traefik/releases/tag/v__LATEST__ eoasColumn: true eolColumn: Security Support identifiers: - repology: traefik - purl: pkg:brew/traefik - purl: pkg:github/traefik/traefik - purl: pkg:generic/traefik - cpe: cpe:2.3:a:traefik:traefik auto: methods: - git: https://github.com/traefik/traefik.git - release_table: https://doc.traefik.io/traefik/deprecation/releases/#1 selector: table fields: releaseCycle: "Version" releaseDate: "Release Date" eoas: column: "Active Support" regex: "^End(ed|s) (?P.+)$" eol: column: "Active Support" regex: "^End(ed|s) (?P.+)$" # Override the EOL date if provided - release_table: https://doc.traefik.io/traefik/deprecation/releases/#2 selector: table fields: releaseCycle: "Version" releaseDate: "Release Date" eol: column: "Security Support" regex: "^End(ed|s) (?P.+)$" releases: - releaseCycle: "3.6" releaseDate: 2025-11-07 eoas: false eol: false latest: "3.6.11" latestReleaseDate: 2026-03-19 - releaseCycle: "3.5" releaseDate: 2025-07-23 eoas: 2025-11-07 eol: 2025-11-07 latest: "3.5.6" latestReleaseDate: 2025-11-07 - releaseCycle: "3.4" releaseDate: 2025-05-05 eoas: 2025-07-23 eol: 2025-07-23 latest: "3.4.5" latestReleaseDate: 2025-07-23 - releaseCycle: "3.3" releaseDate: 2025-01-06 eoas: 2025-05-05 eol: 2025-05-05 latest: "3.3.7" latestReleaseDate: 2025-05-05 - releaseCycle: "3.2" releaseDate: 2024-10-28 eoas: 2025-01-06 eol: 2025-01-06 latest: "3.2.5" latestReleaseDate: 2025-01-07 - releaseCycle: "3.1" releaseDate: 2024-07-15 eoas: 2024-10-28 eol: 2024-10-28 latest: "3.1.7" latestReleaseDate: 2024-10-28 - releaseCycle: "3.0" releaseDate: 2024-04-29 eoas: 2024-07-15 eol: 2024-07-15 latest: "3.0.4" latestReleaseDate: 2024-07-02 - releaseCycle: "2.11" releaseDate: 2024-02-12 eoas: 2025-04-29 eol: 2026-02-01 latest: "2.11.41" latestReleaseDate: 2026-03-18 - releaseCycle: "2.10" releaseDate: 2023-04-24 eoas: 2024-02-12 eol: 2024-02-12 latest: "2.10.7" latestReleaseDate: 2023-12-06 - releaseCycle: "2.9" releaseDate: 2022-10-03 eoas: 2023-04-24 eol: 2023-04-24 latest: "2.9.10" latestReleaseDate: 2023-04-06 - releaseCycle: "2.8" releaseDate: 2022-06-29 eoas: 2022-10-03 eol: 2022-10-03 latest: "2.8.8" latestReleaseDate: 2022-09-30 - releaseCycle: "2.7" releaseDate: 2022-05-24 eoas: 2022-06-29 eol: 2022-06-29 latest: "2.7.3" latestReleaseDate: 2022-06-29 - releaseCycle: "2.6" releaseDate: 2022-01-24 eoas: 2022-05-24 eol: 2022-05-24 latest: "2.6.7" latestReleaseDate: 2022-05-24 - releaseCycle: "2.5" releaseDate: 2021-08-17 eoas: 2022-01-24 eol: 2022-01-24 latest: "2.5.7" latestReleaseDate: 2022-01-20 - releaseCycle: "2.4" releaseDate: 2021-01-19 eoas: 2021-08-17 eol: 2021-08-17 latest: "2.4.14" latestReleaseDate: 2021-08-16 - releaseCycle: "2.3" releaseDate: 2020-09-23 eoas: 2021-01-19 eol: 2021-01-19 latest: "2.3.7" latestReleaseDate: 2021-01-11 - releaseCycle: "2.2" releaseDate: 2020-03-25 eoas: 2020-09-23 eol: 2020-09-23 latest: "2.2.11" latestReleaseDate: 2020-09-07 - releaseCycle: "2.1" releaseDate: 2019-12-11 eoas: 2020-03-25 eol: 2020-03-25 latest: "2.1.9" latestReleaseDate: 2020-03-23 - releaseCycle: "2.0" releaseDate: 2019-09-16 eoas: 2019-12-11 eol: 2019-12-11 latest: "2.0.7" latestReleaseDate: 2019-12-09 - releaseCycle: "1.7" releaseDate: 2018-09-24 eoas: 2021-12-31 eol: 2021-12-31 latest: "1.7.34" latestReleaseDate: 2021-12-10 --- > [Traefik](https://traefik.io/traefik/) is a leading modern reverse proxy and load balancer that makes deploying > microservices easy. Traefik follows [semantic versioning](https://semver.org) and only the last minor release is actively supported with bug and security fixes. Once a new minor release is available, the previous minor release becomes end-of-life (EOL). An exception is made for the last minor release after a major release, which is supported for 1 year with security fixes. ================================================ FILE: products/twig.md ================================================ --- title: Twig addedAt: 2022-10-17 category: framework tags: php-runtime permalink: /twig changelogTemplate: https://github.com/twigphp/Twig/blob/__RELEASE_CYCLE__.x/CHANGELOG auto: methods: - git: https://github.com/twigphp/Twig.git identifiers: - repology: php:twig releases: - releaseCycle: "3" releaseDate: 2019-11-15 eol: false latest: "3.24.0" latestReleaseDate: 2026-03-17 - releaseCycle: "2" releaseDate: 2017-01-05 eol: 2023-12-31 # https://symfony.com/blog/twig-2-end-of-life latest: "2.16.1" latestReleaseDate: 2024-09-09 - releaseCycle: "1" releaseDate: 2011-03-27 eol: 2022-09-28 latest: "1.44.8" latestReleaseDate: 2024-09-09 --- > [Twig](https://twig.symfony.com/) is an open-source template language for PHP. Twig 1, 2 and 3 still receive security updates. ## [PHP Compatibility](https://packagist.org/packages/twig/twig) | Twig Version | Supported PHP Version | | ----------------------------------------------------- | --------------------- | | [3](https://packagist.org/packages/twig/twig#3.x-dev) | `>=7.2.5` | | [2](https://packagist.org/packages/twig/twig#2.x-dev) | `>=7.2.5` | | [1](https://packagist.org/packages/twig/twig#1.x-dev) | `>=7.2.5` | ================================================ FILE: products/typo3.md ================================================ --- title: TYPO3 addedAt: 2022-09-09 category: server-app tags: php-runtime iconSlug: typo3 permalink: /typo3 releasePolicyLink: https://get.typo3.org/ changelogTemplate: https://get.typo3.org/release-notes/__LATEST__ eoasColumn: true eoesColumn: Extended Long Term Support identifiers: - repology: typo3 - purl: pkg:composer/typo3/cms - cpe: cpe:2.3:a:typo3:typo3 auto: methods: - typo3: https://get.typo3.org/api/v1/release/ releases: - releaseCycle: "14" releaseDate: 2025-11-25 eoas: 2027-12-31 eol: 2029-06-30 eoes: 2032-06-30 latest: "14.1.1" latestReleaseDate: 2026-02-20 - releaseCycle: "13" releaseDate: 2024-01-30 eoas: 2026-06-30 eol: 2027-12-31 eoes: 2030-12-31 latest: "13.4.27" latestReleaseDate: 2026-03-10 - releaseCycle: "12" releaseDate: 2022-10-04 eoas: 2024-10-31 eol: 2026-04-30 eoes: 2029-04-30 latest: "12.4.44" latestReleaseDate: 2026-03-10 - releaseCycle: "11" releaseDate: 2020-12-22 lts: 2021-10-05 eoas: 2023-03-31 eol: 2024-10-31 eoes: 2027-10-31 latest: "11.5.50" latestReleaseDate: 2026-01-20 - releaseCycle: "10" releaseDate: 2019-07-23 lts: 2020-04-07 eoas: 2021-10-31 eol: 2023-04-30 eoes: 2026-04-30 latest: "10.4.56" latestReleaseDate: 2026-01-20 - releaseCycle: "9" releaseDate: 2017-12-12 eoas: 2020-04-30 eol: 2021-09-30 eoes: 2024-09-30 latest: "9.5.55" latestReleaseDate: 2025-09-09 - releaseCycle: "8" releaseDate: 2016-03-22 eoas: 2018-09-30 eol: 2020-03-31 eoes: 2024-03-31 latest: "8.7.58" latestReleaseDate: 2024-02-14 - releaseCycle: "7" releaseDate: 2014-12-02 eoas: 2017-04-01 eol: 2018-12-01 eoes: 2022-11-30 latest: "7.6.58" latestReleaseDate: 2022-09-12 --- > [TYPO3](https://typo3.org/) is a free and open-source content management system written in PHP. ## PHP Support | Version | PHP | | ------- | ------------------------------------------------------------------- | | 14 | [8.2 - 8.5](https://get.typo3.org/version/14#system-requirements) | | 13 | [8.2 - 8.5](https://get.typo3.org/version/13#system-requirements) | | 12 | [8.1 - 8.4](https://get.typo3.org/version/12#system-requirements) | | 11 | [7.4.1 - 8.3](https://get.typo3.org/version/11#system-requirements) | | 10 | [7.2 - 7.4](https://get.typo3.org/version/10#system-requirements) | | 9 | 7.2 - 8.1 | | 8 | 7.0 - 7.4 | | 7 | 5.5 - 7.3 | ## Extended Long Term Support (ELTS) [Extended Long-Term Support (ELTS)](https://typo3.com/services/extended-support-elts) is the commercial offer with three additional years of support. ================================================ FILE: products/ubuntu.md ================================================ --- title: Ubuntu addedAt: 2019-05-27 category: os tags: linux-distribution iconSlug: ubuntu permalink: /ubuntu alternate_urls: - /ubuntu-linux versionCommand: cat /etc/os-release releasePolicyLink: https://wiki.ubuntu.com/Releases releaseImage: https://github.com/endoflife-date/endoflife.date/assets/1423115/c1d812cd-9179-4ff6-9607-520dbf37fa3e releaseLabel: "__RELEASE_CYCLE__ '__CODENAME__'" changelogTemplate: https://wiki.ubuntu.com/{{"__CODENAME__"|replace:' ',''}}/ReleaseNotes/ eoasColumn: Hardware & Maintenance eolColumn: Maintenance & Security Support eoesColumn: Expanded Security Maintenance # https://regex101.com/r/Fzt9US/1 # We return v1 and v2 separated by newline in case 2 releases were marked # under the same headline auto: methods: - distrowatch: ubuntu regex: '^Distribution Releases?: Ubuntu( Linux)? (?P\d+\.\d+\.?\d+)(, (?P\d+\.\d+\.?\d+))?(LTS|, Kubuntu.*)?$' template: "{{v1}}{%if v2%}\n{{v2}}{%endif%}" identifiers: - cpe: cpe:2.3:o:canonical:ubuntu_linux - cpe: cpe:/o:canonical:ubuntu_linux # Support and EOL dates available on https://wiki.ubuntu.com/Releases. # Exact day for some dates is not available, in this case use the same day as the release date. releases: - releaseCycle: "25.10" codename: "Questing Quokka" releaseDate: 2025-10-09 eoas: 2026-07-01 eol: 2026-07-01 latest: "25.10" latestReleaseDate: 2025-10-09 - releaseCycle: "25.04" codename: "Plucky Puffin" releaseDate: 2025-04-17 eoas: 2026-01-17 eol: 2026-01-17 latest: "25.04" latestReleaseDate: 2025-04-17 - releaseCycle: "24.10" codename: "Oracular Oriole" releaseDate: 2024-10-10 eoas: 2025-07-10 eol: 2025-07-10 latest: "24.10" latestReleaseDate: 2024-10-10 - releaseCycle: "24.04" codename: "Noble Numbat" lts: true releaseDate: 2024-04-25 eoas: 2029-05-31 eol: 2029-05-31 eoes: 2036-05-31 latest: "24.04.4" latestReleaseDate: 2026-02-12 - releaseCycle: "23.10" codename: "Mantic Minotaur" releaseDate: 2023-10-12 eoas: 2024-07-12 eol: 2024-07-12 latest: "23.10" latestReleaseDate: 2023-10-12 - releaseCycle: "23.04" codename: "Lunar Lobster" releaseDate: 2023-04-20 eoas: 2024-01-20 eol: 2024-01-20 latest: "23.04" latestReleaseDate: 2023-04-20 - releaseCycle: "22.10" codename: "Kinetic Kudu" releaseDate: 2022-10-20 eoas: 2023-07-20 eol: 2023-07-20 latest: "22.10" latestReleaseDate: 2022-10-20 - releaseCycle: "22.04" codename: "Jammy Jellyfish" lts: true releaseDate: 2022-04-21 eoas: 2024-09-30 eol: 2027-04-01 eoes: 2032-04-09 latest: "22.04.5" latestReleaseDate: 2024-09-12 - releaseCycle: "21.10" codename: "Impish Indri" releaseDate: 2021-10-14 eoas: 2022-07-14 eol: 2022-07-14 latest: "21.10" latestReleaseDate: 2021-10-14 - releaseCycle: "21.04" codename: "Hirsute Hippo" releaseDate: 2021-04-22 eoas: 2022-01-20 eol: 2022-01-20 latest: "21.04" latestReleaseDate: 2021-04-22 - releaseCycle: "20.10" codename: "Groovy Gorilla" releaseDate: 2020-10-22 eoas: 2021-07-22 eol: 2021-07-22 latest: "20.10" latestReleaseDate: 2020-10-22 - releaseCycle: "20.04" codename: "Focal Fossa" lts: true releaseDate: 2020-04-23 eoas: 2022-10-01 eol: 2025-05-31 eoes: 2030-04-02 latest: "20.04.6" latestReleaseDate: 2023-03-23 - releaseCycle: "19.10" codename: "Eoan Ermine" releaseDate: 2019-10-17 eoas: 2020-07-06 eol: 2020-07-06 latest: "19.10" latestReleaseDate: 2019-10-17 - releaseCycle: "19.04" codename: "Disco Dingo" releaseDate: 2019-04-18 eoas: 2020-01-23 eol: 2020-01-23 latest: "19.04" latestReleaseDate: 2019-04-18 - releaseCycle: "18.10" codename: "Cosmic Cuttlefish" releaseDate: 2018-10-18 eoas: 2019-07-18 eol: 2019-07-18 latest: "18.10" latestReleaseDate: 2018-10-18 - releaseCycle: "18.04" codename: "Bionic Beaver" lts: true releaseDate: 2018-04-26 eoas: 2023-05-31 eol: 2023-05-31 eoes: 2028-04-01 latest: "18.04.6" latestReleaseDate: 2021-09-17 - releaseCycle: "17.10" codename: "Artful Aardvark" releaseDate: 2017-10-19 eoas: 2018-07-19 eol: 2018-07-19 latest: "17.10" latestReleaseDate: 2017-10-19 - releaseCycle: "17.04" codename: "Zesty Zapus" releaseDate: 2017-04-13 eoas: 2018-01-13 eol: 2018-01-13 latest: "17.04" latestReleaseDate: 2017-04-13 - releaseCycle: "16.10" codename: "Yakkety Yak" releaseDate: 2016-10-13 eoas: 2017-07-20 eol: 2017-07-20 latest: "16.10" latestReleaseDate: 2016-10-13 - releaseCycle: "16.04" codename: "Xenial Xerus" lts: true releaseDate: 2016-04-21 eoas: 2021-04-02 eol: 2021-04-02 eoes: 2026-04-02 latest: "16.04.7" latestReleaseDate: 2020-08-13 - releaseCycle: "15.10" codename: "Wily Werewolf" releaseDate: 2015-10-22 eoas: 2016-07-28 eol: 2016-07-28 latest: "15.10" latestReleaseDate: 2015-10-22 - releaseCycle: "15.04" codename: "Vivid Vervet" releaseDate: 2015-04-23 eoas: 2016-02-04 eol: 2016-02-04 latest: "15.04" latestReleaseDate: 2015-04-23 - releaseCycle: "14.10" codename: "Utopic Unicorn" releaseDate: 2014-10-23 eoas: 2015-07-23 eol: 2015-07-23 latest: "14.10" latestReleaseDate: 2014-10-23 - releaseCycle: "14.04" codename: "Trusty Tahr" lts: true releaseDate: 2014-04-17 eoas: 2019-04-02 eol: 2019-04-02 eoes: 2024-04-02 latest: "14.04.6" latestReleaseDate: 2019-03-07 - releaseCycle: "13.10" codename: "Saucy Salamander" releaseDate: 2013-10-17 eoas: 2014-07-17 eol: 2014-07-17 latest: "13.10" latestReleaseDate: 2013-10-17 - releaseCycle: "13.04" codename: "Raring Ringtail" releaseDate: 2013-04-25 eoas: 2014-01-27 eol: 2014-01-27 latest: "13.04" latestReleaseDate: 2013-04-25 - releaseCycle: "12.10" codename: "Quantal Quetzal" releaseDate: 2012-10-18 eoas: 2014-05-16 eol: 2014-05-16 latest: "12.10" latestReleaseDate: 2012-10-18 - releaseCycle: "12.04" codename: "Precise Pangolin" lts: true releaseDate: 2012-04-26 eoas: 2017-04-28 eol: 2017-04-28 eoes: 2019-04-26 latest: "12.04.5" latestReleaseDate: 2014-08-08 - releaseCycle: "11.10" codename: "Oneiric Ocelot" releaseDate: 2011-10-13 eoas: 2013-05-09 eol: 2013-05-09 latest: "11.10" latestReleaseDate: 2011-10-13 - releaseCycle: "11.04" codename: "Natty Narwhal" releaseDate: 2011-04-28 eoas: 2012-10-28 eol: 2012-10-28 latest: "11.04" latestReleaseDate: 2011-04-28 - releaseCycle: "10.10" codename: "Maverick Meerkat" releaseDate: 2010-10-10 eoas: 2012-04-10 eol: 2012-04-10 latest: "10.10" latestReleaseDate: 2010-10-10 - releaseCycle: "10.04" codename: "Lucid Lynx" lts: true releaseDate: 2010-04-29 eoas: 2013-05-09 eol: 2013-05-09 latest: "10.04.4" latestReleaseDate: 2012-02-16 - releaseCycle: "9.10" codename: "Karmic Koala" releaseDate: 2009-10-29 eoas: 2011-04-30 eol: 2011-04-30 latest: "9.10" latestReleaseDate: 2009-10-29 - releaseCycle: "9.04" codename: "Jaunty Jackalope" releaseDate: 2009-04-23 eoas: 2010-10-23 eol: 2010-10-23 latest: "9.04" latestReleaseDate: 2009-04-23 - releaseCycle: "8.10" codename: "Intrepid Ibex" releaseDate: 2008-10-30 eoas: 2010-04-30 eol: 2010-04-30 latest: "8.10" latestReleaseDate: 2008-10-30 - releaseCycle: "8.04" codename: "Hardy Heron" lts: true releaseDate: 2008-04-24 eoas: 2013-05-09 eol: 2013-05-09 latest: "8.04.4" latestReleaseDate: 2010-01-29 - releaseCycle: "7.10" codename: "Gutsy Gibbon" releaseDate: 2007-10-18 eoas: 2009-04-18 eol: 2009-04-18 latest: "7.10" latestReleaseDate: 2007-10-18 - releaseCycle: "7.04" codename: "Feisty Fawn" releaseDate: 2007-04-19 eoas: 2008-10-19 eol: 2008-10-19 latest: "7.04" latestReleaseDate: 2007-04-19 - releaseCycle: "6.10" codename: "Edgy Eft" releaseDate: 2006-10-26 eoas: 2006-10-26 eol: 2008-04-26 latest: "6.10" latestReleaseDate: 2006-10-26 - releaseCycle: "6.06" codename: "Dapper Drake" lts: true eoas: 2011-06-01 releaseDate: 2006-08-10 eol: 2011-06-01 latest: "6.06.2" latestReleaseDate: 2008-01-22 - releaseCycle: "5.10" codename: "Breezy Badger" releaseDate: 2005-10-13 eoas: 2007-04-13 eol: 2007-04-13 latest: "5.10" latestReleaseDate: 2005-10-13 - releaseCycle: "5.04" codename: "Hoary Hedgehog" releaseDate: 2005-04-08 eoas: 2006-10-31 eol: 2006-10-31 latest: "5.04" latestReleaseDate: 2005-04-08 - releaseCycle: "4.10" codename: "Warty Warthog" releaseDate: 2004-10-20 eoas: 2004-10-26 eol: 2006-04-30 latest: "4.10" latestReleaseDate: 2004-10-20 --- > [Ubuntu](https://ubuntu.com) is a free and open-source Linux distribution based on Debian. > Ubuntu is officially released in three editions: Desktop, Server, and Core (for IoT devices and robots). ## Release Cadence Releases of Ubuntu get a development codename ("Breezy Badger") and are versioned by the year and month of delivery — for example, Ubuntu 17.10 was released in October 2017. LTS or "Long-Term Support" releases are published every two years in April. Every six months between LTS versions, Canonical publishes an interim release of Ubuntu. See [this link](https://ubuntu.com/about/release-cycle) for more details on the Ubuntu Release Cycle. ## Support Lifecycle LTS releases are in "General Support" for 5 years and "Expanded Security Maintenance" (see below) for an additional 5 years. Ubuntu breaks General Support into "Hardware and Maintenance updates" (2 years) followed by "Maintenance Updates" for another 3 years[^5]. Interim releases (non-LTS) are supported for 9 months. Packages in `main` and `restricted` are supported for 5 years in long-term support (LTS) releases. Ubuntu [Flavors](https://wiki.ubuntu.com/UbuntuFlavors) generally support their packages for 3 years in LTS releases but there are exceptions. During the lifetime of an Ubuntu release, Canonical provides security maintenance. Basic Security Maintenance covers binary packages that reside in the `main` and `restricted` components of the Ubuntu archive, typically for a period of 5 years from LTS release. Packages in `universe` are expected to be community-supported on a best-effort basis during the LTS phase, but in practice, security-updates are only released to pro subscriptions. Expanded Security Maintenance (ESM) provides security updates on Ubuntu LTS releases for an additional 5 years. It is available with the [Ubuntu Pro](https://ubuntu.com/pro) subscription or a [Free subscription for personal use](https://ubuntu.com/blog/ubuntu-pro-beta-release)[^4]. Ubuntu Pro offers security fixes for critical, high, and selected medium CVEs in the `main` and `universe` repositories. Ubuntu Pro (Infra-only)[^1] only guarantees security fixes for packages in the `main` repository. Canonical also offers [Ubuntu Legacy Support](https://ubuntu.com//blog/canonical-expands-long-term-support-to-12-years-starting-with-ubuntu-14-04-lts), to extend the support of Ubuntu LTS releases from 14.04 by another 2 years beyond Expanded Security Maintenance (ESM). This offer is only available for Ubuntu Pro paying customers. ## Support Comparison | Feature/Plan | Ubuntu LTS | Ubuntu Pro (Infra-Only) [^1] | Ubuntu Pro | Legacy Support | | --------------------------------------------------------------------------------------- | --------------- | ---------------------------- | ------------- | -------------- | | Main repository | 5 years | 10 years | 10 years | 12 years | | Restricted repository | 5 years | 10 years[^2] | 10 years [^2] | 12 years[^7] | | Universe repository | Best Effort[^6] | Best Effort | 10 years | 12 years[^7] | | Phone/Ticket Support | No | Yes | Yes | Yes | | Kernel Live Patching | No | Yes | Yes | Yes | | [Security Certifications and Hardening](https://ubuntu.com/security/certifications)[^3] | No | Yes | Yes | Yes | | [Ubuntu Landscape](https://ubuntu.com/landscape) | No | Yes | Yes | No[^8] | For package-specific support details, the following commands are available: - `ubuntu-security-status` command (`ubuntu-support-status` on versions before `20.04`) for non-ESM. - [`pro security-status`](https://manpages.ubuntu.com/manpages/kinetic/en/man1/ubuntu-advantage.1.html) for ESM. --- [^1]: Previously known as Ubuntu Advantage. [^2]: The restricted repository isn't explicitly listed in the Ubuntu Pro list of supported repositories, but it is likely supported. [^3]: This includes NIST-certified FIPS crypto-modules, USG hardening with CIS and DISA-STIG profiles, and Common Criteria EAL2. [^4]: Anyone can use Ubuntu Pro for free on up to 5 machines, or 50 if you are an official Ubuntu Community member. [^5]: The difference between these two is unclear, and not explained. [^6]: While promised, Canonical doesn't seem to be backporting any security-fixes in the universe repository to users without a Pro subscription. [^7]: The announcement for Legacy Support does not clarify which repositories are supported, so this is an estimate. [^8]: [Ubuntu Landscape](https://ubuntu.com/landscape/docs/self-hosted-landscape) can manage all versions of Ubuntu above 16.04, and Legacy Support is limited to 14.04 for now. ================================================ FILE: products/umbraco.md ================================================ --- title: Umbraco CMS addedAt: 2023-03-24 category: server-app tags: dotnet-runtime iconSlug: umbraco permalink: /umbraco alternative_urls: - /umbraco-cms releasePolicyLink: https://umbraco.com/products/knowledge-center/long-term-support-and-end-of-life/ changelogTemplate: "https://our.umbraco.com/download/releases/{{'__LATEST__'|replace:'.',''}}" eoasColumn: Support eolColumn: Security identifiers: - cpe: cpe:/a:umbraco:umbraco_cms - cpe: cpe:2.3:a:umbraco:umbraco_cms auto: methods: - git: https://github.com/umbraco/Umbraco-CMS.git regex: ^release-(?P\d+)\.(?P\d+)\.(?P\d+)$ - release_table: https://umbraco.com/products/knowledge-center/long-term-support-and-end-of-life/ header_selector: "tr:nth-of-type(1)" fields: releaseCycle: column: "Version" regex: '^Umbraco (?P\d+)$' releaseDate: "Release date" eoas: "Security phase" eol: "End-of-Life" # Only tracking major releases here, even if regressions are fixed on the last three minors. # This is because the LTS model is based on major versions, and maintaining so many minor versions # would be too difficult. # # Support and EOL dates are documented on https://umbraco.com/products/knowledge-center/long-term-support-and-end-of-life/. releases: - releaseCycle: "17" lts: true releaseDate: 2025-11-27 eoas: 2027-11-27 eol: 2028-11-27 latest: "17.2.2" latestReleaseDate: 2026-03-10 - releaseCycle: "16" releaseDate: 2025-06-12 eoas: 2026-03-12 eol: 2026-06-12 latest: "16.5.1" latestReleaseDate: 2026-03-10 - releaseCycle: "15" releaseDate: 2024-11-14 eoas: 2025-08-14 eol: 2025-11-14 latest: "15.4.4" latestReleaseDate: 2025-07-29 - releaseCycle: "14" releaseDate: 2024-05-30 eoas: 2025-03-02 eol: 2025-05-30 latest: "14.3.4" latestReleaseDate: 2025-04-08 - releaseCycle: "13" lts: true releaseDate: 2023-12-14 eoas: 2025-12-14 eol: 2026-12-14 latest: "13.13.1" latestReleaseDate: 2026-03-06 - releaseCycle: "12" releaseDate: 2023-06-29 eoas: 2024-03-29 eol: 2024-06-29 latest: "12.3.10" latestReleaseDate: 2024-05-17 - releaseCycle: "11" releaseDate: 2022-12-01 eoas: 2023-09-01 eol: 2023-12-01 latest: "11.5.0" latestReleaseDate: 2023-09-05 - releaseCycle: "10" lts: true releaseDate: 2022-06-16 eoas: 2024-06-16 eol: 2025-06-16 latest: "10.8.11" latestReleaseDate: 2025-06-24 - releaseCycle: "9" releaseDate: 2021-09-28 eoas: 2022-09-16 eol: 2022-12-16 latest: "9.5.4" latestReleaseDate: 2022-09-05 # https://umbraco.com/products/knowledge-center/long-term-support-and-end-of-life/umbraco-8-end-of-life-eol/ - releaseCycle: "8" lts: true releaseDate: 2019-02-26 eoas: 2024-02-24 eol: 2025-02-24 latest: "8.18.15" latestReleaseDate: 2024-10-21 # https://umbraco.com/products/knowledge-center/long-term-support-and-end-of-life/umbraco-7-end-of-life-eol/ - releaseCycle: "7" lts: true releaseDate: 2013-11-21 eoas: 2021-07-31 eol: 2023-09-30 latest: "7.15.11" latestReleaseDate: 2023-09-05 - releaseCycle: "6" # https://umbraco.com/blog/umbraco-600-released/ releaseDate: 2013-03-27 eoas: 2018-05-01 eol: 2018-05-01 latest: "6.2.6" latestReleaseDate: 2016-03-03 link: https://umbraco.com/products/knowledge-center/long-term-support-and-end-of-life/umbraco-6-end-of-life-eol/ --- > [Umbraco](https://umbraco.com/) is an open-source content management system (CMS) platform for > publishing content on the World Wide Web and intranets. It is written in C# and deployed on > Microsoft-based infrastructure. Since version 4.5, the whole system has been available under an > MIT License. Umbraco follows [Semantic Versioning](https://umbraco.com/products/knowledge-center/versioning-and-release-cadence/). Starting with Umbraco 9 (2021-09-28), a new major version is released two times per year, a new minor version is released every 6 weeks, and patch versions are published as soon as possible. Starting from January 2022, there are two phases of support for major releases: the “Support” phase and the “Security” phase. The “Support” phase includes bugs, regressions, and security fixes for 9 months from the first release, extended to 24 months for LTS major releases. It is followed by the “Security” phase, which includes only security fixes for 3 months, extended to 12 months for LTS major releases. At the end of the Security phase, major releases are considered End Of Life (EOL). A full list of releases with their release notes can be found on [Umbraco All Releases page](https://our.umbraco.com/download/releases). ================================================ FILE: products/unity.md ================================================ --- title: Unity addedAt: 2021-08-15 category: app iconSlug: unity permalink: /unity alternate_urls: - /unity3d releasePolicyLink: https://unity.com/releases/unity-6/support changelogTemplate: "https://unity.com/releases/editor/whats-new/{{'__LATEST__'|split:'f'|first}}#release-notes" eoesColumn: Extended Long Term Support auto: methods: - unity: https://services.api.unity.com/unity/editor/release/v1/releases # For update release : eol(x) = releaseDate(x+1) # For LTS : eol(x) = releaseDate + 2 years releases: - releaseCycle: "6000.4" releaseLabel: "6.4" releaseDate: 2026-03-18 eol: false latest: "6000.4.0f1" latestReleaseDate: 2026-03-18 - releaseCycle: "6000.3" releaseLabel: "6.3" lts: true releaseDate: 2025-12-04 eol: 2027-12-04 eoes: 2028-12-04 latest: "6000.3.11f1" latestReleaseDate: 2026-03-11 - releaseCycle: "6000.2" releaseLabel: "6.2" releaseDate: 2025-08-12 eol: 2025-12-04 latest: "6000.2.15f1" latestReleaseDate: 2025-12-03 - releaseCycle: "6000.1" releaseLabel: "6.1" releaseDate: 2025-04-23 eol: 2025-08-12 latest: "6000.1.17f1" latestReleaseDate: 2025-10-03 - releaseCycle: "6000.0" releaseLabel: "6.0" releaseDate: 2024-04-29 lts: 2024-10-16 eol: 2026-10-16 eoes: 2027-10-16 latest: "6000.0.71f1" latestReleaseDate: 2026-03-18 - releaseCycle: "2023.2" releaseDate: 2023-11-14 eol: 2024-04-29 latest: "2023.2.22f1" latestReleaseDate: 2025-10-03 - releaseCycle: "2023.1" releaseDate: 2023-06-12 eol: 2023-11-13 latest: "2023.1.22f1" latestReleaseDate: 2025-10-03 - releaseCycle: "2022.3" lts: true releaseDate: 2023-05-30 eol: 2025-05-07 latest: "2022.3.62f3" latestReleaseDate: 2025-10-28 - releaseCycle: "2022.2" releaseDate: 2022-12-07 eol: 2023-06-12 latest: "2022.2.23f1" latestReleaseDate: 2025-10-03 - releaseCycle: "2022.1" releaseDate: 2022-05-09 eol: 2022-12-06 latest: "2022.1.25f1" latestReleaseDate: 2025-10-03 - releaseCycle: "2021" lts: true releaseDate: 2022-04-11 eol: 2025-02-18 latest: "2021.3.45f2" latestReleaseDate: 2025-10-03 - releaseCycle: "2021.3" releaseDate: 2022-04-11 eol: 2025-02-18 latest: "2021.3.45f2" latestReleaseDate: 2025-10-03 - releaseCycle: "2021.2" releaseDate: 2021-10-25 eol: 2022-04-05 latest: "2021.2.20f1" latestReleaseDate: 2025-10-03 - releaseCycle: "2021.1" releaseDate: 2021-03-22 eol: 2022-11-04 latest: "2021.1.29f1" latestReleaseDate: 2025-10-03 - releaseCycle: "2020" lts: true releaseDate: 2020-07-20 eol: 2023-05-05 latest: "2020.3.49f1" latestReleaseDate: 2025-10-03 - releaseCycle: "2019" lts: true releaseDate: 2019-04-08 eol: 2022-06-16 latest: "2019.4.41f2" latestReleaseDate: 2025-10-15 - releaseCycle: "2018" lts: true releaseDate: 2018-04-26 eol: 2021-06-17 latest: "2018.4.36f1" latestReleaseDate: 2021-06-17 - releaseCycle: "2017" lts: true releaseDate: 2017-06-26 eol: 2020-05-18 latest: "2017.4.40f1" latestReleaseDate: 2020-05-18 --- > [Unity](https://unity.com/) is a cross-platform game engine developed by Unity Technologies, > first announced and released in June 2005. The engine can be used to create three-dimensional (3D) > and two-dimensional (2D) games, as well as interactive simulations and other experiences. Starting with Unity 6, there are two kinds of releases: _update releases_ and _long-term support_ (LTS) releases. Both kinds of releases undergo the same rigorous quality assurance and stability testing. There are multiple _update releases_ per year. They are supported with bug fixes and critical platform updates until the next release (update or LTS) is published. LTS releases are published once a year. They are supported for two years with bug fixes and critical platform updates. Unity Enterprise and Unity Industry users benefit from an additional year of support for LTS releases. ================================================ FILE: products/unrealircd.md ================================================ --- title: UnrealIRCd addedAt: 2022-05-03 category: server-app permalink: /unrealircd versionCommand: ./unrealircd version releasePolicyLink: https://www.unrealircd.org/docs/UnrealIRCd_releases eoasColumn: true identifiers: - repology: unrealircd - purl: pkg:docker/bbriggs/unrealircd - cpe: cpe:2.3:a:unrealircd:unrealircd - cpe: cpe:/a:unrealircd:unrealircd auto: methods: - unrealircd: https://www.unrealircd.org/docwiki/index.php?title=History_of_UnrealIRCd_releases&action=raw - release_table: https://www.unrealircd.org/docs/UnrealIRCd_releases header_selector: "tr:nth-of-type(1)" fields: releaseCycle: column: "Series" regex: '^UnrealIRCd (?P\d+(\.\d+)?)$' releaseDate: "First stable release" eoas: "Security fixes only" eol: "End of life (EOL)" releases: - releaseCycle: "6" releaseDate: 2021-12-17 eoas: false eol: false link: "https://github.com/unrealircd/unrealircd/blob/unreal60_dev/doc/RELEASE-NOTES.md#unrealircd-{{'__LATEST__'|replace:'.',''}}" latest: "6.2.3" latestReleaseDate: 2026-03-06 - releaseCycle: "5" releaseDate: 2019-12-13 eoas: 2022-07-01 eol: 2023-07-01 link: "https://github.com/unrealircd/unrealircd/blob/unreal52/doc/RELEASE-NOTES.md#unrealircd-{{'__LATEST__'|replace:'.',''}}" latest: "5.2.4" latestReleaseDate: 2022-01-28 - releaseCycle: "4" releaseDate: 2015-12-24 eoas: 2019-05-20 eol: 2020-12-31 link: https://github.com/unrealircd/unrealircd/blob/unreal42/doc/RELEASE-NOTES latest: "4.2.4.1" latestReleaseDate: 2019-07-07 - releaseCycle: "3.2" releaseDate: 2004-04-25 eoas: 2015-12-11 eol: 2016-12-31 link: https://forums.unrealircd.org/viewtopic.php?f=1&t=8588 latest: "3.2.10.7" latestReleaseDate: 2016-09-03 --- > [UnrealIRCd](https://www.unrealircd.org) is an Open Source IRC Server since 1999. It implements > almost all IRCv3 features. UnrealIRCd always has one "stable" version. It does not have a strictly timed release cadence. When a new major version is released, the EOL dates of the previous major version ("oldstable") are announced. The previous major version is guaranteed to be supported for at least 12 months. The final support period starts with a period where bugs are still being fixed (but no new features are being implemented), followed by a "security-fixes-only" period. ================================================ FILE: products/valkey.md ================================================ --- title: Valkey addedAt: 2025-01-14 category: database tags: linux-foundation permalink: /valkey versionCommand: valkey-server --version releasePolicyLink: https://valkey.io/topics/releases/ changelogTemplate: https://github.com/valkey-io/valkey/releases/tag/__LATEST__ eoasColumn: Maintenance Support eolColumn: Extended Security Support identifiers: - repology: valkey - purl: pkg:github/valkey-io/valkey - purl: pkg:docker/valkey/valkey - cpe: cpe:2.3:a:lfprojects:valkey auto: methods: - git: https://github.com/valkey-io/valkey.git # Support and EOL date are documented on https://valkey.io/topics/releases/ releases: - releaseCycle: "9.0" releaseDate: 2025-10-21 eoas: 2028-10-21 eol: 2028-10-21 latest: "9.0.3" latestReleaseDate: 2026-02-23 - releaseCycle: "8.1" releaseDate: 2025-03-31 eoas: 2028-03-31 eol: 2030-03-31 latest: "8.1.6" latestReleaseDate: 2026-02-23 - releaseCycle: "8.0" releaseDate: 2024-09-15 eoas: 2027-09-15 eol: 2027-09-15 latest: "8.0.7" latestReleaseDate: 2026-02-23 - releaseCycle: "7.2" releaseDate: 2023-08-15 # inherit from redis eoas: 2027-04-16 eol: 2029-04-16 latest: "7.2.12" latestReleaseDate: 2026-02-23 --- > [Valkey](https://valkey.io/) is an open source (BSD) high-performance key/value datastore > that supports a variety of workloads such as caching, message queues, > and can act as a primary database. Valkey can run as either a standalone > daemon or in a cluster, with options for replication and high availability. The Valkey community typically releases a stable major version once each year. Stable minor versions are introduced as needed between major releases, with at least one minor version published annually. ================================================ FILE: products/varnish.md ================================================ --- title: Varnish addedAt: 2022-07-05 category: server-app tags: web-server permalink: /varnish versionCommand: varnishd -V releasePolicyLink: https://varnish-cache.org/releases/ changelogTemplate: https://varnish-cache.org/releases/rel__LATEST__.html identifiers: - repology: varnish - purl: pkg:brew/varnish - purl: pkg:docker/library/varnish - cpe: cpe:2.3:a:varnish_cache_project:varnish_cache - cpe: cpe:/a:varnish_cache_project:varnish_cache auto: methods: - git: https://github.com/varnishcache/varnish-cache.git regex: ^varnish-(?P\d+)\.(?P\d+)\.(?P\d+)$ - release_table: https://varnish-cache.org/releases/ fields: releaseCycle: column: "Release" regex: '(?P\d+\.\d+).*' eol: "EOL Date" releases: - releaseCycle: "8.0" releaseDate: 2025-09-15 eol: 2026-09-15 latest: "8.0.0" latestReleaseDate: 2025-09-15 - releaseCycle: "7.7" releaseDate: 2025-03-17 eol: 2026-03-15 latest: "7.7.3" latestReleaseDate: 2025-08-20 - releaseCycle: "7.6" releaseDate: 2024-09-13 eol: 2025-09-15 latest: "7.6.5" latestReleaseDate: 2025-08-20 - releaseCycle: "7.5" releaseDate: 2024-03-18 eol: 2025-03-15 latest: "7.5.0" latestReleaseDate: 2024-03-18 - releaseCycle: "7.4" releaseDate: 2023-09-15 eol: 2024-09-15 latest: "7.4.3" latestReleaseDate: 2024-03-18 - releaseCycle: "7.3" releaseDate: 2023-03-15 eol: 2024-03-15 latest: "7.3.2" latestReleaseDate: 2024-03-18 - releaseCycle: "7.2" releaseDate: 2022-09-15 eol: 2023-09-15 latest: "7.2.1" latestReleaseDate: 2022-10-11 - releaseCycle: "7.1" releaseDate: 2022-03-15 eol: 2023-03-15 latest: "7.1.2" latestReleaseDate: 2022-10-10 - releaseCycle: "7.0" releaseDate: 2021-09-15 eol: 2022-09-15 latest: "7.0.3" latestReleaseDate: 2022-08-05 - releaseCycle: "6.0" lts: true releaseDate: 2018-03-15 eol: false latest: "6.0.16" latestReleaseDate: 2025-08-20 --- > [Varnish](https://varnish-cache.org/) is a caching HTTP reverse proxy. A new minor version is released every 6 months. A list of security vulnerabilities is [available here](https://varnish-cache.org/security/index.html). You can also subscribe to the [varnish-announce](https://varnish-cache.org/lists/mailman/listinfo/varnish-announce) mailing list. ================================================ FILE: products/veeam-backup-and-replication.md ================================================ --- title: Veeam Backup & Replication addedAt: 2023-10-04 category: app tags: veeam iconSlug: veeam permalink: /veeam-backup-and-replication alternate_urls: - /veeam-backup releasePolicyLink: https://www.veeam.com/product-lifecycle.html eoasColumn: End of Fix eolColumn: End of support auto: methods: - veeam: https://www.veeam.com/kb2680 # Release dates (GA, or RTM as a fallback) can be found on https://www.veeam.com/kb2680. # EOL dates can be found on https://www.veeam.com/product-lifecycle.html. # Latest versions can be found on https://www.veeam.com/kb2680. releases: - releaseCycle: "13" releaseDate: 2025-09-03 eoas: false # releaseDate(14) eol: false # not yet documented on https://www.veeam.com/product-lifecycle.html link: https://www.veeam.com/kb4738 latest: "13.0.1.2067" latestReleaseDate: 2026-03-12 - releaseCycle: "12" releaseDate: 2023-01-30 eoas: 2025-09-03 eol: 2027-02-01 link: "https://www.veeam.com/kb4420" latest: "12.3.2.4465" latestReleaseDate: 2026-03-12 - releaseCycle: "11" releaseDate: 2021-02-11 eoas: 2023-02-01 eol: 2024-02-01 link: "https://www.veeam.com/kb4126" latest: "11.0.1.1261-P20240304" latestReleaseDate: 2024-03-07 - releaseCycle: "10" releaseDate: 2020-02-04 eoas: 2021-02-01 eol: 2023-02-01 link: "https://www.veeam.com/kb3161" latest: "10.0.1.4854-P20220304" latestReleaseDate: 2022-03-12 - releaseCycle: "9.5" releaseDate: 2016-11-16 eoas: 2020-02-01 eol: 2022-01-01 # https://web.archive.org/web/20210614182742/https://www.veeam.com/product-lifecycle.html link: "https://www.veeam.com/kb2970" latest: "9.5.4.2866" latestReleaseDate: 2019-07-15 - releaseCycle: "9.0" releaseDate: 2016-01-12 eoas: true eol: true link: "https://www.veeam.com/kb2147" latest: "9.0.0.1715" latestReleaseDate: 2016-08-05 - releaseCycle: "8.0" releaseDate: 2014-11-06 eoas: true eol: true link: "https://www.veeam.com/kb2068" latest: "8.0.0.2084" latestReleaseDate: 2015-10-08 - releaseCycle: "7.0" releaseDate: 2013-08-20 eoas: true eol: true link: "https://www.veeam.com/kb1891" latest: "7.0.0.871" latestReleaseDate: 2014-06-05 - releaseCycle: "6.5" releaseDate: 2012-10-09 eoas: true eol: true link: "https://www.veeam.com/kb1751" latest: "6.5.0.144" latestReleaseDate: 2013-04-29 - releaseCycle: "6.1" releaseDate: 2012-06-04 eoas: true eol: true link: "https://www.veeam.com/kb1671" latest: "6.1.0.205" latestReleaseDate: 2012-08-15 - releaseCycle: "6.0" releaseDate: 2011-08-22 eoas: true eol: true link: "https://www.veeam.com/kb1442" latest: "6.0.0.181" latestReleaseDate: 2012-02-09 - releaseCycle: "5.0" releaseDate: 2010-08-30 eoas: true eol: true latest: "5.0.2.230" latestReleaseDate: 2011-04-11 - releaseCycle: "4.0" releaseDate: 2009-10-29 eoas: true eol: true latest: "4.1.2.125" latestReleaseDate: 2010-08-04 - releaseCycle: "3.0" releaseDate: 2009-10-21 eoas: true eol: true latest: "3.0.1.251" # no information available latestReleaseDate: 2009-03-16 - releaseCycle: "2.0" releaseDate: 2008-07-30 eoas: true eol: true latest: "2.0.0.152" # no information available latestReleaseDate: 2008-07-26 - releaseCycle: "1.0" releaseDate: 2008-02-26 eoas: true eol: true latest: "1.0.1.76" # no information available latestReleaseDate: 2008-03-21 --- > [Veeam Backup & Replication](https://www.veeam.com/products/veeam-data-platform/backup-recovery.html) > is a commercial data protection and disaster recovery solution. It provides backup, restore and > replication functionality for virtual machines, physical servers and workstations as well as > cloud-based workload. {: .warning } Veeam Backup & Replication is available in two editions: Community (free) and Enterprise (paid). This page only covers the Enterprise edition. Support for Veeam Backup & Replication always requires an active maintenance contract and is divided into two phases. The first phase is ending with the end of fix date. During this phase, updates, patches and hotfixes are provided for the product. The second phase is ending with the end of support date. Updates, patches and hotfixes may also be provided during this phase, but on a case-by-case basis. If Veeam determines that an issue is fixed in a later supported generally available version, an update to the later release is required. This page is using GA dates as release dates, except for 5.0 which used the RTM release date because it was not provided on . RTM versions are more or less finalized versions provided to manufacturers, whereas GA versions are fully tested and finalized versions available to all customers. ================================================ FILE: products/veeam-backup-for-microsoft-365.md ================================================ --- title: Veeam Backup for Microsoft 365 addedAt: 2025-04-27 category: app tags: veeam iconSlug: veeam permalink: /veeam-backup-for-microsoft-365 alternate_urls: - /veeam-backup-365 releasePolicyLink: https://www.veeam.com/product-lifecycle.html eoasColumn: End of Fix eolColumn: End of Support auto: methods: - veeam: https://www.veeam.com/kb4106 version_column: "Console Build" releases: - releaseCycle: "8" releaseDate: 2024-09-03 eoas: false # 9.0 GA date eol: 2026-09-03 # https://www.veeam.com/product-lifecycle.html latest: "8.3.0.2201" latestReleaseDate: 2025-12-18 - releaseCycle: "7" releaseDate: 2023-02-28 eoas: 2023-12-28 # https://www.veeam.com/product-lifecycle.html eol: 2026-06-28 # https://www.veeam.com/product-lifecycle.html latest: "7.1.0.2031" latestReleaseDate: 2024-04-24 - releaseCycle: "6" releaseDate: 2022-03-09 eoas: 2023-02-28 eol: 2024-03-09 # https://web.archive.org/web/20230611005614/https://www.veeam.com/product-lifecycle.html latest: "6.1.0.1015" latestReleaseDate: 2023-03-28 - releaseCycle: "5" releaseDate: 2020-12-03 eoas: 2022-03-09 eol: 2023-12-02 # https://web.archive.org/web/20230611005614/https://www.veeam.com/product-lifecycle.html latest: "5.0.3.1063" latestReleaseDate: 2022-02-08 - releaseCycle: "4" releaseDate: 2019-11-26 eoas: 2020-12-03 eol: 2022-11-26 # https://web.archive.org/web/20210614182742/https://www.veeam.com/product-lifecycle.html latest: "4.0.1.625" latestReleaseDate: 2021-02-16 - releaseCycle: "3" releaseDate: 2019-04-02 eoas: 2019-11-26 eol: 2022-04-02 # https://web.archive.org/web/20210614182742/https://www.veeam.com/product-lifecycle.html latest: "3.0.0.422" latestReleaseDate: 2019-04-02 - releaseCycle: "2" releaseDate: 2018-07-24 eoas: 2019-04-02 eol: 2021-07-24 # https://web.archive.org/web/20210614182742/https://www.veeam.com/product-lifecycle.html latest: "2.0.0.814" latestReleaseDate: 2018-12-28 --- > [Veeam Backup for Microsoft 365](https://www.veeam.com/products/saas/backup-microsoft-office-365.html) > is a commercial data protection and disaster recovery solution. It provides backup and restore > functionality for Microsoft 365, including Exchange Online, SharePoint Online, OneDrive for Business, > and Microsoft Teams. {: .warning } Veeam Backup for Microsoft 365 is available in two editions: Community (free) and Enterprise (paid). This page only covers the Enterprise edition. Support for Veeam Backup for Microsoft 365 requires an active maintenance contract and is divided into two phases. The first phase ends with the end of fix date. During this phase, updates, patches, and hotfixes are provided for the product. The second phase ends with the end of support date. Updates, patches, and hotfixes may also be provided during this phase, but on a case-by-case basis. If Veeam determines that an issue is fixed in a later supported generally available version, an update to the later release is required. ================================================ FILE: products/veeam-one.md ================================================ --- title: Veeam ONE addedAt: 2025-04-13 category: app tags: veeam iconSlug: veeam permalink: /veeam-one releasePolicyLink: https://www.veeam.com/product-lifecycle.html eoasColumn: End of Fix eolColumn: End of support auto: methods: - veeam: https://www.veeam.com/kb4357 # Release dates (GA, or RTM as a fallback) can be found on https://www.veeam.com/kb4357. # EOL dates can be found on https://www.veeam.com/product-lifecycle.html. # Latest versions can be found on https://www.veeam.com/kb4357. releases: - releaseCycle: "13" releaseDate: 2025-09-03 eoas: false # releaseDate(14) eol: false # not yet documented on https://www.veeam.com/product-lifecycle.html link: https://www.veeam.com/kb4762 latest: "13.0.1.6168" latestReleaseDate: 2026-01-06 - releaseCycle: "12" releaseDate: 2023-01-30 eoas: 2025-09-03 eol: 2027-02-01 link: https://www.veeam.com/kb4705 latest: "12.3.0.4670" latestReleaseDate: 2024-12-03 - releaseCycle: "11" releaseDate: 2021-02-09 eoas: 2023-02-01 eol: 2024-02-01 latest: "11.0.1.1880" latestReleaseDate: 2021-09-28 - releaseCycle: "10" releaseDate: 2020-02-18 eoas: 2021-02-01 # https://web.archive.org/web/20220325105334/https://www.veeam.com/product-lifecycle.html eol: 2023-02-01 # https://web.archive.org/web/20220325105334/https://www.veeam.com/product-lifecycle.html latest: "10.0.2.1094" latestReleaseDate: 2020-07-21 - releaseCycle: "9.5" releaseDate: 2016-11-16 eoas: 2020-02-01 # https://web.archive.org/web/20220325105334/https://www.veeam.com/product-lifecycle.html eol: 2022-02-01 # https://web.archive.org/web/20220325105334/https://www.veeam.com/product-lifecycle.html latest: "9.5.4.4587" latestReleaseDate: 2019-09-11 - releaseCycle: "9.0" releaseDate: 2016-01-12 eoas: true eol: true latest: "9.0.0.2088" latestReleaseDate: 2016-03-24 - releaseCycle: "8.0" releaseDate: 2014-11-06 eoas: true eol: true latest: "8.0.0.1669" latestReleaseDate: 2015-04-27 - releaseCycle: "7.0" releaseDate: 2013-08-15 eoas: true eol: true latest: "7.0.0.949" latestReleaseDate: 2014-09-18 - releaseCycle: "6.5" releaseDate: 2012-10-09 eoas: true eol: true latest: "6.5.0.686" latestReleaseDate: 2012-12-18 - releaseCycle: "6.0" releaseDate: 2011-08-22 eoas: true eol: true latest: "6.0.0.520" latestReleaseDate: 2012-04-23 --- > [Veeam ONE](https://www.veeam.com/products/veeam-data-platform/monitoring-analytics.html) is a commercial monitoring, > analytics, and reporting solution designed for data protection and disaster recovery. It provides real-time > performance monitoring, alerting, and comprehensive reporting for virtual, physical, and cloud-based workloads. {: .warning } Veeam ONE is available in two editions: Community (free) and Enterprise (paid). This page only covers the Enterprise edition. Support for Veeam ONE always requires an active maintenance contract and is divided into two phases. The first phase is ending with the end of fix date. During this phase, updates, patches, and hotfixes are provided for the product. The second phase is ending with the end of support date. Updates, patches, and hotfixes may also be provided during this phase, but on a case-by-case basis. If Veeam determines that an issue is fixed in a later supported generally available version, an update to the later release is required. This page is using GA dates as release dates. RTM versions are more or less finalized versions provided to manufacturers, whereas GA versions are fully tested and finalized versions available to all customers. ================================================ FILE: products/virtualbox.md ================================================ --- title: VirtualBox addedAt: 2025-02-08 category: app tags: oracle iconSlug: virtualbox permalink: /virtualbox alternate_urls: - /vbox - /oracle-virtualbox - /oracle-vm-virtualbox versionCommand: virtualbox -h changelogTemplate: https://www.virtualbox.org/wiki/Changelog-__RELEASE_CYCLE__ eolColumn: Maintenance support identifiers: - repology: virtualbox - cpe: cpe:/a:oracle:virtualbox - cpe: cpe:2.3:a:oracle:virtualbox auto: methods: - virtualbox-releases: https://www.virtualbox.org/wiki/Download_Old_Builds regex: '^VirtualBox (?P\d+\.\d+)$' - virtualbox-versions: https://download.virtualbox.org/virtualbox/ regex: '^(?P\d+)\.(?P\d+)\.(?P\d+)\/$' # eol(x) = latestReleaseDate(x) # See EOL status on https://www.virtualbox.org/wiki/Download_Old_Builds. releases: - releaseCycle: "7.2" releaseDate: 2025-08-14 eol: false latest: "7.2.6" latestReleaseDate: 2026-01-30 - releaseCycle: "7.1" releaseDate: 2024-09-09 eol: false latest: "7.1.16" latestReleaseDate: 2026-01-28 - releaseCycle: "7.0" releaseDate: 2022-10-10 eol: 2025-03-31 latest: "7.0.26" latestReleaseDate: 2025-04-15 - releaseCycle: "6.1" releaseDate: 2019-12-10 eol: 2024-01-31 latest: "6.1.50" latestReleaseDate: 2024-01-16 - releaseCycle: "6.0" releaseDate: 2018-12-18 eol: 2020-07-31 latest: "6.0.24" latestReleaseDate: 2020-07-14 - releaseCycle: "5.2" releaseDate: 2017-10-17 eol: 2020-07-31 latest: "5.2.44" latestReleaseDate: 2020-10-21 - releaseCycle: "5.1" releaseDate: 2016-07-12 eol: 2018-04-30 latest: "5.1.38" latestReleaseDate: 2018-10-24 - releaseCycle: "5.0" releaseDate: 2015-07-09 eol: 2017-05-31 latest: "5.0.40" latestReleaseDate: 2017-04-29 - releaseCycle: "4.3" releaseDate: 2013-10-15 eol: 2015-12-31 latest: "4.3.40" latestReleaseDate: 2016-08-23 - releaseCycle: "4.2" releaseDate: 2012-09-13 eol: 2015-12-31 latest: "4.2.38" latestReleaseDate: 2016-09-14 - releaseCycle: "4.1" releaseDate: 2011-07-19 eol: 2015-12-31 latest: "4.1.44" latestReleaseDate: 2015-11-11 - releaseCycle: "4.0" releaseDate: 2010-12-22 eol: 2015-12-31 latest: "4.0.36" latestReleaseDate: 2015-11-11 --- > [VirtualBox](https://www.virtualbox.org/) is a general-purpose full virtualization software. VirtualBox release, support and EOL policies are not documented, but EOL dates for each minor version can be found on . ================================================ FILE: products/visionos.md ================================================ --- title: Apple visionOS addedAt: 2024-07-23 category: os tags: apple iconSlug: apple permalink: /visionos changelogTemplate: https://developer.apple.com/documentation/visionos-release-notes/visionos-__RELEASE_CYCLE__-release-notes auto: methods: - apple: visionos regex: - 'visionOS\s+(?P\d+)' - 'visionOS\s+(?P\d+(?:\.\d+)+)' releases: - releaseCycle: "26" releaseDate: 2025-09-15 eol: false latest: "26.3.1" latestReleaseDate: 2026-02-26 - releaseCycle: "2" releaseDate: 2024-09-16 eol: 2025-09-15 latest: "2.6" latestReleaseDate: 2025-07-29 - releaseCycle: "1" releaseDate: 2024-01-31 eol: 2024-09-16 latest: "1.3" latestReleaseDate: 2024-07-29 link: https://developer.apple.com/documentation/visionos-release-notes/visionos-release-notes --- > Apple [visionOS](https://www.apple.com/visionos) is an operating system specifically designed for Apple's spatial computing device, the Apple Vision Pro. > It integrates elements from iOS, iPadOS, and macOS, enabling users to interact with digital content in a mixed reality environment. > VisionOS supports new interaction paradigms such as eye-tracking, gesture control, and voice input. Major versions of visionOS are released annually, with the previous major version losing support. A detailed version history can be found on [Wikipedia](https://wikipedia.org/wiki/VisionOS#Version_history). ================================================ FILE: products/visual-cobol.md ================================================ --- title: Visual COBOL addedAt: 2022-12-05 category: lang permalink: /visual-cobol releasePolicyLink: "https://www.microfocus.com/productlifecycle/" changelogTemplate: "https://www.microfocus.com/documentation/visual-cobol/vc{{'__RELEASE_CYCLE__' | replace: '.','''}}/" latestColumn: false eolColumn: Support Status auto: disabled: true # too unstable methods: - release_table: https://www.microfocus.com/productlifecycle/ render_javascript: true render_javascript_wait_for: "text=Visual COBOL for Visual Studio" render_javascript_click_selector: "text=Visual COBOL for Visual Studio" header_selector: "tr:nth-of-type(1)" fields: releaseCycle: column: "Product Release" regex: '^Visual COBOL for Visual Studio (?P\d+\.\d+).*$' releaseDate: "Release Date" eol: "Current Maintenance Ends" # Release and EOL dates can be found are those of Visual COBOL for Visual Studio on https://www.microfocus.com/productlifecycle/. releases: - releaseCycle: "10.0" releaseDate: 2024-07-19 eol: 2028-07-31 link: https://www.microfocus.com/documentation/visual-cobol/vc100/DevHub/index.html - releaseCycle: "9.0" releaseDate: 2023-06-29 eol: 2027-07-31 - releaseCycle: "8.0" releaseDate: 2022-07-13 eol: 2026-07-31 - releaseCycle: "7.0" releaseDate: 2021-09-14 eol: 2025-09-30 link: https://www.microfocus.com/documentation/visual-cobol/vc70/VS2019/GUID-7ECA1D86-EC87-454D-B666-1047527FD9BF.html - releaseCycle: "6.0" releaseDate: 2020-06-18 eol: 2024-06-30 link: https://supportline.microfocus.com/prodavail.aspx?Prod=Visual%20COBOL%20for%20Visual%20Studio&Ver=6.0&Rel= - releaseCycle: "5.0" releaseDate: 2019-06-21 eol: 2023-06-30 link: https://supportline.microfocus.com/prodavail.aspx?Prod=Visual%20COBOL%20for%20Visual%20Studio&Ver=5.0&Rel= - releaseCycle: "4.0" releaseDate: 2018-06-14 eol: 2022-06-30 link: https://supportline.microfocus.com/prodavail.aspx?Prod=Visual%20COBOL%20for%20Visual%20Studio&Ver=4.0&Rel= - releaseCycle: "3.0" releaseDate: 2017-07-07 eol: 2021-07-31 link: https://supportline.microfocus.com/prodavail.aspx?Prod=Visual%20COBOL%20for%20Visual%20Studio&Ver=3.0&Rel= - releaseCycle: "2.3" releaseDate: 2016-10-03 eol: 2019-09-30 link: https://supportline.microfocus.com/prodavail.aspx?Prod=Visual%20COBOL%20for%20Visual%20Studio&Ver=2.3&Rel=Update%202 - releaseCycle: "2.2" releaseDate: 2014-11-19 eol: 2018-07-31 link: https://supportline.microfocus.com/prodavail.aspx?Prod=Visual%20COBOL%20for%20Visual%20Studio&Ver=2.2&Rel=Update%202 - releaseCycle: "2.1" releaseDate: 2013-04-05 eol: 2017-05-31 link: https://supportline.microfocus.com/prodavail.aspx?Prod=Visual%20COBOL%20for%20Visual%20Studio&Ver=2.1&Rel=Update%201 - releaseCycle: "2.0" releaseDate: 2012-04-27 eol: 2014-12-31 link: https://supportline.microfocus.com/prodavail.aspx?Prod=Visual%20COBOL%20for%20Visual%20Studio&Ver=2.0&Rel=0 --- > [Visual COBOL](https://www.microfocus.com/en-us/products/visual-cobol/overview) is a suite of > software products designed to meet the needs of IT organizations with existing application > investments written in the COBOL language. {: .warning } This page is using dates for Visual COBOL for Visual Studio documented on the [Product Support Lifecycle](https://www.microfocus.com/productlifecycle/) page. Visual COBOL is developed, maintained and commercialized by OpenText (formerly Micro Focus). Extended Support for two years is available for an additional fee. ================================================ FILE: products/visual-studio.md ================================================ --- title: Microsoft Visual Studio addedAt: 2021-08-02 category: app tags: microsoft permalink: /visual-studio alternate_urls: - /visualstudio releasePolicyLink: https://learn.microsoft.com/visualstudio/productinfo/vs-servicing changelogTemplate: https://learn.microsoft.com/visualstudio/releases/__CODENAME__/release-notes-v__RELEASE_CYCLE__#__LATEST__ releaseLabel: "__CODENAME__ - __RELEASE_CYCLE__" LTSLabel: "LTSC" eolColumn: Active Support auto: methods: # There is no build history for versions 2015 and below. # This is not a big deal because there was no version for those releases in a very long time. - visual-studio: https://learn.microsoft.com/en-us/visualstudio/releasenotes/vs2017-relnotes-history - visual-studio: https://learn.microsoft.com/en-us/visualstudio/releases/2019/history - visual-studio: https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-history - visual-studio: https://learn.microsoft.com/en-us/visualstudio/releases/2026/release-history # For non-LTSC, eol(x) = releaseDate(x+1) # For LTSC, EOL dates can be found on https://learn.microsoft.com/visualstudio/productinfo/vs-servicing#long-term-servicing-channel-ltsc-support # When adding a new major version (codename changes), remember to update URLS at auto:methods above also check https://github.com/endoflife-date/release-data/blob/main/src/visual-studio.py releases: - releaseCycle: "18.4" codename: "2026" releaseDate: 2026-03-10 eol: false # releaseDate(18.5) latest: "18.4.1" latestReleaseDate: 2026-03-17 link: https://learn.microsoft.com/visualstudio/releases/__CODENAME__/release-notes#__LATEST__ - releaseCycle: "18.3" codename: "2026" releaseDate: 2026-02-10 eol: 2026-03-10 latest: "18.3.3" latestReleaseDate: 2026-03-10 link: https://learn.microsoft.com/visualstudio/releases/__CODENAME__/release-notes#__LATEST__ - releaseCycle: "18.2" codename: "2026" releaseDate: 2026-01-13 eol: 2026-02-10 latest: "18.2.2" latestReleaseDate: 2026-02-10 link: https://learn.microsoft.com/visualstudio/releases/__CODENAME__/release-notes#__LATEST__ - releaseCycle: "18.1" codename: "2026" releaseDate: 2025-12-09 eol: 2026-01-13 latest: "18.1.1" latestReleaseDate: 2025-12-16 link: https://learn.microsoft.com/visualstudio/releases/__CODENAME__/release-notes#__LATEST__ - releaseCycle: "18.0" codename: "2026" releaseDate: 2025-11-11 eol: 2025-12-09 latest: "18.0.2" latestReleaseDate: 2025-11-24 link: https://learn.microsoft.com/visualstudio/releases/__CODENAME__/release-notes#__LATEST__ - releaseCycle: "17.14" codename: "2022" lts: true releaseDate: 2025-05-13 eol: 2032-01-13 latest: "17.14.28" latestReleaseDate: 2026-03-10 - releaseCycle: "17.13" codename: "2022" releaseDate: 2025-02-11 eol: 2025-05-13 latest: "17.13.7" latestReleaseDate: 2025-05-13 - releaseCycle: "17.12" codename: "2022" lts: true releaseDate: 2024-11-12 eol: 2026-07-14 latest: "17.12.18" latestReleaseDate: 2026-03-10 - releaseCycle: "17.11" codename: "2022" releaseDate: 2024-08-13 eol: 2024-11-12 latest: "17.11.6" latestReleaseDate: 2024-11-12 - releaseCycle: "17.10" codename: "2022" lts: true releaseDate: 2024-05-21 eol: 2026-01-13 latest: "17.10.21" latestReleaseDate: 2025-11-11 - releaseCycle: "17.9" codename: "2022" releaseDate: 2024-02-13 eol: 2024-05-21 latest: "17.9.7" latestReleaseDate: 2024-05-14 - releaseCycle: "17.8" codename: "2022" lts: true releaseDate: 2023-11-14 eol: 2025-07-08 latest: "17.8.23" latestReleaseDate: 2025-07-08 - releaseCycle: "17.7" codename: "2022" releaseDate: 2023-08-08 eol: 2023-11-14 latest: "17.7.7" latestReleaseDate: 2023-11-14 - releaseCycle: "17.6" codename: "2022" lts: true releaseDate: 2023-05-16 eol: 2025-01-14 latest: "17.6.22" latestReleaseDate: 2025-01-14 - releaseCycle: "17.5" codename: "2022" releaseDate: 2023-02-21 eol: 2023-05-16 latest: "17.5.5" latestReleaseDate: 2023-05-01 - releaseCycle: "17.4" codename: "2022" lts: true releaseDate: 2022-11-08 eol: 2024-07-09 latest: "17.4.21" latestReleaseDate: 2024-07-09 - releaseCycle: "17.3" codename: "2022" releaseDate: 2022-08-09 eol: 2022-11-08 latest: "17.3.7" latestReleaseDate: 2022-11-08 - releaseCycle: "17.2" codename: "2022" lts: true releaseDate: 2022-05-10 eol: 2024-01-09 latest: "17.2.23" latestReleaseDate: 2024-01-09 - releaseCycle: "17.1" codename: "2022" releaseDate: 2022-02-15 eol: 2022-05-10 latest: "17.1.7" latestReleaseDate: 2022-05-10 - releaseCycle: "17.0" codename: "2022" lts: true releaseDate: 2021-11-08 eol: 2023-07-11 latest: "17.0.23" latestReleaseDate: 2023-07-11 - releaseCycle: "16.11" codename: "2019" releaseDate: 2021-08-10 eol: 2029-04-10 latest: "16.11.54" latestReleaseDate: 2026-03-10 - releaseCycle: "16.10" codename: "2019" releaseDate: 2021-05-25 eol: 2021-08-10 latest: "16.10.4" latestReleaseDate: 2021-07-20 - releaseCycle: "16.9" codename: "2019" releaseDate: 2021-03-02 eol: 2022-10-11 latest: "16.9.26" latestReleaseDate: 2022-10-11 - releaseCycle: "16.8" codename: "2019" releaseDate: 2020-11-10 eol: 2021-03-09 latest: "16.8.7" latestReleaseDate: 2021-03-09 - releaseCycle: "16.7" codename: "2019" releaseDate: 2020-08-05 eol: 2022-04-12 latest: "16.7.28" latestReleaseDate: 2022-04-19 - releaseCycle: "16.6" codename: "2019" releaseDate: 2020-05-19 eol: 2020-08-05 latest: "16.6.5" latestReleaseDate: 2020-07-21 - releaseCycle: "16.5" codename: "2019" releaseDate: 2020-03-16 eol: 2020-05-19 latest: "16.5.5" latestReleaseDate: 2020-05-12 - releaseCycle: "16.4" codename: "2019" releaseDate: 2019-12-03 eol: 2021-10-12 latest: "16.4.27" latestReleaseDate: 2021-10-12 - releaseCycle: "16.3" codename: "2019" releaseDate: 2019-09-23 eol: 2019-12-03 latest: "16.3.10" latestReleaseDate: 2019-11-20 - releaseCycle: "16.2" codename: "2019" releaseDate: 2019-07-24 eol: 2019-09-23 latest: "16.2.5" latestReleaseDate: 2019-09-10 - releaseCycle: "16.1" codename: "2019" releaseDate: 2019-05-21 eol: 2019-07-24 latest: "16.1.6" latestReleaseDate: 2019-07-09 - releaseCycle: "16.0" codename: "2019" releaseDate: 2019-04-02 eol: 2021-01-12 latest: "16.0.22" latestReleaseDate: 2021-01-12 - releaseCycle: "15.9" codename: "2017" releaseDate: 2018-11-13 eol: 2027-04-13 latest: "15.9.78" latestReleaseDate: 2025-11-11 link: https://learn.microsoft.com/visualstudio/releasenotes/vs2017-relnotes#15.9.58 - releaseCycle: "15.8" codename: "2017" releaseDate: 2018-08-14 eol: 2018-11-13 latest: "15.8.9" latestReleaseDate: 2018-11-02 link: https://learn.microsoft.com/visualstudio/releasenotes/vs2017-relnotes-v15.8#-visual-studio-2017-version-1589 - releaseCycle: "15.7" codename: "2017" releaseDate: 2018-05-07 eol: 2018-08-14 latest: "15.7.6" latestReleaseDate: 2018-08-02 link: https://learn.microsoft.com/visualstudio/releasenotes/vs2017-relnotes-v15.7#-visual-studio-2017-version-1576 - releaseCycle: "15.6" codename: "2017" releaseDate: 2018-03-05 eol: 2018-05-07 latest: "15.6.7" latestReleaseDate: 2018-04-26 link: https://learn.microsoft.com/visualstudio/releasenotes/vs2017-relnotes-v15.6#--visual-studio-2017-version-1567-servicing-update- - releaseCycle: "15.5" codename: "2017" releaseDate: 2017-12-04 eol: 2018-03-05 latest: "15.5.7" latestReleaseDate: 2018-02-20 link: https://learn.microsoft.com/visualstudio/releasenotes/vs2017-relnotes-v15.5#visual-studio-2017-version-1557 - releaseCycle: "15.4" codename: "2017" releaseDate: 2017-10-09 eol: 2017-12-04 latest: "15.4.5" latestReleaseDate: 2017-11-27 link: https://learn.microsoft.com/visualstudio/releasenotes/vs2017-relnotes-v15.4#visual-studio-2017-version-1545 - releaseCycle: "15.3" codename: "2017" releaseDate: 2017-08-14 eol: 2017-10-09 latest: "15.3.5" latestReleaseDate: 2017-09-19 link: https://learn.microsoft.com/visualstudio/releasenotes/vs2017-relnotes-v15.3#visual-studio-2017-version-1535 - releaseCycle: "15.2" codename: "2017" releaseDate: 2017-05-10 eol: 2017-08-14 latest: "15.2.6" latestReleaseDate: 2017-07-17 link: https://learn.microsoft.com/visualstudio/releasenotes/vs2017-relnotes-v15.2#visual-studio-2017-version-1525 - releaseCycle: "15.1" codename: "2017" releaseDate: 2017-04-05 eol: 2017-05-10 latest: "15.1.2" latestReleaseDate: 2017-04-17 link: https://learn.microsoft.com/visualstudio/releasenotes/vs2017-relnotes-v15.1#-visual-studio-2017-version-1512 - releaseCycle: "15.0" codename: "2017" releaseDate: 2017-03-07 eol: 2020-01-14 latest: "15.0.28" latestReleaseDate: 2019-12-11 link: https://learn.microsoft.com/visualstudio/releasenotes/vs2017-relnotes-v15.0#--visual-studio-2017-version-15018 - releaseCycle: "14.0" codename: "2015" releaseDate: 2015-07-20 eol: 2025-10-14 latest: "Update 3 + KB3165756" latestReleaseDate: 2016-09-14 link: https://learn.microsoft.com/previous-versions/mt752379(v=vs.140) - releaseCycle: "12.0" codename: "2013" releaseDate: 2014-01-15 eol: 2024-04-09 latest: "Update 5" latestReleaseDate: 2015-07-20 link: https://learn.microsoft.com/visualstudio/releasenotes/vs2013-update5-vs - releaseCycle: "11.0" codename: "2012" releaseDate: 2012-10-31 eol: 2023-01-10 latest: "Update 4" latestReleaseDate: 2013-11-13 link: https://learn.microsoft.com/visualstudio/releasenotes/vs2012-update4-vs - releaseCycle: "10.0" codename: "2010" releaseDate: 2010-06-29 eol: 2020-07-14 latest: "Service Pack 1" latestReleaseDate: 2011-08-18 link: https://learn.microsoft.com/visualstudio/releasenotes/vs2010-sp1-vs --- > [Visual Studio](https://visualstudio.microsoft.com/) is a full-featured IDE to code, debug, test, > and deploy to any platform. The Long-Term Servicing Channel (LTSC) enables teams to remain supported on a minor version for up to 18 months after release. The LTSC are separate release Channels based on the even-numbered minor version updates. An LTSC release receives security and bug fixes but not additional new features. **Visual Studio 2019** follows the Microsoft Product Fixed Lifecycle Policy of 10 years. The first 5 years of Mainstream Support provide feature updates, platform updates, security updates, and functionality fixes, and the second 5 years of Extended support provide security updates. For more information, search the Support Lifecycle Database. **Visual Studio 2017** and earlier are also supported for 10 years The **Visual Studio Community edition** is only supported on the recommended latest release of the latest minor version of Visual Studio. ================================================ FILE: products/vitess.md ================================================ --- title: Vitess addedAt: 2025-02-24 category: database tags: linux-foundation iconSlug: vitess permalink: /vitess versionCommand: vtctl --version releasePolicyLink: https://github.com/vitessio/enhancements/blob/main/veps/vep-5.md changelogTemplate: https://github.com/vitessio/vitess/releases/tag/v__LATEST__ eolColumn: Support auto: methods: - git: https://github.com/vitessio/vitess.git identifiers: - purl: pkg:github/vitessio/vitess - purl: pkg:docker/vitess/lite - repology: vitess - cpe: cpe:2.3:a:linuxfoundation:vitess # eol(x) = releaseDate(x) + 1 year releases: - releaseCycle: "23" releaseDate: 2025-11-04 eol: 2026-11-04 latest: "23.0.3" latestReleaseDate: 2026-02-26 - releaseCycle: "22" releaseDate: 2025-04-29 eol: 2026-04-29 latest: "22.0.4" latestReleaseDate: 2026-02-26 - releaseCycle: "21" releaseDate: 2024-10-29 eol: 2025-10-29 latest: "21.0.6" latestReleaseDate: 2025-11-05 - releaseCycle: "20" releaseDate: 2024-06-27 eol: 2025-06-27 latest: "20.0.8" latestReleaseDate: 2025-06-18 - releaseCycle: "19" releaseDate: 2024-03-06 eol: 2025-03-06 latest: "19.0.10" latestReleaseDate: 2025-02-12 - releaseCycle: "18" releaseDate: 2023-11-06 eol: 2024-11-07 latest: "18.0.8" latestReleaseDate: 2024-11-06 - releaseCycle: "17" releaseDate: 2023-06-27 eol: 2024-06-27 latest: "17.0.7" latestReleaseDate: 2024-05-08 - releaseCycle: "16" releaseDate: 2023-02-28 eol: 2024-02-28 latest: "16.0.7" latestReleaseDate: 2023-12-20 - releaseCycle: "15" releaseDate: 2022-10-25 eol: 2023-10-25 latest: "15.0.5" latestReleaseDate: 2023-10-03 - releaseCycle: "14" releaseDate: 2022-06-28 eol: 2023-06-28 latest: "14.0.5" latestReleaseDate: 2023-03-30 - releaseCycle: "13" releaseDate: 2022-02-22 eol: 2023-02-22 latest: "13.0.3" latestReleaseDate: 2022-09-01 --- > [Vitess](https://vitess.io/) is a database clustering system for horizontal scaling of MySQL. A new major version of Vitess is released every four months. Each major version is supported for one year with high severity bugs (such as data loss or outages) and security fixes. ================================================ FILE: products/vmware-cloud-foundation.md ================================================ --- title: VMware Cloud Foundation addedAt: 2023-06-23 category: server-app tags: vmware iconSlug: vmware permalink: /vmware-cloud-foundation alternate_urls: - /vcf - /vmwarecloudfoundation - /cloudfoundation - /cloud-foundation - /vmware-cloudfoundation releasePolicyLink: https://ftpdocs.broadcom.com/WebInterface/phpdocs/0/MSPSaccount/COMPAT/AllProdDates.HTML changelogTemplate: https://docs.vmware.com/en/VMware-Cloud-Foundation/__LATEST__/rn/vmware-cloud-foundation-{{"__LATEST__" | remove:'.'}}-release-notes/index.html eolColumn: General Support releases: - releaseCycle: "9.0" releaseDate: 2025-06-17 eol: false # technicalGuidance: ??? latest: "9.0.2.0" latestReleaseDate: 2026-01-20 link: https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vcf-9-0-and-later/9-0/release-notes/vmware-cloud-foundation-9-0-2-release-notes.html - releaseCycle: "5.2" releaseDate: 2024-07-23 eol: false # technicalGuidance: ??? latest: "5.2.3" latestReleaseDate: 2026-02-24 link: https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vcf-5-2-and-earlier/5-2/vcf-release-notes/vmware-cloud-foundation-523-release-notes.html - releaseCycle: "5.1" releaseDate: 2023-11-07 eol: 2027-06-01 # technicalGuidance: 2028-06-01 latest: "5.1.1" latestReleaseDate: 2024-03-26 - releaseCycle: "5.0" releaseDate: 2023-06-01 eol: 2027-06-01 # technicalGuidance: 2028-06-01 latest: "5.0.0.1" latestReleaseDate: 2023-09-29 link: https://docs.vmware.com/en/VMware-Cloud-Foundation/5.0/rn/vmware-cloud-foundation-50-release-notes/index.html - releaseCycle: "4.5" releaseDate: 2022-10-11 eol: 2025-05-31 latest: "4.5.2" latestReleaseDate: 2023-08-17 - releaseCycle: "3.11" releaseDate: 2022-02-14 eol: 2023-04-30 latest: "3.11.0.1" latestReleaseDate: 2022-04-07 link: https://docs.vmware.com/en/VMware-Cloud-Foundation/3.11/rn/vmware-cloud-foundation-311-release-notes/index.html - releaseCycle: "4.4" releaseDate: 2022-02-10 eol: 2024-09-30 latest: "4.4.1" latestReleaseDate: 2022-05-12 - releaseCycle: "4.3" releaseDate: 2021-08-24 eol: 2023-10-31 latest: "4.3.1" latestReleaseDate: 2021-09-21 - releaseCycle: "4.2" releaseDate: 2021-02-04 eol: 2021-05-25 latest: "4.2.1" latestReleaseDate: 2021-05-25 - releaseCycle: "4.1" releaseDate: 2020-10-06 eol: 2022-02-10 latest: "4.1.0" latestReleaseDate: 2020-10-06 link: https://docs.vmware.com/en/VMware-Cloud-Foundation/4.1/rn/vmware-cloud-foundation-41-release-notes/index.html - releaseCycle: "3.10" releaseDate: 2020-05-26 eol: 2022-09-01 latest: "3.10.2" latestReleaseDate: 2021-04-14 - releaseCycle: "4.0" releaseDate: 2020-04-14 eol: 2021-08-24 latest: "4.0.1" latestReleaseDate: 2020-06-25 - releaseCycle: "3.9" releaseDate: 2019-10-24 eol: 2020-10-24 latest: "3.9.1" latestReleaseDate: 2020-01-14 - releaseCycle: "3.8" releaseDate: 2019-07-18 eol: 2020-07-18 latest: "3.8.1" latestReleaseDate: 2019-09-03 - releaseCycle: "2.3" releaseDate: 2018-08-15 eol: 2020-11-15 latest: "2.3.2" latestReleaseDate: 2018-04-24 --- > [VMWare Cloud Foundation](https://www.vmware.com/products/cloud-foundation.html), is a suite of > software-defined data center (SDDC) technologies consisting of vSphere, NSX, and vSAN. It is > available in multiple editions — Starter, Standard, Advanced, and Enterprise. Cloud Foundation 3,4 were covered under the N-2 Lifecycle Policy, supporting three latest releases, with a minimum support duration of 12 months. Cloud Foundation 5 and above are covered under the Enterprise HCI Policy, with 4 years of General Support followed by 1 year of Technical Guidance. ## General Support The last date on which customers can request support; the end of regular VMWare maintenance updates and upgrades, _bug and security fixes,_ and technical assistance as per the Support and Subscription Terms and Conditions. ## Technical Guidance The last date on which customers can access support and workarounds for low-severity issues on supported configurations only. During the Technical Guidance phase, VMWare does not offer new hardware support, server/client/guest OS updates, new security patches, or bug fixes unless otherwise noted. | Release | Technical Guidance Ends | | ------- | ----------------------- | | 5.0 | 2028-06-01 | | 5.1 | 2028-06-01 | ================================================ FILE: products/vmware-esxi.md ================================================ --- title: VMware ESXi addedAt: 2021-12-14 category: os tags: vmware iconSlug: vmware permalink: /esxi alternate_urls: - /esx - /vmwareesxi - /vmesxi - /vmware-esxi versionCommand: vmware -l releasePolicyLink: https://support.broadcom.com/group/ecx/productlifecycle eolColumn: General Support customFields: - name: technicalGuidance display: api-only label: Technical Guidance Ends identifiers: - cpe: cpe:2.3:o:vmware:esxi - cpe: cpe:/o:vmware:esxi releases: - releaseCycle: "9.0" releaseDate: 2025-06-17 eol: false technicalGuidance: 2032-06-17 # no source, calculated releaseDate(x)+7y latest: "9.0.1.0" latestReleaseDate: 2025-09-29 link: https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vcf-9-0-and-later/9-0/release-notes/vmware-cloud-foundation-9-0-1-release-notes/esx-9-0-1-0000.html - releaseCycle: "8.0" releaseDate: 2022-10-11 eol: 2027-10-11 technicalGuidance: 2029-10-11 latest: "8.0 Update 3i" latestReleaseDate: 2026-02-24 link: https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/8-0/release-notes/esxi-update-and-patch-release-notes/vsphere-esxi-80u3i-release-notes.html - releaseCycle: "7.0" releaseDate: 2020-04-02 eol: 2025-10-02 technicalGuidance: 2027-04-02 latest: "7.0 Update 3w" latestReleaseDate: 2025-07-15 link: https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/7-0/release-notes/esxi-update-and-patch-release-notes/vsphere-esxi-70u3w-release-notes.html - releaseCycle: "6.7" releaseDate: 2018-04-17 eol: 2022-10-15 technicalGuidance: 2023-11-15 latest: "6.7 Update 3w" latestReleaseDate: 2024-10-28 link: https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/6-7/release-notes/vcenter-server-update-and-patch-releases.html - releaseCycle: "6.5" releaseDate: 2016-11-15 eol: 2022-10-15 technicalGuidance: 2023-11-15 latest: "6.5 ESXi650-202403001" latestReleaseDate: 2024-03-05 link: https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/6-5/release-notes.html - releaseCycle: "6.0" releaseDate: 2015-03-12 eol: 2020-03-12 technicalGuidance: 2022-03-12 latest: "6.0 EP 25" latestReleaseDate: 2020-02-20 link: https://web.archive.org/web/20220710112255/https://docs.vmware.com/en/VMware-vSphere/6.0/rn/esxi600-202002001.html - releaseCycle: "5.5" releaseDate: 2013-09-19 eol: 2018-09-19 technicalGuidance: 2020-09-19 latest: "5.5 Update 3k" latestReleaseDate: 2018-09-14 # old link: http://kb.vmware.com/kb/57478 link: https://www.findbugzero.com/operational-defect-database/vendors/vmware/defects/57478 - releaseCycle: "5.1" releaseDate: 2012-08-27 eol: 2016-08-24 technicalGuidance: 2018-08-24 latest: "5.1 Update 3d" latestReleaseDate: 2016-05-24 link: https://web.archive.org/web/20190923124908/http://pubs.vmware.com/Release_Notes/en/vsphere/51/vsphere-vcenter-server-51u3d-release-notes.html - releaseCycle: "5.0" releaseDate: 2011-07-12 eol: 2016-08-24 technicalGuidance: 2018-08-24 latest: "5.0 Update 3g" latestReleaseDate: 2016-06-14 link: https://web.archive.org/web/20190923125449/https://pubs.vmware.com/Release_Notes/en/vsphere/50/vsp_vc50_u3g_rel_notes.html --- > [VMware ESXi](https://www.vmware.com/products/esxi-and-esx.html) is a bare-metal hypervisor that > installs directly onto your physical server. VMware typically supports ESXi for a duration of 7 years with 5 years of general support and an additional 2 years of technical guidance during which ESXi will no longer receive bug fixes and security updates. [Broadcom Inc. acquired VMware November 22, 2023](https://investors.broadcom.com/news-releases/news-release-details/broadcom-completes-acquisition-vmware). ## General Support The last date on which you can request support; the end of regular VMware maintenance updates and upgrades, _bug and security fixes,_ and technical assistance as per the Support and Subscription Terms and Conditions. ## Technical Guidance The last date on which you can access support and workarounds for low-severity issues on supported configurations only. During the Technical Guidance phase, VMware does not offer new hardware support, server/client/guest OS updates, new security patches or bug fixes unless otherwise noted. {% include table.html labels="Release,Technical Guidance Ends" fields="releaseCycle,technicalGuidance" types="raw,end-date" rows=page.releases %} ================================================ FILE: products/vmware-harbor-registry.md ================================================ --- title: VMware Harbor Registry addedAt: 2023-12-20 category: server-app tags: cncf iconSlug: harbor permalink: /vmware-harbor-registry changelogTemplate: https://docs.vmware.com/en/VMware-Harbor-Registry/services/vmware-harbor-registry/GUID-release-notes.html#v__LATEST__ eolColumn: End of general support releases: - releaseCycle: "2.10" releaseDate: 2024-01-17 eol: 2025-01-31 latest: "2.10.2" latestReleaseDate: 2024-04-18 - releaseCycle: "2.9" releaseDate: 2023-09-15 eol: 2024-09-30 latest: "2.9.1" latestReleaseDate: 2023-11-28 - releaseCycle: "2.8" releaseDate: 2023-05-22 eol: 2024-05-31 latest: "2.8.4" latestReleaseDate: 2023-09-14 - releaseCycle: "2.7" releaseDate: 2023-01-05 eol: 2024-01-31 latest: "2.7.4" latestReleaseDate: 2023-11-30 - releaseCycle: "2.6" releaseDate: 2022-09-01 eol: 2023-06-30 latest: "2.6.4" latestReleaseDate: 2023-03-14 - releaseCycle: "2.5" releaseDate: 2022-04-26 eol: 2023-06-23 latest: "2.5.5" latestReleaseDate: 2023-02-04 - releaseCycle: "2.4" releaseDate: 2021-11-03 eol: 2022-11-30 latest: "2.4.3" latestReleaseDate: 2022-08-18 - releaseCycle: "2.3" releaseDate: 2021-08-16 eol: 2022-12-31 latest: "2.3.5" latestReleaseDate: 2021-12-18 - releaseCycle: "2.2" releaseDate: 2021-04-19 eol: 2022-04-30 latest: "2.2.3" latestReleaseDate: 2021-07-15 - releaseCycle: "2.1" releaseDate: 2020-10-23 eol: 2022-07-19 latest: "2.1.6" latestReleaseDate: 2021-07-19 - releaseCycle: "2.0" releaseDate: 2020-07-09 eol: 2022-03-20 latest: "2.0.6" latestReleaseDate: 2021-03-20 - releaseCycle: "1.10" releaseDate: 2019-12-19 eol: 2021-06-11 latest: "1.10.3" latestReleaseDate: 2020-06-13 - releaseCycle: "1.9" releaseDate: 2019-11-18 eol: 2021-01-08 latest: "1.9.4" latestReleaseDate: 2020-01-08 --- > [VMware Harbor Registry](https://docs.vmware.com/en/VMware-Harbor-Registry/services/vmware-harbor-registry/GUID-index.html) > is an enterprise-class registry server that stores and distributes container images. Harbor > allows you to store and manage images for use with VMware Tanzu Kubernetes Grid Integrated > Edition (TKGI). {: .warning } > This page tracks the VMWare Harbor Registry, which is a VMWare product based on the [open-source Harbor project](/harbor). New major versions are usually maintained for approximately 1 year. More information about releases on [VMWare website](https://network.pivotal.io/products/harbor-container-registry/releases). ================================================ FILE: products/vmware-photon.md ================================================ --- title: VMware Photon addedAt: 2022-12-31 category: os tags: vmware iconSlug: vmware permalink: /photon alternate_urls: - /vmware-photon - /vmwarephoton versionCommand: cat /etc/os-release releasePolicyLink: https://blogs.vmware.com/vsphere/2023/05/announcing-photon-os-5-0-general-availability.html latestColumn: false eolColumn: Security Support staleReleaseThresholdDays: 1460 # oses have longer support periods customFields: - name: kernelVersion display: after-release-column label: Kernel Version description: Linux Kernel Version identifiers: - cpe: cpe:2.3:o:vmware:photon_os - cpe: cpe:/o:vmware:photon_os releases: - releaseCycle: "5.0" releaseDate: 2023-05-02 eol: false link: https://blogs.vmware.com/vsphere/2023/05/announcing-photon-os-5-0-general-availability.html kernelVersion: "6.1" - releaseCycle: "4.0" releaseDate: 2021-02-25 eol: 2027-10-11 link: https://blogs.vmware.com/vsphere/2021/02/photon-os-4-0-release-announcement.html kernelVersion: "5.10" - releaseCycle: "3.0" releaseDate: 2019-02-08 eol: 2025-10-02 link: https://vmware.github.io/photon/assets/files/html/3.0/What-is-New-in-Photon-OS-3.0.html kernelVersion: "4.19" - releaseCycle: "2.0" releaseDate: 2017-11-01 eol: 2022-12-01 link: https://web.archive.org/web/20221224152228/https://blogs.vmware.com/cloudnative/2017/11/01/version-2-0-project-photon-os/ kernelVersion: "4.9" - releaseCycle: "1.0" releaseDate: 2016-06-11 eol: 2022-02-28 link: https://web.archive.org/web/20220628122239/https://blogs.vmware.com/cloudnative/2016/06/16/vmwares-photon-os-1-0-now-available/ kernelVersion: "4.4" # https://github.com/vmware/photon/blob/1.0GA/SPECS/linux/linux.spec --- > VMWare [Photon OS](https://vmware.github.io/photon/) is an open source Linux container host > optimized for cloud-native applications, cloud platforms, and VMware infrastructure. The EOL dates for the 3.0 and 4.0 release cyles are aligned with vSphere [7.x/8.x support timelines](https://endoflife.date/vcenter) on this page [as per VMWare employees](https://github.com/endoflife-date/endoflife.date/pull/9025), but is not yet documented on the Photon OS website. ================================================ FILE: products/vmware-srm.md ================================================ --- title: VMware Site Recovery Manager addedAt: 2022-10-17 category: server-app tags: vmware iconSlug: vmware permalink: /vmware-srm alternate_urls: - /vmwaresrm releasePolicyLink: https://ftpdocs.broadcom.com/WebInterface/phpdocs/0/MSPSaccount/COMPAT/AllProdDates.HTML eolColumn: General Support customFields: - name: technicalGuidance display: api-only label: Technical Guidance Ends releases: - releaseCycle: "8.8" releaseDate: 2023-09-21 eol: 2025-10-11 technicalGuidance: 2026-10-11 latest: "8.8.0.3" latestReleaseDate: 2024-02-08 link: https://docs.vmware.com/en/Site-Recovery-Manager/8.8/rn/vmware-site-recovery-manager-8802-release-notes/index.html - releaseCycle: "8.7" releaseDate: 2023-04-18 eol: 2025-10-11 technicalGuidance: 2026-10-11 latest: "8.7.0.4" latestReleaseDate: 2024-02-01 link: https://docs.vmware.com/en/Site-Recovery-Manager/8.7/rn/vmware-site-recovery-manager-8704-release-notes/index.html - releaseCycle: "8.6" releaseDate: 2022-10-11 eol: 2025-10-11 technicalGuidance: 2026-10-11 latest: "8.6.0.2" latestReleaseDate: 2023-06-27 link: https://docs.vmware.com/en/Site-Recovery-Manager/8.6/rn/vmware-site-recovery-manager-8602-release-notes/index.html - releaseCycle: "8.5" releaseDate: 2021-10-05 eol: 2023-04-01 technicalGuidance: 2024-04-01 latest: "8.5.0.8" latestReleaseDate: 2023-10-05 link: https://docs.vmware.com/en/Site-Recovery-Manager/8.5/rn/vmware-site-recovery-manager-8508-release-notes/index.html - releaseCycle: "8.4" releaseDate: 2021-03-09 eol: 2023-04-01 technicalGuidance: 2024-04-01 latest: "8.4.0.5" latestReleaseDate: 2022-04-07 link: https://docs.vmware.com/en/Site-Recovery-Manager/8.4/rn/srm-releasenotes-8-4-0-5.html - releaseCycle: "8.3" releaseDate: 2020-04-01 eol: 2023-04-01 technicalGuidance: 2024-04-01 latest: "8.3.1.6" latestReleaseDate: 2022-06-23 link: https://docs.vmware.com/en/Site-Recovery-Manager/8.3/rn/srm-releasenotes-8-3-1-6.html - releaseCycle: "8.2" releaseDate: 2019-05-09 eol: 2021-11-15 technicalGuidance: 2023-11-15 latest: "8.2.1.2" latestReleaseDate: 2021-05-27 link: https://web.archive.org/web/20210920170406/https://docs.vmware.com/en/Site-Recovery-Manager/8.2/rn/srm-releasenotes-8-2-1-2.html - releaseCycle: "8.1" releaseDate: 2018-04-17 eol: 2021-11-15 technicalGuidance: 2023-11-15 latest: "8.1.2.4" latestReleaseDate: 2021-05-27 link: https://web.archive.org/web/20230423021044/https://docs.vmware.com/en/Site-Recovery-Manager/8.1/rn/srm-releasenotes-8-1-2-4.html - releaseCycle: "6.5" releaseDate: 2016-11-15 eol: 2021-11-15 technicalGuidance: 2023-11-15 latest: "6.5.1.3" latestReleaseDate: 2019-06-27 link: https://web.archive.org/web/20230423021051/https://docs.vmware.com/en/Site-Recovery-Manager/6.5/rn/srm-releasenotes-6-5-1.html - releaseCycle: "6.1" releaseDate: 2015-03-12 eol: 2020-03-12 technicalGuidance: 2022-03-12 latest: "6.1.2.2" latestReleaseDate: 2018-07-26 link: https://web.archive.org/web/20210926135719/https://docs.vmware.com/en/Site-Recovery-Manager/6.1/rn/srm-releasenotes-6-1-2.html - releaseCycle: "6.0" releaseDate: 2015-03-12 eol: 2020-03-12 technicalGuidance: 2022-03-12 latest: "6.0.0.1" latestReleaseDate: 2015-04-30 link: https://web.archive.org/web/20210924031516/https://docs.vmware.com/en/vCenter-Site-Recovery-Manager/6.0/rn/srm-releasenotes-6-0-0.html - releaseCycle: "5.8" releaseDate: 2013-09-19 eol: 2018-09-19 technicalGuidance: 2020-09-19 latest: "5.8.1.1" latestReleaseDate: 2016-07-26 link: https://web.archive.org/web/20210925124006/https://docs.vmware.com/en/vCenter-Site-Recovery-Manager/5.8/rn/srm-releasenotes-5-8-1.html - releaseCycle: "5.5" releaseDate: 2013-09-19 eol: 2018-09-19 technicalGuidance: 2020-09-19 latest: "5.5.1.7" latestReleaseDate: 2016-08-25 link: https://web.archive.org/web/20210925064144/https://docs.vmware.com/en/vCenter-Site-Recovery-Manager/5.5/rn/srm-releasenotes-5-5-1.html --- > [VMware Site Recovery Manager](https://www.vmware.com/products/site-recovery-manager.html) allows > you to automate orchestration of failover and failback to minimize downtime and improve > availability of VMware hosted resources. Since Site Recovery Manager 8.3, the product has followed the [Application Platform lifecycle policy](https://ftpdocs.broadcom.com/WebInterface/phpdocs/0/MSPSaccount/COMPAT/AllProdDates.HTML), providing support for 4 years with 3 years of general support and an additional 1 year of technical guidance during which bug fixes and security updates are no longer provided. ## General Support The last date on which you can request support; the end of regular VMware maintenance updates and upgrades, _bug and security fixes,_ and technical assistance as per the Support and Subscription Terms and Conditions. ## Technical Guidance The last date on which you can access support and workarounds for low-severity issues on supported configurations only. During the Technical Guidance phase, VMware does not offer new hardware support, server/client/guest OS updates, new security patches or bug fixes unless otherwise noted. {% include table.html labels="Release,Technical Guidance Ends" fields="releaseCycle,technicalGuidance" types="raw,end-date" rows=page.releases %} ================================================ FILE: products/vmware-vcenter.md ================================================ --- title: VMware vCenter Server addedAt: 2022-10-11 category: app tags: vmware iconSlug: vmware permalink: /vcenter alternate_urls: - /vmwarevcenter - /vmware-vcenter releasePolicyLink: https://lifecycle.vmware.com eolColumn: General Support customFields: - name: technicalGuidance display: api-only label: Technical Guidance Ends identifiers: - cpe: cpe:2.3:a:vmware:vcenter_server - cpe: cpe:/a:vmware:vcenter_server releases: - releaseCycle: "8.0" releaseDate: 2022-10-11 eol: 2027-10-11 technicalGuidance: 2029-10-11 latest: "8.0 U3i" latestReleaseDate: 2026-02-24 link: https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/8-0/release-notes/vcenter-server-update-and-patch-release-notes/vsphere-vcenter-server-80u3i-release-notes.html - releaseCycle: "7.0" releaseDate: 2020-04-02 eol: 2025-10-02 technicalGuidance: 2027-04-02 latest: "7.0 U3w" latestReleaseDate: 2025-09-29 link: https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/7-0/release-notes/vcenter-server-update-and-patch-release-notes/vsphere-vcenter-server-70u3w-release-notes.html - releaseCycle: "6.7" releaseDate: 2018-04-17 eol: 2022-10-15 technicalGuidance: 2023-11-15 latest: "6.7 U3w" latestReleaseDate: 2024-10-28 link: https://knowledge.broadcom.com/external/article/380603 - releaseCycle: "6.5" releaseDate: 2016-11-15 eol: 2022-10-15 technicalGuidance: 2023-11-15 latest: "6.5 U3w" latestReleaseDate: 2024-07-04 link: https://docs.vmware.com/en/VMware-vSphere/6.5/rn/vsphere-vcenter-server-65u3w-release-notes.html - releaseCycle: "6.0" releaseDate: 2015-03-12 eol: 2020-03-12 technicalGuidance: 2022-03-12 latest: "6.0 U3j" latestReleaseDate: 2019-09-12 link: https://docs.vmware.com/en/VMware-vSphere/6.0/rn/vsphere-vcenter-server-60u3j-release-notes.html - releaseCycle: "5.5" releaseDate: 2013-09-19 eol: 2018-09-19 technicalGuidance: 2020-09-19 latest: "5.5 U3k" latestReleaseDate: 2018-09-14 - releaseCycle: "5.1" releaseDate: 2012-08-13 eol: 2016-08-24 technicalGuidance: 2018-08-24 latest: "5.1 U3d" latestReleaseDate: 2016-05-19 - releaseCycle: "5.0" releaseDate: 2011-08-24 eol: 2016-08-24 technicalGuidance: 2018-08-24 latest: "5.0 U3g" latestReleaseDate: 2016-05-19 - releaseCycle: "4" releaseDate: 2009-05-21 eol: 2014-05-21 technicalGuidance: 2016-05-21 latest: "4.1 U3a" latestReleaseDate: 2013-01-31 --- > [VMware vCenter Server](https://www.vmware.com/products/vcenter.html) is an advanced server > management software that provides a centralized platform for controlling vSphere environments for > visibility across hybrid clouds. VMware typically supports vCenter for a duration of 7 years with 5 years of general support and an additional 2 years of technical guidance during which vCenter will no longer receive bug fixes and security updates. ## [General Support](https://lifecycle.vmware.com/) The last date on which you can request support; the end of regular VMware maintenance updates and upgrades, _bug and security fixes,_ and technical assistance as per the Support and Subscription Terms and Conditions. ## Technical Guidance The last date on which you can access support and workarounds for low-severity issues on supported configurations only. During the Technical Guidance phase, VMware does not offer new hardware support, server/client/guest OS updates, new security patches or bug fixes unless otherwise noted. {% include table.html labels="Release,Technical Guidance Ends" fields="releaseCycle,technicalGuidance" types="raw,end-date" rows=page.releases %} ================================================ FILE: products/vue.md ================================================ --- title: Vue addedAt: 2022-03-21 category: framework tags: javascript-runtime herodevs iconSlug: vuedotjs permalink: /vue alternate_urls: - /vuejs versionCommand: npm list vue releasePolicyLink: https://vuejs.org/about/releases.html eoasColumn: true eoesColumn: Commercial Support changelogTemplate: https://github.com/vuejs/core/releases/tag/v__LATEST__ auto: methods: - npm: vue identifiers: - repology: vue.js - purl: pkg:npm/vue - purl: pkg:github/vuejs/vue - purl: pkg:github/vuejs/core releases: - releaseCycle: "3.5" releaseDate: 2024-09-03 eoas: false eol: false latest: "3.5.30" latestReleaseDate: 2026-03-09 - releaseCycle: "3.4" releaseDate: 2023-12-29 eoas: 2024-09-03 eol: 2024-09-03 latest: "3.4.38" latestReleaseDate: 2024-08-15 - releaseCycle: "3.3" releaseDate: 2023-05-11 eoas: 2023-12-29 eol: 2023-12-29 latest: "3.3.13" latestReleaseDate: 2023-12-19 - releaseCycle: "2.7" releaseDate: 2022-07-01 # this is correct, see https://blog.vuejs.org/posts/vue-2-7-naruto eoas: 2023-12-31 eol: 2023-12-31 eoes: false latest: "2.7.16" latestReleaseDate: 2023-12-24 link: "https://github.com/vuejs/vue/releases/tag/v__LATEST__" - releaseCycle: "3.2" releaseDate: 2021-08-09 eoas: 2023-05-11 eol: 2023-05-11 latest: "3.2.47" latestReleaseDate: 2023-02-02 - releaseCycle: "3.1" releaseDate: 2021-06-07 eoas: 2021-08-09 eol: 2021-08-09 latest: "3.1.5" latestReleaseDate: 2021-07-16 - releaseCycle: "3.0" releaseDate: 2020-09-18 eoas: 2021-06-07 eol: 2021-06-07 latest: "3.0.11" latestReleaseDate: 2021-04-01 - releaseCycle: "2.6" releaseDate: 2019-02-04 eoas: 2022-07-01 eol: 2022-07-01 eoes: false latest: "2.6.14" latestReleaseDate: 2021-06-07 link: "https://github.com/vuejs/vue/releases/tag/v__LATEST__" - releaseCycle: "2.5" releaseDate: 2017-10-13 eoas: 2019-02-04 eol: 2019-02-04 eoes: true latest: "2.5.22" latestReleaseDate: 2019-01-11 link: "https://github.com/vuejs/vue/releases/tag/v__LATEST__" - releaseCycle: "2.4" releaseDate: 2017-07-13 eoas: 2017-10-13 eol: 2017-10-13 eoes: true latest: "2.4.4" latestReleaseDate: 2017-09-14 link: "https://github.com/vuejs/vue/releases/tag/v__LATEST__" - releaseCycle: "2.3" releaseDate: 2017-04-27 eoas: 2017-07-13 eol: 2017-07-13 eoes: true latest: "2.3.4" latestReleaseDate: 2017-06-08 link: "https://github.com/vuejs/vue/releases/tag/v__LATEST__" - releaseCycle: "2.2" releaseDate: 2017-02-26 eoas: 2017-04-27 eol: 2017-04-27 eoes: true latest: "2.2.6" latestReleaseDate: 2017-03-27 link: "https://github.com/vuejs/vue/releases/tag/v__LATEST__" - releaseCycle: "2.1" releaseDate: 2016-11-22 eoas: 2017-02-26 eol: 2017-02-26 eoes: true latest: "2.1.10" latestReleaseDate: 2017-01-17 link: "https://github.com/vuejs/vue/releases/tag/v__LATEST__" - releaseCycle: "2.0" releaseDate: 2016-09-30 eoas: 2016-11-22 eol: 2016-11-22 eoes: true latest: "2.0.8" latestReleaseDate: 2016-11-20 link: "https://github.com/vuejs/vue/releases/tag/v__LATEST__" - releaseCycle: "1" releaseDate: 2015-10-27 eoas: true eol: true latest: "1.0.28" latestReleaseDate: 2016-09-27 link: "https://github.com/vuejs/vue/releases/tag/v__LATEST__" --- > [Vue](https://vuejs.org/) is a JavaScript framework for building user interfaces. It builds on top > of standard HTML, CSS and JavaScript, and provides a declarative and component-based programming > model to efficiently develop user interfaces. [Vue does not have a fixed release cycle](https://vuejs.org/about/releases.html). Patch releases are released as needed. Minor releases always contain new features, with a typical time frame of 3–6 months in between. Minor releases always go through a beta pre-release phase. Major releases will be announced ahead of time, and will go through an early discussion phase and alpha / beta pre-release phases. Every time a new major is released, the last minor in the previous major automatically becomes LTS for 18 months, receiving bug fixes and security patches. Then it becomes maintenance mode (security patches only) for another 18 months before entering end of life. "2.7" was the planned LTS release for the v2 cycle with [end of life](https://v2.vuejs.org/lts/) on December 31, 2023. Commercial support for Vue 2.x is available through the [HeroDevs Never-Ending Support](https://www.herodevs.com/support/nes-vue) initiative. For more information, see NES Vue [2.6](https://support.herodevs.com/hc/en-us/articles/21257913328909-Vue-2-6-NES) and [2.7](https://support.herodevs.com/hc/en-us/articles/21257927146381-Vue-2-7-NES) docs. ================================================ FILE: products/vuetify.md ================================================ --- title: Vuetify addedAt: 2023-03-31 category: framework tags: herodevs javascript-runtime iconSlug: vuetify permalink: /vuetify versionCommand: npm list vuetify releasePolicyLink: https://vuetifyjs.com/introduction/long-term-support/ changelogTemplate: https://github.com/vuetifyjs/vuetify/releases/tag/v__LATEST__ eoasColumn: true eoesColumn: Commercial Support identifiers: - purl: pkg:npm/vuetify - cpe: cpe:2.3:a:vuetifyjs:vuetify - cpe: cpe:/a:vuetifyjs:vuetify auto: methods: - npm: vuetify - release_table: https://vuetifyjs.com/introduction/long-term-support/ render_javascript: true render_javascript_wait_until: networkidle fields: releaseCycle: column: "Version" regex: '^Vuetify (?P\d+).*$' releaseDate: column: "Initial Release Date" regex: '^(?P\w+) (?P\d+)(st|nd|rd|th)?,? (?P\d{4}).*$' template: "{{month}} {{day}} {{year}}" eoas: column: "LTS Start Date" regex: '^(?P\w+) (?P\d+)(st|nd|rd|th)?,? (?P\d{4}).*$' template: "{{month}} {{day}} {{year}}" eol: column: "LTS End Date" regex: '^(?P\w+) (?P\d+)(st|nd|rd|th)?,? (?P\d{4}).*$' template: "{{month}} {{day}} {{year}}" releases: - releaseCycle: "4" releaseDate: 2026-02-23 eoas: false eol: false latest: "4.0.3" latestReleaseDate: 2026-03-19 - releaseCycle: "3" releaseDate: 2022-11-01 eoas: false eol: false latest: "3.12.3" latestReleaseDate: 2026-03-12 - releaseCycle: "2" releaseDate: 2019-07-23 eoas: 2023-07-05 eol: 2025-01-23 latest: "2.7.2" eoes: false latestReleaseDate: 2024-02-14 - releaseCycle: "1" releaseDate: 2019-02-05 eoas: 2019-07-31 lts: 2019-07-31 eol: 2020-07-31 latest: "1.5.24" latestReleaseDate: 2020-03-03 --- > [Vuetify](https://vuetifyjs.com/) is an open-source Vue Component Framework. It is a collection > of consistently styled UI components with features such as dynamic themes, global defaults, > application layouts, and more. Each major release is supported with critical and security fixes for [a minimum of 18 months](https://vuetifyjs.com/introduction/long-term-support/) from the date of release of the last minor version in a given cycle, which marks the start of LTS. Commercial support for Vuetify 2.x is available through the [HeroDevs Never-Ending Support](https://www.herodevs.com/support/vuetify-nes) initiative. For more information, see [Vuetify 2 docs](https://v2.vuetifyjs.com/en/about/eol/). ================================================ FILE: products/wagtail.md ================================================ --- title: Wagtail addedAt: 2021-05-20 category: framework tags: python-runtime iconSlug: wagtail permalink: /wagtail versionCommand: python -c "import wagtail; print(wagtail.__version__)" releasePolicyLink: https://github.com/wagtail/wagtail/wiki/Release-schedule changelogTemplate: https://docs.wagtail.org/en/stable/releases/__LATEST__.html eoasColumn: true identifiers: - repology: python:wagtail - purl: pkg:pypi/wagtail - cpe: cpe:2.3:a:torchbox:wagtail auto: methods: - pypi: wagtail - release_table: https://github.com/wagtail/wagtail/wiki/Release-schedule header_selector: "tr:nth-of-type(1)" fields: releaseCycle: column: "Version" regex: '^(?P\d+\.\d+).*$' releaseDate: "Release date" eoas: "Active support" eol: "Security support" releases: - releaseCycle: "7.3" releaseDate: 2026-02-02 eoas: 2026-05-04 eol: 2026-08-03 latest: "7.3.1" latestReleaseDate: 2026-03-03 - releaseCycle: "7.2" releaseDate: 2025-11-05 eoas: 2026-02-02 eol: 2026-05-04 latest: "7.2.3" latestReleaseDate: 2026-03-03 - releaseCycle: "7.1" releaseDate: 2025-08-04 eoas: 2025-11-05 eol: 2026-02-02 latest: "7.1.3" latestReleaseDate: 2026-02-03 - releaseCycle: "7.0" lts: true releaseDate: 2025-05-06 eoas: 2026-11-02 eol: 2026-11-02 latest: "7.0.6" latestReleaseDate: 2026-03-03 - releaseCycle: "6.4" releaseDate: 2025-02-03 eoas: 2025-05-06 eol: 2025-08-04 latest: "6.4.2" latestReleaseDate: 2025-06-12 - releaseCycle: "6.3" lts: true releaseDate: 2024-11-01 eoas: 2026-05-01 eol: 2026-05-01 latest: "6.3.8" latestReleaseDate: 2026-03-03 - releaseCycle: "6.2" releaseDate: 2024-08-01 eoas: 2024-11-01 eol: 2025-02-03 latest: "6.2.4" latestReleaseDate: 2025-06-17 - releaseCycle: "6.1" releaseDate: 2024-05-01 eoas: 2024-08-01 eol: 2024-11-01 latest: "6.1.3" latestReleaseDate: 2024-07-11 - releaseCycle: "6.0" releaseDate: 2024-02-07 eoas: 2024-05-01 eol: 2024-08-01 latest: "6.0.6" latestReleaseDate: 2024-07-11 - releaseCycle: "5.2" lts: true releaseDate: 2023-11-01 eoas: 2025-05-06 eol: 2025-05-06 latest: "5.2.8" latestReleaseDate: 2025-02-03 - releaseCycle: "5.1" releaseDate: 2023-08-01 eoas: 2023-11-01 eol: 2024-02-01 latest: "5.1.3" latestReleaseDate: 2023-10-19 - releaseCycle: "5.0" releaseDate: 2023-05-02 eoas: 2023-08-01 eol: 2023-11-01 latest: "5.0.5" latestReleaseDate: 2023-10-19 - releaseCycle: "4.2" releaseDate: 2023-02-01 eoas: 2023-05-02 eol: 2023-08-01 latest: "4.2.4" latestReleaseDate: 2023-05-25 - releaseCycle: "4.1" releaseDate: 2022-11-01 eoas: 2024-02-01 lts: true eol: 2024-02-01 latest: "4.1.9" latestReleaseDate: 2023-10-19 - releaseCycle: "4.0" releaseDate: 2022-08-31 eoas: 2022-11-01 eol: 2023-02-01 latest: "4.0.4" latestReleaseDate: 2022-10-18 - releaseCycle: "3.0" releaseDate: 2022-05-16 eoas: 2022-08-31 eol: 2022-11-01 latest: "3.0.3" latestReleaseDate: 2022-09-05 - releaseCycle: "2.16" releaseDate: 2022-02-07 eoas: 2022-05-01 eol: 2022-08-01 latest: "2.16.3" latestReleaseDate: 2022-09-05 - releaseCycle: "2.15" lts: true releaseDate: 2021-11-04 eoas: 2023-02-01 eol: 2023-02-01 latest: "2.15.6" latestReleaseDate: 2022-09-05 - releaseCycle: "2.14" releaseDate: 2021-08-01 eoas: 2021-11-04 eol: 2022-02-07 latest: "2.14.2" latestReleaseDate: 2021-10-14 - releaseCycle: "2.13" releaseDate: 2021-05-12 eoas: 2021-08-01 eol: 2021-11-04 latest: "2.13.5" latestReleaseDate: 2021-10-14 - releaseCycle: "2.12" releaseDate: 2021-02-02 eoas: 2021-05-12 eol: 2021-08-01 latest: "2.12.6" latestReleaseDate: 2021-07-13 - releaseCycle: "2.11" lts: true releaseDate: 2020-11-02 eoas: 2022-02-01 eol: 2022-02-01 latest: "2.11.9" latestReleaseDate: 2022-01-24 - releaseCycle: "2.10" releaseDate: 2020-08-11 eoas: 2020-11-01 eol: 2021-02-02 latest: "2.10.2" latestReleaseDate: 2020-09-25 - releaseCycle: "2.9" releaseDate: 2020-05-04 eoas: 2020-08-11 eol: 2020-11-02 latest: "2.9.3" latestReleaseDate: 2020-07-20 - releaseCycle: "2.8" releaseDate: 2020-02-03 eoas: 2020-05-04 eol: 2020-08-11 latest: "2.8.2" latestReleaseDate: 2020-05-04 - releaseCycle: "2.7" lts: true releaseDate: 2019-11-06 eoas: 2021-02-03 eol: 2021-02-03 latest: "2.7.4" latestReleaseDate: 2020-07-20 - releaseCycle: "2.6" releaseDate: 2019-08-01 eoas: 2019-11-01 eol: 2020-02-03 latest: "2.6.3" latestReleaseDate: 2019-10-22 - releaseCycle: "2.5" releaseDate: 2019-04-24 eoas: 2019-08-01 eol: 2019-11-06 latest: "2.5.2" latestReleaseDate: 2019-08-01 - releaseCycle: "2.4" releaseDate: 2018-12-19 eoas: 2019-04-30 eol: 2019-08-01 latest: "2.4" latestReleaseDate: 2018-12-19 - releaseCycle: "2.3" lts: true releaseDate: 2018-10-31 eoas: 2020-02-01 eol: 2020-02-01 latest: "2.3" latestReleaseDate: 2018-10-23 - releaseCycle: "1.13" lts: true releaseDate: 2017-10-31 eoas: 2019-04-30 eol: 2019-04-30 latest: "1.13.4" latestReleaseDate: 2018-08-13 - releaseCycle: "1.12" lts: true releaseDate: 2017-08-31 eoas: 2018-11-30 eol: 2018-11-30 latest: "1.12.6" latestReleaseDate: 2018-08-13 - releaseCycle: "1.8" lts: true releaseDate: 2016-12-31 eoas: 2017-08-31 eol: 2017-08-31 latest: "1.8.2" latestReleaseDate: 2017-04-21 - releaseCycle: "1.4" lts: true releaseDate: 2016-03-31 eoas: 2016-12-31 eol: 2016-12-31 latest: "1.4.6" latestReleaseDate: 2016-07-18 - releaseCycle: "0.8" lts: true releaseDate: 2014-11-30 eoas: 2016-03-31 eol: 2016-03-31 latest: "0.8.10" latestReleaseDate: 2015-09-16 --- > [Wagtail](https://wagtail.org/) is an open source content management system built on Django, with > a strong community and commercial support. It's focused on user experience, and offers precise > control for designers and developers. Minor/Feature releases of Wagtail are released every three months. A feature release will usually stop receiving patch release updates when the next feature release comes out. LTS releases receive fixes for security and data-loss related issues. Typically, an LTS release will happen every four feature releases and receive updates for six feature releases, giving a support period of eighteen months with a six-month overlap. LTS releases will ensure compatibility with at least one [Django LTS release](https://www.djangoproject.com/download/#supported-versions). The Wagtail team provides [official security support](https://docs.wagtail.org/en/stable/contributing/security.html#supported-versions) for: - The two most recent Wagtail release series. - The latest LTS release. ## [Compatible Django / Python versions](https://docs.wagtail.org/en/stable/releases/upgrading.html#compatible-django-python-versions) | Wagtail release | Compatible Django versions | Compatible Python versions | | --------------- | -------------------------- | -------------------------- | | 7.1 | 4.2, 5.1, 5.2 | 3.9-3.13 | | 7.0 LTS | 4.2, 5.1, 5.2 | 3.9-3.13 | | 6.3 LTS | 4.2, 5.0, 5.1, 5.2 | 3.9-3.12 | *[LTS]: Long-Term Support ================================================ FILE: products/watchos.md ================================================ --- title: Apple watchOS addedAt: 2022-10-08 category: os tags: apple smartwatch iconSlug: apple permalink: /watchos changelogTemplate: https://developer.apple.com/documentation/watchos-release-notes/watchos-__RELEASE_CYCLE__-release-notes identifiers: - cpe: cpe:/o:apple:watch_os - cpe: cpe:2.3:o:apple:watch_os auto: methods: - apple: watchos # If you are changing these, please use this as your corpus to validate your changes: # https://gist.githubusercontent.com/captn3m0/e7cb1f4fc3c07a5da0296ebda2b33e15/raw/5747e42ad611ec9ffdb7a2d1c0e3946bb87ab6d7/apple.txt regex: - 'watchOS\s+(?P\d+)' - 'watchOS\s+(?P\d+(?:\.\d+)+)' # eol(x) = releaseDate(x+1) releases: - releaseCycle: "26" releaseDate: 2025-09-15 eol: false latest: "26.3" latestReleaseDate: 2026-02-11 - releaseCycle: "11" releaseDate: 2024-09-16 eol: 2025-09-15 latest: "11.6.2" latestReleaseDate: 2026-02-05 - releaseCycle: "10" releaseDate: 2023-09-18 eol: 2024-09-16 latest: "10.6.2" latestReleaseDate: 2026-02-02 - releaseCycle: "9" releaseDate: 2022-09-12 eol: 2023-09-18 latest: "9.6.4" latestReleaseDate: 2026-02-02 - releaseCycle: "8" releaseDate: 2021-09-20 eol: 2022-09-12 latest: "8.8.1" latestReleaseDate: 2023-06-21 - releaseCycle: "7" releaseDate: 2020-09-16 eol: 2021-09-20 latest: "7.6.2" latestReleaseDate: 2021-09-13 - releaseCycle: "6" releaseDate: 2019-09-19 eol: 2020-09-16 latest: "6.3.1" latestReleaseDate: 2026-02-02 - releaseCycle: "5" releaseDate: 2018-09-17 eol: 2019-09-19 latest: "5.3.9" latestReleaseDate: 2020-11-05 - releaseCycle: "4" releaseDate: 2017-09-19 eol: 2018-09-17 latest: "4.3.2" latestReleaseDate: 2018-07-09 link: https://support.apple.com/HT208071 - releaseCycle: "3" releaseDate: 2016-09-13 eol: 2017-09-19 latest: "3.2.3" latestReleaseDate: 2017-07-19 link: https://support.apple.com/kb/DL1894 --- > [watchOS](https://www.apple.com/watchos/) is Apple's mobile operating system for its Apple Watches. > It is based on iOS, and introduced in 2015. Major versions of watchOS are released annually, with the previous major version losing support. Apple publishes a [Compatibility Table](https://support.apple.com/118490) for supported combinations of iPhone, iOS, watchOS. A detailed version history can be found on [Wikipedia](https://wikipedia.org/wiki/WatchOS#Version_history). ================================================ FILE: products/weakforced.md ================================================ --- title: Weakforced addedAt: 2025-03-20 category: server-app tags: web-server permalink: /weakforced alternate_urls: - /wforce versionCommand: |- #run wforce client wforce -c > showVersion() changelogTemplate: "https://github.com/PowerDNS/weakforced/releases/tag/v__LATEST__" auto: methods: - git: https://github.com/PowerDNS/weakforced.git identifiers: - repology: weakforced releases: - releaseCycle: "3.0" releaseDate: 2025-08-20 eol: false latest: "3.0.0" latestReleaseDate: 2025-08-20 - releaseCycle: "2.12" releaseDate: 2024-08-23 eol: 2025-08-20 latest: "2.12.1" latestReleaseDate: 2025-02-11 - releaseCycle: "2.10" releaseDate: 2023-12-05 eol: 2024-08-23 latest: "2.10.3" latestReleaseDate: 2025-11-05 - releaseCycle: "2.8" releaseDate: 2022-12-05 eol: 2023-12-20 latest: "2.8.0" latestReleaseDate: 2022-12-05 - releaseCycle: "2.6" releaseDate: 2021-11-24 eol: 2022-12-05 latest: "2.6.2" latestReleaseDate: 2022-05-19 - releaseCycle: "2.4" releaseDate: 2020-08-05 eol: 2021-11-24 latest: "2.4.1" latestReleaseDate: 2021-07-01 - releaseCycle: "2.2" releaseDate: 2019-11-07 eol: 2020-08-05 latest: "2.2.2" latestReleaseDate: 2020-03-13 - releaseCycle: "2.0" releaseDate: 2018-12-11 eol: 2019-11-25 latest: "2.0.1" latestReleaseDate: 2019-04-16 --- > [Weakforced](https://powerdns.github.io/weakforced/) is an open-source anti-abuse engine for > authentication systems, acting as a policy decision point for email systems, web portals and any > other type of system that is open to authentication abuse on the Internet. Wforce does not follow a documented release policy. Looking at the latest releases, it seems that: - there is a new minor release every year - there are patch versions for the latest release cycle as needed - each new release cycle ends the previous one - public/stable cycles do have an even minor number Wforce is a project by Dovecot, PowerDNS and Open-Xchange. For historical reasons, it lives in the PowerDNS GitHub organization. Usage of wforce is not bound to any of those tools. ================================================ FILE: products/weechat.md ================================================ --- title: WeeChat addedAt: 2023-07-15 category: app permalink: /weechat versionCommand: weechat --version changelogTemplate: https://github.com/weechat/weechat/releases/tag/v__LATEST__ eolColumn: Active Support identifiers: - repology: weechat - cpe: cpe:/a:weechat:weechat - cpe: cpe:2.3:a:weechat:weechat auto: methods: - git: https://github.com/weechat/weechat.git # eol(x) = releaseDate(x+1) releases: - releaseCycle: "4.8" releaseDate: 2025-11-30 eol: false latest: "4.8.2" latestReleaseDate: 2026-03-06 - releaseCycle: "4.7" releaseDate: 2025-07-19 eol: 2025-11-30 latest: "4.7.2" latestReleaseDate: 2025-11-23 - releaseCycle: "4.6" releaseDate: 2025-03-23 eol: 2025-07-19 latest: "4.6.3" latestReleaseDate: 2025-05-11 - releaseCycle: "4.5" releaseDate: 2024-12-15 eol: 2025-03-23 latest: "4.5.2" latestReleaseDate: 2025-02-20 - releaseCycle: "4.4" releaseDate: 2024-08-17 eol: 2024-12-15 latest: "4.4.4" latestReleaseDate: 2024-11-30 - releaseCycle: "4.3" releaseDate: 2024-05-26 eol: 2024-08-17 latest: "4.3.6" latestReleaseDate: 2024-08-15 - releaseCycle: "4.2" releaseDate: 2024-01-21 eol: 2024-05-26 latest: "4.2.3" latestReleaseDate: 2024-05-31 - releaseCycle: "4.1" releaseDate: 2023-10-15 eol: 2024-01-21 latest: "4.1.3" latestReleaseDate: 2024-01-20 - releaseCycle: "4.0" releaseDate: 2023-06-24 eol: 2023-10-15 latest: "4.0.8" latestReleaseDate: 2024-01-20 - releaseCycle: "3.8" releaseDate: 2023-01-08 eol: 2023-06-24 latest: "3.8" latestReleaseDate: 2023-01-08 - releaseCycle: "3.7" releaseDate: 2022-10-09 eol: 2023-01-08 latest: "3.7.1" latestReleaseDate: 2022-10-21 - releaseCycle: "3.6" releaseDate: 2022-07-10 eol: 2022-10-09 latest: "3.6" latestReleaseDate: 2022-07-10 - releaseCycle: "3.5" releaseDate: 2022-03-27 eol: 2022-07-10 latest: "3.5" latestReleaseDate: 2022-03-27 - releaseCycle: "3.4" releaseDate: 2021-12-18 eol: 2022-03-27 latest: "3.4.1" latestReleaseDate: 2022-03-13 - releaseCycle: "3.3" releaseDate: 2021-09-19 eol: 2021-12-18 latest: "3.3" latestReleaseDate: 2021-09-19 - releaseCycle: "3.2" releaseDate: 2021-06-13 eol: 2021-09-19 latest: "3.2.1" latestReleaseDate: 2021-09-04 - releaseCycle: "3.1" releaseDate: 2021-03-07 eol: 2021-06-13 latest: "3.1" latestReleaseDate: 2021-03-07 - releaseCycle: "3.0" releaseDate: 2020-11-11 eol: 2021-03-07 latest: "3.0.1" latestReleaseDate: 2021-01-31 - releaseCycle: "2.9" releaseDate: 2020-07-18 eol: 2020-11-11 latest: "2.9" latestReleaseDate: 2020-07-18 --- > [WeeChat](https://weechat.org) (Wee Enhanced Environment for Chat) is a free and open-source > Internet Relay Chat client designed to be light and fast. It is released under the terms > of the GNU GPL-3.0-or-later and has been developed since 2003. WeeChat [only supports the latest release](https://github.com/endoflife-date/endoflife.date/pull/3267#issuecomment-1632930520). ================================================ FILE: products/windows-embedded.md ================================================ --- title: Microsoft Windows Embedded addedAt: 2020-09-28 category: os tags: microsoft windows permalink: /windows-embedded alternate_urls: - /windowsembedded versionCommand: winver releasePolicyLink: https://learn.microsoft.com/lifecycle/products/?terms=Windows%20Embedded releaseLabel: "Windows Embedded __RELEASE_CYCLE__" latestColumn: false eoasColumn: true releases: - releaseCycle: "8.1-industry" releaseLabel: "8.1 Industry" releaseDate: 2013-11-25 eoas: 2018-07-10 eol: 2023-07-11 link: https://learn.microsoft.com/lifecycle/products/windows-embedded-81-industry - releaseCycle: "8.1-pro" releaseLabel: "8.1 Pro" releaseDate: 2013-11-13 eoas: 2018-01-09 eol: 2023-01-10 link: https://learn.microsoft.com/lifecycle/products/windows-embedded-81-pro - releaseCycle: "compact-2013" releaseLabel: "Compact 2013" releaseDate: 2013-08-11 eoas: 2018-10-09 eol: 2023-10-10 link: https://learn.microsoft.com/lifecycle/products/windows-embedded-compact-2013 - releaseCycle: "posready-7" releaseLabel: "POSReady 7" releaseDate: 2011-09-10 eoas: 2016-10-11 eol: 2021-10-12 link: https://learn.microsoft.com/lifecycle/products/windows-embedded-posready-7 - releaseCycle: "compact-7" releaseLabel: "Compact 7" releaseDate: 2011-03-15 eoas: 2016-04-12 eol: 2021-04-13 link: https://learn.microsoft.com/lifecycle/products/windows-embedded-compact-7 - releaseCycle: "standard-7-sp1" releaseLabel: "Standard 7 SP1" releaseDate: 2011-02-28 eoas: 2015-10-13 eol: 2020-10-13 link: https://learn.microsoft.com/lifecycle/products/windows-embedded-standard-7 --- > [Windows Embedded](https://developer.microsoft.com/windows/iot/), now called Windows IoT, is a > family of operating systems from Microsoft designed for use in embedded systems. Windows Embedded > operating systems are available to original equipment manufacturers (OEMs), who make it available > to end users preloaded with their hardware. ================================================ FILE: products/windows-nano-server.md ================================================ --- title: Microsoft Nano Server addedAt: 2024-06-28 category: os tags: microsoft windows iconSlug: windows permalink: /windows-nano-server alternate_urls: - /windowsnanoserver versionCommand: winver releasePolicyLink: https://learn.microsoft.com/virtualization/windowscontainers/deploy-containers/base-image-lifecycle releaseLabel: "Nano Server __RELEASE_CYCLE__" LTSLabel: "LTSC" eoasColumn: true identifiers: - purl: pkg:docker/microsoft/windows-nanoserver # Releases available on https://hub.docker.com/r/microsoft/windows-nanoserver. releases: - releaseCycle: "2025" releaseDate: 2024-11-01 eoas: 2029-10-09 eol: 2034-10-10 latest: 10.0.26100 lts: true link: https://learn.microsoft.com/windows/release-health/windows-server-release-info - releaseCycle: "2022" releaseDate: 2021-08-18 eoas: 2026-10-13 eol: 2031-10-14 latest: 10.0.20348 lts: true link: https://learn.microsoft.com/windows/release-health/windows-server-release-info - releaseCycle: "20h2" releaseLabel: "20H2" releaseDate: 2020-10-20 eoas: 2022-08-09 eol: 2022-08-09 latest: 10.0.19042 link: https://learn.microsoft.com/lifecycle/announcements/windows-server-20h2-retiring - releaseCycle: "2004" releaseDate: 2020-05-27 eoas: 2021-12-14 eol: 2021-12-14 latest: 10.0.19041 link: https://learn.microsoft.com/lifecycle/announcements/windows-server-version-2004-end-of-servicing - releaseCycle: "1909" releaseDate: 2019-11-12 eoas: 2021-05-11 eol: 2021-05-11 latest: 10.0.18363 link: https://learn.microsoft.com/lifecycle/announcements/windows-server-1909-end-of-servicing - releaseCycle: "1903" releaseDate: 2019-05-21 eoas: 2020-12-08 eol: 2020-12-08 latest: 10.0.18362 link: https://learn.microsoft.com/virtualization/windowscontainers/deploy-containers/base-image-lifecycle - releaseCycle: "1809" releaseDate: 2018-11-13 eoas: 2020-11-10 eol: 2020-11-10 latest: 10.0.17763 link: https://learn.microsoft.com/lifecycle/announcements/windows-server-1809-end-of-servicing - releaseCycle: "2019" releaseDate: 2018-11-13 lts: true eoas: 2024-01-09 eol: 2029-01-09 latest: 10.0.17763 link: https://learn.microsoft.com/windows/release-health/windows-server-release-info - releaseCycle: "1803" releaseDate: 2018-04-30 eoas: 2019-11-12 eol: 2019-11-12 latest: 10.0.17134 link: https://learn.microsoft.com/lifecycle/announcements/windows-server-1803-end-of-servicing - releaseCycle: "1709" releaseDate: 2017-10-17 eoas: 2019-04-09 eol: 2019-04-09 latest: 10.0.16299 link: https://techcommunity.microsoft.com/t5/windows-server-for-developers/windows-server-version-1709-lifecycle-announcement/m-p/379766 - releaseCycle: "1607" releaseDate: 2016-10-15 eoas: 2018-09-10 eol: 2018-09-10 latest: 10.0.14393 link: https://learn.microsoft.com/virtualization/windowscontainers/deploy-containers/base-image-lifecycle --- > Nano Server is a minimal installation option of Windows Server offering a smaller disc footprint with a smaller attack surface. > It was initially intended as even smaller installation option compared to Windows Server Core. > Starting with 1709 it was removed as installation option and going forward is only offered as Windows container base image. See [Windows Server Servicing channels](/windows-server#servicing-channels) for information on the servicing channels. ================================================ FILE: products/windows-powershell.md ================================================ --- title: Microsoft Windows PowerShell addedAt: 2025-10-22 category: lang tags: microsoft iconSlug: powershell permalink: /windows-powershell versionCommand: powershell -Command "$PSVersionTable.PSVersion" releasePolicyLink: https://learn.microsoft.com/powershell/scripting/install/powershell-support-lifecycle?view=powershell-5.1#windows-powershell-release-history eolColumn: Support Status latestColumn: false staleReleaseThresholdDays: 3650 # oses have longer support periods releases: - releaseCycle: "5.1" releaseDate: 2016-08-02 eol: false - releaseCycle: "5.0" releaseDate: 2016-02-24 eol: 2016-08-02 - releaseCycle: "4.0" releaseDate: 2013-10-01 eol: 2023-10-10 - releaseCycle: "3.0" releaseDate: 2012-10-01 eol: 2023-10-10 - releaseCycle: "2.0" releaseDate: 2009-07-01 eol: 2020-01-14 - releaseCycle: "1.0" releaseDate: 2006-11-14 eol: 2020-01-14 --- > [Windows PowerShell](https://learn.microsoft.com/powershell/scripting/what-is-windows-powershell) > is a shell program developed by Microsoft for task automation and configuration management for > Windows based operating systems. It uses the full .NET Framework, which only runs on Windows. > Microsoft is no longer updating Windows PowerShell with new features. Go to > [PowerShell](/powershell) for the cross-platform successor. {: .note } > Windows PowerShell is a component of the Windows operating system. Components receive > the same support as their parent product or platform: | Version | Note | | ------- | -------------------------------------------------------------------------- | | 5.1 | Released in Windows 10 Anniversary Update and Windows Server 2016, WMF 5.1 | | 5.0 | Released in Windows Management Framework (WMF) 5.0 | | 4.0 | Integrated in Windows 8.1 and with Windows Server 2012 R2, WMF 4.0 | | 3.0 | Integrated in Windows 8 and with Windows Server 2012 WMF 3.0 | | 2.0 | Integrated in Windows 7 and Windows Server 2008 R2, WMF 2.0 | | 1.0 | Optional component of Windows Server 2008 | ================================================ FILE: products/windows-server-core.md ================================================ --- title: Microsoft Windows Server Core addedAt: 2024-06-28 category: os tags: microsoft windows iconSlug: windows permalink: /windows-server-core alternate_urls: - /windowsservercore versionCommand: winver releasePolicyLink: https://learn.microsoft.com/virtualization/windowscontainers/deploy-containers/base-image-lifecycle releaseLabel: "Windows Server Core __RELEASE_CYCLE__" LTSLabel: "LTSC" eoasColumn: true releases: - releaseCycle: "2025" releaseDate: 2024-11-01 eoas: 2029-10-09 eol: 2034-10-10 latest: 10.0.26100 lts: true link: https://learn.microsoft.com/windows/release-health/windows-server-release-info - releaseCycle: "2022" releaseDate: 2021-08-18 eoas: 2026-10-13 eol: 2031-10-14 latest: 10.0.20348 lts: true link: https://learn.microsoft.com/windows/release-health/windows-server-release-info - releaseCycle: "20h2" releaseLabel: "20H2" releaseDate: 2020-10-20 eoas: 2022-08-09 eol: 2022-08-09 latest: 10.0.19042 link: https://learn.microsoft.com/lifecycle/announcements/windows-server-20h2-retiring - releaseCycle: "2004" releaseDate: 2020-05-27 eoas: 2021-12-14 eol: 2021-12-14 latest: 10.0.19041 link: https://learn.microsoft.com/lifecycle/announcements/windows-server-version-2004-end-of-servicing - releaseCycle: "1909" releaseDate: 2019-11-12 eoas: 2021-05-11 eol: 2021-05-11 latest: 10.0.18363 link: https://learn.microsoft.com/lifecycle/announcements/windows-server-1909-end-of-servicing - releaseCycle: "1903" releaseDate: 2019-05-21 eoas: 2020-12-08 eol: 2020-12-08 latest: 10.0.18362 link: https://learn.microsoft.com/virtualization/windowscontainers/deploy-containers/base-image-lifecycle - releaseCycle: "1809" releaseDate: 2018-11-13 eoas: 2020-11-10 eol: 2020-11-10 latest: 10.0.17763 link: https://learn.microsoft.com/lifecycle/announcements/windows-server-1809-end-of-servicing - releaseCycle: "2019" releaseDate: 2018-11-13 lts: true eoas: 2024-01-09 eol: 2029-01-09 latest: 10.0.17763 link: https://learn.microsoft.com/windows/release-health/windows-server-release-info - releaseCycle: "1803" releaseDate: 2018-04-30 eoas: 2019-11-12 eol: 2019-11-12 latest: 10.0.17134 link: https://learn.microsoft.com/lifecycle/announcements/windows-server-1803-end-of-servicing - releaseCycle: "1709" releaseDate: 2017-10-17 eoas: 2019-04-09 eol: 2019-04-09 latest: 10.0.16299 link: https://techcommunity.microsoft.com/t5/windows-server-for-developers/windows-server-version-1709-lifecycle-announcement/m-p/379766 - releaseCycle: "1607" releaseDate: 2016-10-15 eoas: 2022-01-11 eol: 2022-01-11 latest: 10.0.14393 link: https://learn.microsoft.com/virtualization/windowscontainers/deploy-containers/base-image-lifecycle - releaseCycle: "2016" releaseDate: 2016-10-15 lts: true eoas: 2022-01-11 eol: 2027-01-12 latest: 10.0.14393 link: https://learn.microsoft.com/virtualization/windowscontainers/deploy-containers/base-image-lifecycle - releaseCycle: "2012-r2" releaseLabel: "2012-R2" releaseDate: 2013-11-25 lts: true eoas: 2018-10-09 eol: 2023-10-10 eoes: 2026-10-13 latest: 6.3.9600 link: https://learn.microsoft.com/lifecycle/products/windows-server-2012-r2 - releaseCycle: "2012" lts: true releaseDate: 2012-10-30 eoas: 2018-10-09 eol: 2023-10-10 eoes: 2026-10-13 latest: 6.2.9200 link: https://learn.microsoft.com/lifecycle/products/windows-server-2012 - releaseCycle: "2008-r2-sp1" releaseLabel: "2008-R2-SP1" releaseDate: 2011-02-22 lts: true eoas: 2015-01-13 eol: 2020-01-14 eoes: 2023-01-10 latest: 6.1.7601 link: https://learn.microsoft.com/lifecycle/products/windows-server-2008-r2 - releaseCycle: "2008-sp2" releaseLabel: "2008-SP2" releaseDate: 2009-04-29 lts: true eoas: 2015-01-13 eol: 2020-01-14 eoes: 2023-01-10 latest: 6.0.6003 link: https://learn.microsoft.com/lifecycle/products/windows-server-2008 --- > Windows Server Core is a minimal installation option of Windows Server offering a smaller disc footprint with a smaller attack surface. > It's also offered as a Windows container base image starting with 2016 (1607). See [Windows Server Servicing channels](/windows-server#servicing-channels) for information on the servicing channels. ================================================ FILE: products/windows-server.md ================================================ --- title: Microsoft Windows Server addedAt: 2020-01-07 category: os tags: microsoft windows permalink: /windows-server alternate_urls: - /windowsserver versionCommand: winver releasePolicyLink: https://learn.microsoft.com/lifecycle/products/?terms=Windows%20Server releaseLabel: "Windows Server __RELEASE_CYCLE__" LTSLabel: "LTSC" eoasColumn: true eoesColumn: Extended Security Updates releases: - releaseCycle: "2025" releaseDate: 2024-11-01 eoas: 2029-10-09 eol: 2034-10-10 latest: 10.0.26100 lts: true link: https://learn.microsoft.com/windows/release-health/windows-server-release-info - releaseCycle: "23h2-ac" releaseLabel: "Windows Server 23H2 AC" releaseDate: 2023-10-24 eoas: 2025-04-24 eol: 2025-10-24 latest: 10.0.25398 link: https://learn.microsoft.com/lifecycle/products/windows-server-annual-channel - releaseCycle: "2022" releaseDate: 2021-08-18 eoas: 2026-10-13 eol: 2031-10-14 latest: 10.0.20348 lts: true link: https://learn.microsoft.com/windows/release-health/windows-server-release-info - releaseCycle: "20h2-sac" releaseLabel: "Windows Server 20H2 SAC" releaseDate: 2020-10-20 eoas: 2022-08-09 eol: 2022-08-09 latest: 10.0.19042 link: https://learn.microsoft.com/lifecycle/announcements/windows-server-20h2-retiring - releaseCycle: "2004-sac" releaseLabel: "Windows Server 2004 SAC" releaseDate: 2020-05-27 eoas: 2021-12-14 eol: 2021-12-14 latest: 10.0.19041 link: https://learn.microsoft.com/lifecycle/announcements/windows-server-version-2004-end-of-servicing - releaseCycle: "1909-sac" releaseLabel: "Windows Server 1909 SAC" releaseDate: 2019-11-12 eoas: 2021-05-11 eol: 2021-05-11 latest: 10.0.18363 link: https://learn.microsoft.com/lifecycle/announcements/windows-server-1909-end-of-servicing - releaseCycle: "1903-sac" releaseLabel: "Windows Server 1903 SAC" releaseDate: 2019-05-21 eoas: 2020-12-08 eol: 2020-12-08 latest: 10.0.18362 link: https://learn.microsoft.com/lifecycle/products/windows-server-semiannual-channel - releaseCycle: "1809-sac" releaseLabel: "Windows Server 1809 SAC" releaseDate: 2018-11-13 eoas: 2020-11-10 eol: 2020-11-10 latest: 10.0.17763 link: https://learn.microsoft.com/lifecycle/announcements/windows-server-1809-end-of-servicing - releaseCycle: "2019" releaseDate: 2018-11-13 lts: true eoas: 2024-01-09 eol: 2029-01-09 latest: 10.0.17763 link: https://learn.microsoft.com/windows/release-health/windows-server-release-info - releaseCycle: "1803-sac" releaseLabel: "Windows Server 1803 SAC" releaseDate: 2018-04-30 eoas: 2019-11-12 eol: 2019-11-12 latest: 10.0.17134 link: https://learn.microsoft.com/lifecycle/announcements/windows-server-1803-end-of-servicing - releaseCycle: "1709-sac" releaseLabel: "Windows Server 1709 SAC" releaseDate: 2017-10-17 eoas: 2019-04-09 eol: 2019-04-09 latest: 10.0.16299 link: https://techcommunity.microsoft.com/t5/windows-server-for-developers/windows-server-version-1709-lifecycle-announcement/m-p/379766 - releaseCycle: "2016" releaseDate: 2016-10-15 lts: true eoas: 2022-01-11 eol: 2027-01-12 latest: 10.0.14393 link: https://learn.microsoft.com/windows/release-health/windows-server-release-info - releaseCycle: "2012-r2" releaseLabel: "Windows Server 2012 R2" releaseDate: 2013-11-25 lts: true eoas: 2018-10-09 eol: 2023-10-10 eoes: 2026-10-13 latest: 6.3.9600 link: https://learn.microsoft.com/lifecycle/products/windows-server-2012-r2 - releaseCycle: "2012" lts: true releaseDate: 2012-10-30 eoas: 2018-10-09 eol: 2023-10-10 eoes: 2026-10-13 latest: 6.2.9200 link: https://learn.microsoft.com/lifecycle/products/windows-server-2012 - releaseCycle: "2008-r2-sp1" releaseLabel: "Windows Server 2008 R2 SP1" releaseDate: 2011-02-22 lts: true eoas: 2015-01-13 eol: 2020-01-14 eoes: 2023-01-10 latest: 6.1.7601 link: https://learn.microsoft.com/lifecycle/products/windows-server-2008-r2 - releaseCycle: "2008-sp2" releaseLabel: "Windows Server 2008 SP2" releaseDate: 2009-04-29 lts: true eoas: 2015-01-13 eol: 2020-01-14 eoes: 2023-01-10 latest: 6.0.6003 link: https://learn.microsoft.com/lifecycle/products/windows-server-2008 - releaseCycle: "2003-sp2" releaseLabel: "Windows Server 2003 SP2" releaseDate: 2007-03-13 lts: true eoas: 2010-07-13 eol: 2015-07-14 latest: 5.2.3790 link: https://learn.microsoft.com/lifecycle/products/windows-server-2003- - releaseCycle: "2003-sp1" releaseLabel: "Windows Server 2003 SP1" releaseDate: 2005-03-30 lts: false eoas: 2009-04-14 eol: 2009-04-14 latest: 5.2.3790 link: https://learn.microsoft.com/lifecycle/products/windows-server-2003- - releaseCycle: "2003" releaseDate: 2003-04-24 lts: true eoas: 2007-04-10 eol: 2007-04-10 latest: 5.2.3790 link: https://learn.microsoft.com/lifecycle/products/windows-server-2003- - releaseCycle: "2000" releaseDate: 2000-02-17 lts: true eoas: 2005-06-30 eol: 2010-07-13 latest: 5.0.2195 link: null --- > Windows Server (formerly Windows NT Server) is a group of operating systems (OS) for servers by Microsoft. > The brand name was changed to Windows Server in 2003. ## [Servicing channels](https://learn.microsoft.com/windows-server/get-started/servicing-channels-comparison) There have been historically three primary release channels available: - Long-Term Servicing Channel (LTSC) - Semi-Annual Channel (SAC) - Annual Channel (AC) The Windows Server Semi-Annual Channel (SAC) [was retired on August 9, 2022](https://learn.microsoft.com/lifecycle/announcements/windows-server-20h2-retiring). There will be no future SAC releases of Windows Server. The Windows Server Annual Channel (AC) was released after the retirement of the Semi-Annual Channel (SAC). The first release of the Annual Channel (AC) was on October 24, 2023. ### Long-Term Servicing Channel (LTSC) With the Long-Term Servicing Channel, a new major version of Windows Server is released every 2–3 years. Users are entitled to 5 years of mainstream support and 5 years of extended support. The Long-Term Servicing Channel will continue to receive security and non-security updates, but it will not receive the new features and functionality. ### Semi-Annual Channel (SAC) Each release in this channel is supported for 18 months from the initial release. Most of the features introduced in the Semi-Annual Channel have been rolled up into the next Long-Term Servicing Channel release of Windows Server. In this model, Windows Server releases were identified by the year and month of release. For example, in 2017, a release in the 9th month (September) would be identified as version 1709. Fresh releases of Windows Server in the Semi-Annual Channel occur twice a year. The support lifecycle for each release is 18 months. Starting with the fall 2020 (20H2) releases, the identification changed. Instead of a month, the release is named based on the release cycle. For example, version 20H2, for a release in the second half of the year 2020. ## Annual Channel (AC) Similar to Semi-Annual Channel (SAC), but releases occurred every 12 months. The support lifecycle for each release is 18 months of mainstream support, plus 6 months of extended support. ## Extended Security Updates (ESU) For some releases, customers also have the option to purchase [Extended Security Updates (ESU)](https://learn.microsoft.com/lifecycle/faq/extended-security-updates). It includes Critical and/or Important security updates for a maximum of three years after the product's End of Extended Support date. Customers can also get technical support for the ESU period as long as they also have an active support plan. ================================================ FILE: products/windows.md ================================================ --- title: Microsoft Windows addedAt: 2019-05-29 category: os tags: microsoft windows permalink: /windows versionCommand: winver releasePolicyLink: https://learn.microsoft.com/lifecycle/products/?terms=Windows eoasColumn: true eoesColumn: Extended Security Updates identifiers: - cpe: cpe:2.3:o:microsoft:windows - cpe: cpe:/o:microsoft:windows releases: - releaseCycle: "11-26h1-e" releaseLabel: "11 26H1 (E)" releaseDate: 2026-02-10 eoas: 2029-03-13 eol: 2029-03-13 latest: 10.0.28000 link: https://learn.microsoft.com/windows/release-health/windows11-release-information - releaseCycle: "11-26h1-w" releaseLabel: "11 26H1 (W)" releaseDate: 2026-02-10 eoas: 2028-03-14 eol: 2028-03-14 latest: 10.0.28000 link: https://learn.microsoft.com/windows/release-health/windows11-release-information - releaseCycle: "11-25h2-e" releaseLabel: "11 25H2 (E)" releaseDate: 2025-09-30 eoas: 2028-10-10 eol: 2028-10-10 latest: 10.0.26200 link: https://learn.microsoft.com/windows/release-health/windows11-release-information - releaseCycle: "11-25h2-w" releaseLabel: "11 25H2 (W)" releaseDate: 2025-09-30 eoas: 2027-10-12 eol: 2027-10-12 latest: 10.0.26200 link: https://learn.microsoft.com/windows/release-health/windows11-release-information - releaseCycle: "11-24h2-iot-lts" releaseLabel: "11 24H2 IoT" releaseDate: 2024-10-01 lts: true eoas: 2029-10-09 eol: 2034-10-10 latest: 10.0.26100 link: https://learn.microsoft.com/windows/release-health/windows11-release-information#enterprise-and-iot-enterprise-ltsc-editions - releaseCycle: "11-24h2-e-lts" releaseLabel: "11 24H2 (E)" releaseDate: 2024-10-01 lts: true eoas: 2029-10-09 eol: 2029-10-09 latest: 10.0.26100 link: https://learn.microsoft.com/windows/release-health/windows11-release-information#enterprise-and-iot-enterprise-ltsc-editions - releaseCycle: "11-24h2-e" releaseLabel: "11 24H2 (E)" releaseDate: 2024-10-01 eoas: 2027-10-12 eol: 2027-10-12 latest: 10.0.26100 link: https://learn.microsoft.com/windows/release-health/windows11-release-information - releaseCycle: "11-24h2-w" releaseLabel: "11 24H2 (W)" releaseDate: 2024-10-01 eoas: 2026-10-13 eol: 2026-10-13 latest: 10.0.26100 link: https://learn.microsoft.com/windows/release-health/windows11-release-information - releaseCycle: "11-23h2-e" releaseLabel: "11 23H2 (E)" releaseDate: 2023-10-31 eoas: 2026-11-10 eol: 2026-11-10 latest: 10.0.22631 link: https://learn.microsoft.com/windows/release-health/windows11-release-information - releaseCycle: "11-23h2-w" releaseLabel: "11 23H2 (W)" releaseDate: 2023-10-31 eoas: 2025-11-11 eol: 2025-11-11 latest: 10.0.22631 link: https://learn.microsoft.com/windows/release-health/windows11-release-information - releaseCycle: "10-22h2" releaseLabel: "10 22H2" releaseDate: 2022-10-18 eoas: 2025-10-14 eol: 2025-10-14 eoes: 2028-10-10 latest: 10.0.19045 link: https://learn.microsoft.com/windows/release-health/release-information - releaseCycle: "11-22h2-e" releaseLabel: "11 22H2 (E)" releaseDate: 2022-09-20 eoas: 2025-10-14 eol: 2025-10-14 latest: 10.0.22621 link: https://learn.microsoft.com/windows/release-health/windows11-release-information - releaseCycle: "11-22h2-w" releaseLabel: "11 22H2 (W)" releaseDate: 2022-09-20 eoas: 2024-10-08 eol: 2024-10-08 latest: 10.0.22621 link: https://learn.microsoft.com/windows/release-health/windows11-release-information - releaseCycle: "10-21h2-iot-lts" releaseLabel: "10 21H2 IoT" releaseDate: 2021-11-16 lts: true eoas: 2027-01-12 eol: 2032-01-13 latest: 10.0.19044 link: https://learn.microsoft.com/windows/release-health/release-information#enterprise-and-iot-enterprise-ltsbltsc-editions - releaseCycle: "10-21h2-e-lts" releaseLabel: "10 21H2 (E)" releaseDate: 2021-11-16 lts: true eoas: 2027-01-12 eol: 2027-01-12 latest: 10.0.19044 link: https://learn.microsoft.com/windows/release-health/release-information#enterprise-and-iot-enterprise-ltsbltsc-editions # 10 21H2 (E) non-LTS cycle - releaseCycle: "10-21h2-e" releaseLabel: "10 21H2 (E)" releaseDate: 2021-11-16 eoas: 2024-06-11 eol: 2024-06-11 latest: 10.0.19044 link: https://learn.microsoft.com/lifecycle/products/windows-10-enterprise-and-education - releaseCycle: "10-21h2-w" releaseLabel: "10 21H2 (W)" releaseDate: 2021-11-16 eoas: 2023-06-13 eol: 2023-06-13 latest: 10.0.19044 link: https://learn.microsoft.com/windows/release-health/release-information - releaseCycle: "11-21h2-e" releaseLabel: "11 21H2 (E)" releaseDate: 2021-10-04 eoas: 2024-10-08 eol: 2024-10-08 latest: 10.0.22000 link: https://learn.microsoft.com/windows/release-health/windows11-release-information - releaseCycle: "11-21h2-w" releaseLabel: "11 21H2 (W)" releaseDate: 2021-10-04 eoas: 2023-10-10 eol: 2023-10-10 latest: 10.0.22000 link: https://learn.microsoft.com/windows/release-health/windows11-release-information - releaseCycle: "10-21h1" releaseLabel: "10 21H1" releaseDate: 2021-05-18 eoas: 2022-12-13 eol: 2022-12-13 latest: 10.0.19043 link: https://learn.microsoft.com/windows/release-health/status-windows-10-21h1 - releaseCycle: "10-20h2-e" releaseLabel: "10 20H2 (E)" releaseDate: 2020-10-20 eoas: 2023-05-09 eol: 2023-05-09 latest: 10.0.19042 link: https://learn.microsoft.com/windows/release-health/status-windows-10-20h2 - releaseCycle: "10-20h2-w" releaseLabel: "10 20H2 (W)" releaseDate: 2020-10-20 eoas: 2022-05-10 eol: 2022-05-10 latest: 10.0.19042 link: https://learn.microsoft.com/windows/release-health/status-windows-10-20h2 - releaseCycle: "10-2004" releaseLabel: "10 2004" releaseDate: 2020-05-27 eoas: 2021-12-14 eol: 2021-12-14 latest: 10.0.19041 link: https://learn.microsoft.com/lifecycle/announcements/windows-10-version-2004-end-of-servicing - releaseCycle: "10-1909-e" releaseLabel: "10 1909 (E)" releaseDate: 2019-11-12 eoas: 2022-05-10 eol: 2022-05-10 latest: 10.0.18363 link: https://learn.microsoft.com/lifecycle/announcements/windows-10-1909-enterprise-education-eos - releaseCycle: "10-1909-w" releaseLabel: "10 1909 (W)" releaseDate: 2019-11-12 eoas: 2021-05-11 eol: 2021-05-11 latest: 10.0.18363 link: https://learn.microsoft.com/lifecycle/announcements/windows-10-1909-end-of-servicing - releaseCycle: "10-1903" releaseLabel: "10 1903" releaseDate: 2019-05-21 eoas: 2020-12-08 eol: 2020-12-08 latest: 10.0.18362 link: https://learn.microsoft.com/lifecycle/announcements/windows-10-1903-end-of-servicing - releaseCycle: "10-1809-e-lts" releaseLabel: "10 1809 (E)" releaseDate: 2018-11-13 lts: true eoas: 2024-01-09 eol: 2029-01-09 latest: 10.0.17763 link: https://learn.microsoft.com/windows/release-health/supported-versions-windows-client#enterprise-and-iot-enterprise-ltsbltsc-editions # 10 1809 (E) non-LTS cycle - releaseCycle: "10-1809-e" releaseLabel: "10 1809 (E)" releaseDate: 2018-11-13 eoas: 2021-05-11 eol: 2021-05-11 latest: 10.0.17763 link: https://learn.microsoft.com/lifecycle/announcements/windows-10-1803-1809-end-of-servicing - releaseCycle: "10-1809-w" releaseLabel: "10 1809 (W)" releaseDate: 2018-11-13 eoas: 2020-11-10 eol: 2020-11-10 latest: 10.0.17763 link: https://learn.microsoft.com/lifecycle/announcements/windows-10-1809-end-of-servicing - releaseCycle: "10-1803-e" releaseLabel: "10 1803 (E)" releaseDate: 2018-04-30 eoas: 2020-05-11 eol: 2021-05-11 latest: 10.0.17134 link: https://learn.microsoft.com/lifecycle/announcements/windows-10-1803-1809-end-of-servicing - releaseCycle: "10-1803-w" releaseLabel: "10 1803 (W)" releaseDate: 2018-04-30 eoas: 2019-11-12 eol: 2019-11-12 latest: 10.0.17134 link: https://learn.microsoft.com/lifecycle/announcements/windows-10-1803-end-of-servicing - releaseCycle: "10-1709-e" releaseLabel: "10 1709 (E)" releaseDate: 2017-10-17 eoas: 2020-10-13 eol: 2020-10-13 latest: 10.0.16299 link: https://learn.microsoft.com/lifecycle/announcements/windows-10-1709-end-of-servicing - releaseCycle: "10-1709-w" releaseLabel: "10 1709 (W)" releaseDate: 2017-10-17 eoas: 2019-04-09 eol: 2019-04-09 latest: 10.0.16299 link: https://learn.microsoft.com/lifecycle/announcements/windows-10-1709-end-of-servicing - releaseCycle: "10-1703-e" releaseLabel: "10 1703 (E)" releaseDate: 2017-04-11 eoas: 2019-10-08 eol: 2019-10-08 latest: 10.0.15063 link: https://techcommunity.microsoft.com/t5/windows-it-pro-blog/end-of-service-reminders-for-windows-10-versions-1703-and-1803/ba-p/903715 - releaseCycle: "10-1703-w" releaseLabel: "10 1703 (W)" releaseDate: 2017-04-11 eoas: 2018-10-09 eol: 2018-10-09 latest: 10.0.15063 link: https://techcommunity.microsoft.com/t5/windows-it-pro-blog/end-of-service-reminders-for-windows-10-versions-1703-and-1803/ba-p/903715 - releaseCycle: "10-1607-e-lts" releaseLabel: "10 1607 (E)" releaseDate: 2016-08-02 lts: true eoas: 2021-10-12 eol: 2026-10-13 latest: 10.0.14393 link: https://learn.microsoft.com/windows/release-health/supported-versions-windows-client#enterprise-and-iot-enterprise-ltsbltsc-editions # 10 1607 (E) non-LTS cycle - releaseCycle: "10-1607-e" releaseLabel: "10 1607 (E)" releaseDate: 2016-08-02 eoas: 2019-04-09 eol: 2019-04-09 latest: 10.0.14393 link: https://learn.microsoft.com/lifecycle/announcements/windows-10-1607-end-of-servicing - releaseCycle: "10-1607-w" releaseLabel: "10 1607 (W)" releaseDate: 2016-08-02 eoas: 2018-04-10 eol: 2018-04-10 latest: 10.0.14393 link: null - releaseCycle: "10-1511" releaseLabel: "10 1511" releaseDate: 2015-11-10 eoas: 2017-10-10 eol: 2017-10-10 latest: 10.0.10586 link: https://learn.microsoft.com/lifecycle/announcements/windows-10-1511-end-of-servicing - releaseCycle: "10-1507-e-lts" releaseLabel: "10 1507 (E)" releaseDate: 2015-07-29 lts: true eoas: 2020-10-13 eol: 2025-10-14 latest: 10.0.10240 link: https://learn.microsoft.com/windows/release-health/supported-versions-windows-client#enterprise-and-iot-enterprise-ltsbltsc-editions # This cycle includes 10 1507 (E) non-LTS version - releaseCycle: "10-1507" releaseLabel: "10 1507" releaseDate: 2015-07-29 eoas: 2017-05-09 eol: 2017-05-09 latest: 10.0.10240 link: https://learn.microsoft.com/lifecycle/announcements/windows-10-1507-cb-cbb-end-of-servicing - releaseCycle: "10-1507-iot" releaseLabel: "10 1507 IOT" releaseDate: 2015-04-29 lts: false eoas: 2020-11-10 eol: 2020-11-10 latest: 10.0.10240 link: https://learn.microsoft.com/en-us/lifecycle/products/windows-10-iot-core - releaseCycle: "8.1" releaseLabel: "8.1" releaseDate: 2013-11-13 eoas: 2018-01-09 eol: 2023-01-10 latest: 6.3.9600 link: https://learn.microsoft.com/lifecycle/products/windows-81 - releaseCycle: "8" releaseLabel: "8" releaseDate: 2012-10-30 eoas: 2016-01-12 eol: 2016-01-12 latest: 6.2.9200 link: https://learn.microsoft.com/lifecycle/products/windows-8 - releaseCycle: "7-sp1" releaseLabel: "7 SP1" releaseDate: 2011-02-22 eoas: 2015-01-13 eol: 2020-01-14 latest: 6.1.7601 link: https://learn.microsoft.com/lifecycle/products/windows-7 - releaseCycle: "6-sp2" releaseLabel: "Vista SP2" releaseDate: 2009-04-29 eoas: 2012-04-10 eol: 2017-04-11 latest: 6.0.6200 link: https://learn.microsoft.com/lifecycle/products/windows-vista - releaseCycle: "5-sp3" releaseLabel: "XP SP3" releaseDate: 2008-04-21 eoas: 2009-04-14 eol: 2014-04-08 latest: 5.1.2600 link: https://learn.microsoft.com/lifecycle/products/windows-xp --- > [Microsoft Windows](https://www.microsoft.com/windows) is the operating system developed by > Microsoft Corporation to run on personal computers. | Note | Comment | | ---- | ---------------------------------------------------------- | | (E) | Enterprise, Education and IoT Enterprise editions | | (W) | Home, Pro, Pro Education and Pro for Workstations editions | | LTS | Long-Term Servicing Channel/Branch | [Windows 11 release information](https://learn.microsoft.com/windows/release-health/windows11-release-information) [Windows 10 release information](https://learn.microsoft.com/windows/release-health/release-information) [Windows 8.1 update information](https://support.microsoft.com/topic/windows-8-1-and-windows-server-2012-r2-update-history-47d81dd2-6804-b6ae-4112-20089467c7a6) [Windows 7 update information](https://support.microsoft.com/topic/windows-7-sp1-and-windows-server-2008-r2-sp1-update-history-720c2590-fd58-26ba-16cc-6d8f3b547599) [Windows Lifecycle FAQ](https://learn.microsoft.com/lifecycle/faq/windows) [Extended Security Updates (ESU) program for Windows 10](https://learn.microsoft.com/en-us/windows/whats-new/extended-security-updates) Beginning with Windows 10, version 21H2, feature updates for Windows 10 release are released annually, in the second half of the calendar year. Prior releases (to Windows 10) are governed by the [Fixed Lifecycle Policy](https://learn.microsoft.com/lifecycle/policies/fixed). This policy comprises two phases: mainstream support and extended support. ================================================ FILE: products/wireshark.md ================================================ --- title: Wireshark addedAt: 2024-07-24 category: app iconSlug: wireshark permalink: /wireshark versionCommand: wireshark --version releasePolicyLink: "https://wiki.wireshark.org/Development/LifeCycle" changelogTemplate: "https://www.wireshark.org/docs/relnotes/wireshark-__LATEST__.html" eoasColumn: true auto: methods: - git: https://github.com/wireshark/wireshark # https://regex101.com/r/fHvpY1/2 regex: ^wireshark-(?P\d+)\.?(?P\d*[02468])\.?(?P\d+)?\.?(?P\d+)?$ identifiers: - repology: wireshark - purl: pkg:docker/linuxserver/wireshark - purl: pkg:docker/linuxserver/wireshark?repository_url=lscr.io - cpe: cpe:2.3:a:wireshark:wireshark - cpe: cpe:/a:wireshark:wireshark # eol(x) = eol(x.y+4) or see EOS here https://wiki.wireshark.org/Development/LifeCycle # eoas(x) = releaseDate(x+1) # Only even minor releases are stable releases releases: - releaseCycle: "4.4" releaseDate: 2024-08-28 eoas: true eol: false latest: "4.4.9" latestReleaseDate: 2025-08-28 - releaseCycle: "4.2" releaseDate: 2023-11-15 eoas: 2024-08-28 eol: false latest: "4.2.13" latestReleaseDate: 2025-08-28 - releaseCycle: "4.0" releaseDate: 2022-10-04 eoas: 2023-11-15 eol: 2024-08-28 latest: "4.0.17" latestReleaseDate: 2024-08-28 - releaseCycle: "3.6" releaseDate: 2021-11-22 lts: true eoas: 2022-10-04 eol: 2024-05-22 latest: "3.6.24" latestReleaseDate: 2024-05-20 - releaseCycle: "3.4" releaseDate: 2020-10-29 eoas: 2021-11-22 eol: 2022-09-07 latest: "3.4.16" latestReleaseDate: 2022-09-07 - releaseCycle: "3.2" releaseDate: 2019-12-18 eoas: 2020-10-29 eol: 2021-11-22 latest: "3.2.18" latestReleaseDate: 2021-11-17 - releaseCycle: "3.0" releaseDate: 2019-02-28 eoas: 2019-12-18 eol: 2020-10-29 latest: "3.0.14" latestReleaseDate: 2020-09-23 - releaseCycle: "2.6" releaseDate: 2018-04-18 lts: true eoas: 2019-02-28 eol: 2020-10-18 latest: "2.6.20" latestReleaseDate: 2020-09-23 - releaseCycle: "2.4" releaseDate: 2017-07-19 eoas: 2018-04-18 eol: 2019-07-19 latest: "2.4.16" latestReleaseDate: 2019-07-17 - releaseCycle: "2.2" releaseDate: 2016-09-07 eoas: 2018-07-19 eol: 2018-09-07 latest: "2.2.17" latestReleaseDate: 2018-08-29 - releaseCycle: "2.0" releaseDate: 2015-11-18 eoas: 2016-09-07 eol: 2017-11-18 latest: "2.0.16" latestReleaseDate: 2017-10-10 - releaseCycle: "1.12" releaseDate: 2014-07-31 eoas: 2015-11-18 eol: 2016-07-31 latest: "1.12.13" latestReleaseDate: 2016-07-27 - releaseCycle: "1.10" releaseDate: 2013-06-05 eoas: 2014-07-31 eol: 2015-06-05 latest: "1.10.14" latestReleaseDate: 2015-05-12 - releaseCycle: "1.8" releaseDate: 2012-06-21 eoas: 2013-06-05 eol: 2014-06-21 latest: "1.8.15" latestReleaseDate: 2014-06-12 - releaseCycle: "1.6" releaseDate: 2011-06-07 eoas: 2012-06-21 eol: 2013-06-07 latest: "1.6.16" latestReleaseDate: 2013-06-07 - releaseCycle: "1.4" releaseDate: 2010-08-29 eoas: 2011-06-07 eol: 2012-08-30 latest: "1.4.15" latestReleaseDate: 2012-08-15 - releaseCycle: "1.2" releaseDate: 2009-06-15 eoas: 2010-08-30 eol: 2011-06-30 latest: "1.2.18" latestReleaseDate: 2011-06-28 - releaseCycle: "1.0" releaseDate: 2008-03-29 eoas: 2009-06-15 eol: 2011-06-30 latest: "1.0.16" latestReleaseDate: 2010-08-29 --- > [Wireshark](https://www.wireshark.org/docs/wsug_html/#ChIntroWhatIs) is an open-source network packet analyzer. The latest two releases are supported and receive security and bug fixes. Each release is supported for a minimum of 18 months, which can be extended to 24 or 30 months, e.g. for releases preceding a major change. - Wireshark 4.2 is the last release to support Windows 10, and macOS 10.14–10.15. - Wireshark 4.0 is the last release to support Windows 8.1 and Windows Server 2012. ================================================ FILE: products/wordpress.md ================================================ --- title: WordPress addedAt: 2022-06-09 category: server-app tags: php-runtime iconSlug: wordpress permalink: /wordpress versionCommand: wp core version releasePolicyLink: https://codex.wordpress.org/Supported_Versions changelogTemplate: "https://wordpress.org/documentation/wordpress-version/version-{{'__LATEST__'|drop_zero_patch|replace:'.','-'}}/" eolColumn: Support customFields: - name: supportedPHPVersions display: after-release-column label: Supported PHP description: Supported PHP versions range link: https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/ # This regex drops '.0' from versions because x.y.0 releases are always referred to as x.y. # The patch part is like that to handle properly tiny versions, such as 1.5.1.3, are handled properly. # But note that this regex would not work if WordPress releases an x.y.0.t version. # That should not be a problem though, such version were only used with 1.5.1. # See https://github.com/endoflife-date/endoflife.date/pull/2768#issuecomment-1491875624. auto: methods: - git: https://github.com/WordPress/wordpress-develop.git regex: '^(?P\d+)\.(?P\d+)\.?(?P[1-9][0-9.]*)?' identifiers: - repology: wordpress - purl: pkg:docker/library/wordpress - purl: pkg:docker/bitnami/wordpress - purl: pkg:docker/bitnami/wordpress-nginx - cpe: cpe:2.3:a:wordpress:wordpress - cpe: cpe:/a:wordpress:wordpress # eol(x) = releaseDate(x+1) # Support PHP version can be found on https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/ releases: - releaseCycle: "6.9" supportedPHPVersions: "7.2 - 8.5" releaseDate: 2025-12-02 eol: false latest: "6.9.4" latestReleaseDate: 2026-03-11 - releaseCycle: "6.8" supportedPHPVersions: "7.2 - 8.4" releaseDate: 2025-04-15 eol: 2025-12-02 latest: "6.8.5" latestReleaseDate: 2026-03-11 - releaseCycle: "6.7" supportedPHPVersions: "7.2 - 8.4" releaseDate: 2024-11-12 eol: 2025-04-15 latest: "6.7.5" latestReleaseDate: 2026-03-11 - releaseCycle: "6.6" supportedPHPVersions: "7.2 - 8.3" releaseDate: 2024-07-16 eol: 2024-11-12 # releaseDate(6.7) latest: "6.6.5" latestReleaseDate: 2026-03-11 - releaseCycle: "6.5" supportedPHPVersions: "7.0 - 8.3" releaseDate: 2024-04-02 eol: 2024-07-16 # releaseDate(6.6) latest: "6.5.8" latestReleaseDate: 2026-03-11 - releaseCycle: "6.4" supportedPHPVersions: "7.0 - 8.3" releaseDate: 2023-11-07 eol: 2024-04-02 # releaseDate(6.5) latest: "6.4.8" latestReleaseDate: 2026-03-11 - releaseCycle: "6.3" supportedPHPVersions: "7.0 - 8.2" releaseDate: 2023-08-08 eol: 2023-11-07 # releaseDate(6.4) latest: "6.3.8" latestReleaseDate: 2026-03-12 - releaseCycle: "6.2" supportedPHPVersions: "5.6 - 8.2" releaseDate: 2023-03-29 eol: 2023-08-08 # releaseDate(6.3) latest: "6.2.9" latestReleaseDate: 2026-03-12 - releaseCycle: "6.1" supportedPHPVersions: "5.6 - 8.2" releaseDate: 2022-11-02 eol: 2023-03-29 # releaseDate(6.2) latest: "6.1.10" latestReleaseDate: 2026-03-12 - releaseCycle: "6.0" supportedPHPVersions: "5.6 - 8.1" releaseDate: 2022-05-24 eol: 2022-11-01 # releaseDate(6.1) latest: "6.0.11" latestReleaseDate: 2025-09-30 - releaseCycle: "5.9" supportedPHPVersions: "5.6 - 8.1" releaseDate: 2022-01-25 eol: 2022-05-24 # releaseDate(6.0) latest: "5.9.13" latestReleaseDate: 2026-03-12 - releaseCycle: "5.8" supportedPHPVersions: "5.6 - 8.0" releaseDate: 2021-07-20 eol: 2022-01-25 # releaseDate(5.9) latest: "5.8.13" latestReleaseDate: 2026-03-12 - releaseCycle: "5.7" supportedPHPVersions: "5.6 - 8.0" releaseDate: 2021-03-09 eol: 2021-07-20 # releaseDate(5.8) latest: "5.7.15" latestReleaseDate: 2026-03-12 - releaseCycle: "5.6" supportedPHPVersions: "5.6 - 8.0" releaseDate: 2020-12-08 eol: 2021-03-09 # releaseDate(5.7) latest: "5.6.17" latestReleaseDate: 2026-03-12 - releaseCycle: "5.5" supportedPHPVersions: "5.6 - 7.4" releaseDate: 2020-08-11 eol: 2020-12-08 # releaseDate(5.6) latest: "5.5.18" latestReleaseDate: 2026-03-12 - releaseCycle: "5.4" supportedPHPVersions: "5.6 - 7.4" releaseDate: 2020-03-31 eol: 2020-08-11 # releaseDate(5.5) latest: "5.4.19" latestReleaseDate: 2026-03-12 - releaseCycle: "5.3" supportedPHPVersions: "5.6 - 7.4" releaseDate: 2019-11-12 eol: 2020-03-31 # releaseDate(5.4) latest: "5.3.21" latestReleaseDate: 2026-03-12 - releaseCycle: "5.2" supportedPHPVersions: "5.6 - 7.3" releaseDate: 2019-05-07 eol: 2019-11-12 # releaseDate(5.3) latest: "5.2.24" latestReleaseDate: 2026-03-13 - releaseCycle: "5.1" supportedPHPVersions: "5.2 - 7.3" releaseDate: 2019-02-21 eol: 2019-05-07 # releaseDate(5.2) latest: "5.1.22" latestReleaseDate: 2026-03-13 - releaseCycle: "5.0" supportedPHPVersions: "5.2 - 7.3" releaseDate: 2018-12-06 eol: 2019-02-21 # releaseDate(5.1) latest: "5.0.25" latestReleaseDate: 2026-03-13 - releaseCycle: "4.9" supportedPHPVersions: "5.2 - 7.2" releaseDate: 2017-11-16 eol: 2018-12-06 # releaseDate(5.0) latest: "4.9.29" latestReleaseDate: 2026-03-13 - releaseCycle: "4.8" supportedPHPVersions: "5.2 - 7.1" releaseDate: 2017-06-08 eol: 2017-11-16 # releaseDate(4.9) latest: "4.8.28" latestReleaseDate: 2026-03-13 - releaseCycle: "4.7" supportedPHPVersions: "5.2 - 7.1" releaseDate: 2016-12-06 eol: 2017-06-08 # releaseDate(4.8) latest: "4.7.32" latestReleaseDate: 2026-03-13 - releaseCycle: "4.6" supportedPHPVersions: "5.2 - 7.0" releaseDate: 2016-08-16 eol: 2016-12-06 # releaseDate(4.7) latest: "4.6.30" latestReleaseDate: 2025-07-15 link: https://wordpress.org/news/2025/07/wordpress-6-8-2-maintenance-release/ # https://github.com/endoflife-date/endoflife.date/pull/7935 - releaseCycle: "4.5" supportedPHPVersions: "5.2 - 7.0" releaseDate: 2016-04-12 eol: 2016-08-16 # releaseDate(4.6) latest: "4.5.33" latestReleaseDate: 2025-07-15 - releaseCycle: "4.4" supportedPHPVersions: "5.2 - 7.0" releaseDate: 2015-12-09 eol: 2016-04-12 # releaseDate(4.5) latest: "4.4.34" latestReleaseDate: 2025-07-15 - releaseCycle: "4.3" supportedPHPVersions: "5.2 - 5.6" releaseDate: 2015-08-18 eol: 2015-12-08 # releaseDate(4.4) latest: "4.3.35" latestReleaseDate: 2025-07-15 - releaseCycle: "4.2" supportedPHPVersions: "5.2 - 5.6" releaseDate: 2015-04-23 eol: 2015-08-18 # releaseDate(4.3) latest: "4.2.39" latestReleaseDate: 2025-07-15 - releaseCycle: "4.1" supportedPHPVersions: "5.2 - 5.6" releaseDate: 2014-12-18 eol: 2015-04-23 # releaseDate(4.2) latest: "4.1.42" latestReleaseDate: 2025-07-15 - releaseCycle: "4.0" supportedPHPVersions: "5.2 - 5.5" releaseDate: 2014-09-04 eol: 2014-12-18 # releaseDate(4.1) latest: "4.0.38" latestReleaseDate: 2022-11-30 - releaseCycle: "3.9" supportedPHPVersions: "5.2 - 5.5" releaseDate: 2014-04-16 eol: 2014-09-04 # releaseDate(4.0) latest: "3.9.40" latestReleaseDate: 2022-11-30 - releaseCycle: "3.8" supportedPHPVersions: "5.2 - 5.5" releaseDate: 2013-12-12 eol: 2014-04-16 # releaseDate(3.9) latest: "3.8.41" latestReleaseDate: 2022-11-30 - releaseCycle: "3.7" supportedPHPVersions: "5.2 - 5.5" releaseDate: 2013-10-24 eol: 2013-12-12 # releaseDate(3.8) latest: "3.7.41" latestReleaseDate: 2022-11-30 - releaseCycle: "3.6" releaseDate: 2013-08-01 eol: 2013-10-24 # releaseDate(3.7) latest: "3.6.1" latestReleaseDate: 2013-09-11 --- > [WordPress](https://wordpress.org/) is a free and open-source content management system (CMS) > written in PHP and paired with a MySQL or MariaDB database. Features include a plugin architecture > and a template system, referred to within WordPress as "Themes". The only officially supported and actively maintained version of WordPress is the latest one. Security updates are backported to older releases when possible, but the WordPress team offers no guarantee and no timeframe. Moreover, versions below 4.7 [are guaranteed to not get security updates](https://wordpress.org/news/2025/06/dropping-security-updates-for-wordpress-versions-4-1-through-4-6/). ================================================ FILE: products/xcp-ng.md ================================================ --- title: XCP-ng addedAt: 2023-02-08 category: os tags: linux-foundation permalink: /xcp-ng alternate_urls: - /xcpng versionCommand: software-version releasePolicyLink: https://xcp-ng.org/docs/releases.html eolColumn: Support auto: methods: - git: https://github.com/xcp-ng/xcp-ng-release.git - release_table: https://xcp-ng.org/docs/releases.html#lts-releases fields: releaseCycle: column: "Version" regex: '^(?P\d+\.\d+).*$' releaseDate: "Released" eol: "Support until" releases: - releaseCycle: "8.3" releaseDate: 2024-10-07 eol: 2028-11-30 latest: "8.3.0" latestReleaseDate: 2024-08-23 link: https://docs.xcp-ng.org/releases/release-8-3/ - releaseCycle: "8.2" releaseDate: 2020-11-13 eol: 2025-06-25 lts: true latest: "8.2.1" latestReleaseDate: 2022-01-03 link: https://docs.xcp-ng.org/releases/release-8-2/ - releaseCycle: "8.1" releaseDate: 2020-03-31 eol: 2021-03-31 latest: "8.1.0" latestReleaseDate: 2020-03-25 link: https://docs.xcp-ng.org/releases/release-8-1/ - releaseCycle: "8.0" releaseDate: 2019-07-25 eol: 2020-11-13 latest: "8.0.0" latestReleaseDate: 2019-07-18 - releaseCycle: "7.6" releaseDate: 2018-10-31 eol: 2020-03-30 latest: "7.6.0" latestReleaseDate: 2018-10-10 - releaseCycle: "7.5" releaseDate: 2018-08-10 eol: 2019-07-25 latest: "7.5.0" latestReleaseDate: 2018-08-09 - releaseCycle: "7.4" releaseDate: 2018-03-31 eol: 2018-10-31 latest: "7.4.0" latestReleaseDate: 2018-03-31 --- > [XCP-ng](https://xcp-ng.org) is a free and open-source hypervisor based on > [Xen](https://xenproject.org/). It is a fork of [XenServer](https://xenserver.com/), which was > acquired by Citrix in 2013. It is a drop-in replacement for XenServer, and can be used to manage > and run virtual machines on any hardware that supports the Xen hypervisor. XCP-ng is developed by > a community of contributors and is available for free. There are two kinds of XCP-ng releases: standard releases and Long-Term Support (LTS) releases. Standard releases are supported until the next release, plus a few months to give the users some time to transition. LTS releases are supported for 5 years. ================================================ FILE: products/yarn.md ================================================ --- title: Yarn addedAt: 2023-07-14 category: app tags: build-tool javascript-runtime iconSlug: yarn permalink: /yarn versionCommand: yarn --version changelogTemplate: https://github.com/yarnpkg/berry/releases/tag/%40yarnpkg%2Fcli%2F__LATEST__ identifiers: - purl: pkg:github/yarnpkg/berry - purl: pkg:github/yarnpkg/yarn - purl: pkg:npm/yarn - repology: yarn - cpe: cpe:2.3:a:yarnpkg:yarn - cpe: cpe:/a:yarnpkg:yarn auto: methods: - npm: yarn # for 1.x - npm: "@yarnpkg/cli" # for 2.x+ releases: - releaseCycle: "4" releaseDate: 2023-10-22 eol: false latest: "4.13.0" latestReleaseDate: 2026-03-19 - releaseCycle: "3" releaseDate: 2021-07-26 eol: 2024-12-04 latest: "3.8.7" latestReleaseDate: 2024-12-04 - releaseCycle: "2" releaseDate: 2020-07-09 eol: 2021-09-06 latest: "2.4.3" latestReleaseDate: 2021-09-06 - releaseCycle: "1" staleReleaseThresholdDays: 1460 # https://github.com/yarnpkg/yarn/issues/8583 releaseDate: 2017-09-05 eol: false latest: "1.22.22" latestReleaseDate: 2024-03-09 link: https://github.com/yarnpkg/yarn/releases/tag/v__LATEST__ --- > [Yarn](https://yarnpkg.com/) is a modern package manager for the JavaScript ecosystem. It offers > extensibility via plugins, and a Plug and Play strategy that supports various frameworks and tools. Yarn's support and EOL policy are not clearly defined. Yarn Classic (v1) [entered maintenance mode in January 2020](https://dev.to/arcanis/introducing-yarn-2-4eh1#what-will-happen-to-the-legacy-codebase) and will eventually reach end-of-life. It is highly recommended to [Migrate](https://yarnpkg.com/migration/overview) to the latest version. Yarn Classic only receives critical and security fixes. ================================================ FILE: products/yocto.md ================================================ --- title: Yocto Project addedAt: 2021-10-18 category: os tags: linux-distribution permalink: /yocto alternate_urls: - /yocto-project versionCommand: bitbake -e | grep '^DISTRO_VERSION\|DISTRO_CODENAME=' releasePolicyLink: https://wiki.yoctoproject.org/wiki/Stable_Release_and_LTS changelogTemplate: https://docs.yoctoproject.org/migration-guides/migration-__RELEASE_CYCLE__.html releaseLabel: "__RELEASE_CYCLE__ '__CODENAME__'" eolColumn: Support Status auto: methods: - git: https://github.com/yoctoproject/poky.git regex: '^yocto-(?P[1-9]\d*)\.(?P\d+)\.?(?P\d+)?$' identifiers: - cpe: cpe:2.3:a:linuxfoundation:yocto - cpe: cpe:/a:linuxfoundation:yocto # for eol see https://wiki.yoctoproject.org/wiki/Releases and https://docs.yoctoproject.org/dev/_images/releases.svg # eol(x) = releaseDate(x) + 7 month releases: - releaseCycle: "5.3" codename: "Whinlatter" releaseDate: 2025-12-15 eol: 2026-06-15 latest: "5.3" latestReleaseDate: 2025-12-15 - releaseCycle: "5.2" codename: "Walnascar" releaseDate: 2025-05-07 eol: 2025-12-07 latest: "5.2.4" latestReleaseDate: 2025-10-14 - releaseCycle: "5.1" codename: "Styhead" releaseDate: 2024-10-16 eol: 2025-05-16 latest: "5.1.4" latestReleaseDate: 2025-04-01 - releaseCycle: "5.0" codename: "Scarthgap" lts: true releaseDate: 2024-04-29 eol: 2028-04-30 latest: "5.0.16" latestReleaseDate: 2026-03-09 - releaseCycle: "4.3" codename: "Nanbield" releaseDate: 2023-11-09 eol: 2024-06-09 latest: "4.3.4" latestReleaseDate: 2024-04-09 - releaseCycle: "4.2" codename: "Mickledore" releaseDate: 2023-05-03 eol: 2023-11-05 latest: "4.2.4" latestReleaseDate: 2023-12-07 - releaseCycle: "4.1" codename: "Langdale" releaseDate: 2022-10-23 eol: 2023-05-27 latest: "4.1.4" latestReleaseDate: 2023-05-11 - releaseCycle: "4.0" codename: "Kirkstone" lts: true releaseDate: 2022-04-25 eol: 2026-04-27 latest: "4.0.33" latestReleaseDate: 2026-02-25 - releaseCycle: "3.4" codename: "Honister" releaseDate: 2021-10-25 eol: 2022-05-01 latest: "3.4.4" latestReleaseDate: 2022-05-12 - releaseCycle: "3.3" codename: "Hardknott" releaseDate: 2021-04-19 eol: 2022-04-20 latest: "3.3.6" latestReleaseDate: 2022-04-27 - releaseCycle: "3.2" codename: "Gatesgarth" releaseDate: 2020-11-03 eol: 2021-05-01 latest: "3.2.4" latestReleaseDate: 2021-05-17 - releaseCycle: "3.1" codename: "Dunfell" lts: true releaseDate: 2020-04-21 eol: 2024-04-30 latest: "3.1.33" latestReleaseDate: 2024-05-03 - releaseCycle: "3.0" codename: "Zeus" releaseDate: 2019-10-22 eol: 2020-08-01 latest: "3.0.4" latestReleaseDate: 2020-08-20 - releaseCycle: "2.7" codename: "Warrior" releaseDate: 2019-05-01 eol: 2020-06-01 latest: "2.7.4" latestReleaseDate: 2020-06-02 --- > The [Yocto Project](https://www.yoctoproject.org/) is a Linux Foundation project that helps > developers create custom Linux-based systems and distributions regardless of the hardware > architecture. Long-Term Support (LTS) releases are usually made every 2 years and maintained for 2 years after their initial release. Minor releases for supported stable and LTS branches (e.g. 3.0.1, 3.0.2, 3.1.1, …) are released on an unscheduled basis, usually when enough significant bug fixes have been accumulated. After the maintenance window has ended, releases can enter a community support phase if a community maintainer steps up. Community support is best-effort, and testing usually does not cover all initially supported platforms. A release enters End-of-Life status if no community maintainer steps up or when there is no longer an active community maintainer for 2 months. Yocto stable releases (e.g. 3.0, 3.1, 3.2, 3.3…) are made about every 6 months, usually in April and October. Stable releases are maintained seven months after the initial release. A list of releases and support level is published at . ================================================ FILE: products/youtrack.md ================================================ --- title: YouTrack addedAt: 2026-03-07 category: server-app tags: jetbrains iconSlug: jetbrains permalink: /youtrack changelogTemplate: https://www.jetbrains.com/youtrack/whatsnew/{{"__RELEASE_CYCLE__" | replace:'.','-'}}/ identifiers: - repology: youtrack auto: methods: - docker_hub: jetbrains/youtrack # eol(x) = releaseDate(x+3) releases: - releaseCycle: "2025.3" releaseDate: 2025-10-28 eol: false latest: "2025.3.131383" latestReleaseDate: 2026-03-17 - releaseCycle: "2025.2" releaseDate: 2025-07-08 eol: false latest: "2025.2.119894" latestReleaseDate: 2026-01-28 - releaseCycle: "2025.1" releaseDate: 2025-02-18 eol: false latest: "2025.1.86877" latestReleaseDate: 2025-07-21 - releaseCycle: "2024.3" releaseDate: 2024-09-17 eol: 2025-10-28 latest: "2024.3.85077" latestReleaseDate: 2025-07-08 - releaseCycle: "2024.2" releaseDate: 2024-06-12 eol: 2025-07-08 latest: "2024.2.78673" latestReleaseDate: 2025-05-23 - releaseCycle: "2024.1" releaseDate: 2024-03-05 eol: 2025-02-18 latest: "2024.1.34109" latestReleaseDate: 2024-06-07 - releaseCycle: "2023.3" releaseDate: 2023-12-13 eol: 2024-09-17 latest: "2023.3.26285" latestReleaseDate: 2024-03-11 - releaseCycle: "2023.2" releaseDate: 2023-09-26 eol: 2024-06-12 latest: "2023.2.26286" latestReleaseDate: 2024-03-12 - releaseCycle: "2023.1" releaseDate: 2023-06-16 eol: 2024-03-05 latest: "2023.1.22653" latestReleaseDate: 2024-01-03 - releaseCycle: "2022.3" releaseDate: 2022-11-17 eol: 2023-12-13 latest: "2022.3.65379" latestReleaseDate: 2023-03-28 - releaseCycle: "2022.2" releaseDate: 2022-07-05 eol: 2023-09-26 latest: "2022.2.65377" latestReleaseDate: 2023-03-22 - releaseCycle: "2022.1" releaseDate: 2022-02-15 eol: 2023-06-16 latest: "2022.1.65378" latestReleaseDate: 2023-03-23 - releaseCycle: "2021.4" releaseDate: 2021-11-02 eol: 2022-11-17 latest: "2021.4.40676" latestReleaseDate: 2022-02-03 - releaseCycle: "2021.3" releaseDate: 2021-07-13 eol: 2022-07-05 latest: "2021.3.30245" latestReleaseDate: 2021-10-18 - releaseCycle: "2021.2" releaseDate: 2021-05-26 eol: 2022-02-15 latest: "2021.2.19690" latestReleaseDate: 2021-06-29 - releaseCycle: "2021.1" releaseDate: 2021-03-30 eol: 2021-11-02 latest: "2021.1.15276" latestReleaseDate: 2021-05-17 - releaseCycle: "2020.6" releaseDate: 2020-12-14 eol: 2021-07-13 latest: "2020.6.8801" latestReleaseDate: 2021-03-17 - releaseCycle: "2020.5" releaseDate: 2020-11-17 eol: 2021-05-26 latest: "2020.5.3123" latestReleaseDate: 2020-12-02 - releaseCycle: "2020.4" releaseDate: 2020-10-28 eol: 2021-03-30 latest: "2020.4.6808" latestReleaseDate: 2020-11-06 - releaseCycle: "2020.3" releaseDate: 2020-07-21 eol: 2020-12-14 latest: "2020.3.12000" latestReleaseDate: 2020-10-07 - releaseCycle: "2020.2" releaseDate: 2020-05-26 eol: 2020-11-17 latest: "2020.2.11008" latestReleaseDate: 2020-08-18 - releaseCycle: "2020.1" releaseDate: 2020-03-31 eol: 2020-10-28 latest: "2020.1.11011" latestReleaseDate: 2020-08-18 --- > [YouTrack](https://www.jetbrains.com/youtrack/) is a proprietary, commercial bug tracker, issue tracking system and project management software. YouTrack does not follow a documented release policy. Looking at the releases, it seems that: - there is a new major release every year, named after the year, - there are several minors every year introducing new features, - there are 3 actively maintained minor versions receiving patches. ================================================ FILE: products/zabbix.md ================================================ --- title: Zabbix addedAt: 2022-04-19 category: server-app tags: php-runtime permalink: /zabbix versionCommand: zabbix_server -V releasePolicyLink: https://www.zabbix.com/life_cycle_and_release_policy changelogTemplate: https://www.zabbix.com/rn/rn__LATEST__ eoasColumn: true eolColumn: Security Support identifiers: - repology: zabbix - purl: pkg:brew/zabbix - purl: pkg:github/zabbix/zabbix - cpe: cpe:2.3:a:zabbix:zabbix - cpe: cpe:/a:zabbix:zabbix auto: methods: - git: https://github.com/zabbix/zabbix.git # See https://www.zabbix.com/life_cycle_and_release_policy for EOAS/EOL dates. releases: - releaseCycle: "7.4" releaseDate: 2025-06-30 eoas: false # until 8.0 LTS eol: 2026-09-30 # Q3 2026 latest: "7.4.8" latestReleaseDate: 2026-03-13 - releaseCycle: "7.2" releaseDate: 2024-12-10 eoas: 2025-06-30 eol: 2025-12-31 latest: "7.2.15" latestReleaseDate: 2025-12-17 - releaseCycle: "7.0" lts: true releaseDate: 2024-06-04 eoas: 2027-06-30 eol: 2029-06-30 latest: "7.0.24" latestReleaseDate: 2026-03-13 - releaseCycle: "6.4" releaseDate: 2023-03-06 eoas: 2024-06-30 eol: 2024-12-31 latest: "6.4.21" latestReleaseDate: 2025-01-27 - releaseCycle: "6.2" releaseDate: 2022-07-04 eoas: 2023-01-31 eol: 2023-02-28 latest: "6.2.9" latestReleaseDate: 2023-03-27 - releaseCycle: "6.0" lts: true releaseDate: 2022-02-08 eoas: 2025-02-28 eol: 2027-02-28 latest: "6.0.45" latestReleaseDate: 2026-03-10 - releaseCycle: "5.4" releaseDate: 2021-05-17 eoas: 2022-02-28 eol: 2022-03-31 latest: "5.4.12" latestReleaseDate: 2022-04-04 - releaseCycle: "5.0" lts: true releaseDate: 2020-05-11 eoas: 2023-05-31 eol: 2025-05-31 latest: "5.0.47" latestReleaseDate: 2025-05-20 - releaseCycle: "4.0" lts: true releaseDate: 2018-10-01 eoas: 2021-10-31 eol: 2023-10-31 latest: "4.0.50" latestReleaseDate: 2023-10-30 --- > [Zabbix](https://www.zabbix.com/) is an open-source software tool to monitor IT infrastructure > such as networks, servers, virtual machines, and cloud services. A LTS (Long-Term Support) release is made once every 1.5 years. Standard releases are made once every 6 months. LTS releases get 3 years of full support followed by 2 years of limited support (critical and security issues only). Standard releases get 6 months of full support until the next stable release, followed by 1 month of limited support (critical and security issues only). ================================================ FILE: products/zentyal.md ================================================ --- title: Zentyal addedAt: 2024-08-15 category: os tags: linux-distribution permalink: /zentyal releasePolicyLink: https://zentyal.com/release-policy/ latestColumn: false eolColumn: Development Edition Support eoesColumn: Commercial Support staleReleaseThresholdDays: 1825 # devices have longer support periods customFields: - name: ubuntuVersion display: after-release-column label: Ubuntu Version description: Ubuntu LTS corresponding version auto: methods: - release_table: https://zentyal.com/release-policy/ selector: table fields: releaseCycle: column: Zentyal Server Edition regex: '^Zentyal (?P\d+(\.\d+)?)(\.X)?$' releaseDate: "Release Date" eoes: "Supported Until" ubuntuVersion: column: Base Ubuntu Server Edition regex: '^Ubuntu LTS (?P\d+\.\d+)$' releases: - releaseCycle: "8" ubuntuVersion: "22.04" releaseDate: 2024-02-29 eol: false eoes: 2027-04-30 - releaseCycle: "7" ubuntuVersion: "20.04" releaseDate: 2021-01-31 eol: 2024-02-01 eoes: 2025-04-30 - releaseCycle: "6" ubuntuVersion: "18.04" releaseDate: 2018-11-30 eol: 2021-01-01 eoes: 2023-04-30 - releaseCycle: "5" ubuntuVersion: "16.04" releaseDate: 2016-11-30 eol: 2018-11-01 eoes: 2021-04-30 - releaseCycle: "4" ubuntuVersion: "14.04" releaseDate: 2014-10-31 eol: 2016-01-01 eoes: 2019-04-30 - releaseCycle: "3.2" ubuntuVersion: "12.04" releaseDate: 2013-09-30 eol: 2014-10-01 eoes: 2018-03-31 - releaseCycle: "3.0" ubuntuVersion: "12.04" releaseDate: 2012-09-30 eol: 2013-09-01 eoes: 2015-09-30 - releaseCycle: "2.2" ubuntuVersion: "10.04" releaseDate: 2011-09-30 eol: 2012-09-01 eoes: 2014-09-30 --- > [Zentyal](https://zentyal.com) is an easy Linux alternative to Windows Server offering native > interoperability with Microsoft Active Directory. {: .note } This page tracks both the Development and Commercial editions of Zentyal. Major versions are published every two years, when a new Ubuntu Server LTS version becomes available. Minor versions are published between major releases, usually introducing new features. Zentyal Server Editions are solely based on Ubuntu Server LTS. Zentyal offers 4.5 years of official support for the Commercial Edition, including support for all security issues, commercial technical support, and subscription services support. For Development Edition, only the latest version is maintained. In-place upgrades between major versions are not automatic and fresh installations are highly recommended. It is not possible to upgrade directly from the Development Edition to a Commercial Edition. ================================================ FILE: products/zerto.md ================================================ --- title: HPE Zerto addedAt: 2024-01-20 category: app tags: hpe zerto iconSlug: hp permalink: /zerto alternate_urls: - /hpe-zerto releasePolicyLink: https://help.zerto.com/bundle/Lifecycle.Matrix.HTML/page/product_version_lifecycle_matrix_for_zerto.html latestColumn: false eoasColumn: General Support eolColumn: Critical Support auto: methods: # This is a simple proxy that renders the releasePolicyLink # without using a browser by using the JSON API powering the docs # It returns HTML so we can use our existing release table script. # See https://github.com/endoflife-date/release-data/issues/448 # Source is public https://www.val.town/x/captn3m0/zerto-lifecycle-matrix - release_table: https://captn3m0--6498b7f0494c11f0ad8a76b3cceeab13.web.val.run fields: releaseCycle: column: "Version" regex: '^(?P\d+)\.(?P\d+)( Update (?P\d+).*)?$' template: "{{major}}.{{minor}}{% if patch %}_u{{patch}}{% endif %}" releaseLabel: column: "Version" regex: '^(?P\d+\.\d+( Update \d+)?).*$' releaseDate: "General Availability (GA)" eol: "End of Bug Fixes" releases: - releaseCycle: "10.8" releaseLabel: "10.8" releaseDate: 2025-10-28 eoas: false # Next GA date eol: 2026-10-28 link: "https://help.zerto.com/bundle/RN.HTML.10.8/page/release_notes_for_zerto_10_8.html" - releaseCycle: "10.0_u7" releaseLabel: "10.0 Update 7" releaseDate: 2025-05-06 eoas: 2025-08-28 eol: 2026-05-06 link: "https://help.zerto.com/bundle/RN.HTML.10.0_U7/page/release_notes_for_zerto_10_0_update_7.html" - releaseCycle: "10.0_u6" releaseLabel: "10.0 Update 6" releaseDate: 2024-12-03 eoas: 2025-05-06 eol: 2026-12-03 link: "https://help.zerto.com/bundle/RN.HTML.10.0_U6/page/release_notes_for_zerto_10_0_update_6.html" - releaseCycle: "10.0_u5" releaseLabel: "10.0 Update 5" releaseDate: 2024-08-06 eoas: 2024-12-03 eol: 2024-12-03 link: "https://help.zerto.com/bundle/RN.HTML.10.0_U5/page/release_notes_for_zerto_10_0_update_5.html" - releaseCycle: "10.0_u4" releaseLabel: "10.0 Update 4" releaseDate: 2024-05-15 eoas: 2024-08-06 eol: 2024-08-06 link: "https://help.zerto.com/bundle/RN.HTML.10.0_U4/page/release_notes_for_zerto_10_0_update_4.html" - releaseCycle: "10.0_u3" releaseLabel: "10.0 Update 3" releaseDate: 2024-02-12 eoas: 2024-05-15 eol: 2024-05-15 link: "https://help.zerto.com/bundle/RN.HTML.10.0_U3/page/what_s_new_in_zerto_10_0_update_3.html" - releaseCycle: "10.0_u2" releaseLabel: "10.0 Update 2" releaseDate: 2023-11-28 eoas: 2024-02-12 eol: 2024-02-12 link: "https://help.zerto.com/bundle/RN.HTML.10.0_U2/page/what_s_new_in_zerto_10_0_update_2.html" - releaseCycle: "10.0_u1" releaseLabel: "10.0 Update 1" releaseDate: 2023-08-07 eoas: 2023-11-28 eol: 2023-11-28 link: "https://help.zerto.com/bundle/RN.HTML.10.0_U1/page/what_s_new_in_zerto_10_0_update_1.html" - releaseCycle: "10.0" releaseDate: 2023-07-05 eoas: 2023-08-07 eol: 2023-08-07 link: "https://help.zerto.com/bundle/RN.HTML.10.0/page/10.0_Whats_New.htm" releaseLabel: "10.0" - releaseCycle: "9.7" releaseDate: 2022-11-08 eoas: 2023-12-31 eol: 2024-12-31 link: "https://help.zerto.com/bundle/RN.HTML.97/page/9.7_Whats_New.htm" - releaseCycle: "9.5" releaseDate: 2022-04-05 eoas: 2023-05-01 eol: 2024-05-01 link: "https://help.zerto.com/bundle/RN.95.HTML/page/9.5_Whats_New.htm" - releaseCycle: "9.0" releaseDate: 2021-07-13 eoas: 2022-08-01 eol: 2023-10-15 link: "https://help.zerto.com/bundle/Zerto_v9.0_Release_Notes/resource/Zerto_v9.0_Release_Notes.pdf" - releaseCycle: "8.5" releaseDate: 2020-11-01 eoas: 2022-01-01 eol: 2023-01-01 link: "https://help.zerto.com/bundle/Zerto_v8.5_Release_Notes/resource/Zerto_v8.5_Release_Notes.pdf" - releaseCycle: "8.0" releaseDate: 2020-03-22 eoas: 2021-05-31 eol: 2022-06-01 link: https://web.archive.org/web/20241012155214/https://www.zerto.com/wp-content/uploads/2020/03/whats-new-in-zerto-8-0_DS.pdf - releaseCycle: "7.5" releaseDate: 2019-09-22 eoas: 2020-12-05 eol: 2021-12-06 link: https://web.archive.org/web/20250428001025/https://www.zerto.com/press-releases/zerto-announces-general-availability-of-zerto-7-5-raising-the-bar-for-continuous-data-protection/ - releaseCycle: "7.0" releaseDate: 2019-04-26 eoas: 2020-05-30 eol: 2021-05-30 - releaseCycle: "6.5" releaseDate: 2018-09-16 eoas: 2019-10-30 eol: 2020-10-30 - releaseCycle: "6.0" releaseDate: 2018-02-15 eoas: 2019-03-30 eol: 2020-03-30 - releaseCycle: "5.5" releaseDate: 2017-07-31 eoas: 2018-09-30 eol: 2019-09-30 - releaseCycle: "5.0" releaseDate: 2016-11-08 eoas: 2018-08-31 eol: 2018-08-31 --- > [HPE Zerto](https://www.hpe.com/us/en/zerto-software.html) is a commercial product that provides > disaster recovery, ransomware resilience and workload mobility software for virtualized > infrastructures and cloud environments. {: .warning } > Support for HPE Zerto always requires an active maintenance contract. There are two phases of support: a _General Support_ phase, with bug and security fixes, and a _Critical Support_ phase, with only critical bug and security fixes. Once the _Critical Support_ phase ends, the release each its _End of Support Life_ (EOSL) and is no longer supported. ================================================ FILE: products/zookeeper.md ================================================ --- title: Apache ZooKeeper addedAt: 2022-07-27 category: server-app tags: apache java-runtime permalink: /zookeeper alternate_urls: - /apache_zookeeper - /apache-zookeeper releasePolicyLink: https://zookeeper.apache.org/releases.html changelogTemplate: https://zookeeper.apache.org/doc/r{{"__LATEST__"}}/releasenotes.html eoasColumn: true identifiers: - repology: zookeeper - purl: pkg:maven/org.apache.zookeeper/zookeeper - purl: pkg:github/apache/zookeeper - purl: pkg:docker/library/zookeeper - purl: pkg:deb/debian/zookeeper - cpe: cpe:2.3:a:apache:zookeeper - cpe: cpe:/a:apache:zookeeper auto: methods: - maven: org.apache.zookeeper/zookeeper # support(X) = releaseDate(X+2) # eol(X) ~= releaseDate(X+2)+6m, unless declared releases: - releaseCycle: "3.9" releaseDate: 2023-07-19 eol: false eoas: false latest: "3.9.5" latestReleaseDate: 2026-02-11 - releaseCycle: "3.8" releaseDate: 2022-02-25 eol: false eoas: false latest: "3.8.6" latestReleaseDate: 2026-01-28 - releaseCycle: "3.7" releaseDate: 2021-03-17 eol: 2024-01-19 eoas: 2023-07-19 latest: "3.7.2" latestReleaseDate: 2023-10-06 - releaseCycle: "3.6" releaseDate: 2020-02-25 eol: 2022-12-30 eoas: 2022-03-07 latest: "3.6.4" latestReleaseDate: 2022-12-18 - releaseCycle: "3.5" releaseDate: 2019-05-03 eol: 2022-06-01 eoas: 2021-03-27 latest: "3.5.10" latestReleaseDate: 2022-05-29 - releaseCycle: "3.4" releaseDate: 2011-11-23 eol: 2020-06-01 eoas: 2020-03-27 latest: "3.4.14" latestReleaseDate: 2019-03-06 --- > [Apache ZooKeeper](https://zookeeper.apache.org/) is an open-source server for highly reliable > distributed coordination of cloud applications. The Apache ZooKeeper community supports two release branches at a time: **stable** and **current**. Once a new minor version is released, the stable version is expected to be decommissioned soon and in approximately half a year will be announced as End-of-Life. During the half-year grace period, only security and critical fixes are expected to be released for the version. After EoL is announced, no further patches are provided by the community. All ZooKeeper releases will remain accessible from the official Apache Archives. No releases are scheduled in advance. ================================================ FILE: recommendations.md ================================================ --- layout: page nav_exclude: true permalink: /recommendations title: Recommendations for maintainers description: If you maintain a product that has some notion of support lifecycle and end-of-life, these are endoflife.date recommendations on how to best document this information for your users. --- # Recommendations for publishing End-of-life dates and support timelines If you maintain a product that has some notion of support lifecycle and end-of-life, these are our recommendations on how to best document this information for your users. Every recommendation includes a few examples (sometimes real) to help explain our rationale. ## Checklist Here's a nice checklist of all our recommendations. These are our recommendations - feel free to ignore what doesn't work for you. Every item is linked to the relevant section in the document below. - [ ] [Document all relevant information _together_](#publishing), accessible to your end-users. - [ ] [Publish at a stable URL](#publishing), and make sure this link is not versioned. - [ ] [Document your release cadence](#release-cadence). - [ ] [Explain all levels of support](#explain-whats-supported). - [ ] [Document your versioning policy](#versioning-policy). - [ ] [Demarcate your list of releases](#listing-releases) between supported and unsupported releases. - [ ] [Provide the latest version](#listing-releases) in every support cycle. - [ ] [Provide absolute dates](#always-use-absolute-dates), instead of relative ones. - [ ] [Provide complete dates](#provide-complete-dates), include the day of the month. - [ ] If you have a release schedule image, [label it clearly](#provide-a-release-schedule-image) and mark a current date line. ## Publishing For larger projects, you'll often have this information split across multiple pages. Our recommendation is to keep these documents well linked and hosted together in such case. For example, do not keep your versioning policy in your wiki, and the EoL policy on your website. We recommend limiting yourselves to a single document with appropriate sections, if feasible. Such a document should be published ideally on your website or wiki. You can include it in your repository as well (`RELEASE.md` or `EOL.md` for example), but the best place to host it is your website. It provides a stable URL that can be referenced by your users. Make sure that the URL is clearly linked in your release notes, and other places. Make it easy for users to discover. Do not publish this in the versioned part of your website. Your support policy might change over time, but the link should not. - Bad: `https://example.com/docs/v3.4/eol` - Good: `https://example.com/docs/eol` - Good: `https://example.com/release-policy` ### Bad - Ubuntu Ubuntu has this information split between the (unmaintained) Ubuntu Wiki and the website: - - - Make sure this information is hosted _alongside your end-user documentation_, not your developer or team documentation. ### Bad - Python Python maintains the EoL status on the website for Python developers: ### Bad - Ansible The "release and maintenance" document for Ansible is versioned so there are multiple copies: - - - This causes confusion, as users on the 2.9 branch might miss out on important information that is reflected on the latest version. ### Good - Angular The Angular project has a single URL documenting all the information: . ## Document your support lifecycle Your support lifecycle is your guidance on how long each product will be supported. If you have LTS (Long Term Support) releases, clarify how this differs for those. - Bad: (Does not explain how long LTS releases are supported). ## Release cadence Not every project has a stable release cadence, but if you have one (even a rough one), document it. It is always better if your release cadence is predictable and aligned with your support lifecycles. ### Good - Alpine Linux > There are several release branches for Alpine Linux available at the same time. > Each May and November we make a release branch from edge. > The main repository is typically supported for 2 years and the community repository is supported until next stable release. Source: ## Explain what's supported Every project will have differing levels of what counts as "support". It is important to document what "support" means for your project. If there are different tiers (Active/Security/Extended for example), document these clearly. Bad: - _Extended Support beyond LTS is available to customers on a commercial basis._ Good: - _Extended Support beyond LTS is available to customers on a commercial basis. It includes critical security fixes only on the packages within the `base` repository._ - _Customers paying for "Premier Support" get additional access to our support team with a guaranteed SLA._ A good example is : it clearly explains what ESM means for Ubuntu end users. ## Versioning Policy Document your versioning policy. Even if the policy is homebrew and varies between major versions, a clearly documented policy is better than none. Good: - _We follow Semantic Versioning, and limit breaking changes to major upgrades._ - _The project follows SemVer starting from v12. Prior releases may include breaking changes in minor version upgrades._ ## Release notes Release notes are critical for your end-users doing upgrades. If certain upgrade pathways are unsupported (such as doing 2 major upgrades at once), document the same. _Highlight breaking changes_ in your release notes. If you have a migration guide, ensure it is linked in all the release notes. ## Listing releases List your releases in a table with all the relevant information for each release cycle. This includes: 1. Link to a changelog (and/or Release Notes). See [keepachangelog.com](https://keepachangelog.com/) for getting started with one. 2. What's the latest release in that cycle. This helps users validate whether they are running a supported release or not. 3. What are the important dates for this release - EoL/Release/GA/LTS etc. Do this for _all_ different support levels. 4. Download URL, if needed. 5. Migration guide, if available. Prefer listing older/unsupported releases elsewhere (`/historical-releases`). If you think they are important to your users, mark them extremely well in the table as unsupported. - Good: - Good: - Bad: (Lists an unsupported release alongside supported ones) ## Dates ### Always use absolute dates Many times, your support/EoL policies are relative. Common examples: 1. The last major release becomes unsupported 90 days after a new major release. 2. Bug fixes on previous releases will be made till the latest releases gets the first point release. However, your end-users shouldn't have to do the math. Make sure that all your releases always have a clear dates (I suggest `YYYY-MM-DD`) irrespective of how these dates are decided. You doing the math once will save your users much more time. ### Bad - no clear dates | K8s version | AKS GA | End of life | | ----------- | -------- | ----------- | | 1.22 | Nov 2021 | 1.25 GA | | 1.23 | Feb 2022 | 1.26 GA | (Source: [Azure Kubernetes Release Calendar][aks]) ### Bad - only a note Some projects will often put a note instead of documenting absolute dates: | Version | Release Date | | ------- | -------------- | | 2.1 | 3rd March 2021 | | 2.0 | 1st March 2020 | Release are supported for 2 years from the release date. ### Good Same as above, but we do the math: | Version | Release Date | EoL Date | | ------- | -------------- | -------------- | | 2.1 | 3rd March 2021 | 3rd March 2023 | | 2.0 | 1st March 2020 | 1st March 2022 | ### Good | Kubernetes version | Upstream release | Amazon EKS release | Amazon EKS end of support | | ------------------ | ---------------- | ------------------ | ------------------------- | | 1.20 | December 8, 2020 | May 18, 2021 | July, 2022 | | 1.21 | April 8, 2021 | July 19, 2021 | September, 2022 | Source: [Amazon EKS Release Calendar][eks]. ## Provide complete dates Always document complete dates, instead of just providing a month and year. Users should not be left guessing whether the EoL is on the 1st of December or 31st. - Bad: See above AKS and EKS examples. - Good: ## Provide a release schedule image This is optional, but a clear graphical representation of release cycles is always nice to have. If you do provide such an image, here's some recommendations: - Use different colors for different levels of support. - Label your axes clearly with year boundaries. - Have a straight line marking the current date. - If you can make it interactive, provide a start and end date on hover. - Make sure these images are kept updated - it is easy for them to get out of date. An outdated graphic is worse than none. - Ensure that all the data in the image is also reflected in text (in a table) for accessibility reasons. - Limit the image scale by picking a cut-off date. - Good: - Good: - Good: - Bad: (Cryptic) - Bad: (Does not provide an accessible table for desktop users) Feedback on this document is welcome [on GitHub](https://github.com/endoflife-date/endoflife.date/discussions). [aks]: https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#aks-kubernetes-release-calendar [eks]: https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html#kubernetes-release-calendar ================================================ FILE: robots.txt ================================================ User-Agent: * Allow: / Sitemap: https://endoflife.date/sitemap.xml ================================================ FILE: runtime.txt ================================================ 3.12 ================================================ FILE: schema.html ================================================ --- permalink: /docs/api layout: schema title: endoflife.date API Documentation nav_exclude: true --- ================================================ FILE: sitemap.xml ================================================ --- --- {% assign pages = site.html_pages | where_exp:'doc','doc.sitemap != false' | where_exp:'doc','doc.url != "/404.html"' %} {% for page in pages %} {% capture last_modified_at %} {% if page.last_modified_at %} {{ page.last_modified_at | date_to_xmlschema }} {% endif %} {% endcapture %} {{ page.url | replace:'/index.html','/' | absolute_url | xml_escape }} {{last_modified_at}} {% if page.layout == 'product' %} {{ page.url | replace:'/index.html','/' | prepend: "/api" | append:'.json' | absolute_url | xml_escape }} {{last_modified_at}} {% endif %} {% endfor %}