Skip to content

Releases: rhdhorchestrator/custom-form-example-plugin

v0.4.0: Merge pull request #14 from mareklibra/dynamicPluginParam

Choose a tag to compare

@mareklibra mareklibra released this 22 Jan 13:28
7b2fe12
read params in both static and dynamic plugins

v0.3.3: Merge pull request #13 from mareklibra/0.3.3

Choose a tag to compare

@mareklibra mareklibra released this 21 Jan 13:59
d882aa8

Dynamic plugin package
Add the following to RHDH configmap to load the plugin:

      - disabled: false
        package: "https://github.com/rhdhorchestrator/custom-form-example-plugin/releases/download/v0.3.3/custom-form-example-plugin-v0.3.3.tgz"
        integrity: sha512-hCX6XwWpakV5lO83/zexKdZeiOHXvNLuHaOtoA2PLiwQYuGc9gz75+NEHhaEZ80QUoD1CddoYJjRLqr1rteRLw==
        pluginConfig:
          dynamicPlugins:
            frontend:
              custom-form-example-plugin:
                countriesUrl: https://restcountries.com/v3.1/all

v0.3.2: Merge pull request #11 from mareklibra/0.3.2

Choose a tag to compare

@mareklibra mareklibra released this 21 Jan 13:33
00b50dd
v0.3.2

0.2.0

Choose a tag to compare

@batzionb batzionb released this 27 Nov 13:58
a8f67e5

Dynamic plugin package
Add the following to RHDH configmap to load the plugin:

      - disabled: false
        package: "https://github.com/parodos-dev/custom-form-example-plugin/releases/download/0.2.0/custom-form-example-plugin-0.2.0.tgz"
        integrity: sha512-1L2JKfvJBYHXFQsb6NrgvdXUrAXkmlloDAQiTeR8La2cNqOTeBMF91E+0ixhm4wy10gzdZXtytORjk1UWFVHlw==
        pluginConfig:
          dynamicPlugins:
            frontend:
              custom-form-example-plugin:
                apiFactories:
                  - importName: formApiFactory 

0.1.0

Choose a tag to compare

@batzionb batzionb released this 14 Nov 11:04

Dynamic plugin package
Add the following to RHDH configmap to load the plugin:

      - disabled: false
        package: "https://github.com/parodos-dev/custom-form-example-plugin/releases/download/0.1.0/custom-form-example-plugin-0.1.0.tgz"
        integrity: sha512-2zirrShnt9etkOGA/KqJ02GotH2I9qlty8I7Sx5hNURM8tglg+3iCQzRP5W69mAUkSSwpd90fNkctSEDecTzvQ==
        pluginConfig:
          dynamicPlugins:
            frontend:
              custom-form-example-plugin:
                apiFactories:
                  - importName: formApiFactory