Skip to content

Commit

Permalink
chore(release): 0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
adfinisbot committed Feb 20, 2024
1 parent 6918c4d commit bcaf419
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
10 changes: 2 additions & 8 deletions charts/outdated/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
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
Expand Down
2 changes: 1 addition & 1 deletion ember/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bcaf419

Please sign in to comment.