Skip to content

Commit

Permalink
- Prep v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DaemonDude23 committed Feb 7, 2025
1 parent 4be8f8b commit e66cb79
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 255 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.mypy_cache/
**.go/
*/.go/
build/
venv/
60 changes: 0 additions & 60 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
"program": "${workspaceFolder}/src/"
},
{
"env": {
"PATH": "/home/${env:USER}/.asdf/shims:${env:PATH}"
},
"mode": "test",
"name": "Run tests",
"program": "${workspaceFolder}/src/",
Expand All @@ -41,9 +38,6 @@
"--log-level=INFO",
"../examples/commonAnnotations/helmizer.yaml",
],
"env": {
"PATH": "/home/${env:USER}/.asdf/shims:${env:PATH}"
},
"name": "commonAnnotations",
"program": "${workspaceFolder}/src/",
"request": "launch",
Expand All @@ -54,9 +48,6 @@
"--log-level=INFO",
"../examples/commonLabels/helmizer.yaml",
],
"env": {
"PATH": "/home/${env:USER}/.asdf/shims:${env:PATH}"
},
"name": "commonLabels",
"program": "${workspaceFolder}/src/",
"request": "launch",
Expand All @@ -67,9 +58,6 @@
"--log-level=INFO",
"../examples/configMapGenerator/helmizer.yaml",
],
"env": {
"PATH": "/home/${env:USER}/.asdf/shims:${env:PATH}"
},
"name": "configMapGenerator",
"program": "${workspaceFolder}/src/",
"request": "launch",
Expand All @@ -80,9 +68,6 @@
"--log-level=INFO",
"../examples/crds/helmizer.yaml",
],
"env": {
"PATH": "/home/${env:USER}/.asdf/shims:${env:PATH}"
},
"name": "crds",
"program": "${workspaceFolder}/src/",
"request": "launch",
Expand All @@ -93,9 +78,6 @@
"--log-level=INFO",
"../examples/generatorOptions/helmizer.yaml",
],
"env": {
"PATH": "/home/${env:USER}/.asdf/shims:${env:PATH}"
},
"name": "generatorOptions",
"program": "${workspaceFolder}/src/",
"request": "launch",
Expand All @@ -106,9 +88,6 @@
"--log-level=INFO",
"../examples/images/helmizer.yaml",
],
"env": {
"PATH": "/home/${env:USER}/.asdf/shims:${env:PATH}"
},
"name": "images",
"program": "${workspaceFolder}/src/",
"request": "launch",
Expand All @@ -119,9 +98,6 @@
"--log-level=INFO",
"../examples/namePrefix/helmizer.yaml",
],
"env": {
"PATH": "/home/${env:USER}/.asdf/shims:${env:PATH}"
},
"name": "namePrefix",
"program": "${workspaceFolder}/src/",
"request": "launch",
Expand All @@ -132,9 +108,6 @@
"--log-level=INFO",
"../examples/namespace/helmizer.yaml",
],
"env": {
"PATH": "/home/${env:USER}/.asdf/shims:${env:PATH}"
},
"name": "namespace",
"program": "${workspaceFolder}/src/",
"request": "launch",
Expand All @@ -145,9 +118,6 @@
"--log-level=INFO",
"../examples/nameSuffix/helmizer.yaml",
],
"env": {
"PATH": "/home/${env:USER}/.asdf/shims:${env:PATH}"
},
"name": "nameSuffix",
"program": "${workspaceFolder}/src/",
"request": "launch",
Expand All @@ -158,9 +128,6 @@
"--log-level=INFO",
"../examples/openapi/helmizer.yaml",
],
"env": {
"PATH": "/home/${env:USER}/.asdf/shims:${env:PATH}"
},
"name": "openapi",
"program": "${workspaceFolder}/src/",
"request": "launch",
Expand All @@ -171,9 +138,6 @@
"--log-level=INFO",
"../examples/patches/helmizer.yaml",
],
"env": {
"PATH": "/home/${env:USER}/.asdf/shims:${env:PATH}"
},
"name": "patches",
"program": "${workspaceFolder}/src/",
"request": "launch",
Expand All @@ -184,9 +148,6 @@
"--log-level=INFO",
"../examples/patchesJson6902/helmizer.yaml",
],
"env": {
"PATH": "/home/${env:USER}/.asdf/shims:${env:PATH}"
},
"name": "patchesJson6902",
"program": "${workspaceFolder}/src/",
"request": "launch",
Expand All @@ -197,9 +158,6 @@
"--log-level=INFO",
"../examples/patchesStrategicMerge/helmizer.yaml",
],
"env": {
"PATH": "/home/${env:USER}/.asdf/shims:${env:PATH}"
},
"name": "patchesStrategicMerge",
"program": "${workspaceFolder}/src/",
"request": "launch",
Expand All @@ -210,9 +168,6 @@
"--log-level=INFO",
"../examples/replacements/helmizer.yaml",
],
"env": {
"PATH": "/home/${env:USER}/.asdf/shims:${env:PATH}"
},
"name": "replacements",
"program": "${workspaceFolder}/src/",
"request": "launch",
Expand All @@ -223,9 +178,6 @@
"--log-level=INFO",
"../examples/replicas/helmizer.yaml",
],
"env": {
"PATH": "/home/${env:USER}/.asdf/shims:${env:PATH}"
},
"name": "replicas",
"program": "${workspaceFolder}/src/",
"request": "launch",
Expand All @@ -236,9 +188,6 @@
"--stop-on-error=false",
"../examples/resources/helmizer.yaml",
],
"env": {
"PATH": "/home/${env:USER}/.asdf/shims:${env:PATH}"
},
"name": "resources",
"program": "${workspaceFolder}/src/",
"request": "launch",
Expand All @@ -249,9 +198,6 @@
"--log-level=INFO",
"../examples/secretGenerator/helmizer.yaml",
],
"env": {
"PATH": "/home/${env:USER}/.asdf/shims:${env:PATH}"
},
"name": "secretGenerator",
"program": "${workspaceFolder}/src/",
"request": "launch",
Expand All @@ -262,9 +208,6 @@
"--log-level=INFO",
"../examples/sortOptions/helmizer.yaml",
],
"env": {
"PATH": "/home/${env:USER}/.asdf/shims:${env:PATH}"
},
"name": "sortOptions",
"program": "${workspaceFolder}/src/",
"request": "launch",
Expand All @@ -275,9 +218,6 @@
"--log-level=INFO",
"../examples/vars/helmizer.yaml",
],
"env": {
"PATH": "/home/${env:USER}/.asdf/shims:${env:PATH}"
},
"name": "vars",
"program": "${workspaceFolder}/src/",
"request": "launch",
Expand Down
182 changes: 0 additions & 182 deletions CHANGELOG-python.md

This file was deleted.

Loading

0 comments on commit e66cb79

Please sign in to comment.