@r8s/operator-envoy-gateway 1.7.0 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,18 +1,22 @@
1
1
  /**
2
2
  * @r8s/operator-envoy-gateway — Envoy Gateway — Kubernetes Gateway API implementation as an npm-resolved
3
3
  * operator package. The package version mirrors the operator's own
4
- * version (1.7.0); consumers declare
4
+ * version (1.7.1); consumers declare
5
5
  * "@r8s/operator-envoy-gateway": "^1.0.0" as a peerDependency
6
6
  * so npm resolves ONE copy per tree and mixed majors fail at install time.
7
7
  */
8
8
  import { declareOperator } from '@r8s/core';
9
9
  import type { Operator } from '@r8s/k8s-types';
10
10
  /** The envoy-gateway operator version this package was cut for. */
11
- export declare const DEFAULT_ENVOYGATEWAY_VERSION = "1.7.0";
11
+ export declare const DEFAULT_ENVOYGATEWAY_VERSION = "1.7.1";
12
12
  /**
13
13
  * Operator declaration — mirror of the `envoy-gateway` entry in
14
14
  * packages/crds/operators.yaml (registry stays the CLI metadata source;
15
15
  * version parity is enforced by the operator-contracts suite).
16
+ *
17
+ * Helm-free install: the upstream release carries the fully rendered
18
+ * gateway-helm install.yaml (RBAC, CRDs, Deployment, namespace) — fetched
19
+ * at render time by the recipes/flux pipeline, no HelmRepository needed.
16
20
  */
17
21
  export declare function EnvoyGatewayOperator(version?: string): Operator & {
18
22
  namespace: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAA;AAC3C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAE9C,mEAAmE;AACnE,eAAO,MAAM,4BAA4B,UAAU,CAAA;AAEnD;;;;GAIG;AACH,wBAAgB,oBAAoB,CAClC,OAAO,GAAE,MAAqC,GAC7C,QAAQ,GAAG;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CA2BlC;AAED,kEAAkE;AAClE,eAAO,MAAM,YAAY,kBAAkB,CAAA;AAE3C,kEAAkE;AAClE,eAAO,MAAM,eAAe,6BAAuB,CAAA;AAEnD;;;GAGG;AACH,wBAAgB,gBAAgB,CAC9B,MAAM,EAAE,QAAQ,EAAE,EAClB,OAAO,CAAC,EAAE,MAAM,GACf,UAAU,CAAC,OAAO,eAAe,CAAC,EAAE,CAGtC;AAGD,cAAc,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAA;AAC3C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAE9C,mEAAmE;AACnE,eAAO,MAAM,4BAA4B,UAAU,CAAA;AAMnD;;;;;;;;GAQG;AACH,wBAAgB,oBAAoB,CAClC,OAAO,GAAE,MAAqC,GAC7C,QAAQ,GAAG;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CA0BlC;AAED,kEAAkE;AAClE,eAAO,MAAM,YAAY,kBAAkB,CAAA;AAE3C,kEAAkE;AAClE,eAAO,MAAM,eAAe,6BAAuB,CAAA;AAEnD;;;GAGG;AACH,wBAAgB,gBAAgB,CAC9B,MAAM,EAAE,QAAQ,EAAE,EAClB,OAAO,CAAC,EAAE,MAAM,GACf,UAAU,CAAC,OAAO,eAAe,CAAC,EAAE,CAGtC;AAGD,cAAc,mBAAmB,CAAA"}
package/dist/index.js CHANGED
@@ -20,26 +20,31 @@ exports.declareIfMissing = declareIfMissing;
20
20
  /**
21
21
  * @r8s/operator-envoy-gateway — Envoy Gateway — Kubernetes Gateway API implementation as an npm-resolved
22
22
  * operator package. The package version mirrors the operator's own
23
- * version (1.7.0); consumers declare
23
+ * version (1.7.1); consumers declare
24
24
  * "@r8s/operator-envoy-gateway": "^1.0.0" as a peerDependency
25
25
  * so npm resolves ONE copy per tree and mixed majors fail at install time.
26
26
  */
27
27
  const core_1 = require("@r8s/core");
28
28
  /** The envoy-gateway operator version this package was cut for. */
29
- exports.DEFAULT_ENVOYGATEWAY_VERSION = '1.7.0';
29
+ exports.DEFAULT_ENVOYGATEWAY_VERSION = '1.7.1';
30
+ /** Upstream static install manifest, expanded from the version. */
31
+ const ENVOY_GATEWAY_INSTALL_URL = 'https://github.com/envoyproxy/gateway/releases/download/v{version}/install.yaml';
30
32
  /**
31
33
  * Operator declaration — mirror of the `envoy-gateway` entry in
32
34
  * packages/crds/operators.yaml (registry stays the CLI metadata source;
33
35
  * version parity is enforced by the operator-contracts suite).
36
+ *
37
+ * Helm-free install: the upstream release carries the fully rendered
38
+ * gateway-helm install.yaml (RBAC, CRDs, Deployment, namespace) — fetched
39
+ * at render time by the recipes/flux pipeline, no HelmRepository needed.
34
40
  */
35
41
  function EnvoyGatewayOperator(version = exports.DEFAULT_ENVOYGATEWAY_VERSION) {
36
42
  return {
37
43
  name: 'envoy-gateway',
38
44
  description: 'Envoy Gateway \u2014 Kubernetes Gateway API implementation',
39
45
  source: {
40
- type: 'helm',
41
- chart: 'gateway-helm',
42
- repository: 'oci://docker.io/envoyproxy',
46
+ type: 'manifest',
47
+ url: ENVOY_GATEWAY_INSTALL_URL.replaceAll('{version}', version),
43
48
  version,
44
49
  namespace: 'envoy-gateway-system',
45
50
  },
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAkBA,oDA6BC;AAYD,4CAMC;AAjED;;;;;;GAMG;AACH,oCAA2C;AAG3C,mEAAmE;AACtD,QAAA,4BAA4B,GAAG,OAAO,CAAA;AAEnD;;;;GAIG;AACH,SAAgB,oBAAoB,CAClC,UAAkB,oCAA4B;IAE9C,OAAO;QACL,IAAI,EAAE,eAAe;QACrB,WAAW,EAAE,4DAA4D;QACzE,MAAM,EAAE;YACN,IAAI,EAAE,MAAM;YACZ,KAAK,EAAE,cAAc;YACrB,UAAU,EAAE,4BAA4B;YACxC,OAAO;YACP,SAAS,EAAE,sBAAsB;SAClC;QACD,OAAO;QACP,SAAS,EAAE,sBAAsB;QACjC,IAAI,EAAE;YACJ,0CAA0C;YAC1C,oCAAoC;YACpC,sCAAsC;YACtC,sCAAsC;YACtC,qCAAqC;YACrC,qCAAqC;YACrC,qCAAqC;YACrC,oCAAoC;YACpC,8CAA8C;YAC9C,6CAA6C;YAC7C,wCAAwC;SACzC;KACF,CAAA;AACH,CAAC;AAED,kEAAkE;AACrD,QAAA,YAAY,GAAG,eAAe,CAAA;AAE3C,kEAAkE;AACrD,QAAA,eAAe,GAAG,oBAAoB,CAAA;AAEnD;;;GAGG;AACH,SAAgB,gBAAgB,CAC9B,MAAkB,EAClB,OAAgB;IAEhB,IAAI,MAAM,CAAC,IAAI,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,IAAI,KAAK,eAAe,CAAC;QAAE,OAAO,EAAE,CAAA;IAC/D,OAAO,CAAC,IAAA,sBAAe,EAAC,oBAAoB,CAAC,OAAO,CAAC,CAAC,CAAC,CAAA;AACzD,CAAC;AAED,sFAAsF;AACtF,oDAAiC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AA0BA,oDA4BC;AAYD,4CAMC;AAxED;;;;;;GAMG;AACH,oCAA2C;AAG3C,mEAAmE;AACtD,QAAA,4BAA4B,GAAG,OAAO,CAAA;AAEnD,mEAAmE;AACnE,MAAM,yBAAyB,GAC7B,iFAAiF,CAAA;AAEnF;;;;;;;;GAQG;AACH,SAAgB,oBAAoB,CAClC,UAAkB,oCAA4B;IAE9C,OAAO;QACL,IAAI,EAAE,eAAe;QACrB,WAAW,EAAE,4DAA4D;QACzE,MAAM,EAAE;YACN,IAAI,EAAE,UAAU;YAChB,GAAG,EAAE,yBAAyB,CAAC,UAAU,CAAC,WAAW,EAAE,OAAO,CAAC;YAC/D,OAAO;YACP,SAAS,EAAE,sBAAsB;SAClC;QACD,OAAO;QACP,SAAS,EAAE,sBAAsB;QACjC,IAAI,EAAE;YACJ,0CAA0C;YAC1C,oCAAoC;YACpC,sCAAsC;YACtC,sCAAsC;YACtC,qCAAqC;YACrC,qCAAqC;YACrC,qCAAqC;YACrC,oCAAoC;YACpC,8CAA8C;YAC9C,6CAA6C;YAC7C,wCAAwC;SACzC;KACF,CAAA;AACH,CAAC;AAED,kEAAkE;AACrD,QAAA,YAAY,GAAG,eAAe,CAAA;AAE3C,kEAAkE;AACrD,QAAA,eAAe,GAAG,oBAAoB,CAAA;AAEnD;;;GAGG;AACH,SAAgB,gBAAgB,CAC9B,MAAkB,EAClB,OAAgB;IAEhB,IAAI,MAAM,CAAC,IAAI,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,IAAI,KAAK,eAAe,CAAC;QAAE,OAAO,EAAE,CAAA;IAC/D,OAAO,CAAC,IAAA,sBAAe,EAAC,oBAAoB,CAAC,OAAO,CAAC,CAAC,CAAC,CAAA;AACzD,CAAC;AAED,sFAAsF;AACtF,oDAAiC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@r8s/operator-envoy-gateway",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "Envoy Gateway \u2014 Kubernetes Gateway API implementation \u2014 npm-resolved operator package for r8s",
5
5
  "license": "MIT",
6
6
  "author": "Berget AI AB",