github-actions[bot]
ca0a22e87b
Bump version to 1.4.7 ( #1001 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: msafwankarim <66724151+msafwankarim@users.noreply.github.com >
v1.4.7
2025-08-25 16:52:35 +05:00
M Ahmad Mujtaba
19a76258d0
Merge pull request #998 from stakater/fix-broken-test
...
fixed broken test
merge-998
2025-08-22 15:22:40 +05:00
Felix Tonnvik
aa481d9568
fixed broken test
2025-08-19 11:06:08 +02:00
Muhammad Safwan Karim
177d2756a8
Moved some functions to common package ( #988 )
...
* separate methods
* basic refactoring
* moved common code to util package to use it in gateway
* common check for argo rollouts
* made code compilable with latest changes on master
* Moved options to separate package and created CommandLineOptions instance that will be in sync with options values.
* reverted extra changes
* initialize CommandLineOptions with default options in module init
* wait for paused at annotation before checking deployment paused
* moved things around to fix things
* reverted unnecessary changes
* reverted rolling_upgrade changes
* reverted extra change
* additional checks in reloader
* refactor: ShouldReloadInternal method. It will be called by Reloader
ShouldReload has some additional resource/namespace filter checks which are not needed for Reloader
* added test cases
* moved config to sharable packae
* moved resource selector and label selctor methods
* fixed pipeline
* removed map.yaml
* removed vague comment
2025-08-15 15:51:47 +05:00
Felix
9b2af6f9b7
Merge pull request #989 from praddy26/fix-operator-pod-crash
...
fix: handle operator crash when using workloadRef
2025-08-15 12:06:09 +02:00
Felix
7c4899a7eb
Merge pull request #981 from nitinverma9/add-dnsConfig-support-for-deployment
...
reloader: Add in support for dnsConfig for pod reloader.
2025-08-15 12:04:30 +02:00
Abdul Aziz
54d44858f8
Update README.md ( #993 )
...
* Update README.md
* Update README.md
Updated sponsor badge
* Update README.md
Fix line breaks for lint
merge-993
2025-08-14 07:39:49 +02:00
Abdul Aziz
6304a9e5ab
Update index.md ( #995 )
...
Add sponsor link at the bottom
merge-995
2025-08-14 07:39:29 +02:00
Pradeep Lakshmi Narasimha
1e6a6ec2d9
fix: handle operator crash when using workloadRef
2025-08-14 07:55:56 +05:30
Nitin Verma
42cd7e71a2
reloader: Add in support for dnsConfig for pod reloader. This is supported as a common standard in most public helm charts, so decided to create a PR here.
2025-08-04 07:52:57 +01:00
M Ahmad Mujtaba
1107fee109
fix applied for issue-PR-975 ( #987 )
...
Co-authored-by: mahmadmujtaba <ahmad.mujtaba@stakater.com >
merge-987
2025-08-01 15:54:32 +05:00
Muhammad Safwan Karim
9e33dac9ef
Bump chart ( #986 )
...
* Bump chart
* empty
chart-v2.2.0
merge-986
2025-07-30 13:20:23 +05:00
Muhammad Safwan Karim
517fd33fb1
Added pause deployment annotation overrides ( #983 )
...
* added pprof flag
* updated chart
* fixed linting and spelling
* custom_annotation for pause deployments related annotaitons
merge-983
2025-07-29 19:50:13 +05:00
Muhammad Safwan Karim
1e46d44c7c
Added pprof flag ( #980 )
...
* added pprof flag
* updated chart
* fixed linting and spelling
merge-980
2025-07-29 15:49:30 +05:00
Muhammad Safwan Karim
49409dce54
Extracted some functions to public package to reuse them in gateway ( #966 )
...
* separate methods
* basic refactoring
* moved common code to util package to use it in gateway
* common check for argo rollouts
* made code compilable with latest changes on master
* Moved options to separate package and created CommandLineOptions instance that will be in sync with options values.
* reverted extra changes
* initialize CommandLineOptions with default options in module init
* wait for paused at annotation before checking deployment paused
* moved things around to fix things
* reverted unnecessary changes
* reverted rolling_upgrade changes
* reverted extra change
merge-966
2025-07-29 11:50:02 +05:00
Muhammad Safwan Karim
9039956c32
Merge pull request #970 from stakater/sa-7499-expose-meta-info
...
Publish a configmap that contains build/version info and reloader flags
merge-970
2025-07-22 14:46:44 +05:00
Safwan
82eb8d8b87
reverted reloader.yaml deployment name
2025-07-22 14:40:46 +05:00
Safwan
7af0728990
comments resolved
2025-07-22 13:47:50 +05:00
Safwan
d9b36a56b5
Removed is dirty flag
2025-07-21 17:40:50 +05:00
Safwan
dcf4b0d0f6
merged deployment pause related changes
2025-07-21 15:14:30 +05:00
Safwan
b8b7cdb610
Merge branch 'master' into sa-7499-expose-meta-info
2025-07-21 14:28:07 +05:00
Safwan
d2580930e4
reverted testing changes
2025-07-21 14:25:02 +05:00
Safwan
e0150145ec
updated PR workflow
2025-07-21 13:50:21 +05:00
Safwan
52ac7e307d
skip e2e test
2025-07-21 13:30:00 +05:00
Safwan
e311fe2fff
updated pull request workflow
2025-07-21 13:05:25 +05:00
Safwan
dec3410b7f
updated work flows
2025-07-21 12:58:11 +05:00
Safwan
1e1f094516
resolved comments and stuff
2025-07-18 19:27:26 +05:00
Muhammad Safwan Karim
a9566fa672
Merge pull request #958 from s10/feature/pause
...
Add pausing deployments during upgrades
2025-07-18 15:38:33 +05:00
Muhammad Safwan Karim
51ee0a19bb
Merge pull request #967 from pinkavaj/pi-k8s-labels-simple
...
Use labels suggested by Kubernetes and Helm best practices
2025-07-18 15:23:25 +05:00
Safwan
19918e6fa8
fix error
2025-07-17 13:05:40 +05:00
Safwan
95cea97d34
make parsetime exportable
2025-07-17 13:04:47 +05:00
Safwan
d22a0f25de
changed types to bool where needed
2025-07-17 13:03:42 +05:00
Safwan
2d2c35fcf4
discard error
2025-07-16 20:09:19 +05:00
Safwan
cf600f7761
type safety where applicable in meta info
2025-07-16 19:37:02 +05:00
Safwan
01f62cf823
renamed struct fields
2025-07-16 18:29:26 +05:00
Safwan
85bd7a075c
updated docker file
2025-07-16 18:08:24 +05:00
Safwan
3999edb7a3
Merge branch 'master' into sa-7499-expose-meta-info
2025-07-16 17:33:38 +05:00
Safwan
f69773c588
refactoring
2025-07-15 20:08:23 +05:00
Safwan
8b257a3f0c
publish configmap with meta info
2025-07-15 19:16:26 +05:00
Muhammad Safwan Karim
93936d12c1
Merge pull request #933 from yo-ga/fix/specific-namespace
...
Ignore namespaceSelector when not watch globally
2025-07-11 17:14:19 +05:00
Muhammad Safwan Karim
2d810f9824
Merge pull request #865 from ChristianCiach/job-owner-ref
...
Add OwnerReference to generated Jobs
2025-07-09 16:22:51 +05:00
Christian Ciach
99c45b3ca3
Add test for CronJob owner references
2025-07-09 12:45:24 +02:00
Christian Ciach
81315adc9b
Add conventional annotation to triggered jobs
2025-07-09 12:38:12 +02:00
Christian Ciach
ad0407517d
Add OwnerReference to generated Jobs
2025-07-09 12:38:12 +02:00
Vladislav Gusev
cafa14f0e7
Add pausing deployments during upgrades
2025-07-08 16:59:42 +03:00
Muhammad Safwan Karim
5089955691
Merge pull request #928 from jamie-stinson/master
...
feat: add ignore annotation support for skipping reloads
2025-07-08 14:41:09 +05:00
Jiří Pinkava
379c428283
Use labels suggested by Kubernetes and Helm best practices
...
This improves the compatibility and makes it easier to work with various tools,
which take advantake from the assumption of existence of those labels.
Keep the old labels for selectors for backward compatibility.
Also note there is slight change in behaviour of PDB which might
be backward-incompatible in some rare cases.
2025-07-07 22:28:54 +02:00
Muhammad Safwan Karim
404c3700f7
Update push-helm-chart.yaml ( #965 )
...
* Update push-helm-chart.yaml
* empty commit
chart-v2.1.5
merge-965
2025-07-07 17:10:51 +05:00
Muhammad Safwan Karim
df812c555c
bump-chart ( #964 )
merge-964
2025-07-07 13:32:23 +02:00
Yoga Yu
e8cb97a6d1
Merge branch 'master' into fix/specific-namespace
2025-07-04 10:37:34 +08:00