diff --git a/api/pyproject.toml b/api/pyproject.toml index 6894cf94..9b7fd9f7 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Outdated" -version = "1.0.0" +version = "0.1.0" description = "Shows all added projects, and their packages, also indicates when a package is no longer supported." authors = ["Adfinis AG"] license = "GPL-3.0-or-later" diff --git a/charts/outdated/Chart.yaml b/charts/outdated/Chart.yaml index e0a18205..d1cd0fb6 100644 --- a/charts/outdated/Chart.yaml +++ b/charts/outdated/Chart.yaml @@ -1,27 +1,21 @@ apiVersion: v2 name: outdated description: A Helm chart for Kubernetes - type: application - home: https://github.com/adfinis/outdated - maintainers: - name: adfinis email: support@adfinis.com url: https://adfinis.com - # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.0 - +version: '{{ steps.semrel.outputs.version }}' # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "latest" - +appVersion: "0.1.0" dependencies: - name: postgresql version: ~14.0.5 diff --git a/ember/package.json b/ember/package.json index e7da015f..6e8918c1 100644 --- a/ember/package.json +++ b/ember/package.json @@ -1,6 +1,6 @@ { "name": "outdated", - "version": "1.0.0", + "version": "0.1.0", "private": true, "description": "Small description for outdated goes here", "repository": "https://github.com/adfinis/outdated",