Commit Graph

32 Commits

Author SHA1 Message Date
TrueCharts Bot 8a13517b15
chore(deps): update container image baserow/baserow to v1.22.3@1ca1cda by renovate (#17982)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [baserow/baserow](https://gitlab.com/baserow/baserow) | patch |
`1.22.2` -> `1.22.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>baserow/baserow (baserow/baserow)</summary>

###
[`v1.22.3`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1223)

[Compare
Source](https://gitlab.com/baserow/baserow/compare/1.22.2...1.22.3)

##### New features

- Clean up UserLogEntry table entries
[#&#8203;1792](https://gitlab.com/baserow/baserow/-/issues/1792)
- Add segmentControl UI component
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- Add support to reference duration fields in the formula language.
[#&#8203;2190](https://gitlab.com/baserow/baserow/-/issues/2190)
- Add formats with days to the duration field.
[#&#8203;2217](https://gitlab.com/baserow/baserow/-/issues/2217)
- Allow custom public share URLs
[#&#8203;2292](https://gitlab.com/baserow/baserow/-/issues/2292)
- Use primary row value in email notifications instead of just row ids
[#&#8203;2293](https://gitlab.com/baserow/baserow/-/issues/2293)
- Show billable label only to workspace admins
[#&#8203;2295](https://gitlab.com/baserow/baserow/-/issues/2295)
- Added instructions on how to deploy Baserow to Railway.
[#&#8203;2308](https://gitlab.com/baserow/baserow/-/issues/2308)
- Update Django to 4.1.X
[#&#8203;761](https://gitlab.com/baserow/baserow/-/issues/761)
- Added instructions on how to deploy Baserow to Digital Ocean Apps.
[#&#8203;998](https://gitlab.com/baserow/baserow/-/issues/998)
- Prepared Cloudron, all-in-one Docker image, and Heroku for having
multiple application builder domains.

##### Bug fixes

- Keep space for title in the row edit modal
[#&#8203;1734](https://gitlab.com/baserow/baserow/-/issues/1734)
- Avoid dangling snapshots
[#&#8203;1793](https://gitlab.com/baserow/baserow/-/issues/1793)
- Remove trailing spaces from datetime_format formula
[#&#8203;2131](https://gitlab.com/baserow/baserow/-/issues/2131)
- Fix get_adjacent_row bug causing not returning the correct adjacent
row in certain situations.
[#&#8203;2273](https://gitlab.com/baserow/baserow/-/issues/2273)
- Fixes for Render deployments after changes for their plans.
[#&#8203;2275](https://gitlab.com/baserow/baserow/-/issues/2275)
- Fixes bug where the context menu was displaced if there was a vertical
scrollbar (e.g. form form).
[#&#8203;2286](https://gitlab.com/baserow/baserow/-/issues/2286)
- Fix higher_than and lower_than frontend view filters for formula
fields. [#&#8203;2289](https://gitlab.com/baserow/baserow/-/issues/2289)
- Nullify single select field for KanbanView if it's been trashed.
[#&#8203;711](https://gitlab.com/baserow/baserow/-/issues/711)
- Fix cannot read properties of undefined workspace when navigating to a
table that you don't have access to.
- Fix bug where combined database and table level roles would not be
respected when listing permissions.
- Introduce Airtable import remove invalid surrogates JSON loads
fallback.
-   Fixed a bug where the SENTRY_DSN env var was ignored.

##### Refactors

- Redesign checkbox component
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- Refactor avatar UI component
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- refactor badge component
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- Change analytics blacklist to whitelist
[#&#8203;2204](https://gitlab.com/baserow/baserow/-/issues/2204)

##### Breaking API changes

- New formulas returning a date_interval/duration are sent as number of
seconds instead of a formatted string.
[#&#8203;2190](https://gitlab.com/baserow/baserow/-/issues/2190)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-05 19:19:59 +01:00
TrueCharts Bot a5fdee3130
chore(deps): update container image baserow/baserow to v1.22.2@13b1120 by renovate (#17268)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [baserow/baserow](https://gitlab.com/baserow/baserow) | patch |
`1.22.1` -> `1.22.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>baserow/baserow (baserow/baserow)</summary>

###
[`v1.22.2`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1222)

[Compare
Source](https://gitlab.com/baserow/baserow/compare/1.22.1...1.22.2)

##### New features

- Allow form view prefill of multiple link to table entries
[#&#8203;2024](https://gitlab.com/baserow/baserow/-/issues/2024)
- Show the button formula as a clickable button.
[#&#8203;2089](https://gitlab.com/baserow/baserow/-/issues/2089)
- Add group by support for the duration field type
[#&#8203;2191](https://gitlab.com/baserow/baserow/-/issues/2191)
- Implement Sentry integration (FE/BE) via environment variables.
[#&#8203;2205](https://gitlab.com/baserow/baserow/-/issues/2205)
- Allow string values for link row field and multi select
[#&#8203;2250](https://gitlab.com/baserow/baserow/-/issues/2250)

##### Bug fixes

- Fixed bug where row was overwritten on update. It now only updates
read-only data.
[#&#8203;1405](https://gitlab.com/baserow/baserow/-/issues/1405)
- Fixed bug where it was not possible to update a row that was still
being created.
[#&#8203;1507](https://gitlab.com/baserow/baserow/-/issues/1507)
- Introduce en-x-icu collation for basic fields
[#&#8203;1603](https://gitlab.com/baserow/baserow/-/issues/1603)
- Fix bug when clicking browser's back button didn't close Row edit
modal. [#&#8203;2140](https://gitlab.com/baserow/baserow/-/issues/2140)
- Fix a bug that prevent s manually reordering rows if a filter is
applied on a hidden field.
[#&#8203;2175](https://gitlab.com/baserow/baserow/-/issues/2175)
- Dont propagate ViewDoesNotExist in updating index task
[#&#8203;2202](https://gitlab.com/baserow/baserow/-/issues/2202)
- Return proper exception when share_id is invalid
[#&#8203;2203](https://gitlab.com/baserow/baserow/-/issues/2203)
- Fix bug where the `source` argument was passed to the child serializer
when user_field_names=True.
[#&#8203;2268](https://gitlab.com/baserow/baserow/-/issues/2268)

##### Refactors

- refactor pagination component
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- Change cookie values stored for last remembered view ID to shorter
ones. [#&#8203;2105](https://gitlab.com/baserow/baserow/-/issues/2105)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEzMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-15 13:19:44 +01:00
TrueCharts Bot 5280f7b036
chore(deps): update container image baserow/baserow to v1.22.1@fb2b92c by renovate (#16484)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [baserow/baserow](https://gitlab.com/baserow/baserow) | minor |
`1.21.2` -> `1.22.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>baserow/baserow (baserow/baserow)</summary>

###
[`v1.22.1`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1221)

[Compare
Source](https://gitlab.com/baserow/baserow/compare/1.22.0...1.22.1)

##### Bug fixes

- Fix bug causing Baserow to use empty jwt secret by default when
running baserow from docker compose.
[#&#8203;2160](https://gitlab.com/baserow/baserow/-/issues/2160)
-   Fixed incorrect handling of row moved warning.

###
[`v1.22.0`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1220)

[Compare
Source](https://gitlab.com/baserow/baserow/compare/1.21.2...1.22.0)

##### New features

- Add support for multiple select in the formula field. Add `has_option`
formula to check if a multiple select field has a specific option.
[#&#8203;1363](https://gitlab.com/baserow/baserow/-/issues/1363)
- Group rows by field.
[#&#8203;143](https://gitlab.com/baserow/baserow/-/issues/143)
- Allow switching between personal and collaborative views.
[#&#8203;1449](https://gitlab.com/baserow/baserow/-/issues/1449)
- Added UUID field type.
[#&#8203;1463](https://gitlab.com/baserow/baserow/-/issues/1463)
- Allow choosing a checkbox input option for the multiple select field
in the form view.
[#&#8203;1899](https://gitlab.com/baserow/baserow/-/issues/1899)
- Add chips UI component
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- Redesign context and select menus
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- Restyle input and textarea
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- Restyle radio button
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- Add Last Modified By field
[#&#8203;2042](https://gitlab.com/baserow/baserow/-/issues/2042)
- Send a notification on form submission to subscribed users.
[#&#8203;2054](https://gitlab.com/baserow/baserow/-/issues/2054)
- Allow to follow/unfollow comments on a specific row.
[#&#8203;2086](https://gitlab.com/baserow/baserow/-/issues/2086)
- Display 'available in premium version' message for non-premium users
when switching view to Personal
[#&#8203;2087](https://gitlab.com/baserow/baserow/-/issues/2087)
- Add the duration field type.
[#&#8203;2088](https://gitlab.com/baserow/baserow/-/issues/2088)
- Add support for sorting Last Modified By fields
[#&#8203;2106](https://gitlab.com/baserow/baserow/-/issues/2106)
- Add support for search for last modified by field type
[#&#8203;2108](https://gitlab.com/baserow/baserow/-/issues/2108)
- Add is, is not, empty, not empty filters for last modified by field
[#&#8203;2109](https://gitlab.com/baserow/baserow/-/issues/2109)
- Immediate frontend rendering for changing Last modified by field
values [#&#8203;2113](https://gitlab.com/baserow/baserow/-/issues/2113)
- Add the created_by field type.
[#&#8203;624](https://gitlab.com/baserow/baserow/-/issues/624)
- Add autonumber field
[#&#8203;811](https://gitlab.com/baserow/baserow/-/issues/811)
- Allow choosing a radio input option for the single select field in the
form view.
[#&#8203;813](https://gitlab.com/baserow/baserow/-/issues/813)
- Introduced `BASEROW_FRONTEND_SAME_SITE_COOKIE` environment variable to
change the cookie sameSite value.
-   New templates:
    -   Beverage Sales Management
    -   Car Comparison
    -   ESG Management
    -   Staff Development

##### Bug fixes

- Fixed incorrect font in emails by introducing fallback.
[#&#8203;1947](https://gitlab.com/baserow/baserow/-/issues/1947)
- Fixes the deadlock errors that can occur when updating TSV cells.
[#&#8203;1984](https://gitlab.com/baserow/baserow/-/issues/1984)
- Fix shift arrow selection on grid view when primary key field option
is not first
[#&#8203;1998](https://gitlab.com/baserow/baserow/-/issues/1998)
- Make date field responsive in Row dialog.
[#&#8203;2048](https://gitlab.com/baserow/baserow/-/issues/2048)
- Fixed a bug that prevented table duplication when a 'Link to Table'
field is modified to link to a different table.
[#&#8203;2053](https://gitlab.com/baserow/baserow/-/issues/2053)
- Remove the 'App pitch planner' database from the 'Elementary School
Management System' template.
[#&#8203;2060](https://gitlab.com/baserow/baserow/-/issues/2060)
- Fix a bug causing the 'Duplicate row' in the UI not showing values
correctly for single and multiple select fields.
[#&#8203;2068](https://gitlab.com/baserow/baserow/-/issues/2068)
- Fix a bug preventing lookup fields to work properly with last modified
fields. [#&#8203;2081](https://gitlab.com/baserow/baserow/-/issues/2081)
- Fixed a bug causing the UI to freeze on clicking the already opened
table link in sidebar.
[#&#8203;2082](https://gitlab.com/baserow/baserow/-/issues/2082)
- Fix filename inconsistency for downloaded files
[#&#8203;2096](https://gitlab.com/baserow/baserow/-/issues/2096)
- Disable incompatible filters in public views
[#&#8203;2116](https://gitlab.com/baserow/baserow/-/issues/2116)
- Fix values not being updated in row edit modal if the row is not in
the buffer.
[#&#8203;2128](https://gitlab.com/baserow/baserow/-/issues/2128)
- Fix a bug causing comments not syncing in row edit modal on
navigation.
[#&#8203;2144](https://gitlab.com/baserow/baserow/-/issues/2144)
- Fix bug causing the notification panel to crash with comment
notifications lacking user sender
[#&#8203;2157](https://gitlab.com/baserow/baserow/-/issues/2157)
- Disable session recording in Posthog to prevent ReportingObserver
error.
- Fix show paginated response of the APIListingView in the OpenAPI spec.
-   Fixed undefined event when copying rows via multiple row context.
-   Fix duplicate darker color in palette.
-   Fix limit of the multiple selection in the web-frontend
-   Resolve the postcss-loader warnings.
- Fix bug where commenters were not able to see row comments and change
history.
-   Suppress redirect error when selecting the database application.

##### Refactors

- Alert and toast refactor
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- Reduce the amount of data written from automatic field updates when
possible.
[#&#8203;2021](https://gitlab.com/baserow/baserow/-/issues/2021)
- Pick a valid view from the available ones if a rowId is provided in
the route params.
[#&#8203;2095](https://gitlab.com/baserow/baserow/-/issues/2095)
- Add the `workspace_id` and the `database_id` to webhook payload.
[#&#8203;2147](https://gitlab.com/baserow/baserow/-/issues/2147)
-   Improved performance of the field dependency updating.
- Improved performance of the field serialized import export, resulting
in fast duplication.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:53:29 +01:00
Xstar97TheNoob 613fd90a4c
chore(repo) change stable charts to the upstream images (#14739)
**Description**
Update the stable train charts to their direct upstream image.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-17 11:22:57 +01:00
TrueCharts Bot feeb24b0f7
chore(deps): update container image tccr.io/truecharts/baserow to v1.21.2 (#13995) 2023-10-26 19:39:55 +02:00
TrueCharts Bot 3df553a0ba
chore(deps): update container image tccr.io/truecharts/baserow to v1.21.1 (#13981) 2023-10-26 05:42:42 +02:00
TrueCharts Bot c5d57cb797
chore(deps): update container image tccr.io/truecharts/baserow to v1.20.2 (#12607) 2023-09-15 02:50:15 +02:00
TrueCharts Bot 14e2b754d1
chore(deps): update container image tccr.io/truecharts/baserow to v1.20.1 (#12580) 2023-09-14 02:49:34 +02:00
TrueCharts Bot 06b8d17084
chore(deps): update container image tccr.io/truecharts/baserow to v1.20.0 (#12553) 2023-09-13 12:38:59 +02:00
TrueCharts Bot f5cf0b6096
chore(deps): update container image tccr.io/truecharts/baserow to v1.19.1 (#10698) 2023-07-21 13:35:26 +02:00
TrueCharts Bot 429e0c208f
chore(deps): update container image tccr.io/truecharts/baserow to v1.19.0 (#10654) 2023-07-20 10:40:03 +02:00
TrueCharts Bot d10b718d2d
chore(deps): update container image tccr.io/truecharts/baserow to v1.18.0 (#9944) 2023-06-26 17:39:19 +02:00
TrueCharts Bot 4a2311e4d5
chore(deps): update container image tccr.io/truecharts/baserow to v1.17.2 (#9226) 2023-05-28 21:39:35 +02:00
TrueCharts Bot 40f2342404
chore(deps): update container image tccr.io/truecharts/baserow to v1.17.1 (#9036)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/baserow](https://togithub.com/truecharts/containers)
| minor | `1.16.0` -> `v1.17.1` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuOTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-05-22 09:03:32 +02:00
ZasX b2d62fc513
fix(Baserow): Fix DATABASE_HOST env var (#8872)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
As it was, baserow container would throw an error:
```could not translate host name "postgresql://baserow:B7CSHtfAnVI27t6wCpoCgJTEaC3gIjUB1jrjuXgruosEubgxhTAtypPPA8Wlvm@baserow-cnpg-main-rw:5432/baserow" to address: Name or service not known```
I looked at the documentation and found it just wants the host there, not a full postgresql connection string.
Tried the change from this PR on my TN Scale test VM with `edit deploy`, and it worked.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic versioning

** App addition**

If this PR is an app addition please make sure you have done the following.

- [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png`

---

_Please don't blindly check all the boxes. Read them and only check those that apply.
Those checkboxes are there for the reviewer to see what is this all about and
the status of this PR with a quick glance._

---------

Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-05-16 10:48:06 +02:00
TrueCharts Bot 5a7e3c1b5c
chore(deps): update container image tccr.io/truecharts/baserow to v1.16.0 (#8553) 2023-04-30 15:52:30 +02:00
Kjeld Schouten-Lebbing 0b726419d4
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900)
**Description**
Part 1 of the migration to new common on the stable train.
This basically breaks most/all charts requiring a reinstall on SCALE as
well.

Helm users shouldn't need a reinstall but could migrate their
values.yaml modification manually besides backing-up and porting the
databases.

There be Dragons basically, as we obviously cannot 100% go over
each-and-every single app in the stable train like we did in the
enterprise train.

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [x] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
Via CI and manually validation in a lot of cases where the CI did not
correctly check things.
Additional catalog item creation tooling for local testing has been
added as well.

**📃 Notes:**
There will be issues in the future but we should get as much working
well as we can.

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [x] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-04-11 12:07:17 +02:00
TrueCharts-Admin 2db23ae9de chore(deps): update container image tccr.io/truecharts/baserow to v1.14.0 2023-01-19 16:23:54 +00:00
TrueCharts-Admin b27df61a12 chore(deps): update container image tccr.io/truecharts/baserow to v1.13.3 2022-12-24 01:47:07 +00:00
TrueCharts-Admin b17f65cb6c Update container image tccr.io/truecharts/baserow to v1.13.2 2022-12-10 01:07:33 +00:00
TrueCharts-Admin a734eabd67 chore(deps): update container image tccr.io/truecharts/baserow to v1.13.1 2022-11-22 20:13:37 +00:00
TrueCharts Bot 21a20e4e18
chore(deps): update docker general non-major (#4286)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-11-03 03:26:26 +02:00
TrueCharts Bot 517b36567c
chore(deps): update docker general non-major (#3818)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-09-20 22:07:20 +02:00
TrueCharts Bot 4dc32a9142
chore(deps): update docker general non-major (#3736)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-09-11 12:08:28 +02:00
Stavros Kois ac9cc7f736
chore(questions): replace questions parts with templates (#3402)
* chore(questions): replace port parts with templates

* chore(questions): replace controller parts with templates

* remove tons of whitespce

* remove quotes from strings on templates

* make complete controller an include

* default to recreate

* remove replica and strategies as it's covered from controllerStrtegies include

* remove whitespace again

* replace controllertype with include (deployment/daemonset/statefulset)

* replace advanced port part except targetport

* remove more quotes

* add hidden toggle of enable the port

* new includes

* update build script

* controller deploy/stateful/deamon template changes

* replace controllerStrategies with replicas, replica#, strategy, recreate

* move 2 templates into a subfolder

* remove quotes

* remove disabled portals from questions and defined them on values

* remove enabled portal from the questions and add it on values

* one more app

* Portal cleanup

* remove portal templates

* add more includes

* replace portal links

* move some templates in folders

* replace ingressRoot with template

* more grouping

* replace persistenceroot with template

* replace serviceExpertRoot

* replace serviceroot

* fix a rogue one

* vctRoot

* securityContext cleanup

* remove quotes from templates on string

* replace vctRoot

* replace advanedSecurityRoot

* replace podsecurity root

* Update .github/scripts/build-catalog.sh

* Update values.yaml

* remove dupe portal

* update build-release script

* fix paths

* fix apps with imageSelector

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-08 23:25:02 +02:00
TrueCharts Bot d716caf313
chore(deps): update docker general non-major (#3326)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-28 22:39:32 +02:00
TrueCharts Bot 97d5375359
chore(deps): update docker general non-major (#3295)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 20:36:51 +02:00
TrueCharts Bot 54b3e7b0f6
chore(deps): update docker general non-major (#3078)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-06 20:09:05 +02:00
Stavros Kois ff2a5dae0d
chore(apps): Sync questions and values env's (#2916)
* chore(apps): Sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* remove disabled ingress from values

* remove required: false from questions

* whoops

* some cleanup

* more cleanup

* clean

* commented

* some fixes
2022-06-17 10:24:54 +02:00
TrueCharts Bot 069c23a19b
chore(deps): update docker general non-major (#2848)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-11 09:31:56 +02:00
Kjeld Schouten-Lebbing 5529c2a3af
refactor(charts): BREAKING CHANGE (#2836)
* Update Apps with new Common version

* Patch with the secret fixes from common

* fix amd
2022-06-07 19:41:19 +02:00
Stavros Kois 1838d7fa44
feat(apps): move apps to stable (#2784)
* feat(netdata): move to stable

* feat(baserow): move to stable

* feat(kopia): move to stable
2022-05-29 19:53:52 +03:00