Skip to content

Commit a311096

Browse files
author
Jens Plüddemann
committed
updated version
1 parent 79a3c5c commit a311096

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deploy/helm/grafana-ldap-sync/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.0.4
18+
version: 1.0.5
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 1.0.0
23+
appVersion: 1.2.0

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
setup(
44
name='script',
5-
version='1.1.0',
5+
version='1.2.0',
66
description='Script for syncing LDAP Users & Groups with Grafana Users & Teams',
77
packages=find_packages(exclude=('tests', 'docs')),
8-
package_data={'grafana-ldap-syn-script': ['run.py']},
8+
package_data={'grafana-ldap-sync-script': ['run.py']},
99
include_package_data=True,
1010
install_requires=[
1111
"requests>=2.24.0",

0 commit comments

Comments
 (0)