Skip to content

Releases: razee-io/Razeedash-api

2.0.0

23 Jun 18:27
1b410a6
Compare
Choose a tag to compare

Key Changes

Breaking changes are introduced in #1332

  • The GQL apis no longer accept orgKey from URL query parameters, it must be passed as a razee-org-key header instead.
  • The registerCluster and enableRegistrationUrl GQL queries no longer return a simple URL (containing orgKey query param) that can be used with kubectl apply -f [URL] to set up agents/operators on a managed cluster. The API response can return headers (containing razee-org-key) as well as the url, headers which must be sent on the request to retrieve yaml. To create agents/operators on a managed cluster, the caller must create a command such as curl -H "[key]: [value]" [url] | kubectl apply -f - using the key/value pairs in the headers return value.

Any API consumer must update behavior when moving to this new version.

What's Changed

  • Fix incorrect handling of cluster state vs regState, log cleanup by @carrolp in #1314
  • Provide additional ActivityTracker payload information by @ethanstjohn in #1315
  • redact all razee-org-keys by @ethanstjohn in #1317
  • make GQL error handling and responses more consistent by @carrolp in #1319
  • tag support for subscriptions and service subscriptions by @carrolp in #1318
  • Nodever by @carrolp in #1320
  • redact razee-org-key headers for more secure logging by @ethanstjohn in #1321
  • use non-redacted orgkey for attach script by @carrolp in #1322
  • Fix corner case of cluster subscribed to multiple versions of the sam… by @carrolp in #1323
  • Remove unused / incomplete webhook code, swagger, and readme content. by @carrolp in #1324
  • cleanup unused webhook swagger by @carrolp in #1325
  • Ensure remote params are not saved to non-remote channel versions by @carrolp in #1326
  • allow subscription groups to be specified by name or uuid by @carrolp in #1327
  • update locales by @ethanstjohn in #1328
  • Separate headers for sensitive values (orgKey) in registerCluster response by @carrolp in #1331
  • bugfix: allow editServiceSubscription without overwriting tags by @carrolp in #1334
  • Remove support for passing orgKey as query param, require use of razee-org-key header by @carrolp in #1332

Full Changelog: 1.5.0...2.0.0

1.5.0

25 Apr 18:53
b2db72e
Compare
Choose a tag to compare

While no specific breaking changes are identified, caution is warranted due to the volume of changes since last release.

What's Changed

Read more

1.4.0

19 Feb 21:07
bb7b890
Compare
Choose a tag to compare

bb7b890 Merge pull request #783 from razee-io/kube_owner_name
65b3aef lint
9225e0c added kubeOwnerName to subscriptions on creation. for default/local/passport, its value is null
d697f62 Merge pull request #782 from razee-io/remove_channel_versions
7081f3c Merge branch 'master' into remove_channel_versions
c377349 Merge pull request #772 from razee-io/translation
23e44ab Merge branch 'master' into translation
98d14ab removes deployableVersions from db and s3 when the channel is deleted
125fc7d Merge pull request #779 from razee-io/RateLimit
c4dfc94 fix:docker login
e4bc8d9 fix:update
ed4d36b Update .travis.yml
916d811 fix:update
456cf97 fix:update
06b27df fix:Added docker login
4d18ac6 fix:Added docker login
c75c839 Fix:Update before_install
c5f1ce6 fix:updates
c93d6fb fix:updates
794412f fix:removed missing.json file
20e23b3 fix: removed missing.json file
5563b25 Merge branch 'master' into translation
a8aae72 fix:updated lint
8e0a2ac fix:update var name
7e8b619 fix: updated var name
52a81a0 fix:added supported lang
e09332f Merge pull request #778 from razee-io/subs_cluster_id
d5fbeeb Merge branch 'subs_cluster_id' of github.com:razee-io/Razeedash-api into subs_cluster_id
ec290e9 added @sv
9a16809 Merge branch 'master' into subs_cluster_id
a731790 Merge pull request #774 from razee-io/channel_tags
54c4c57 typo
e8ef81e Merge branch 'master' into subs_cluster_id
d72fa09 Merge branch 'master' into channel_tags
607677d Merge pull request #773 from razee-io/remove-apprazeeio
ed0fcde added clusterId as an option to subscriptions in the place of groups. used when users want to assign a sub to a single specific cluster and not be bothered by creating groups
d0b5dcc feat:update i18n
0334d2a added tags to editChannel output
6e43161 didnt mean to mess with subscriptions
3536158 added tags to channels objs. added channelsByTags query
540a9d0 Update README.md
f4096a9 translation
a3e08ba Merge pull request #767 from razee-io/node_12
8da6421 switched to node 12 because the graphql people refuse to support the newest code
b6fadae Merge pull request #727 from razee-io/annotation_text_search2
f9fe6db cleanup
8192c4a added razeeio/etc annotations/labels to resources text search index
356b262 Merge branch 'master' into annotation_text_search2
0db0273 fixed incorrect .get() call when loading subscriptions.remoteResources (#734)
e9c332a Merge pull request #751 from razee-io/audit_fix
d0d3545 npm audit fix
86c0225 Merge pull request #713 from razee-io/dependabot/npm_and_yarn/sinon-9.2.1
56ad0ab Bump sinon from 9.2.0 to 9.2.1
06529f2 made graphql file uploads work on node 14 (#726)
3898eeb added annotations to searchableExpression
f68d4e1 Merge pull request #711 from razee-io/nested_mongo_queries_cluster_resources
a727645 Merge branch 'master' into nested_mongo_queries_cluster_resources
1d2ccb7 Merge pull request #723 from razee-io/subscriptions_disappearing
b70ac85 removed sub filtering call where its not needed
8f6574c Merge pull request #712 from razee-io/dependabot/npm_and_yarn/npm-check-updates-9.2.4
0670fde Bump npm-check-updates from 9.1.2 to 9.2.4
d29bfcb Merge pull request #710 from razee-io/dependabot/npm_and_yarn/aws-sdk-2.784.0
ae788d8 Bump aws-sdk from 2.771.0 to 2.784.0
95a30c7 Merge pull request #709 from razee-io/dependabot/npm_and_yarn/eslint-7.12.1
8561ae6 Bump eslint from 7.11.0 to 7.12.1
60f06df Merge pull request #707 from razee-io/dependabot/npm_and_yarn/graphql-tools-7.0.1
d7c0b89 Bump graphql-tools from 6.2.4 to 7.0.1
[46b6c3c](46b6c3cd477cd3d8c7a29e...

Read more

1.3.0

13 Oct 13:28
18f696b
Compare
Choose a tag to compare
Merge pull request #646 from razee-io/dependabot/npm_and_yarn/graphql…

…-redis-subscriptions-2.3.1

Bump graphql-redis-subscriptions from 2.2.2 to 2.3.1

1.2.2_003

12 Oct 19:13
263ad82
Compare
Choose a tag to compare
1.2.2_003 Pre-release
Pre-release
Merge branch 'master' into test1

1.2.2

07 Aug 15:14
b68ede9
Compare
Choose a tag to compare

Fix: add tslCAFile option to the mongoose connection

1.2.1

04 Aug 14:45
a35841c
Compare
Choose a tag to compare
Merge pull request #553 from razee-io/non-root

Non root

1.2.0

31 Jul 15:09
c348d71
Compare
Choose a tag to compare
Fix unhandled exception (#541)

* fix: UnhandledPromiseRejectionWarning: Unhandled promise rejection

* update

1.1.0

17 Jun 09:18
bff0407
Compare
Choose a tag to compare
New: Resource sort (#422)

* New: Added sort feature to resources endpoint

* usage example comment

* Fixed merge error

* Fixed merge issue

Co-authored-by: Michael McKay <mckaymic@us.ibm.com>

1.0.3

12 Jun 17:09
a31d1fa
Compare
Choose a tag to compare
Merge pull request #411 from razee-io/user_index_fix

Fix: remove indexes from the default model schema (fixes #316)