github-actions[bot]
c70c3dc393
Version Packages (next)
2024-01-30 13:38:11 +00:00
github-actions[bot]
185d5ea0b0
Version Packages (next)
2024-01-23 13:57:50 +00:00
Jamie Klassen
daad57618e
separate authMetadata parameter for x-k8s-aws-id
...
Signed-off-by: Jamie Klassen <jamie.klassen@broadcom.com >
2024-01-19 17:56:54 -05:00
github-actions[bot]
8070f67dc4
Version Packages
2024-01-16 11:44:56 +00:00
github-actions[bot]
c9f71fba8d
Version Packages (next)
2023-12-25 23:42:26 +00:00
Fredrik Adelöw
0738b72533
keep going
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-12-20 16:18:00 +01:00
Fredrik Adelöw
76a4904d2a
remove some unused deps
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-12-20 15:55:16 +01:00
github-actions[bot]
a9801a3ec9
Version Packages
2023-12-19 13:39:54 +00:00
github-actions[bot]
356906bab8
Version Packages (next)
2023-11-28 13:37:18 +00:00
Fredrik Adelöw
bd6439adfd
Merge pull request #21455 from backstage/freben/dep-role
...
lint for illegal role-to-role dependency chains
2023-11-24 09:36:42 +01:00
Fredrik Adelöw
5d796829bb
lint for illegal role-to-role dependency chains
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-11-21 17:08:40 +01:00
github-actions[bot]
8ece80419a
Version Packages (next)
2023-11-21 15:13:12 +00:00
Jamie Klassen
61b4e61a87
Merge pull request #21180 from backstage/renovate/kubernetes-client-node-0.x
...
fix(deps): update dependency @kubernetes/client-node to v0.20.0
2023-11-16 14:08:06 -05:00
github-actions[bot]
c8a8aac2af
Version Packages
2023-11-14 13:25:17 +00:00
renovate[bot]
706fc3a7e1
fix(deps): update dependency @kubernetes/client-node to v0.20.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-10 01:14:14 +00:00
github-actions[bot]
8a9f0ce86b
Version Packages (next)
2023-11-07 09:43:56 +00:00
Jenson3210
df40b067e1
Kubernetes: Resource quotas as default objects ( #20951 )
...
* Fixed the lack of `resourcequotas`
Signed-off-by: Jente Sondervorst <jentesondervorst@gmail.com >
* Fixed the lack of `resourcequotas`
Signed-off-by: Jente Sondervorst <jentesondervorst@gmail.com >
* Fixed the lack of `resourcequotas`
Signed-off-by: Jente Sondervorst <jentesondervorst@gmail.com >
* Fixed the lack of `resourcequotas`
Signed-off-by: Jente Sondervorst <jentesondervorst@gmail.com >
---------
Signed-off-by: Jente Sondervorst <jentesondervorst@gmail.com >
2023-11-06 16:13:59 -05:00
Patrik Oldsberg
eef4e4660b
Merge pull request #20321 from szubster/k8s-catalog-dashboard-params
...
Store GKE dashboard parameters in catalog
2023-11-01 13:49:10 +01:00
github-actions[bot]
8345a35d04
Version Packages (next)
2023-10-24 11:04:16 +00:00
github-actions[bot]
8cdb8c2e40
Version Packages
2023-10-17 08:54:50 +00:00
Fredrik Adelöw
f4dbbfb322
Merge pull request #20397 from backstage/renovate/kubernetes-client-node-0.x
...
fix(deps): update dependency @kubernetes/client-node to v0.19.0
2023-10-11 16:08:36 +02:00
github-actions[bot]
e43d3eb1b7
Version Packages (next)
2023-10-10 11:39:03 +00:00
Tomasz Szuba
62180df4ee
Store GKE dashboard parameters in catalog
...
Signed-off-by: Tomasz Szuba <tszuba@box.com >
2023-10-10 10:30:04 +02:00
renovate[bot]
9101c0d1b6
fix(deps): update dependency @kubernetes/client-node to v0.19.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-07 16:18:29 +00:00
Andres Mauricio Gomez P
201eb08c84
Validating that custom auth strategies don't include dashes
...
Signed-off-by: Andres Mauricio Gomez P <andmagom@outlook.com >
2023-10-03 10:29:28 -05:00
github-actions[bot]
f95345c845
Version Packages (next)
2023-10-03 10:49:45 +00:00
Matthew Clarke
2d8151061c
refactor: Refactors the Kubernetes plugin in line with ADR11 ( #19446 )
...
* refactor: k8s plugins
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* chore: move more files
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* chore: fix
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* fix: tsc
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* chore: changeset
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* chore: api report
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* fix: catalog
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* fix: types
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* fix: update lock
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
---------
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
2023-09-27 00:40:10 +02:00
github-actions[bot]
b228d7d9c2
Version Packages
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-09-20 11:24:40 +02:00
Jamie Klassen
5d377c9b39
integrators can add strategies
...
Due to the loosened wire format, now integrators have the opportunity to define
arbitrary contracts between the front- and back-end when dealing with customized
Kubernetes auth setups.
Signed-off-by: Jamie Klassen <jklassen@vmware.com >
2023-09-14 17:54:30 -04:00
github-actions[bot]
a6d1580062
Version Packages (next)
2023-09-12 11:41:29 +00:00
Patrik Oldsberg
406b786a2a
fix package side effect declarations
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-09-07 13:40:19 +02:00
github-actions[bot]
32a09adcff
Version Packages (next)
2023-09-05 10:03:17 +00:00
github-actions[bot]
fc1a38bc57
Version Packages (next)
2023-08-29 12:18:08 +00:00
Eric Peterson
00beb2b433
Merge pull request #19485 from backstage/catalog-info/project-areas
...
Add `catalog-info.yaml` for project area-owned packages
2023-08-22 15:43:33 +02:00
Eric Peterson
223a545706
Add catalog-info.yaml files for Kubernetes project area
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2023-08-21 13:30:31 +02:00
Clément Blaise
ccf00accb4
Add kubernetes-plugin aws annotations
...
Signed-off-by: Clément Blaise <clementblaise@me.com >
2023-08-09 20:59:28 +02:00
github-actions[bot]
0abb3c37b8
Version Packages
2023-07-18 08:35:29 +00:00
Adam Harvey
bdca0c1158
chore: Fix comment typo ( #18676 )
...
Signed-off-by: Adam Harvey <adaharve@cisco.com >
2023-07-14 15:22:59 -04:00
github-actions[bot]
d72e2eeba6
Version Packages (next)
2023-06-27 12:10:42 +00:00
github-actions[bot]
bc0c4bc64c
Version Packages
2023-06-20 13:54:09 +00:00
github-actions[bot]
320ed50274
Version Packages (next)
2023-06-13 19:37:24 +00:00
github-actions[bot]
a8634a9634
Version Packages (next)
2023-05-30 13:52:00 +00:00
github-actions[bot]
73e7820731
Version Packages
2023-05-16 09:38:40 +00:00
github-actions[bot]
4f3076700a
Version Packages (next)
2023-05-09 09:49:35 +00:00
Jamie Klassen
05f1d74539
Backend supports AKS auth provider
...
Signed-off-by: Jamie Klassen <jklassen@vmware.com >
2023-05-08 10:04:58 -04:00
github-actions[bot]
6141c31839
Version Packages
2023-04-18 12:36:06 +00:00
github-actions[bot]
ab75a16da7
Version Packages (next)
2023-04-11 14:21:21 +00:00
github-actions[bot]
e32dc5e79d
Version Packages (next)
2023-03-28 16:01:25 +00:00
github-actions[bot]
5af2c4f412
Version Packages (next)
2023-03-21 13:38:30 +00:00
Ruben Vallejo
c04498db27
Refactor header names, add options object to requestHandler and add new changes to api-reports and changeset along with docs
...
Signed-off-by: Ruben Vallejo <rvallejo@vmware.com >
2023-03-16 11:51:17 -04:00